(rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-03-02 Glenn Morris <rgm@gnu.org>
2
3 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
4 Add :set-after listing variables on which we might depend.
5
6 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
7 function has access to all the headers, not just the visible ones.
8 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
9 Doc fixes.
10 (rmail-reply): Avoid extraneous leading whitespace.
11
12 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
13
14 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
15
16 2009-03-01 Glenn Morris <rgm@gnu.org>
17
18 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
19 rmail-resend in the menu.
20
21 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
22 custom choice. (Bug#2506)
23
24 2009-02-28 Eli Zaretskii <eliz@gnu.org>
25
26 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]: Use
27 "--color=always".
28
29 2009-02-28 Glenn Morris <rgm@gnu.org>
30
31 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
32
33 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
34 * mail/rmail.el (rmail-mode-map):
35 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
36
37 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
38 Fix custom choice to match default.
39 (rmail-get-new-mail): Doc fix.
40 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
41 header style.
42
43 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
44
45 * replace.el (keep-lines-read-args): Use empty string as
46 default (Bug#2495).
47
48 * menu-bar.el (menu-set-font): Fix last fix.
49
50 2009-02-27 Glenn Morris <rgm@gnu.org>
51
52 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
53 just a buffer, to find a definition.
54
55 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
56 part against rmail-output's oddness.
57
58 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
59
60 * menu-bar.el (menu-set-font): Assign the same font object to all
61 frames (Bug#2476).
62
63 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/tramp.el (tramp-remote-coding-commands): Add
66 "base64". (Bug#2463)
67
68 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
69
70 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
71 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
72 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
73 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
74 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
75 Reflow docstrings.
76
77 2009-02-26 Glenn Morris <rgm@gnu.org>
78
79 * mail/rmailsum.el (rmail-summary-rmail-update):
80 Use rmail-message-unseen-p. (Bug#2477)
81 (rmail-summary-mark-seen): Add option to mark as unseen.
82 (rmail-summary-rmail-update): Store a position in
83 rmail-summary-put-back-unseen rather than just a flag, and use it to put
84 back the "-" mark in the summary.
85
86 * progmodes/cc-vars.el (c-style-variables-are-local-p):
87 Mark as safe if boolean. (Bug#2197)
88
89 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
90
91 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
92 return a string. (Bug#2428)
93
94 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
95
96 * bs.el (bs--down):
97 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
98
99 2009-02-25 Glenn Morris <rgm@gnu.org>
100
101 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
102
103 * simple.el (eval-expression):
104 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
105
106 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
107
108 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
109
110 2009-02-25 David Reitter <david.reitter@gmail.com>
111
112 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
113
114 2009-02-25 Kenichi Handa <handa@m17n.org>
115
116 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
117
118 * composite.el (auto-composition-mode): Don't add a hook to
119 after-change-functions. Don't decompose the buffer.
120 (auto-composition-after-change): Delete it.
121 (toggle-auto-composition): Make it an alias of
122 auto-composition-mode.
123 (auto-compose-region): Delete it.
124
125 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
128 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
129 (ns-delete-working-text): Merge with ns-unecho-working-text.
130 Decide which to use based on ns-working-overlay.
131 (ns-unecho-working-text): Remove.
132 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
133
134 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
135
136 * textmodes/ispell.el (ispell-region): Adapt "done" message to
137 coding conventions. (Bug#2447)
138
139 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
140 argument is 0. Doc fix. (Bug#1527)
141
142 * w32-vars.el (w32-system-shells): Doc fix.
143
144 * image.el (image-load-path-for-library, insert-sliced-image):
145 Fix typos in docstrings.
146
147 2009-02-24 Glenn Morris <rgm@gnu.org>
148
149 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
150 :set function. (Bug#2429)
151
152 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
153 potential use.
154
155 * progmodes/cperl-mode.el (cperl-find-pods-heres):
156 Don't globally bind `name'.
157
158 * emacs-lisp/elint.el (elint-unknown-builtin-args):
159 Fix encode-time spec. (Bug#2453)
160 (elint-find-builtin-args): Make the match more restrictive.
161 Handle errors. Return a result actually containing the function name.
162
163 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
164 already did. (Bug#2440)
165 (rmail-quit): Don't swap buffers. (Bug#2441)
166 (rmail-list-to-menu): Don't globally bind `name'.
167
168 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
169
170 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
171 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
172
173 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
174
175 * bs.el (bs--down): When wrapping around, use `forward-line',
176 not `goto-line', to avoid distracting "Mark set" message.
177
178 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
179
180 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
181 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
182
183 2009-02-23 Miles Bader <miles@gnu.org>
184
185 * proced.el (proced-process-attributes):
186 * server.el (server-running-p): Rename `system-process-attributes'
187 to `process-attributes'.
188
189 2009-02-22 Juri Linkov <juri@jurta.org>
190
191 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
192 Doc fix.
193
194 * dired-x.el (dired-guess-shell-command): Use read-shell-command
195 instead of read-from-minibuffer.
196 (dired-read-shell-command): Add code that uses
197 minibuffer-with-setup-hook to set minibuffer-default-add-function
198 to minibuffer-default-add-dired-shell-commands exactly like
199 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
200
201 * dired-x.el (dired-smart-shell-command): Remove code that uses
202 minibuffer-with-setup-hook to set minibuffer-default-add-function
203 to minibuffer-default-add-shell-commands because the same code was
204 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
205
206 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
207
208 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
209 lisp number is in decimal.
210
211 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
212
213 * progmodes/compile.el (compilation-error-regexp-alist-alist):
214 Tweak regexp (Bug#2173).
215
216 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
217 avoid yanks (Bug#2408).
218
219 2009-02-21 Alan Mackenzie <acm@muc.de>
220
221 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
222
223 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
224 parse case clauses with (compile-time) expressions.
225
226 2009-02-21 Eli Zaretskii <eliz@gnu.org>
227
228 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
229 encoding during editing. Make sure to use encoding that can
230 safely encode the message. Rewrite MIME charset= header if the
231 new encoding is different from the old one.
232
233 2009-02-21 Glenn Morris <rgm@gnu.org>
234
235 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
236 at the start of the headers.
237 (sc-mail-check-from): New function.
238
239 2009-02-20 Martin Rudalics <rudalics@gmx.at>
240
241 * progmodes/python.el (python-shift-left, python-shift-right):
242 When the mark is not active shift the current line. (Bug#2381)
243 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
244
245 2009-02-20 Andreas Schwab <schwab@suse.de>
246
247 * startup.el (command-line): Don't match an empty argument as an
248 option.
249 (command-line-1): Likewise.
250
251 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
252
253 * apropos.el (apropos-library): Check for null filename in load-history.
254
255 2009-02-20 Glenn Morris <rgm@gnu.org>
256
257 * apropos.el (apropos-library): Remove the element with null filename,
258 if present, from the completion list.
259
260 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
261 (rmail-speedbar-find-file): Use rmail rather than find-file.
262
263 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
264
265 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
266
267 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
268
269 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
270 regexp (Bug#2385).
271 (bibtex-autokey-get-title): Observe case for
272 bibtex-autokey-titleword-ignore.
273
274 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
275
276 * server.el (server-start): Make the warning more
277 verbose (Bug#2395).
278
279 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
282 Make sure we stop when we reach the limit.
283
284 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
285 a "..." does not quote anything. (Bug#2384)
286
287 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
288
289 2009-02-19 Andreas Schwab <schwab@suse.de>
290
291 * term.el: Remap self-insert-command to term-send-raw in
292 term-raw-map. (Bug#2386)
293
294 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
297 of the function as being part of the function.
298
299 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
300
301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
302 Move entry for maven (alphabetical order).
303
304 2009-02-19 Glenn Morris <rgm@gnu.org>
305
306 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
307 Regexp-quote default argument taken from current subject.
308 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
309
310 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
311 Move here from rmail.el. Be more careful about error-handling.
312 Restore the feature of temporarily setting all old messages
313 undeleted before expunging (removed 2009-02-18).
314
315 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
316 Don't declare.
317 (rmail-get-new-mail-filter-spam): Declare. Move definition to
318 rmail-spam-filter.el.
319 (rmail-get-new-mail-1): Move the beep and sleep to
320 rmail-get-new-mail-filter-spam.
321
322 2009-02-18 Martin Rudalics <rudalics@gmx.at>
323
324 * cus-edit.el (custom-group-value-create): Insert some
325 informatory text in the WIDGET-misses-doc-string case.
326
327 2009-02-18 Sam Steingold <sds@gnu.org>
328
329 * progmodes/compile.el: Require comint at top level to fix the
330 last patch.
331
332 2009-02-18 Martin Rudalics <rudalics@gmx.at>
333
334 * cus-edit.el (custom-group-value-create): Don't throw an error
335 when WIDGET has no doc-string. (Bug#2356)
336
337 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
338
339 * progmodes/cc-menus.el (imenu-progress-message):
340 Remove bogus cc-bytecomp-defun.
341 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
342 Don't let-bind variable `stupid'. (Bug#1638)
343
344 2009-02-18 Glenn Morris <rgm@gnu.org>
345
346 * mail/rmail.el (rmail-get-new-mail-filter-spam):
347 * mail/rmail-spam-filter.el (rmail-spam-filter):
348 Show a message rather than the raw mbox while prompting.
349
350 2009-02-18 Martin Rudalics <rudalics@gmx.at>
351
352 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
353
354 2009-02-18 Glenn Morris <rgm@gnu.org>
355
356 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
357 declaration.
358 (top-level): No need for cl now.
359 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
360 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
361 (rsf-autosave-newly-added-definitions, rsf-white-list)
362 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
363 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
364 (rsf-customize-spam-definitions, rsf-customize-group)
365 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
366 (rsf-check-field): Use setcar and setcdr rather than setf.
367 (rmail-spam-filter): Simplify.
368 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
369 (rsf-add-region-to-spam-list): Use rmail-get-header or
370 buffer-substring-no-properties. Regexp-quote the extracted data.
371 Make the messages less verbose.
372 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
373 simplify things.
374 (rsf-add-content-type-field): Make the message less verbose.
375
376 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
377 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
378 rmail-deleted-vector.
379 (rmail-insert-inbox-text, rmail-collect-deleted)
380 (rmail-set-message-deleted-p, rmail-only-expunge)
381 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
382 (rmail-get-labels): Remove unused local `blurb'.
383 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
384 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
385 (rmail-set-message-deleted-p): Doc fixes.
386
387 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
388 Update callers for associated name change.
389 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
390 * mail/unrmail.el (unrmail): Use mail-mbox-from.
391
392 2009-02-17 Richard M Stallman <rms@gnu.org>
393
394 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
395
396 * mail/rmail.el (rmail-copy-headers): When copying full headers,
397 correctly put point at the end.
398
399 2009-02-17 Sam Steingold <sds@gnu.org>
400
401 * progmodes/compile.el (compilation-filter): Call
402 `comint-carriage-motion', just like `comint-output-filter'.
403
404 2009-02-17 Jason Rumney <jasonr@gnu.org>
405
406 * files.el (make-directory): Stop recursing if parent is
407 self. (Bug#2309)
408
409 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
410
411 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
412
413 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
414
415 2009-02-17 Miles Bader <miles@gnu.org>
416
417 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
418 copyright statements where the years follow the name.
419
420 2009-02-17 Glenn Morris <rgm@gnu.org>
421
422 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
423 move point. (Bug#2209)
424
425 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
426 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
427 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
428 "not-rmail", and make it work. Simplify.
429 (rmail-mbox-from): New function.
430 (rmail-output-as-mbox): Use rmail-mbox-from.
431 (rmail-output): Ensure a From line in the not-rmail Babyl case.
432
433 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
434 error if the header is corrupt.
435
436 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
437
438 * net/newst-treeview.el (newsticker--treeview-load): Offer
439 deletion of old groups file.
440
441 2009-02-16 Glenn Morris <rgm@gnu.org>
442
443 * mail/rmailout.el (rmail-delete-unwanted-fields)
444 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
445 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
446 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
447 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
448
449 2009-02-15 Glenn Morris <rgm@gnu.org>
450
451 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
452
453 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
454 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
455 unnecessary use of with-no-warnings.
456 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
457 (rmail-output-as-mbox): Start search from point-min. If constructing a
458 "From " line, prefer the date header over the current time.
459 (rmail-update-summary): Move declaration earlier in file.
460
461 2009-02-15 Richard M Stallman <rms@gnu.org>
462
463 * mail/rmailedit.el (rmail-edit-diff-headers):
464 Delete spurious reference to OLD.
465
466 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
469 the `with-buffer-unmodified' to avoid useless `readlink' calls.
470
471 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
472
473 * textmodes/bibtex.el (bibtex-global-key-alist)
474 (bibtex-initialize): Exclude current buffer if it does not use
475 bibtex-mode.
476 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
477 (bibtex-sort-buffer, bibtex-search-entry)
478 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
479 test whether bibtex-strings and bibtex-reference-keys have their
480 initial values.
481
482 2009-02-14 Eli Zaretskii <eliz@gnu.org>
483
484 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
485 around forms that refer to translation-table-for-input.
486
487 * isearch.el (isearch-search-string): Use `with-no-warnings'
488 around forms that refer to translation-table-for-input.
489
490 * international/quail.el (quail-input-string-to-events)
491 (quail-store-decode-map-key, quail-char-equal-p):
492 Use `with-no-warnings' around forms that refer to
493 translation-table-for-input.
494
495 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
496 around forms that refer to translation-table-for-input.
497
498 * subr.el (translation-table-for-input): Declare obsolete again.
499
500 2009-02-14 Glenn Morris <rgm@gnu.org>
501
502 * mail/rmail.el (rmail): When reverting, swap buffers before setting
503 counters. (Bug#2229)
504 (rmail-revert): Swap buffers before replacing contents.
505
506 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
507
508 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
509 Remove host, user, password options not applicable to SQlite. (Bug#1904)
510
511 2009-02-14 Richard M Stallman <rms@gnu.org>
512
513 * mail/rmailedit.el: Handle editing of header fields.
514 (rmail-old-headers): New variable.
515 (rmail-edit-current-message): Set it, recording current headers.
516 (rmail-cease-edit): Compute new headers and diff against old ones.
517 Update the mbox buffer with the changes that were made.
518 (rmail-edit-headers-alist): New function.
519 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
520
521 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
522 in default file name.
523
524 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
525 (rmail-add-mbox-headers): Likewise.
526
527 2009-02-13 Eli Zaretskii <eliz@gnu.org>
528
529 * files.el (load-library): Doc fix.
530
531 * subr.el (locate-library): Doc fix. (Bug#2291)
532
533 2009-02-13 Alan Mackenzie <acm@muc.de>
534
535 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
536 in narrowed buffers.
537
538 2009-02-13 Kenichi Handa <handa@m17n.org>
539
540 * international/titdic-cnv.el (tit-process-header): Use
541 buffer-substring-no-properties instead of buffer-substring.
542 (tit-process-body): Likewise.
543 (tsang-quick-converter): Handle superfluous CR at eol.
544 (py-converter): Use buffer-substring-no-properties instead of
545 buffer-substring. Handle superfluous CR at eol.
546 (ziranma-converter): Likewise
547 (ctlau-converter): Likewise.
548 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
549
550 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
551
552 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
553
554 2009-02-13 Glenn Morris <rgm@gnu.org>
555
556 * mail/rmail.el (rmail-show-message-1): New name for the old
557 rmail-show-message.
558 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
559 * mail/rmailsort.el: Update for rmail-show-message name change.
560
561 * mail/rmail.el (rmail-show-message): New name for the old
562 rmail-show-message-maybe.
563 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
564 name change.
565
566 * mail/rmailsum.el (msgnum): Remove declaration.
567 (rmail-summary-redo): Add missing initialization value.
568 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
569 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
570 Fix skip-chars-forward calls.
571 (rmail-summary-mark-seen): New function. As well as removing the '-'
572 mark, update the summary-vector. (Bug#2135)
573 (rmail-summary-rmail-update, rmail-summary-goto-msg):
574 Use rmail-summary-mark-seen.
575
576 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
577
578 * mail/unrmail.el (unrmail): When getting message keywords, don't
579 include a leading space, but do include the space after the separating
580 comma. (Bug#2303)
581
582 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
583 header altogether.
584 (rmail-set-header): Doc fix.
585 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
586 labels are removed. (Bug#2302)
587
588 2009-02-12 Juri Linkov <juri@jurta.org>
589
590 * image-mode.el (image-toggle-display):
591 Let-bind `buffer-file-truename' to nil around the call to
592 `add-text-properties' to prevent directory time modification
593 by lock_file. Replace `set-buffer-modified-p' with
594 `restore-buffer-modified-p'. (Bug#2295)
595
596 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * progmodes/python.el (python-use-skeletons): Re-add.
599 (def-python-skeleton): Use it. (Bug#2238)
600
601 * international/quail.el (quail-make-guidance-frame): Remove the
602 `parent-id' parameter.
603 (quail-show-guidance): Make the new window dedicated.
604
605 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
606
607 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
608 Fix typos in docstrings.
609
610 2009-02-12 Alan Mackenzie <acm@muc.de>
611
612 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
613 to `eq'. (Bug#2304)
614
615 2009-02-12 Glenn Morris <rgm@gnu.org>
616
617 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
618 already present. (Bug#2210)
619
620 2009-02-12 Kenichi Handa <handa@m17n.org>
621
622 * international/characters.el (?.): New character category for
623 Base characters. Set them in the standard category table.
624
625 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
626 a base character.
627
628 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * isearch.el (isearch-yank-char-in-minibuffer)
631 (isearch-other-meta-char): Use with-current-buffer.
632
633 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
634 syntax-ppss. (Bug#1243)
635
636 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
637 to beginning-of-defun-raw.
638
639 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
640 calling end-of-defun-function if it already moved to BOL.
641
642 2009-02-12 Richard M Stallman <rms@gnu.org>
643
644 * mail/rmail.el (rmail-show-message-verbose-min): New option.
645 (rmail-show-message): Conditionally show start and finish in echo area.
646
647 2009-02-12 Glenn Morris <rgm@gnu.org>
648
649 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
650 for use in completion.
651 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
652 summary exists, since it's already done.
653
654 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
655 (rmail-enable-multibyte): Don't really define, only for compiler.
656
657 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * files.el (read-buffer-to-switch):
660 Add table to icomplete-with-completion-tables.
661
662 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
663
664 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
665 switches (Bug#2261).
666
667 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
668
669 * server.el (server-with-environment): Don't fail for negative
670 entries in ENV.
671
672 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
675 (vc-default-dir-printer): Add a comment about updating this function.
676
677 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
678 for the file name.
679
680 2009-02-11 Glenn Morris <rgm@gnu.org>
681
682 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
683 (calendar-set-mode-line): Fall back to a default width if we seem to be
684 called from daemon. (Bug#2199)
685
686 * mail/rmailkwd.el (rmail-make-label): Doc fix.
687 (rmail-read-label): Add current labels to completion list. (Bug#2222)
688 (rmail-set-label): Use `or'.
689
690 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
691
692 * emacs-lisp/find-func.el (find-library-name, find-library):
693 Doc fixes. (Part of bug#2270)
694
695 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
696
697 * env.el (getenv): When FRAME is non-nil, pass the frame environment
698 to `getenv-internal', not the frame. (Bug#2259)
699
700 2009-02-10 Kenichi Handa <handa@m17n.org>
701
702 * descr-text.el (describe-char-display): On terminal, if terminal
703 coding system is nil, assume us-ascii.
704 (describe-char): Don't show the composition information if it is
705 trivial.
706
707 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
708
709 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
710 number as it isn't present for unregistered files.
711
712 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
713 (vc-dir-mouse-map): New keymap.
714 (vc-default-dir-printer): Use it locally.
715
716 2009-02-10 Glenn Morris <rgm@gnu.org>
717
718 * speedbar.el: Avoid messing up font-lock-global-modes.
719
720 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
721 (mail-file-babyl-p): Use with-temp-buffer.
722
723 * mail/rmailsort.el: Just require rmail.
724
725 * mail/rmailedit.el: Just require rmail.
726 (rmail-old-pruned): Add doc string.
727 (rmail-edit-current-message): Use rmail-msg-is-pruned.
728 (rmail-cease-edit): Don't mangle the leading From line.
729 Don't mark as edited if there were no changes. (Bug#2256)
730 Correctly restore header state.
731
732 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
733 (rmail-current-message, rmail-total-messages)
734 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
735 (rmail-duplicate-message): Doc fix.
736 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
737 New functions.
738 (rmail-get-header, rmail-set-header, rmail-set-attribute):
739 Use rmail-apply-in-message.
740 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
741 unswapped-ness.
742 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
743 (rmail-auto-file): Set the filed attribute, rather than explicitly not
744 doing so. (Bug#2231)
745 (rmail-set-attribute): Allow ATTR to be a string.
746
747 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
748
749 * net/newst-treeview.el (newsticker-treeview-save)
750 (newsticker--treeview-load): Kill groups buffer after saving/loading.
751
752 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
753
754 * doc-view.el (doc-view-scroll-up-or-next-page)
755 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
756 the old hscroll value after switching pages.
757
758 2009-02-09 Glenn Morris <rgm@gnu.org>
759
760 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
761 (calendar-holiday-marker): Drop test for color display.
762
763 2009-02-08 Glenn Morris <rgm@gnu.org>
764
765 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
766 (calendar-holiday-marker, calendar-mark-visible-date):
767 * calendar/diary-lib.el (diary-fancy-display):
768 It doesn't make sense to check font-lock-mode (see comments;
769 reverts 2008-04-02 change). (Bug#2199)
770
771 2009-02-08 Juri Linkov <juri@jurta.org>
772
773 * simple.el (toggle-word-wrap): New command.
774
775 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
776
777 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
778 (ps-run-make-tmp-filename): Use temporary-file-directory.
779
780 * textmodes/artist.el (artist-system): Allow make-temp-file to use
781 temporary-file-directory.
782
783 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
784 temporary-file-directory.
785
786 2009-02-07 Glenn Morris <rgm@gnu.org>
787
788 * mail/unrmail.el (rmime-magic-string): Define for compiler.
789
790 2009-02-07 Eli Zaretskii <eliz@gnu.org>
791
792 * mail/rmail.el (rmail): Bind coding-system-for-read to
793 no-conversion before calling find-file-noselect. (Bug#2015)
794
795 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
796
797 * proced.el (proced-after-send-signal-hook): Use defcustom.
798 (proced-header-line): Handle header lines that are shorter than
799 window-hscroll.
800 (proced-send-signal): Rebind split-width-threshold analogous to
801 dired-pop-to-buffer.
802
803 2009-02-07 Eli Zaretskii <eliz@gnu.org>
804
805 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
806 message; instead, just rewrite the X-Coding-System header with the
807 new encoding, and let rmail-show-message do the rest. Remove
808 unused argument RAW. Fix doc string to be consistent with the new
809 implementation.
810 (rmail-show-message): Honor X-Coding-System header, if present, in
811 preference to Content-Type header.
812
813 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * server.el (server-execute): Enable quit.
816
817 2009-02-07 Andreas Schwab <schwab@suse.de>
818
819 * image-mode.el (image-mode): Always set image-type.
820 (image-minor-mode): Likewise.
821
822 2009-02-07 Eli Zaretskii <eliz@gnu.org>
823
824 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
825 encoding, and its "content-transfer-encoding" and "content-type"
826 headers only in the headers' portion. (Bug#2017)
827
828 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
829
830 * net/newst-treeview.el
831 (newsticker-treeview-next-new-or-immortal-item): New arg
832 DONT-WRAP-TREES to prevent infinite recursion.
833
834 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
837 extracting mail message headers. Use encode-coding-region instead
838 of insert-buffer-substring for re-encoding edited message.
839 Add qp/b64 encoding only after text was encoded.
840
841 2009-02-07 Eli Zaretskii <eliz@gnu.org>
842
843 * subr.el: Don't declare `translation-table-for-input' obsolete.
844 Equivalent info added to its doc string, q.v.
845
846 * files.el (save-buffer): Display "Saving file FOO..." message
847 regardless of buffer's size. (Bug#2137)
848
849 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
850
851 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
852
853 2009-02-07 Alex Schroeder <alex@gnu.org>
854
855 * mail/unrmail.el (unrmail): Use regexps to find message separators so
856 as not to match any fake rmime.el separators. Remove any sections added
857 by rmime.el.
858
859 2009-02-07 Glenn Morris <rgm@gnu.org>
860
861 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
862 that is no longer appropriate to mbox Rmail.
863
864 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
865 before trying to move to the start of the message.
866 (rmail-summary-undelete-many, rmail-summary-rmail-update):
867 Fix rmail-set-attribute calls.
868
869 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
870 Doc fix.
871 (rmail-output-to-rmail-buffer): Autoload it.
872 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
873
874 2009-02-06 Glenn Morris <rgm@gnu.org>
875
876 * mail/unrmail.el (unrmail): Use current-time-string.
877
878 * simple.el (kill-whole-line): Provide a default argument of 1.
879
880 * mail/undigest.el (rmail-mail-separator): Delete.
881 (undigestify-rmail-message, unforward-rmail-message): Update for
882 mbox Rmail.
883
884 2009-02-05 Kenichi Handa <handa@m17n.org>
885
886 * international/fontset.el (script-representative-chars): Remove
887 mathematical.
888 (setup-default-fontset): Add entries for each subgroup of
889 mathematical script.
890
891 2009-02-05 Juri Linkov <juri@jurta.org>
892
893 * image-mode.el (image-mode): Use `image-get-display-property'
894 instead of `get-text-property'.
895 (image-minor-mode): Sync the logic with `image-mode' including the
896 displaying an image file as the actual image by default.
897
898 2009-02-05 Alan Mackenzie <acm@muc.de>
899
900 * progmodes/cc-defs.el (c-emacs-features): Check the working of
901 beginning/end-of-defun-function more rigorously before setting
902 argumentative-bod-function.
903
904 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
905
906 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
907 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
908 mode on the initial terminal.
909
910 2009-02-05 Glenn Morris <rgm@gnu.org>
911
912 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
913 Make these functions work.
914
915 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
916 (rmail-narrow-to-non-pruned-header): Remove autoload.
917 (mairix-rmail-fetch-field): Handle mbox Rmail.
918
919 2009-02-04 Dave Love <fx@gnu.org>
920
921 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
922 (imap-debug): Add imap-fetch-safe.
923
924 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
925
926 * net/netrc.el (netrc-machine-user-or-password): Use list of
927 auth-source modes.
928
929 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
930
931 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
932 for newvars is nil. (C-u C-x v = with default values).
933
934 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
935
936 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
937 format. Use when instead of if.
938
939 2009-02-04 Miles Bader <miles@gnu.org>
940
941 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
942 (backward-list, backward-up-list, beginning-of-defun)
943 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
944
945 2009-02-04 Glenn Morris <rgm@gnu.org>
946
947 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
948 ill-advised.
949
950 * mail/rmail.el: No need for mule-util when compiling.
951 (rmail-first-message): Unbreak it.
952
953 * mail/rmailmsc.el: Require rmail not just when compiling.
954 Remove unneeded declarations.
955
956 * term/ns-win.el (ns): Define as a custom group.
957
958 2009-02-04 Kenichi Handa <handa@m17n.org>
959
960 * international/mule-cmds.el (select-safe-coding-system): Use
961 buffer-chars-modified-tick instead of buffer-modified-tick.
962
963 * descr-text.el (describe-char): Check font-object by fontp.
964
965 * composite.el (compose-gstring-for-terminal): If a character is
966 not supported by the current terminal, don't make a multi-glyph
967 grapheme cluster.
968 (auto-compose-chars): Check font-object by fontp.
969
970 2009-02-03 Glenn Morris <rgm@gnu.org>
971
972 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
973 over current-time. (Bug#2175)
974
975 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
976 inserting the converted mailbox.
977 (rmail-get-new-mail): Restore the loop over inboxes when two or more
978 have the same basename. (Bug#2164)
979 Set the return value according to whether any mail was found,
980 not just in the last inbox. Only show a message and run the hook after
981 checking all inboxes.
982 (rmail-get-new-mail-1): Move message display and running the hook to
983 rmail-get-new-mail.
984
985 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
986 rmail-attr-array.
987 (rmail-make-label, rmail-read-label): Give it a doc string.
988 (rmail-add-label, rmail-kill-label): Change argument name to match the
989 doc. Doc fix.
990 (rmail-set-label): Doc fix. Also update summary in attr case.
991 Accept labels as a string or a symbol. (Bug#2165)
992
993 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
994 null.
995
996 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
999 (vhdl-prepare-search-2): Properly cleanup on `quit'.
1000
1001 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1002 Mark the entries as being "system" entries rather than "user" entries.
1003
1004 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1005
1006 * smerge-mode.el (smerge-start-session): Add interactive spec.
1007
1008 2009-02-02 Glenn Morris <rgm@gnu.org>
1009
1010 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1011 (rmail-retry-ignored-headers, rmail-highlighted-headers):
1012 Restore autoloads.
1013
1014 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1017
1018 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * cmuscheme.el (scheme-args-to-list): Remove.
1021 (run-scheme): Use split-string-and-unquote instead, so as to allow
1022 spaces in the command name and/or the arguments.
1023
1024 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1025
1026 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1027
1028 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
1029
1030 Sync with Tramp 2.1.15.
1031
1032 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
1033 used.
1034
1035 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1036
1037 * net/trampver.el: Update release number.
1038
1039 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1042 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1043 (rmail-undelete-previous-message, rmail-mark-message)
1044 (rmail-speedbar-buttons): Use with-current-buffer.
1045 (rmail-mode-map): Move initialization into declaration.
1046 (rmail-swap-buffers, rmail-unfontify-buffer-function)
1047 (rmail-fontify-message): Use restore-buffer-modified-p.
1048 (rmail-expunge-and-save): Don't swap buffer.
1049 (rmail-get-header, rmail-set-header, rmail-set-attribute)
1050 (rmail-apply-in-message): Swap save-excursion and save-restriction.
1051
1052 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1053 if possible.
1054
1055 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1056 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1057
1058 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1061
1062 * progmodes/ebrowse.el:
1063 * international/robin.el:
1064 * emulation/viper-util.el:
1065 * emulation/viper-mous.el:
1066 * emulation/viper-keym.el:
1067 * ediff.el:
1068 * ediff-wind.el:
1069 * ediff-vers.el:
1070 * ediff-ptch.el:
1071 * ediff-mult.el:
1072 * ediff-merg.el:
1073 * ediff-diff.el: Follow commenting conventions.
1074
1075 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1076
1077 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1078 obsolete eight-bit-control and eight-bit-graphic.
1079
1080 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1083
1084 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * emacs-lisp/lisp.el (end-of-defun): Protect against
1087 infloops (Bug#2106).
1088
1089 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1090
1091 * vc-dir.el (vc-dir-mouse-map):
1092 (vc-default-dir-printer):
1093 (vc-dir-find-file-other-window): Undo previous change, it breaks
1094 the behavior of mouse-2.
1095 (vc-dir-mode): Fix docstring.
1096
1097 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1098 logic, it makes the makes the normal case too slow.
1099
1100 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1101
1102 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1103 file to `raw-text-unix'. Bind coding-system-for-write when
1104 writing out the converted message, and make sure it uses Unix
1105 EOLs.
1106
1107 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1108 encoding to `raw-text-unix'.
1109 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1110 `undecided-unix'.
1111 (rmail-redecode-body): Don't change EOL conversion of the new
1112 encoding if the old one left it unspecified.
1113 (rmail-automatic-folder-directives, rmail): Doc fixes.
1114 (rmail-swap-buffers): New function.
1115 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1116 (rmail-show-message): Use rmail-swap-buffers.
1117 (rmail-decode-region): If DESTINATION is a buffer, set the
1118 encoding of that buffer, rather than the current buffer.
1119 (rmail-show-message): Make error message about uuencoded mail
1120 more explicit.
1121 (rmail-show-message-maybe): Simplify code. Doc fix.
1122 (rmail-show-message): Doc fix.
1123
1124 2009-01-31 Glenn Morris <rgm@gnu.org>
1125
1126 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1127 folder.
1128
1129 * mail/rmail.el (rmail-msg-is-pruned): New function.
1130 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1131 (rmail-reply): Set up to yank from the decoded message rather than the
1132 raw one. (Bug#2104).
1133
1134 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1135
1136 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1137 (uce-message-text, uce-default-headers): Fix custom type.
1138 (rmail-buffer, rmail-msg-is-pruned): Declare.
1139 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1140 Update for mbox Rmail.
1141
1142 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1143
1144 * vc-dir.el (vc-dir-mouse-map): New keymap.
1145 (vc-default-dir-printer): Use it locally.
1146 (vc-dir-find-file-other-window): Allow mouse events.
1147
1148 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1149
1150 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1151 into Rmail-mbox attributes.
1152
1153 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1154 coding-system-for-read to `raw-text', and use insert-file-contents
1155 instead of insert-file-contents-literally. Fixes bug #2019.
1156 (rmail-resent-attr-index): Fix index value.
1157
1158 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1159
1160 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1161 precedence even when its value is t. (Bug#2093)
1162
1163 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1164 connection. (Bug#2093)
1165 (vc-svn-diff): Use old version number even when it is the working
1166 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1167
1168 2009-01-30 Glenn Morris <rgm@gnu.org>
1169
1170 * mail/rmail.el (rmail-reply): Handle empty folders.
1171 (rmail-speedbar-buttons)
1172 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1173
1174 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1175 line-beginning-position calls.
1176 (rmail-header-summary): Use line-end-position.
1177
1178 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1179
1180 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1181 Fix regexp quoting. (Bug#1739)
1182
1183 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1186 correction of passwords.
1187
1188 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * mail/rmail.el (rmail-toggle-header): Determine current header
1191 style using the buffer-local value of rmail-header-style in the
1192 view buffer.
1193 (rmail-show-message): Set a buffer-local value of
1194 rmail-header-style in the view buffer. (Bug#2016)
1195
1196 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1199 Fix typos in docstrings.
1200
1201 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * bindings.el (completion-ignored-extensions):
1204 Add entries for VCS metadata directories (CVS/, .svn, etc).
1205
1206 * pcvs.el (completion-ignored-extensions):
1207 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1208 directory, now done in bindings.el.
1209
1210 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1211
1212 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1213
1214 2009-01-29 Glenn Morris <rgm@gnu.org>
1215
1216 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1217 (rmail-set-header): Ensure header changes get saved.
1218
1219 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1220
1221 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1222 one, after a label is added.
1223
1224 * mail/rmailsum.el (rmail-summary-update-line): New function.
1225 (rmail-summary-goto-msg): Return a value according to whether message
1226 was found.
1227 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1228 property. Use line-end-position.
1229
1230 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1233 quoted From lines.
1234
1235 * mail/rmail.el (rmail-redecode-body): New function, based on old
1236 version removed in 2009-01-22 change.
1237 (rmail-show-message): Unquote From lines.
1238
1239 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1240
1241 * doc-view.el (doc-view-mode): Don't use string-match and file
1242 extension to choose fallback mode on empty/non-existing files but
1243 let-bind auto-mode-alist and call normal-mode.
1244
1245 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1246
1247 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1248 concatenating the type indicating character.
1249 (ls-lisp-format): Don't propertize file-name only if
1250 ls-lisp-classify already did.
1251
1252 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1255 Describe second parameter of hook functions.
1256 (dbus-handle-event): Apply it.
1257
1258 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * mail/rmail.el (rmail-toggle-header): Don't reset
1261 rmail-header-style permanently (bug#2016).
1262
1263 2009-01-28 Denis Howe <denis.howe@gmail.com>
1264
1265 * complete.el (PC-do-completion): Correct case when completion is
1266 unambiguous.
1267
1268 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1269
1270 * calendar/todo-mode.el (todo-insert-item-here):
1271 Prevent insertion of a new entry inside of an existing entry.
1272 Minor code cleanup. (Bug#2084)
1273 (todo-add-category): Change the interactive spec. Signal an error
1274 if the Todo file is non-empty but contains no category. Reject
1275 category names that could induce bugs and confusion. Call
1276 todo-mode if the Todo file is new and unsaved. Simplify handling
1277 of local variables cookie. Properly display the newly added
1278 category in Todo mode.
1279 (todo-show): Call todo-initial-setup only if there is neither a
1280 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1281 (todo-category-alist): Delete function.
1282 (todo-completing-read): New function.
1283 (todo-insert-item, todo-jump-to-category): Use it.
1284 (todo-insert-item): Make the use of the prefix argument conform to
1285 the doc string. (Bug#2086)
1286
1287 2009-01-28 Glenn Morris <rgm@gnu.org>
1288
1289 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1290 even when called from the summary. (Bug#2075)
1291 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1292 (rmail-show-message-maybe): Use rmail-no-mail-p.
1293 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1294 (rmail-get-labels): Separate status and label fields with a semicolon,
1295 rather than a comma, for consistency with old Rmail.
1296
1297 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1298 starting from the beginning, since mail-fetch-field does not care.
1299 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1300 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1301 (rmail-get-summary-labels): New function. Returns labels rather than
1302 status (edited, etc).
1303 (rmail-create-summary): Insert an extra space after the status
1304 flags, for consistency with old rmail, and with current
1305 rmail-summary-font-lock-keywords.
1306
1307 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1310 if region is active. Use cond instead of nested ifs. (Bug#2053)
1311
1312 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1315 converting.
1316
1317 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1318 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1319
1320 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1321
1322 * mouse.el (mouse-select-font): Return a string instead of a list.
1323
1324 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1327 don't have to do it in normal-erase-is-backspace-mode.
1328
1329 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1330 and C-backspace; the latter is not available on ttys anyway.
1331
1332 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1333
1334 (doc-view-mode): Fix broken call to string-match.
1335
1336 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1337
1338 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1339 fundamental-mode or ps-mode if the file is empty or doesn't exist
1340 at all.
1341 (doc-view-initiate-display): Better info message if doc-view-mode
1342 cannot be used. (Missing utility or no png support/no X frame.)
1343 (Bug#2058)
1344
1345 2009-01-27 Glenn Morris <rgm@gnu.org>
1346
1347 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1348 of the headers in the full header case. (Bug#2073)
1349
1350 2009-01-27 Kenichi Handa <handa@m17n.org>
1351
1352 * mail/rmail.el (rmail-get-coding-system): Re-search
1353 rmail-mime-charset-pattern directly instead of using
1354 mail-fetch-field. Use coding-system-from-name.
1355
1356 * international/mule-cmds.el (canonicalize-coding-system-name)
1357 (coding-system-from-name): New functions.
1358
1359 2009-01-27 Glenn Morris <rgm@gnu.org>
1360
1361 * dired-x.el (dired-bind-vm): Doc fix.
1362
1363 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1364 Replace `first' and `rest' with `car' and `cdr' throughout.
1365 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1366 (rsf-scanning-messages-now): Doc fix.
1367 (rsf-check-field): Rename from `check-field' and update callers.
1368 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1369 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1370
1371 * mail/rmail.el: Remove leading `*' from defcustom docs.
1372 Remove needless autoloads of many defcustoms and hooks.
1373 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1374 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1375 (rmail-decode-mime-charset): Doc fix.
1376 (rmail-search-message, rmail-resend): Check functions set before use.
1377
1378 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1379 Remove needless autoloads of many defcustoms.
1380 (rmail-output-to-babyl-buffer): Rename from
1381 rmail-output-to-r-mail-buffer and update caller.
1382 (rmail-output): Doc fix.
1383
1384 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1385 Remove needless autoloads of many defcustoms.
1386 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1387 is set.
1388
1389 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1390 (batch-unrmail, unrmail): Doc fix.
1391
1392 * mail/rmailsum.el (rmail-message-recipients-p-1)
1393 (rmail-message-regexp-p-1): Ensure searches start from the
1394 beginning of the header.
1395
1396 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1399
1400 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1401
1402 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1403 expand the denominator.
1404
1405 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/dbus.el (dbus-event-error-hooks): New variable.
1408 (dbus-handle-event): Use it.
1409
1410 2009-01-26 Glenn Morris <rgm@gnu.org>
1411
1412 * Makefile.in (ELCFILES): Update.
1413
1414 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1415 replies. (Bug#512)
1416
1417 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1418
1419 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1420
1421 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1422
1423 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1424 Remove from global map and key definitions.
1425 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1426 definitions.
1427 (ns-show-preferences-help, ns-unput-working-text): New functions.
1428 (ns-unecho-working-text): Update message.
1429
1430 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1431
1432 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1433 variable to allow the user to choose icalendar UID format.
1434 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1435 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1436 (icalendar-export-region,icalendar--create-uid): Use custom
1437 function to compute icalendar UID for each entry.
1438 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1439 with description, location, etc. fields (need to keep active count
1440 of fields encountered). Another bug fix to the regex that matches
1441 multiple lines (need \' regex instead of $ to match end-of-entry).
1442
1443 2009-01-25 Juri Linkov <juri@jurta.org>
1444
1445 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1446 change its title from "Recursive grep..." to "Grep via Find...".
1447 Add menu items for lgrep and rgrep.
1448
1449 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1450
1451 * ps-print.el (ps-print-version): New version 7.3.4.
1452
1453 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1454
1455 * ps-print.el: Fix face background/foreground extraction.
1456 (ps-face-extract-color): New fun.
1457 (ps-face-attributes, ps-face-attribute-list): Code fix.
1458
1459 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1460
1461 * align.el (align-region): Avoid infloop.
1462
1463 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1464
1465 * env.el (environment): Function removed.
1466
1467 * international/mule-cmds.el (set-language-environment-coding-systems):
1468 If default-buffer-file-coding-system is nil, set up to have EOLs that
1469 are native for the underlying system-type. (Bug#1853)
1470 (prefer-coding-system, set-default-coding-systems): Doc fix.
1471
1472 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1473
1474 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1475 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1476 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1477 Use `string-match-p'.
1478
1479 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1480
1481 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1482 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1483 next-feed does not succeed. Fixes bug#1710 even more.
1484 (newsticker-treeview-next-feed): Simplify.
1485 (newsticker--group-get-feeds): Suppress group names in result.
1486
1487 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1488
1489 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1490 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1491
1492 2009-01-24 Glenn Morris <rgm@gnu.org>
1493
1494 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1495 "popmail" by "pormail".
1496
1497 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1498 Remove unneeded declarations.
1499
1500 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1501
1502 * calc/calc-poly.el (calcFunc-apart): Improve test for
1503 rational functions.
1504
1505 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1508 return value of rmail-get-labels.
1509
1510 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1511 return value of rmail-get-labels.
1512
1513 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1514 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1515
1516 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1517
1518 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1519 old cache file. Fixes bug#1710.
1520
1521 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1524
1525 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1526
1527 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1528 Switch names and update comments for clarity.
1529
1530 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1533 start is nil, as was done in tar-mode.el.
1534
1535 2009-01-23 Glenn Morris <rgm@gnu.org>
1536
1537 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1538 more.
1539
1540 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1541
1542 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * server.el (server-name): Make it a defcustom. (Bug#1995)
1545
1546 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1547
1548 2009-01-23 Glenn Morris <rgm@gnu.org>
1549
1550 * Makefile.in (ELCFILES): Update.
1551
1552 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1553
1554 * net/newst-treeview.el
1555 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1556 current-item-counts. Move to next feed if necessary. (Bug#1569)
1557 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1558 feed if necessary. (Bug#1569)
1559 (newsticker-treeview-next-feed)
1560 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1561 Don't activate node nil. (Bug#1569)
1562
1563 2009-01-22 Paul Reilly <pmr@pajato.com>
1564 Henrik Enberg <enberg@printf.se>
1565 Alex Schroeder <alex@gnu.org>
1566 Chong Yidong <cyd@stupidchicken.com>
1567 Richard M Stallman <rms@gnu.org>
1568 Glenn Morris <rgm@gnu.org>
1569 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1572 (rmail-attribute-header, rmail-keyword-header)
1573 (rmail-answered-attr-index, rmail-deleted-attr-index)
1574 (rmail-edited-attr-index, rmail-filed-attr-index)
1575 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1576 (rmail-unseen-attr-index, rmail-resent-attr-index)
1577 (rmail-attr-array, rmail-header-style, rmail-file-name)
1578 (rmail-buffer-swapped): New vars.
1579 (rmail-convert-file-maybe, rmail-error-bad-format)
1580 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1581 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1582 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1583 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1584 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1585 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1586 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1587 (rmail-message-attr-p, rmail-message-unseen-p)
1588 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1589 (rmail-show-message-maybe, rmail-copy-headers)
1590 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1591 (rmail-write-region-annotate): New functions.
1592
1593 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1594 (rmail-convert-mailpath, rmail-convert-file)
1595 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1596 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1597 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1598 (rmail-redecode-body)
1599 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1600 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1601 (rmail-count-screen-lines, rmail-message-regexp-p)
1602 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1603 (rmail-nuke-pinhead-header): Move to rmailout.el.
1604
1605 (rmail-ignored-headers): Add additional headers.
1606 (rmail-mode-map): Update key commands.
1607 (rmail-tool-bar-map): Build tool-bar unconditionally.
1608 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1609 conversion and new buffer swapping mechanism.
1610 (rmail-perm-variables): Use new vars, and remove deleted ones.
1611 (rmail-revert): Use rmail-convert-file-maybe.
1612 (rmail-duplicate-message): Use rmail-show-message-maybe.
1613 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1614 a disk-full error.
1615 (rmail-parse-url): Strip embedded password.
1616 (rmail-insert-inbox-text): Default to movemail if
1617 rmail-movemail-program is null. Handle mbox format.
1618 (rmail-decode-region): New arg.
1619 (rmail-display-labels): Don't perform Babyl processing.
1620 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1621 (rmail-set-message-counters, rmail-count-new-messages)
1622 (rmail-set-message-counters-counter, rmail-show-message)
1623 (rmail-next-same-subject, rmail-reply): Use mbox format.
1624 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1625 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1626 buffer swapping mechanism.
1627
1628 * mail/rmailedit.el: Require rmailsum.el.
1629 (rmail-edit-mode): First check if buffer is swapped.
1630 (rmail-edit-saved-coding-system): Delete var.
1631 (rmail-edit-current-message): Don't call deleted vars.
1632 (rmail-cease-edit): Handle mbox format.
1633 (rmail-abort-edit): Widen buffer.
1634
1635 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1636 declarations.
1637 (rmail-buffer, rmail-current-message, rmail-last-label)
1638 (rmail-last-multi-labels, rmail-summary-vector)
1639 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1640 (rmail-keywords): Delete vars.
1641 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1642 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1643 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1644 (rmail-make-label): New function.
1645 (rmail-read-label): Don't call rmail-parse-file-keywords.
1646 (rmail-set-label): Rewrite using rmail-set-attribute.
1647 (rmail-next-labeled-message): Use rmail-get-labels.
1648
1649 * mail/rmailmm.el: New file.
1650
1651 * mail/rmailmsc.el: Require rmail.el.
1652 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1653
1654 * mail/rmailout.el (rmail-output-decode-coding): New var.
1655 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1656 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1657 (rmail-output-to-rmail-buffer): New functions.
1658 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1659 Delete functions.
1660 (rmail-nuke-pinhead-header): Move from rmail.el.
1661 (rmail-output): Rewrite to accept both mbox and babyl output.
1662 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1663 use mbox internal format.
1664
1665 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1666 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1667 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1668 Use rmail-get-header.
1669 (rmail-sort-messages): Use new buffer swapping mechanism.
1670 Handle mbox internal format.
1671
1672 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1673 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1674 (rmail-message-regexp-p, rmail-new-summary-1)
1675 (rmail-get-create-summary-buffer, rmail-get-summary)
1676 (rmail-create-summary-line, rmail-get-summary-labels)
1677 (rmail-create-summary, rmail-header-summary)
1678 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1679 (rmail-summary-by-topic, rmail-message-senders-p)
1680 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1681 internal format.
1682 (rmail-new-summary): Rewrite window handling.
1683 (rmail-make-summary-line, rmail-make-summary-line-1)
1684 (rmail-make-basic-summary-line)
1685 (rmail-summary-output-to-rmail-file): Functions deleted.
1686 (rmail-summary-undelete, rmail-summary-rmail-update)
1687 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1688 (rmail-summary-show-message, rmail-summary-wipe)
1689 (rmail-summary-toggle-header, rmail-summary-reply):
1690 Use rmail-buffer instead of rmail-view-buffer.
1691 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1692 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1693 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1694
1695 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1696
1697 * term/ns-win.el (ns-show-manual): Fix node name.
1698 (x-open-connection): Fix typo in declaration filename.
1699
1700 2009-01-22 Romain Francoise <romain@orebokech.com>
1701
1702 * Makefile.in (ELCFILES): Update.
1703
1704 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1705
1706 * frame.el (make-frame-on-tty): Remove function, inline contents
1707 in the only user ...
1708
1709 * server.el (server-create-tty-frame): ... here.
1710
1711 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * format.el (format-annotate-function):
1714 Set write-region-post-annotation-function.
1715
1716 2009-01-21 John Wiegley <johnw@newartisans.com>
1717
1718 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1719 list of output filters.
1720 (eshell-mode): Change the default binding of C-a to eshell-bol.
1721 I don't think it's actually bound at all by default in eshell;
1722 it just falls back to the default binding of C-a.
1723
1724 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * minibuffer.el (completion--insert-strings): Fix up computation of
1727 column position which manifested e.g. in proced's signal completion.
1728
1729 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * server.el (server-start): Allow server to shut down when no
1732 frames are available in daemon-mode.
1733
1734 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1735
1736 * term.el (term-previous-matching-input, term-next-matching-input)
1737 (term-previous-matching-input-from-input)
1738 (term-next-matching-input-from-input, term-backward-matching-input)
1739 (term-forward-matching-input): Change argument name to match docstring.
1740
1741 2009-01-21 Glenn Morris <rgm@gnu.org>
1742
1743 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1744 that are no longer needed.
1745 (authors-scan-change-log): Doc fix.
1746 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1747
1748 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1749
1750 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1751 Use aspell default dict.
1752
1753 2009-01-20 Kenichi Handa <handa@m17n.org>
1754
1755 * descr-text.el (describe-char): Improve description of eight-bit
1756 char in a unibyte buffer. (Bug#1935)
1757
1758 2009-01-20 Glenn Morris <rgm@gnu.org>
1759
1760 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1761 Add some entries.
1762
1763 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * progmodes/ruby-mode.el: Autoload other interpreter names.
1766
1767 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * descr-text.el (describe-char-categories): New defsubst.
1770 (describe-char): Use it.
1771
1772 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1773
1774 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1775 IPv4 mapped IPv6 addresses.
1776
1777 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1780 the beginning of the buffer. (Bug#1949)
1781
1782 2009-01-18 Markus Triska <markus.triska@gmx.at>
1783
1784 * linum.el (linum-update-window): Use `delq' instead of `delete';
1785 compare strings with `equal-including-properties'.
1786
1787 2009-01-17 Glenn Morris <rgm@gnu.org>
1788
1789 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1790 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1791
1792 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1793 (eldoc-message-commands, eldoc-print-current-symbol-info):
1794 Doc fix (consistent case of "ElDoc").
1795
1796 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1797
1798 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1799
1800 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1801
1802 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1803 TARGET)' does not exist, try again with its basename replaced by
1804 `(cdr TARGET)'. (Related to Bug #1853.)
1805
1806 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1807
1808 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1809
1810 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1811 unless flyspell-mode is enabled.
1812 (flyspell-pre-point): Make buffer-local.
1813
1814 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1815
1816 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1817 delimiters, allow fields that are composed of strings and string
1818 constants.
1819 (bibtex-mode): Doc fix.
1820
1821 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1822
1823 * textmodes/ispell.el: Protect against declare-function undefined
1824 in XEmacs.
1825 (ispell-program-name): Search also for hunspell when setting default.
1826 (ispell-find-aspell-dictionaries): Better error message. Use correct
1827 dictionary alist for default. Better fallback default dictionary.
1828
1829 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1830
1831 * international/quail.el (quail-insert-kbd-layout):
1832 Delete superfluous handling of 8-bit code. (Bug#1418)
1833
1834 2009-01-16 Glenn Morris <rgm@gnu.org>
1835
1836 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1837 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1838 (eldoc-highlight-function-argument): Doc fix - mention effect of
1839 eldoc-documentation-function.
1840 (eldoc-message-commands-table-size, eldoc-message-commands)
1841 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1842 (eldoc-documentation-function): Mention effect on user options.
1843
1844 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1845
1846 2009-01-16 Kevin Ryde <user42@zip.com.au>
1847
1848 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1849 its version number, and then set both.
1850
1851 2009-01-16 Richard M Stallman <rms@gnu.org>
1852
1853 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1854
1855 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1856
1857 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1858 Refer to revert-buffer, not Buffer-menu-revert.
1859 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1860 (Buffer-menu-revert): Remove function, unused.
1861 (Buffer-menu-mode-map): Don't bind keys already
1862 bound by special-mode.
1863 (Buffer-menu-mode-map): Add a menu.
1864
1865 2009-01-15 Stephen Eglen <stephen@gnu.org>
1866
1867 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1868
1869 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1870
1871 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1872
1873 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1874
1875 * window.el (special-display-p): Revert 2009-01-14 change.
1876
1877 2009-01-15 Glenn Morris <rgm@gnu.org>
1878
1879 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1880 (authors-obsolete-files-regexps, authors-ignored-files):
1881 (authors-renamed-files-alist): Add some entries.
1882 (authors-fixed-entries): Change some entries.
1883 (authors-canonical-file-name): Doc fix.
1884 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1885
1886 2009-01-14 Juri Linkov <juri@jurta.org>
1887
1888 * info.el (Info-isearch-filter): Don't filter out invisible text
1889 when search-invisible is t. (Bug#1848)
1890
1891 * simple.el (blink-matching-open): Use `minibuffer-message' to
1892 display messages in the minibuffer.
1893
1894 * help.el (view-help-file):
1895 * menu-bar.el (menu-bar-help-extra-packages):
1896 Use goto-address-mode instead of goto-address.
1897
1898 * net/goto-addr.el (goto-address-url-face): Change default value
1899 from `bold' to `link'.
1900
1901 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1904
1905 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1906
1907 * frame.el (special-display-popup-frame): Rewrite doc-string and
1908 simplify code.
1909
1910 * window.el (special-display-buffer-names)
1911 (special-display-regexps): Add customization support for
1912 function/other-args elements. Rewrite doc-strings.
1913 (special-display-function): Rewrite doc-string.
1914 (same-window-buffer-names, same-window-regexps):
1915 Minor doc-string fixes.
1916 (special-display-p): Minor rewrite.
1917
1918 2009-01-14 Glenn Morris <rgm@gnu.org>
1919
1920 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1921
1922 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1925 MESSAGEs with internal square brackets (i.e., " this [test] message").
1926 Use `string-match-p'.
1927 (completion--make-envvar-table, completion--file-name-table)
1928 (completion-pcm--string->pattern, completion-pcm--all-completions)
1929 (completion-pcm--filename-try-filter): Use `string-match-p'.
1930
1931 2009-01-14 Juri Linkov <juri@jurta.org>
1932
1933 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1934 non-nil `bug-reference-url-format' before putting an overlay
1935 property `bug-reference-url'.
1936 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1937 `bug-reference-url-format'. Doc fix. (Bug#1744)
1938
1939 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1942 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1943
1944 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1945 loaded.
1946
1947 2009-01-13 Jason Rumney <jasonr@gnu.org>
1948
1949 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1950
1951 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * subr.el (play-sound): Doc fix. (Bug#250)
1954 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1955
1956 2009-01-12 Alan Mackenzie <acm@muc.de>
1957
1958 * textmodes/paragraphs.el (forward-sentence): Change limit of
1959 re-search-backward to allow values of `sentence-end' anchored at BOL.
1960
1961 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1964 subfield of the magic string.
1965
1966 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1967
1968 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1969 (math-special-function-table): Use `math-compose-tex-sqrt' to
1970 compose sqrts in TeX and LaTeX mode.
1971
1972 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * faces.el (describe-face): Ignore anonymous faces.
1975
1976 * server.el (server-save-buffers-kill-terminal): Args changed.
1977 Handle nowait client frames.
1978
1979 * files.el (save-buffers-kill-terminal): Args for
1980 server-save-buffers-kill-terminal changed.
1981
1982 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1985
1986 2009-01-11 Glenn Morris <rgm@gnu.org>
1987
1988 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1989 Silence compiler.
1990
1991 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1992 some entries.
1993 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1994 (authors-renamed-files-alist): Add entries.
1995 (authors-fixed-entries): Update for renamed and removed files.
1996 (authors-canonical-file-name): Add entries to
1997 authors-checked-files-alist based on their full names, expanded relative
1998 to each log-file directory.
1999 (authors-scan-el, authors-add-to-author-list, authors):
2000 Handle multiple authors in a file, via a new :cowrote category.
2001
2002 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2003
2004 2009-01-10 Richard M Stallman <rms@gnu.org>
2005
2006 * mail/mail-utils.el (mail-quote-printable-region): New function.
2007
2008 2009-01-10 Glenn Morris <rgm@gnu.org>
2009
2010 * calendar/cal-move.el (calendar-scroll-left-three-months)
2011 (calendar-scroll-right-three-months):
2012 * calendar/holidays.el (calendar-list-holidays)
2013 (calendar-mark-holidays):
2014 * calendar/lunar.el (calendar-lunar-phases):
2015 Add event handling, for when called from menus with the calendar buffer
2016 not current.
2017
2018 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
2019
2020 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2021 Move setting up whitepace-mode ...
2022 (diff-mode): ... here.
2023 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2024
2025 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * faces.el (x-font-family-list): Remove entirely.
2028
2029 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2030
2031 Fix Bug #876:
2032
2033 * info.el (info-insert-file-contents, Info-insert-dir):
2034 Bind inhibit-null-byte-detection to non-nil.
2035
2036 2009-01-10 Martin Rudalics <rudalics@gmx.at>
2037
2038 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2039 toggling tool bars on. (Bug#1754)
2040
2041 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * faces.el (face-valid-attribute-values): Use string as value for
2044 :family attribute. Now, font-family-list returns a list of strings.
2045 (x-font-family-list): Obsolete compatibility version of function
2046 from xfaces.c.
2047
2048 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2049
2050 * window.el (special-display-buffer-names)
2051 (special-display-regexps, special-display-function):
2052 In doc-strings say "same-window" instead of "same-buffer".
2053
2054 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
2055
2056 * net/tramp.el: Revert previous patch. `last-command-char' is
2057 used in code intended only for XEmacs, where it is different from
2058 `last-command-event'.
2059
2060 2009-01-09 Glenn Morris <rgm@gnu.org>
2061
2062 * subr.el (last-input-char, last-command-char):
2063 Move here from src/keyboard.c.
2064
2065 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2066 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2067 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2068 * wdired.el:
2069 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2070 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2071 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2072 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2073 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2074 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2075 * eshell/em-smart.el, eshell/esh-mode.el:
2076 * international/mule-cmds.el:
2077 * mail/mailabbrev.el:
2078 * net/tramp.el:
2079 * play/mpuz.el:
2080 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2081 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2082 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2083 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2084 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2085 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2086 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2087 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2088 Replace last-command-char with last-command-event.
2089
2090 * double.el, electric.el, replace.el, term.el, terminal.el:
2091 * calc/calc.el:
2092 * emulation/viper-cmd.el:
2093 * international/mule-cmds.el:
2094 * obsolete/iso-acc.el:
2095 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2096
2097 * emacs-lisp/edebug.el: Remove references to last-command-char and
2098 last-input-char, since these have been identical to last-command-event
2099 and last-input-event since at least Emacs 19.
2100 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2101 Remove.
2102
2103 2009-01-09 Dave Love <fx@gnu.org>
2104
2105 * calendar/time-date.el: Require cl for `declare'.
2106
2107 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2108
2109 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2110 Suggested by Dave Love.
2111
2112 2009-01-09 Dave Love <fx@gnu.org>
2113
2114 * net/imap.el (imap-string-to-integer): Fix typo.
2115 (imap-fetch-safe): New function.
2116 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2117
2118 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2119 (imap-parse-greeting): Fix doc strings.
2120 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2121 (imap-parse-flag-list): Make messages unique.
2122 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2123
2124 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2125 call.
2126
2127 * net/imap.el: Fix author email. Doc fixes.
2128 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2129 reply.
2130
2131 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2132
2133 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2134
2135 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2136
2137 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2138 Call nslookup if resolv.conf isn't available.
2139 (dns-query): Rename from query-dns.
2140 (dns-query-cached): Rename from query-dns-cached.
2141
2142 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2143
2144 * net/imap.el (imap-enable-exchange-bug-workaround):
2145 Explain auto-detection in the doc string.
2146
2147 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2150 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2151 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2152 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2153 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2154 Fix typos in docstrings.
2155 (ispell-command-loop): Reflow docstring.
2156
2157 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2158
2159 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2160 (ispell-aspell-supports-utf8): Mark as obsoleted by
2161 ispell-encoding8-command.
2162 (ispell-check-version): Set ispell-encoding8-command.
2163 (ispell-check-spellchecker-params, ispell-start-process):
2164 Use ispell-encoding8-command.
2165
2166 * textmodes/flyspell.el (flyspell-large-region):
2167 Use ispell-encoding8-command.
2168
2169 2009-01-08 Glenn Morris <rgm@gnu.org>
2170
2171 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2172 scroll the calendar.
2173
2174 * international/mule-cmds.el (universal-coding-system-argument):
2175 last-input-char need not be a char.
2176
2177 * textmodes/ispell.el (ispell-check-minver): Declare.
2178 Use string-to-number rather than string-to-int.
2179
2180 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * add-log.el (change-log-search-tag-name): Reflow docstring.
2183 (change-log-mode): Fix typo in docstring.
2184
2185 * international/mule.el (define-coding-system): Doc fix.
2186
2187 2009-01-07 Kenichi Handa <handa@m17n.org>
2188
2189 * international/mule.el (define-coding-system): Fix docstring
2190 about :bom usage.
2191
2192 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2193
2194 * dired.el (dired-pop-to-buffer): Don't split windows
2195 horizontally. (Bug#1806)
2196
2197 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * tar-mode.el (tar-mode, tar-mode-write-contents)
2200 (tar-write-region-annotate): Undo Andreas's last change.
2201
2202 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2205 (tramp-handle-file-local-copy, tramp-handle-write-region)
2206 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2207 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2208
2209 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * minibuffer.el (completion-hilit-commonality): Don't presume
2212 all-completions always include the input as prefix.
2213 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2214 as trivial.
2215 (completion-pcm--hilit-commonality): Remove leftover code that used to
2216 deal with the now removed cdr-in-last-cons.
2217
2218 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * international/mule.el (define-coding-system): Fix typos in docstring.
2221
2222 2009-01-05 Alan Mackenzie <acm@muc.de>
2223
2224 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2225 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2226
2227 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2228
2229 * net/tramp.el (tramp-handle-load)
2230 (tramp-do-copy-or-rename-file-directly)
2231 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2232 (tramp-handle-write-region)
2233 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2234 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2235 Delete temporary file in case of error.
2236
2237 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2238
2239 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2240
2241 2009-01-05 Richard M Stallman <rms@gnu.org>
2242
2243 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2244
2245 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2246
2247 * window.el (display-buffer): Fix last fix.
2248
2249 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2252 to shorten the desktop file directory shown in message.
2253
2254 2009-01-05 Glenn Morris <rgm@gnu.org>
2255
2256 * version.el (emacs-copyright):
2257 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2258 Update copyrights for 2009.
2259
2260 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2261
2262 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2263 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2264 hard-coded 0.
2265 (ada-get-indent-loop): Fix list access bug.
2266
2267 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2268
2269 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2270 (lisp-interaction-mode): Add a blank line in the docstring
2271 before the keymap listing.
2272
2273 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2274
2275 * window.el (display-buffer): When a buffer is displayed in the
2276 selected and some other window, and not-this-window is non-nil,
2277 try to return that other window instead of popping up a new
2278 frame. (Bug#30)
2279
2280 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2283
2284 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2285
2286 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2287
2288 2009-01-03 Michael Olson <mwolson@gnu.org>
2289
2290 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2291 blank characters which will confuse `read', so skip past them.
2292
2293 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2294
2295 * emacs-lisp/authors.el (authors-aliases): Addition.
2296 (authors): Allow to use it for other projects.
2297
2298 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2299 Clarify MATCH argument. Print filenames.
2300
2301 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2302
2303 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2304
2305 * net/tramp.el (tramp-local-host-regexp)
2306 (tramp-prefix-domain-format)
2307 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2308 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2309 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2310 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2311 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2312 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2313 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2314 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2315 (tramp-handle-insert-file-contents): Fix setting of
2316 `buffer-read-only'.
2317 (tramp-compute-multi-hops, tramp-local-host-p):
2318 Use `tramp-local-host-regexp'.
2319 (tramp-file-name-real-user, tramp-file-name-domain):
2320 Use `tramp-user-with-domain-regexp'.
2321
2322 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2323 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2324
2325 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2326
2327 * proced.el (proced-grammar-alist): Refiner can be a
2328 list (function help-echo) instead of a cons pair.
2329 (proced-post-display-hook): New variable.
2330 (proced-tree-depth): Rename from proced-tree-indent.
2331 (proced-mode): Derive mode from special-mode.
2332 (proced-mode-map): Change accordingly.
2333 (proced, proced-update): Run proced-post-display-hook.
2334 (proced-do-mark-all): Count processes for which mark has been updated.
2335 (proced-format): Check for ppid attribute.
2336 (proced-process-attributes): Take time and ctime attribute from
2337 system-process-attributes.
2338 (proced-send-signal): Doc fix. Collect properly the info on
2339 marked processes. Use fit-window-to-buffer instead of
2340 dired-pop-to-buffer.
2341
2342 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2345 point-min==1.
2346
2347 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2350 (mode-line-client): Fix typo in help message and docstring.
2351
2352 2009-01-02 Jason Rumney <jasonr@gnu.org>
2353
2354 * term/w32-win.el (image-library-alist): Add gobject library.
2355
2356 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2357
2358 * frame.el (window-system-default-frame-alist)
2359 (initial-frame-alist, minibuffer-frame-alist)
2360 (pop-up-frame-alist, pop-up-frame-function)
2361 (special-display-frame-alist): Rewrite and reformat doc-strings.
2362
2363 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2364
2365 * simple.el (minibuffer-default-add-shell-commands):
2366 Fix doc-string typo.
2367
2368 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * language/cham.el: Fix setting of composition-function-table.
2371
2372 * language/khmer.el: Fix setting of composition-function-table.
2373
2374 * language/tibet-util.el (tibetan-composition-function):
2375 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2376
2377 * simple.el (minibuffer-default): Add defvar.
2378
2379 * hippie-exp.el: Require comint.
2380
2381 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2382
2383 * simple.el (last-buffer): Don't set major mode of *scratch* if
2384 that buffer exists already. Rewrite doc-string.
2385
2386 2008-12-31 Andreas Schwab <schwab@suse.de>
2387
2388 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2389 write-region-annotate-functions.
2390 (tar-mode-write-contents): New function.
2391 (tar-write-region-annotate): Remove.
2392
2393 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2396 (buffer-swapped-with): Var removed.
2397
2398 2008-12-30 Kenichi Handa <handa@m17n.org>
2399
2400 * language/japanese.el (compose-gstring-for-variation-glyph):
2401 New function. Register it in composition-function-table.
2402
2403 * composite.el (lglyph-set-code): New function.
2404
2405 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * tar-mode.el (tar-data-swapped): New var.
2408 (tar-data-swapped-p, tar-swap-data):
2409 Use it instead of buffer-swapped-with.
2410 (tar-write-region-annotate): Re-add (partial undo of last change).
2411 (tar-mode): Use it again (partial undo as well).
2412
2413 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2414
2415 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2416
2417 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * follow.el (follow-select-if-visible): Improve the check for the
2420 last line of the window.
2421 (follow-post-command-hook): Perform redisplay in more
2422 circumstances, to avoid getting point stuck on partially visible lines.
2423
2424 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * follow.el (follow-calc-win-end): Use with-selected-window.
2427 (follow-windows-start-end, follow-pos-visible)
2428 (follow-windows-aligned-p): Code cleanup.
2429 (follow-select-if-visible): Try to avoid partially-visible lines.
2430 (follow-select-if-visible-from-first): Call follow-redisplay and
2431 move point to destination.
2432 (follow-redisplay): New arg, to keep selected window unchanged.
2433 (follow-post-command-hook): In final check for destination
2434 visibility, use window-start and window-end instead of the less
2435 accurate follow-pos-visible. If the selected window is redrawn,
2436 tell follow-redisplay to preserve it.
2437 (follow-calculate-first-window-start-from-below): Avoid looping
2438 forever if vertical-motion returns an unexpected value.
2439
2440 2008-12-30 Andreas Schwab <schwab@suse.de>
2441
2442 * server.el (server-running-p): Remove interactive spec.
2443 Fix regexp.
2444
2445 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * follow.el (follow-calc-win-start): Don't use `inline'.
2448 (follow-update-window-start, follow-select-if-visible)
2449 (follow-calculate-first-window-start-from-below)
2450 (follow-post-command-hook): Code cleanup.
2451 (follow-downward, follow-calculate-first-window-start):
2452 Delete function and merge into follow-redisplay.
2453 (follow-redisplay): Merge code from follow-downward and
2454 follow-calculate-first-window-start.
2455
2456 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * proced.el (proced-tree-flag): Fix typo in docstring.
2459
2460 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2461
2462 * proced.el (proced-temp-alist): Rename from variable
2463 proced-children-alist.
2464 (proced-process-tree, proced-toggle-tree): Fix docstring.
2465 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2466 (proced-temp-internal): Use proced-temp-alist.
2467
2468 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2469
2470 * subr.el (mkdir): New defalias.
2471
2472 2008-12-29 Juri Linkov <juri@jurta.org>
2473
2474 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2475 command `proced-next-line' removed on 2008-09-06.
2476
2477 2008-12-28 Juri Linkov <juri@jurta.org>
2478
2479 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2480 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2481
2482 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2483 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2484 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2485 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2486 set 4 obsolete variables for backward-compatibility with Emacs 22.
2487
2488 2008-12-28 Juri Linkov <juri@jurta.org>
2489
2490 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2491
2492 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2493
2494 * misc.el (butterfly): New command.
2495
2496 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2497
2498 * proced.el (proced-grammar-alist): Allow predicate nil.
2499 New attribute tree.
2500 (proced-format-alist): Use attribute tree.
2501 (proced-tree-flag, proced-tree-indent): New variables.
2502 (proced-children-alist): Rename from proced-process-tree.
2503 PPID must refer to a process in process-alist.
2504 Ignore PPIDs that equal PID (Bug#1718).
2505 Children alist inherits sorting order from process-alist.
2506 (proced-process-tree): New variable. New function.
2507 (proced-process-tree-internal, proced-toggle-tree)
2508 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2509 (proced-mark-process-alist): Add docstring.
2510 (proced-filter-parents): PPID must refer to a process in
2511 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2512 (proced-sort): Throw error if attribute is not sortable.
2513 (proced-sort-interactive): Restrict completion to sortable attributes.
2514 (proced-format): Include tree in standard attributes if
2515 proced-tree-flag is non-nil. Make header clickable only if
2516 corresponding predicate is non-nil.
2517 (proced-update): Use proced-tree.
2518
2519 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * diff.el (diff): Doc fix.
2522
2523 * emacs-lisp/rx.el (rx): Doc fix.
2524
2525 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2526 before uniquifying backup trash file name.
2527
2528 2008-12-27 Andreas Schwab <schwab@suse.de>
2529
2530 * vc-git.el (vc-git-dir-printer): Fix filename column.
2531
2532 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2533
2534 * term.el (term-emulate-terminal): Decode substring just prior to
2535 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2536
2537 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2538
2539 * makefile.w32-in (MH_E_DIR): New variable.
2540 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2541 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2542 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2543 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2544 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2545 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2546 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2547 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2548 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2549 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2550 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2551
2552 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2553 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2554 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2555 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2556 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2557 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2558 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2559 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2560 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2561 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2562 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2563
2564 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2565
2566 * files.el (dosified-file-name): Declare.
2567
2568 2008-12-26 Andreas Schwab <schwab@suse.de>
2569
2570 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2571
2572 * tar-mode.el (tar-swap-data): New function.
2573 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2574 (tar-mode-revert): Likewise.
2575 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2576 (tar-data-swapped-p): Test buffer-swapped-with.
2577 (tar-write-region-annotate): Remove.
2578 (tar-header-block-tokenize): Add argument `coding' and use it
2579 instead of tar-file-name-coding-system.
2580 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2581
2582 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2583
2584 * dos-fns.el (dosified-file-name): New function.
2585
2586 * files.el (dir-locals-find-file): Run dir-locals-file through
2587 dosified-file-name. Compare files case-insensitively on systems
2588 whose filesystems are case-insensitive.
2589
2590 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2591
2592 * help.el (help-for-help-internal): Fix entry for "l".
2593
2594 2008-12-25 Richard M Stallman <rms@gnu.org>
2595
2596 * shadowfile.el (shadow-copy-file): Revert previous change.
2597 This code as it was should work properly with buffer-swapped-with.
2598
2599 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2600
2601 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2602
2603 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2604
2605 * subr.el (chmod): New defalias for set-file-modes.
2606
2607 2008-12-23 Juri Linkov <juri@jurta.org>
2608
2609 * isearch.el (isearch-filter-predicate, isearch-search):
2610 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2611 (isearch-filter-visible): Rename from
2612 `isearch-filter-invisible'. Doc fix.
2613
2614 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2615 value from `dired-isearch-filter-predicate-orig' instead of the
2616 symbol `isearch-filter-invisible'. Doc fix.
2617 (dired-isearch-filter-filenames): Doc fix.
2618 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2619
2620 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2621 for Info-point-loc since it is more correct in all cases.
2622 (Info-isearch-filter): Rename from
2623 `Info-isearch-filter-predicate'. Doc fix.
2624 (Info-mode): Replace `Info-isearch-filter-predicate' with
2625 `Info-isearch-filter'.
2626
2627 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2628
2629 * pgg.el: Add obsolescence info.
2630
2631 2008-12-22 Richard M Stallman <rms@gnu.org>
2632
2633 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2634
2635 * files.el (buffer-swapped-with): New variable.
2636 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2637 (basic-save-buffer): Unswap the buffer temporarily if nec.
2638
2639 * dired.el (dired-readin): Inhibit modification hooks.
2640
2641 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2642
2643 * net/newst-backend.el (newst-backend):
2644 Remove wrong duplicate provide statement.
2645
2646 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2649 end, before updating.
2650 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2651 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2652
2653 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2654
2655 * window.el (set-window-text-height): Fix doc-string.
2656
2657 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2660 (completion-all-completions): Don't set it.
2661 (completion-table-with-context, completion--file-name-table):
2662 Don't add base-size in last cdr.
2663 (completion-hilit-commonality): Add argument `base-size'.
2664 (display-completion-list, completion-emacs21-all-completions)
2665 (completion-emacs22-all-completions, completion-basic-all-completions):
2666 Provide it.
2667 (completion-pcm--all-completions): Don't need to remove the base-size
2668 in last-cdr any more.
2669
2670 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2671
2672 * textmodes/ispell.el (ispell-check-minver): New function.
2673 (ispell-check-version): Rewrite spellchecker and version checking.
2674 Use (ispell-check-minver). Handle hunspell versions.
2675
2676 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * ido.el (ido-read-internal): Handle `confirm' and
2679 `confirm-after-completion' values for the require-match argument.
2680
2681 2008-12-20 Jason Rumney <jasonr@gnu.org>
2682
2683 * international/mule.el (auto-coding-regexp-alist):
2684 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2685
2686 2008-12-20 Ami Fischman <ami@fischman.org>
2687
2688 * bindings.el (mode-line-eol-desc): Use assoc to query
2689 mode-line-eol-desc-cache.
2690
2691 2008-12-20 Glenn Morris <rgm@gnu.org>
2692
2693 * comint.el (comint-save-input-ring-index): Add missing initial value.
2694
2695 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * proced.el (proced-grammar-alist): Doc fix.
2698 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2699 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2700 (proced-undo): Fix typos in docstrings.
2701
2702 2008-12-19 Glenn Morris <rgm@gnu.org>
2703
2704 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2705 (authors-fixed-case): New constant.
2706 (authors-public-domain-files, authors-ignored-files):
2707 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2708 (authors-renamed-files-regexps): Add some new entries.
2709 (authors-canonical-file-name): Don't complain about ignored files.
2710 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2711 (authors): Ensure error buffer is writable.
2712
2713 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2714
2715 (ispell-really-hunspell): New variable to signal hunspell.
2716 (ispell-check-version):
2717 Check if hunspell and set ispell-really-hunspell if needed.
2718 (ispell-send-string, ispell-start-process, flyspell-large-region):
2719 Pass right options for hunspell if needed.
2720
2721 2008-12-18 Kenichi Handa <handa@m17n.org>
2722
2723 * international/fontset.el (script-representative-chars)
2724 (setup-default-fontset): Add more scripts.
2725
2726 * international/characters.el: Add more scripts.
2727
2728 2008-12-19 Juri Linkov <juri@jurta.org>
2729
2730 * info.el (Info-isearch-search): Implement lax version of
2731 incremental word search in Info.
2732 (Info-isearch-start): Set Info-isearch-initial-node to the
2733 current node when search is nonincremental to not stop at the
2734 initial node in this case.
2735 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2736
2737 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2740 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2741 (rst-repeat-last-character): Fix typos in docstrings.
2742 (rst-mode, rst-backward-section): Doc fixes.
2743
2744 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2745
2746 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2747 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2748 (newsticker--treeview-load): Check whether groups file exists.
2749
2750 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2751 (newsticker-dir): Use `locate-user-emacs-file'.
2752
2753 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2754
2755 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2756 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2757
2758 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2759
2760 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2761
2762 * startup.el (command-line): Do not mention the server name in
2763 case the user has not mentioned it, print a more explicit message.
2764
2765 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2766 Change all callers.
2767
2768 2008-12-18 Sam Steingold <sds@gnu.org>
2769
2770 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2771
2772 2008-12-18 Juri Linkov <juri@jurta.org>
2773
2774 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2775 `isearch-edit-string-set-word'.
2776 (isearch-edit-string-set-word): Remove.
2777 (isearch-occur): Imitate the C function `wordify' by replacing
2778 non-word character with the \\W+ regexp.
2779 (isearch-search-fun): Add `isearch-nonincremental' to the
2780 condition of using a non-lax version of `word-search-forward'.
2781
2782 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2783
2784 * epa-file.el (epa-file-insert-file-contents):
2785 Set buffer-file-name before decrypting a file.
2786
2787 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2788
2789 * server.el (server-start): If unable to start the server,
2790 display a warning instead of raising an error.
2791
2792 * startup.el (server-process): Add defvar.
2793 (command-line): If the daemon is unable to start the server,
2794 display a message and exit Emacs.
2795
2796 2008-12-15 Sam Steingold <sds@gnu.org>
2797
2798 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2799 mostly for CLISP modules, but could also be useful elsewhere.
2800
2801 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2804 * icomplete.el (icomplete-prospects-height):
2805 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2806
2807 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * international/mule.el (find-auto-coding): Fix typo in docstring.
2810
2811 * international/mule-cmds.el (select-safe-coding-system):
2812 * mail/rmail.el (rmail-require-mime-maybe):
2813 Fix arguments of `display-warning'.
2814
2815 * simple.el (bad-package-check): Fix arguments of `display-warning',
2816 using the package name as TYPE. Use `string-match-p'.
2817
2818 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2819
2820 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2821 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2822 (proced-sort-user, proced-sort-header): Prefix arg determines
2823 sorting order. Suggested by Dan Nicolaescu.
2824 (proced-revert): Doc fix.
2825
2826 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2827
2828 * proced.el (proced-grammar-alist): Allow refiner elements that
2829 are cons pairs (function . help-echo) or nil.
2830 (proced-refine): Use them.
2831 (proced-format-alist): Allow alternatives.
2832 (proced-descend): New variable.
2833 (proced-sort): New arg descend.
2834 (proced-sort-interactive): Repeated calls toggle sort order.
2835 (proced-format): Accomodate changes of proced-format-alist.
2836 Undefined attributes are displayed as "?".
2837 (proced-process-attributes): New optional arg pid-list.
2838 Ignore processes with empty attribute list.
2839
2840 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2841
2842 * proced.el (proced-auto-update-interval): Rename from
2843 proced-timer-interval.
2844 (proced-auto-update-flag): Rename from proced-timer-flag.
2845 (proced-auto-update-timer): Rename from proced-timer.
2846 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2847 (proced-available): Initialize appropriately.
2848
2849 2008-12-13 Glenn Morris <rgm@gnu.org>
2850
2851 * subr.el (declare-function): Doc fix.
2852
2853 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2854 refer to elisp manual.
2855
2856 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2857
2858 * window.el (fit-window-to-buffer): Return non-nil when height
2859 was orderly adjusted, nil otherwise.
2860
2861 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2862 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * server.el (server-sentinel): Uncomment code to delete connection file.
2865 (server-start): Save the connection file in the server property list.
2866 Delete it only when we are reasonably convinced that it is not owned by
2867 a running server.
2868 (server-force-delete): New command to force-delete the connection file,
2869 and stop the server if it is running.
2870 (server-running-p): Return t also for local TCP servers when we find a
2871 process with a matching PID, and :other for undecided cases.
2872
2873 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2874
2875 * window.el (fit-window-to-buffer): Use with-selected-window and
2876 condition-case. Do not delete more windows than necessary in
2877 the shrinking (delta < 0) case. Do not raise an error when the
2878 containing frame is too small to show all of buffer. (Bug#1488)
2879
2880 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2881 min-height arg 1 to make sure that small buffers are shown.
2882
2883 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2886 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2887 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2888 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2889 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2890 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2891 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2892 (ruby-backward-sexp, ruby-add-log-current-method)
2893 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2894 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2895 (ruby-deep-indent-paren): Doc fix.
2896 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2897 (ruby-here-doc-find-end): Reflow docstring.
2898
2899 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2900
2901 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2902 dired-shrink-to-fit is non-nil. (Bug#1488)
2903
2904 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2907 decoding of long locale info is now done in `w32-get-locale-info'.
2908
2909 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2912
2913 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2916
2917 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2918 terminal variable assignment.
2919
2920 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2921 Nobuyoshi Nakada <nobu@ruby-lang.org>
2922
2923 * progmodes/ruby-mode.el: New file.
2924
2925 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * net/tramp.el (top): Don't fail if there is no current message.
2928 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2929
2930 2008-12-10 Kenichi Handa <handa@m17n.org>
2931
2932 * international/fontset.el (setup-default-fontset): Add an entry
2933 for characters in the Unicode SIP area.
2934
2935 2008-12-10 Glenn Morris <rgm@gnu.org>
2936
2937 * vc-mcvs.el: Move to obsolete/, with warning comment.
2938 * Makefile.in (ELCFILES): Update.
2939
2940 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2941
2942 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2943 buffer unmodified. (Bug#1509)
2944 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2945 modification time if visiting a file and the content is
2946 successfully decrypted.
2947
2948 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2949
2950 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2951 check whether the buffer is still alive.
2952
2953 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2954
2955 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2956
2957 2008-12-09 Glenn Morris <rgm@gnu.org>
2958
2959 * Makefile.in (ELCFILES): Update.
2960
2961 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2964 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2965
2966 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * term/xterm.el (terminal-init-xterm): Discard pending input
2969 before reading a reply to the terminal attributes query.
2970
2971 2008-12-05 Andreas Schwab <schwab@suse.de>
2972
2973 * dired.el (dired-font-lock-keywords): Fix last change.
2974
2975 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2976
2977 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2978 into (defcustom ... "..." :type ... :group...).
2979
2980 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2981
2982 * international/mule-diag.el (mule-diag): Display the window
2983 system version in a less laconic way.
2984
2985 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2988 if the sorting functions are not loaded. (Bug#1432)
2989
2990 2008-12-04 Sam Steingold <sds@gnu.org>
2991
2992 * progmodes/compile.el (compilation-read-command): Extract from
2993 compile.
2994 (compile): Use it.
2995 (recompile): Accept an optional argument to enable editing the
2996 command line.
2997
2998 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp.el (top): Write a message, when loading Tramp.
3001
3002 * net/tramp-cache.el (tramp-dump-connection-properties):
3003 Polish the check, whether to dump the data.
3004
3005 2008-12-04 Lute Kamstra <lute@gnu.org>
3006
3007 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3008 check if the file "CVS/Entries" exists.
3009
3010 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * international/mule-diag.el (list-character-sets): Doc fix.
3013 (list-character-sets-2): Fix info in header. Simplify.
3014 (print-coding-system): Simplify.
3015 (list-input-methods-1): Simplify.
3016 (mule-diag): Display current font/fontset for all window systems,
3017 not just X. Simplify.
3018
3019 2008-12-04 Glenn Morris <rgm@gnu.org>
3020
3021 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
3022 (vc-cvs-register): Doc fix.
3023 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
3024 (vc-mcvs-register): Doc fix.
3025 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
3026 (vc-rcs-register): Doc fix.
3027 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
3028 (vc-sccs-register): Doc fix.
3029 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
3030 (vc-svn-register): Doc fix.
3031
3032 * files.el (toggle-read-only): Doc fix.
3033
3034 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3037 be used in compact layout and vice-versa.
3038
3039 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3042 like most list-* commands.
3043
3044 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3045 They already exist in descr-text.el as `describe-char-unicodedata-file'
3046 and `describe-char-unicode-data'.
3047 (print-list): Simplify.
3048 (read-charset): Reflow docstring.
3049 (list-coding-systems): Doc fix.
3050
3051 2008-12-03 Glenn Morris <rgm@gnu.org>
3052
3053 * vc.el (vc-diff-switches): Doc fix.
3054 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
3055 (vc-bzr-log-switches): Doc fix.
3056 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
3057 * vc-git.el (vc-git-diff-switches): Doc fix.
3058 * vc-hg.el (vc-hg-diff-switches): Doc fix.
3059 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3060 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3061 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
3062 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
3063
3064 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3065 other backends.
3066 (vc-arch-diff): Apply switches.
3067
3068 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3069 than appending.
3070
3071 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3072
3073 2008-12-03 Daiki Ueno <ueno@unixuser.org>
3074
3075 * epa.el (epa--show-key): Use past tense of "expire" if the key
3076 has already been expired. Thanks to Peter BARABAS.
3077
3078 2008-12-03 Lute Kamstra <lute@gnu.org>
3079
3080 * align.el:
3081 * allout.el:
3082 * apropos.el:
3083 * arc-mode.el:
3084 * autoinsert.el:
3085 * avoid.el:
3086 * battery.el:
3087 * bookmark.el:
3088 * buff-menu.el:
3089 * calculator.el:
3090 * chistory.el:
3091 * cmuscheme.el:
3092 * comint.el:
3093 * compare-w.el:
3094 * dabbrev.el:
3095 * delim-col.el:
3096 * desktop.el:
3097 * diff-mode.el:
3098 * diff.el:
3099 * dired-aux.el:
3100 * dired-x.el:
3101 * dired.el:
3102 * dos-vars.el:
3103 * ediff-diff.el:
3104 * ediff-help.el:
3105 * ediff-init.el:
3106 * ediff-merg.el:
3107 * ediff-mult.el:
3108 * ediff-ptch.el:
3109 * ediff-vers.el:
3110 * ediff-wind.el:
3111 * ediff.el:
3112 * emerge.el:
3113 * facemenu.el:
3114 * faces.el:
3115 * ffap.el:
3116 * filecache.el:
3117 * find-dired.el:
3118 * font-core.el:
3119 * font-lock.el:
3120 * forms.el:
3121 * fringe.el:
3122 * help-at-pt.el:
3123 * hippie-exp.el:
3124 * ido.el:
3125 * image-file.el:
3126 * imenu.el:
3127 * indent.el:
3128 * info.el:
3129 * isearchb.el:
3130 * iswitchb.el:
3131 * jit-lock.el:
3132 * jka-compr.el:
3133 * log-edit.el:
3134 * lpr.el:
3135 * ls-lisp.el:
3136 * man.el:
3137 * menu-bar.el:
3138 * midnight.el:
3139 * mouse-sel.el:
3140 * mouse.el:
3141 * msb.el:
3142 * outline.el:
3143 * paren.el:
3144 * pcmpl-cvs.el:
3145 * pcmpl-gnu.el:
3146 * pcomplete.el:
3147 * pcvs-info.el:
3148 * pcvs-parse.el:
3149 * printing.el:
3150 * ps-mule.el:
3151 * ps-print.el:
3152 * replace.el:
3153 * ruler-mode.el:
3154 * saveplace.el:
3155 * sb-image.el:
3156 * scroll-bar.el:
3157 * sha1.el:
3158 * shadowfile.el:
3159 * shell.el:
3160 * sort.el:
3161 * speedbar.el:
3162 * strokes.el:
3163 * tempo.el:
3164 * term.el:
3165 * terminal.el:
3166 * time-stamp.el:
3167 * time.el:
3168 * tree-widget.el:
3169 * type-break.el:
3170 * vc-cvs.el:
3171 * vc-hg.el:
3172 * vc-mcvs.el:
3173 * vc-rcs.el:
3174 * vc-sccs.el:
3175 * vc.el:
3176 * view.el:
3177 * w32-vars.el:
3178 * whitespace.el:
3179 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3180 deffaces, defconsts and defuns.
3181
3182 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3185 the prompt was added to the minibuffer.
3186
3187 2008-12-02 Glenn Morris <rgm@gnu.org>
3188
3189 * format.el (format-write-file): Rewrite doc yet again.
3190
3191 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3192 Doc fix. (Bug#1368)
3193
3194 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3195
3196 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3197
3198 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3199 case where point is at the beginning of the buffer. (Bug#1239)
3200
3201 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3202
3203 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3204 already have the correct indentation. (Bug#859)
3205
3206 2008-12-02 Kenichi Handa <handa@m17n.org>
3207
3208 * international/uni-decomposition.el: Re-generated.
3209
3210 2008-12-01 Andreas Schwab <schwab@suse.de>
3211
3212 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3213 ending in a colon as directory header.
3214
3215 2008-12-01 Kenichi Handa <handa@m17n.org>
3216
3217 * international/uni-numeric.el: Re-generated.
3218
3219 * international/charprop.el: Re-generated.
3220
3221 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3222
3223 * international/mule-cmds.el (locale-preferred-coding-systems):
3224 Fix alist item.
3225
3226 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3227
3228 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3229 (tramp-set-connection-property, tramp-flush-connection-property)
3230 (tramp-dump-connection-properties): Use it.
3231
3232 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3233
3234 * wdired.el (wdired-finish-edit): If displaying a single file,
3235 change dired-directory if that file was renamed.
3236
3237 * emacs-lisp/byte-run.el (macro-declaration-function):
3238 Disallow declare specs with lengths of 3 or more.
3239
3240 * dirtrack.el (dirtrack): Fix error message.
3241
3242 2008-11-30 Glenn Morris <rgm@gnu.org>
3243
3244 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3245 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3246
3247 * vc-git.el (vc-git-diff):
3248 * vc-hg.el (vc-hg-diff):
3249 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3250
3251 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3252 (eshell-needs-pipe-p): New function.
3253 (eshell-gather-process-output): Set process-connection-type according to
3254 eshell-needs-pipe-p. (Bug#1388)
3255
3256 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3259 (diary-remind-message, diary-number-of-entries)
3260 (diary-include-other-diary-files, diary-mark-included-diary-files)
3261 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3262 (diary-font-lock-keywords-1): Reflow docstrings.
3263 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3264 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3265
3266 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3267 (timer-duration): Use `string-match-p'.
3268
3269 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * complete.el (PC-do-complete-and-exit):
3272 Use minibuffer-confirm-exit-commands.
3273
3274 * minibuffer.el (minibuffer-confirm-exit-commands):
3275 Add PC-complete and PC-complete-word to the list.
3276
3277 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * files.el (break-hardlink-on-save): Fix typo in docstring.
3280 Add :version tag.
3281
3282 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3283 (reb-mode): Define with `define-derived-mode'.
3284
3285 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3286
3287 * files.el (break-hardlink-on-save): New variable.
3288 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3289 (file-precious-flag): Mention it in doc string.
3290
3291 2008-11-29 Miles Bader <miles@gnu.org>
3292
3293 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3294 (minibuffer-complete-and-exit): Use it.
3295
3296 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * term/x-win.el (x-gtk-stock-cache): New hash table.
3299 (x-gtk-map-stock): Perform caching to prevent excess consing
3300 during redisplay.
3301
3302 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * minibuffer.el (completion--try-word-completion): Don't ignore
3305 partial-completion if it's the only style.
3306
3307 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3310 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3311 (reb-initialize-buffer): Update matches, in case we're reentering
3312 RE Builder mode.
3313
3314 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3317 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3318 values for minibuffer-completion-confirm.
3319
3320 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3321
3322 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3323 any but the first "*" in a doc-string.
3324
3325 2008-11-28 Glenn Morris <rgm@gnu.org>
3326
3327 * format.el (format-write-file): Improve previous doc fix.
3328
3329 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * simple.el (use-empty-active-region, use-region-p)
3332 (region-active-p): Doc fix.
3333
3334 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3335
3336 * window.el (display-buffer): Fix handling of not-this-window
3337 argument. (Bug#1415)
3338
3339 2008-11-27 Kenichi Handa <handa@m17n.org>
3340
3341 * international/characters.el: Set category 'C' to characters
3342 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3343
3344 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3345
3346 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3349 (tool-bar-find-image): Function deleted.
3350 (tool-bar-local-item, tool-bar-local-item-from-menu):
3351 Use find-image instead of tool-bar-find-image.
3352 (tool-bar-keymap-cache): New hash table.
3353 (tool-bar-make-keymap): Use it.
3354 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3355
3356 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * net/dbus.el (dbus-handle-event): The result of a message call
3359 handler can also be an object, which is not a consp.
3360
3361 2008-11-25 Alan Mackenzie <acm@muc.de>
3362
3363 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3364 (forward-list, backward-list, down-list, backward-up-list)
3365 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3366 (insert-pair, insert-parentheses): State that the command assumes
3367 that point is not in a string or comment.
3368
3369 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3370
3371 * net/dbus.el (dbus-string-to-byte-array)
3372 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3373 (dbus-unescape-from-identifier): New defuns.
3374 (dbus-handle-event): The result of a message call is a list of
3375 arguments, which must be expanded when passing to
3376 `dbus-method-return-internal'.
3377
3378 * net/tramp.el (tramp-handle-write-region): Improve the check for
3379 calling direct copy.
3380 (tramp-find-inline-encoding): Don't raise an error but a warning,
3381 when no inline encoding is found.
3382 (tramp-get-remote-coding): Check for a symbol. The negative check
3383 for a string fails, when there is an empty string.
3384
3385 2008-11-26 Glenn Morris <rgm@gnu.org>
3386
3387 * vc-git.el (vc-git-diff-switches): New option.
3388 (vc-git-diff): Apply diff switches. (Bug#1386)
3389 Give it a basic doc string.
3390
3391 * term/pc-win.el (x-font-family-list): Replace redefinition with
3392 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3393
3394 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3395
3396 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3397 of the polynomial rather than the whole polynomial.
3398
3399 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3400
3401 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3402 mailrc, recognize string quoting. When reading from Lisp, accept
3403 rfc822-like addresses.
3404
3405 * mail/mailalias.el (define-mail-alias): Sync code with
3406 define-mail-abbrev.
3407
3408 2008-11-25 Glenn Morris <rgm@gnu.org>
3409
3410 * eshell/esh-proc.el (eshell-gather-process-output):
3411 Revert previous change. (re-opens Bug#1388)
3412
3413 * select.el (x-set-cut-buffer): Fix signal arguments.
3414
3415 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3416
3417 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3420 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3421 (bubbles--empty-char): Use "\s".
3422
3423 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3424
3425 * calc/calc.el (calc-settings-file, calc-language-alist)
3426 (calc-embedded-announce-formula)
3427 (calc-embedded-announce-formula-alist)
3428 (calc-embedded-open-formula, calc-embedded-close-formula)
3429 (calc-embedded-open-close-formula-alist)
3430 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3431 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3432 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3433 (calc-embedded-open-close-new-formula-alist)
3434 (calc-embedded-open-mode, calc-embedded-close-mode)
3435 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3436 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3437 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3438 from docstrings.
3439
3440 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * calculator.el (calculator-op-or-exp): Reflow docstring.
3443 (calculator-remove-zeros, calculator-repR, calculator-repL):
3444 Fix typos in docstrings.
3445
3446 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3449 windows instead of calling switch-to-buffer.
3450
3451 * diff.el (diff-sentinel): Take note of diff error return value.
3452
3453 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3454
3455 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3456 frame can't be split.
3457
3458 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3459
3460 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3461 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3462 (newsticker--treeview-tree-update-tag): Remove dead code.
3463 (newsticker-treeview-update): Don't update cache.
3464 (newsticker-treeview-quit): Don't save cache.
3465 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3466 (newsticker-treeview-save): Use `newsticker-dir'.
3467 (newsticker--treeview-load): Use `newsticker-dir'.
3468 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3469 Update tags.
3470 (newsticker-treeview-tree-do-click): Slightly simplified.
3471
3472 * net/newst-backend.el (newsticker-dir): New.
3473 (newsticker-start): Use `newsticker--cache-read'.
3474 (newsticker-stop): Use `newsticker--cache-save'.
3475 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3476 (newsticker--images-dir): New.
3477 (newsticker--image-get, newsticker--image-sentinel):
3478 Use `newsticker--images-dir'.
3479 (newsticker--cache-save-version1): Backup version of
3480 `newsticker--cache-save'.
3481 (newsticker--cache-update): Create newsticker-dir if necessary.
3482 (newsticker--cache-dir): New.
3483 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3484 (newsticker--cache-save-feed): New.
3485 (newsticker--cache-read-version1): New. Backuped version for reading
3486 cache data..
3487 (newsticker--cache-read, newsticker--cache-do-read): New.
3488
3489 * net/newst-reader.el (newsticker--image-read):
3490 Use `newsticker--images-dir'.
3491
3492 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * files.el (confirm-nonexistent-file-or-buffer):
3495 Allow `after-completion' value to request confirm only after TAB.
3496 (confirm-nonexistent-file-or-buffer): New function.
3497 (read-buffer-to-switch, find-file, find-file-other-window)
3498 (find-file-other-frame, find-file-read-only)
3499 (find-file-read-only-other-window)
3500 (find-file-read-only-other-frame): Use it.
3501 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3502 Thanks to Alan Mackenzie for suggesting the new behavior.
3503
3504 * minibuffer.el (minibuffer-complete-and-exit):
3505 Change `confirm-only' value of minibuffer-completion-confirm to
3506 `confirm', and handle a `confirm-after-completion' value.
3507
3508 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3509
3510 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3511
3512 2008-11-24 Andreas Schwab <schwab@suse.de>
3513
3514 * image.el (image-type-header-regexps): Recognize more xbm format
3515 variants.
3516
3517 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3520 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3521 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3522 (artist-replace-string, artist-draw-rect, artist-draw-line)
3523 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3524 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3525 (artist-pen, artist-pen-line, artist-text-insert-common)
3526 (artist-text-overwrite, artist-spray-get-interval)
3527 (artist-spray-clear-circle, artist-erase-char)
3528 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3529 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3530 (artist-key-draw-1point, artist-key-draw-2points)
3531 (artist-mouse-draw-continously): Fix typos in docstrings.
3532 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3533 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3534 (artist-backward-char, artist-forward-char): Doc fixes.
3535 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3536 Reflow docstrings.
3537
3538 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * international/quail.el (quail-vunion): New function.
3541 (quail-defrule-internal): Use it to prevent accumulating redundant
3542 alternatives when `append' is set.
3543 (quail-insert-decode-map): Simplify computation of the max-key-width.
3544 Compute it right for multiple-list.
3545
3546 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3549 explicitly. Doc fix.
3550
3551 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3552
3553 * calendar/appt.el (appt-disp-window): Move minibuffer check
3554 after binding this-window and do not set-buffer to make sure we
3555 won't deselect the minibuffer. (Bug#1413)
3556
3557 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * vc-hg.el (vc-hg-program): Remove.
3560 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3561 Undo previous change.
3562
3563 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3564
3565 * info-look.el (info-lookup): When Info buffer is visible on
3566 another frame, raise that frame.
3567
3568 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * allout.el (allout-mode): Fix typo in docstring.
3571
3572 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3573 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3574
3575 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * vc-hooks.el (vc-follow-link): Complete last change.
3578
3579 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3580
3581 * textmodes/remember.el (remember-region): Doc fix.
3582 (remember-filter-functions, remember-handler-functions)
3583 (remember-save-after-remembering, remember-mailbox)
3584 (remember-default-priority, remember-data-file, remember-leader-text)
3585 (remember-diary-file): Remove * from defcustom docstrings.
3586 (remember-run-all-annotation-functions-flag)
3587 (remember-all-handler-functions): Reflow docstrings.
3588 (remember-store-in-mailbox): Fix typo in docstring.
3589 (remember-mode): Define with `define-derived-mode'. Doc fix.
3590
3591 2008-11-23 Glenn Morris <rgm@gnu.org>
3592
3593 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3594 (eshell-do-pipelines): Add optional argument to distinguish recursive
3595 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3596 in a pipeline.
3597
3598 * eshell/esh-proc.el (eshell-gather-process-output):
3599 Set process-connection-type nil for all but the first element of a
3600 pipeline. (Bug#1388)
3601
3602 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3603
3604 * ediff-hook.el: Add tooltips to Emacs menus.
3605
3606 * ediff.el: Change date of last update.
3607
3608 2008-11-22 Juri Linkov <juri@jurta.org>
3609
3610 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3611 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3612 Doc fix.
3613 (dired-isearch-filenames-setup): Run filename Isearch only when
3614 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3615 and the text property `dired-filename' at point is non-nil.
3616 In this case also set isearch-message-prefix-add to "filename ".
3617 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3618 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3619 Don't let-bind isearch-message-prefix-add since this is done now
3620 in dired-isearch-filenames-setup.
3621
3622 * isearch.el (isearch-mode): Change the order of calling
3623 `isearch-update' and running the `isearch-mode-hook' to call
3624 `isearch-update' with Isearch parameters set in this hook.
3625
3626 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3627 Fix docstring - change "during `compile'" to "during compilation".
3628
3629 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3630 be immediately after `name'.
3631
3632 * startup.el (initial-buffer-choice): Change an abstract file name
3633 "file.txt" to more reasonable default file name value "~/.emacs".
3634
3635 2008-11-22 Juri Linkov <juri@jurta.org>
3636
3637 * files.el (hack-local-variables-confirm): Rename arg `project' to
3638 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3639 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3640 (hack-local-variables): Rename call of `hack-project-variables' to
3641 `hack-dir-local-variables'. Change error text to "Directory-local
3642 variables error".
3643 (dir-locals-class-alist): Rename from `project-class-alist'.
3644 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3645 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3646 (dir-locals-collect-mode-variables): Rename from
3647 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3648 `mode-variables', and arg `settings' to `variables'.
3649 (dir-locals-collect-variables): Rename from
3650 `project-collect-binding-list'. Rename arg `binding-list' to
3651 `class-variables', and arg `settings' to `variables'.
3652 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3653 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3654 Rename arg `settings' to `variables'.
3655 (dir-locals-file): New defconst.
3656 (dir-locals-find-file): Rename from `project-find-settings-file'.
3657 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3658 and `pda' to `dir-elt'.
3659 (dir-locals-read-from-file): Rename from
3660 `project-define-from-project-file'. Rename arg `settings-file'
3661 to `file'. Rename let-bound `list' to `variables'.
3662 (hack-dir-local-variables): Rename from `hack-project-variables'.
3663 Rename let-bound `settings' to `variables-file', `root-dir'
3664 to `dir-name', and `bindings' to `variables'.
3665
3666 2008-11-22 Lute Kamstra <lute@gnu.org>
3667
3668 * simple.el (goto-line): Rename argument.
3669
3670 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3671
3672 * makefile.w32-in (compile-first): New target.
3673 (recompile): Depend on compile-first.
3674
3675 * Makefile.in (recompile): Depend on compile-first.
3676
3677 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3678
3679 * files.el (switch-to-buffer-other-window)
3680 (switch-to-buffer-other-frame): Rename buffer argument to
3681 buffer-or-name. Reword and mention new option
3682 confirm-nonexistent-file-or-buffer in doc-string.
3683
3684 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3685
3686 * emulation/viper.el: Date change.
3687
3688 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3689 viper-translate-all-ESC-keysequences is now a function.
3690
3691 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3692 Make this variable.
3693
3694 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3697 Use buffer-file-truename to handle symlinks in any part of the filename.
3698
3699 2008-11-22 Glenn Morris <rgm@gnu.org>
3700
3701 * vc-mtn.el (vc-mtn-diff-switches): New option.
3702 (vc-mtn-program): Rename from vc-mtn-command, for
3703 consistency with other backends. Keep old name as alias.
3704 Update callers. Make it a defcustom.
3705 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3706
3707 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3708 consistency with other backends. Keep old name as alias.
3709 Make it a defcustom.
3710 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3711
3712 * vc-hg.el (vc-hg-program): New option.
3713 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3714 Use vc-hg-program rather than hard-coded "hg".
3715
3716 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3717 (vc-svn-program): Move defcustom to start.
3718 (vc-svn-create-repo, vc-svn-modify-change-comment):
3719 Use vc-svn-program rather than hard-coded "svn".
3720
3721 * menu-bar.el: Stylistic consistency fixes for various menu and
3722 help texts.
3723
3724 * kmacro.el (kmacro-insert-counter): Doc fix.
3725
3726 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3727
3728 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3729
3730 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * international/quail.el (quail-indent-to): New function.
3733 (quail-completion-1, quail-completion-list-translations)
3734 (quail-insert-decode-map): Use it to improve alignment.
3735 (quail-build-decode-map): Don't ignore latin-1 chars.
3736 (quail-help): Increase the max decode-map size so that even the TeX map
3737 gets printed.
3738
3739 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3740 Signal error for invalid bookmark.
3741 (bookmark-get-bookmark-record): Undo last change.
3742 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3743
3744 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3745 Suggested by Toru TSUNEYOSHI.
3746
3747 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3748
3749 * byte-opt.el (byte-compile-butlast): Move up in file.
3750 (byte-optimize-plus): Don't call
3751 byte-optimize-delay-constants-math (bug#1334).
3752 Use byte-optimize-predicate to optimize constants.
3753 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3754 Remove zero arguments first
3755 if possible. Call byte-optimize-predicate to optimize constants.
3756 (byte-optimize-multiply): Remove optimizations for arguments of 0
3757 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3758 Call byte-optimize-predicate.
3759 (byte-optimize-divide): Leave runtime errors unchanged.
3760 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3761 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3762
3763 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3766 declaration and remove redundant info from docstring.
3767
3768 * isearch.el (isearch-search-string): Doc fix.
3769 (search-exit-option, search-slow-window-lines, search-slow-speed)
3770 (search-upper-case, search-nonincremental-instead)
3771 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3772 (search-ring-update, search-highlight, isearch-lazy-highlight)
3773 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3774 (lazy-highlight-interval): Remove * from defcustom docstrings.
3775 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3776 Remove * from defcustom docstrings; fix typos.
3777 (isearch-push-state-function, isearch-help-for-help-internal)
3778 (isearch-help-for-help, isearch-describe-bindings)
3779 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3780 (isearch-pop-fun-state, isearch-search-fun-function)
3781 (isearch-lazy-highlight-search): Fix typos in docstrings.
3782 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3783 (isearch-forward): Fix typo and reflow docstring.
3784 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3785 (isearch-mode-map): Don't use `let*'.
3786
3787 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3790
3791 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * isearch.el (isearch-search-string): Simplify and convert docstring.
3794
3795 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3796
3797 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3800 (lookup-nested-alist): Doc fix.
3801 (with-coding-priority): Reflow docstring.
3802 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3803 (char-displayable-p): Reflow docstring. Use `when'.
3804
3805 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3806
3807 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3808 week forward/backward.
3809
3810 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3811
3812 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3813 (with-electric-help): Fix typo and reflow docstring.
3814
3815 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3818 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3819 (list-buffers-noselect): Don't need to pad.
3820
3821 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3822
3823 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3824 Pay attention to char widths when computing string sizes.
3825
3826 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3829 (byte-compile-output-docform): Reflow docstrings.
3830 (no-byte-compile): Fix typo in docstring.
3831 (byte-recompile-directory, compile-defun): Doc fixes.
3832 (emacs-lisp-file-regexp, byte-compile-verbose)
3833 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3834 (byte-compile-dynamic-docstrings, byte-optimize-log)
3835 (byte-compile-error-on-warn, byte-compile-warnings)
3836 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3837 Remove * from defcustom docstrings.
3838
3839 2008-11-20 Glenn Morris <rgm@gnu.org>
3840
3841 * format.el (format-alist, format-write-file): Doc fix.
3842
3843 * proced.el (proced-available): New variable.
3844 (proced-process-attributes): Move availability check from previous
3845 change from here...
3846 (proced): ... to here.
3847
3848 * vc-hg.el (vc-hg-diff-switches): New option.
3849 (vc-hg-diff): Apply diff switches. (Bug#1017)
3850
3851 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3852
3853 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3854
3855 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3856
3857 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3858
3859 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * calc/calc-units.el (math-units-table): Doc fix.
3862 (math-standard-units): Fix typo in constant's description.
3863 (math-additional-units): Fix typo in docstring.
3864
3865 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3866
3867 * calc/calc-units.el (math-standard-units): Add eps0,
3868 permittivity of vacuum.
3869
3870 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * files.el (project-settings-file): Remove.
3873 (project-find-settings-file): Undo previous change that added the
3874 use of project-settings-file.
3875
3876 2008-11-19 Glenn Morris <rgm@gnu.org>
3877
3878 * proced.el (proced, proced-format-time): Doc fixes.
3879 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3880
3881 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3882
3883 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3884 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3885
3886 2008-11-19 Lute Kamstra <lute@gnu.org>
3887
3888 * autoinsert.el (auto-insert-alist): Don't use match data.
3889
3890 2008-11-19 Glenn Morris <rgm@gnu.org>
3891
3892 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3893
3894 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3895
3896 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3897 * term/w32-win.el (x-select-font): Declare.
3898
3899 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3900 Use the imperative for all help strings.
3901
3902 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3905 case where the default dictionary is French, Spanish, younameit.
3906
3907 * window.el (window--frame-usable-p): Consider dedicated windows
3908 as usable.
3909
3910 * files.el (confirm-nonexistent-file-or-buffer):
3911 Rename from find-file-confirm-nonexistent-file.
3912 (read-buffer-to-switch): Use it.
3913
3914 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * server.el (server-temp-file-p): Use `string-match-p'.
3917 (server-socket-dir): Set to nil if local sockets are unsupported.
3918 (server-start): Don't try to delete local socket if unsupported.
3919 (server-kill-new-buffers): Reflow docstring.
3920 (server-delete-client, server-handle-delete-frame)
3921 (server-save-buffers-kill-terminal): Doc fixes.
3922 (server-send-string): Fix typo in docstring.
3923
3924 2008-11-18 Sam Steingold <sds@gnu.org>
3925
3926 * progmodes/compile.el (compilation-start-hook): New hook.
3927 (compilation-start): Run it on the compilation process.
3928
3929 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * international/mule-cmds.el (update-leim-list-file): Simplify.
3932 (prefer-coding-system, find-coding-systems-for-charsets):
3933 Fix docstring typos.
3934 (select-safe-coding-system, input-method-exit-on-first-char)
3935 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3936 (toggle-input-method, read-multilingual-string): Doc fixes.
3937 Reflow docstrings.
3938 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3939 (read-char-by-name): Use `string-match-p'.
3940 (get-char-code-property, put-char-code-property)
3941 (char-code-property-description): Be silent while loading uni-* files.
3942 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3943 the Unicode character names is *slow*.
3944
3945 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3948
3949 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3950
3951 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * international/mule-cmds.el (ucs-completions): Mark as risky.
3954
3955 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3956
3957 * help-macro.el (three-step-help): Remove * from defcustom.
3958 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3959 Use when instead of if and cond within condition-case.
3960
3961 * window.el (quit-window): Bind window to selected window when
3962 trying to delete it.
3963
3964 2008-11-17 Glenn Morris <rgm@gnu.org>
3965
3966 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3967 definition of 'ignore, rather than nil. (Bug#1353)
3968
3969 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3972
3973 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3976
3977 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3978 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3979 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3980 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3981 (shell-command, repeat-complex-command): Reflow docstrings.
3982 (pop-to-mark-command): Fix typos in docstring.
3983
3984 2008-11-17 Juri Linkov <juri@jurta.org>
3985
3986 * isearch.el (isearch-filter-predicate): Rename from
3987 `isearch-success-function'. Rename default value from
3988 `isearch-success-function-default' to
3989 `isearch-filter-invisible'. Doc fix.
3990 (isearch-filter-invisible): Rename from
3991 `isearch-success-function-default'. Doc fix.
3992 (isearch-search, isearch-lazy-highlight-search):
3993 Rename `isearch-success-function' to `isearch-filter-predicate'.
3994
3995 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3996 `dired-isearch-orig-success-function'.
3997 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3998 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3999 `isearch-filter-predicate'. Doc fix.
4000 (dired-isearch-filter-filenames): Rename from
4001 `dired-isearch-success-function'.
4002
4003 * info.el (Info-search, Info-mode):
4004 Rename `isearch-success-function' to `isearch-filter-predicate'.
4005 (Info-isearch-filter-predicate): Rename from
4006 `Info-search-success-function'.
4007
4008 * simple.el (minibuffer-default-add-function): Fix docstring to
4009 use clear text "default values" instead of obscure references to
4010 the dynamic variable `minibuffer-default'.
4011
4012 2008-11-16 Glenn Morris <rgm@gnu.org>
4013
4014 * term/ns-win.el (ns-extended-platform-support-mode):
4015 Tweak menu entry from previous change.
4016
4017 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4018
4019 * cus-edit.el (custom-buffer-create-internal): Always insert the
4020 in-buffer buttons, regardless of tool-bar. (Bug#1326)
4021
4022 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4025
4026 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * ielm.el (ielm-eval-input): Fix thinko in last change.
4029
4030 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4033
4034 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4037 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4038
4039 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4040 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4041 Handle `file-name-as-directory'.
4042
4043 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4046 usual variable-pitch face.
4047
4048 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4051 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4052 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4053 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4054 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4055 (ange-ftp-quote-string, ange-ftp-process-handle-line)
4056 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4057 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4058 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4059 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4060 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4061 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4062 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4063 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4064 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4065 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4066 (ange-ftp-default-user, ange-ftp-default-password)
4067 (ange-ftp-default-account, ange-ftp-netrc-default-password)
4068 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4069 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4070 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4071 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4072 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4073 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4074 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4075 (ange-ftp-make-backup-files, ange-ftp-retry-time)
4076 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4077 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4078 (ange-ftp-gateway-tmp-name-template)
4079 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4080 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4081 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4082 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4083 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4084 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4085 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4086 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4087 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4088 (ange-ftp-rename-local-to-remote): Doc fixes.
4089 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4090 Use `when', `unless'.
4091 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4092 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4093 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4094 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4095 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4096 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4097 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4098 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4099 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4100 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4101 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4102 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4103 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4104 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4105 `(save-match-data (string-match ...))'.
4106 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4107 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4108 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4109 Doc fixes.
4110
4111 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4112
4113 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4114 function instead of a variable.
4115
4116 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4117 viper-ESC-keyseq-timeout as a function.
4118 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4119 defsubst.
4120
4121 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4122 next-line or previous-line.
4123 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4124
4125 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4126
4127 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4128 live.
4129 (ediff-save-buffer): Let window-min-height to 2.
4130
4131 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4132 the minibuffer.
4133
4134 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4137 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4138 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4139 (ielm-map): Define within defvar. Add docstring.
4140 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4141 (ielm-complete-filename): Use `when', `unless'.
4142 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4143 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4144 (ielm-change-working-buffer): Check that the buffer is live.
4145 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4146 Simplify. Reflow docstring.
4147 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4148 New aliases, to satisfy `define-derived-mode' expectations.
4149
4150 2008-11-15 Glenn Morris <rgm@gnu.org>
4151 Martin Rudalics <rudalics@gmx.at>
4152
4153 * emacs-lisp/find-func.el (find-function-advised-original): New.
4154 (find-function-C-source, find-function-noselect):
4155 Use find-function-advised-original to handle advised funcs. (Bug#789)
4156
4157 2008-11-15 Glenn Morris <rgm@gnu.org>
4158
4159 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4160 alias message.
4161
4162 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4163 Remove uniquify-after-kill-buffer-p dependency.
4164 (uniquify-kill-buffer-function): New function.
4165 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4166
4167 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4168 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4169 main Emacs manual.
4170
4171 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4172
4173 * window.el (quit-window): Restore delete window with second
4174 arg non-nil behavior as of before 2008-10-30 change.
4175
4176 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * help-fns.el (describe-function-1): Do char-range check for
4179 self-insert-command.
4180
4181 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4182
4183 * files.el (file-precious-flag): Document that this flag is advisory.
4184
4185 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4186
4187 * emacs-lisp/bytecomp.el (byte-compile-associative)
4188 (byte-compile-minus, byte-compile-quo): If there are more than two
4189 operands, don't use binary operation code (bug#1334).
4190
4191 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * w32-fns.el (w32-shell-dos-semantics):
4194 * calendar/diary-lib.el (diary-face-attrs):
4195 * international/mule-cmds.el (set-default-coding-systems)
4196 (prefer-coding-system):
4197 * net/tramp.el (tramp-set-completion-function):
4198 * progmodes/vhdl-mode.el (vhdl-file-header):
4199 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4200
4201 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4202
4203 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4204 (kill-matching-buffers, save-buffers-kill-emacs)
4205 (save-buffers-kill-terminal): Fix typos in docstrings.
4206 (switch-to-buffer-other-window): Reflow docstring.
4207 (revert-buffer): Doc fix.
4208 (define-project-bindings): Rename arg LIST to SETTINGS.
4209 (project-find-settings-file): Use `let', not `let*'.
4210 Use `when'.
4211
4212 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * files.el (project-settings-file, locate-dominating-file):
4215 Fix typos in docstrings.
4216 (find-file-visit-truename): Remove * from defcustom docstring.
4217
4218 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4219
4220 * files.el (project-settings-file): New variable.
4221 (project-find-settings-file): Use it, instead of hardcoding
4222 .dir.settings.el.
4223
4224 2008-11-13 Glenn Morris <rgm@gnu.org>
4225
4226 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4227
4228 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4229
4230 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4231 in mail bodies.
4232
4233 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * international/mule.el (autoload-coding-system, with-category-table)
4236 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4237 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4238 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4239 (set-file-name-coding-system, ctext-pre-write-conversion)
4240 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4241 Reflow docstrings.
4242 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4243 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4244 (char-valid-p): Define with `define-obsolete-function-alias'.
4245
4246 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4247
4248 2008-11-12 Sam Steingold <sds@gnu.org>
4249
4250 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4251 between hostname and path.
4252
4253 2008-11-11 Juri Linkov <juri@jurta.org>
4254
4255 * dired-aux.el (dired-isearch-filenames)
4256 (dired-isearch-filenames-regexp):
4257 Let-bind isearch-message-prefix-add to "filename ".
4258
4259 * isearch.el (isearch-message-prefix-add)
4260 (isearch-message-suffix-add): New variables.
4261 (isearch-message-prefix): Show additional text from
4262 `isearch-message-prefix-add' before "I-search".
4263 (isearch-message-suffix): Show additional text from
4264 `isearch-message-suffix-add' at the end.
4265
4266 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4267 `isearch-search'. Call isearch-success-function to skip matches
4268 outside the current isearch scope. Let-bind search-invisible to
4269 nil to not match invisible text.
4270
4271 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4272 Let-bind `isearch-recursive-edit' to nil to prevent calling
4273 `exit-recursive-edit' in `isearch-done' that terminates the
4274 execution of these commands when it is non-nil. Call
4275 `exit-recursive-edit' explicitly at the end.
4276 (isearch-occur): For word search construct the correct regexp
4277 with word boundaries to proceed with occur.
4278
4279 * isearch.el (isearch-search-fun): Compare the length of the
4280 current search string with the length of the string from the
4281 previous search state to detect the situation when the user
4282 adds or removes characters in the search string.
4283 Use word-search-forward-lax and word-search-backward-lax in this
4284 case, and otherwise word-search-forward and word-search-backward.
4285
4286 2008-11-11 Sam Steingold <sds@gnu.org>
4287
4288 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4289 the "Version Control" group (for C-x v g).
4290
4291 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * server.el (server-process-filter): Fix typos and reflow docstring.
4294
4295 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4296
4297 * mail/footnote.el (footnote-mode): Improve doc-string.
4298 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4299
4300 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4303
4304 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4305
4306 * mail/smtpmail.el (smtpmail-open-stream): Use
4307 `starttls-any-program-available'. Auto-load starttls.el for it.
4308
4309 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4312 version (bug@1285).
4313
4314 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4315
4316 * startup.el (command-line): Ignore init-file-user when checking
4317 user's home directory on MS-DOS as well.
4318
4319 2008-11-07 Sam Steingold <sds@gnu.org>
4320
4321 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4322
4323 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * frame.el (make-frame-on-display): Use `string-match-p'.
4326
4327 2008-11-07 Glenn Morris <rgm@gnu.org>
4328
4329 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4330
4331 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4332
4333 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4334 to initialize font-lock keyword case sensitivity.
4335 (lisp-mode): Use it.
4336
4337 2008-11-06 Glenn Morris <rgm@gnu.org>
4338
4339 * eshell/esh-maint.el: Remove unused file.
4340
4341 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4342
4343 * cus-edit.el (custom-comment-tag): Doc fix.
4344 (custom-comment, custom-variable-value-create, custom-face):
4345 Use face names sans -face suffix rather than aliases.
4346
4347 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4348
4349 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4350 window width.
4351
4352 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * server.el (server-process-filter): Only default to emacsclient's
4355 terminal in daemon mode.
4356
4357 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4358
4359 * window.el (quit-window): Restore prefix argument behavior
4360 removed in 2008-10-30 change. (Bug#1308)
4361
4362 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4363
4364 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4365 function to kill-buffer-hook, not to kill-buffer.
4366 Reported by Markus Triska <markus.triska@gmx.at>
4367
4368 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4369
4370 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4371 exists before deleting its windows.
4372
4373 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * server.el (server-process-filter): Don't call
4376 server-create-tty-frame when no tty name is specified.
4377
4378 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4379
4380 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4381
4382 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4385 (define-char-code-property):
4386 * textmodes/reftex.el (reftex-index):
4387 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4388
4389 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4392 vc-bzr-status-printer.
4393
4394 * startup.el (startup-echo-area-message): Display a different
4395 message in daemon mode. Suggested by Stephen Turnbull.
4396
4397 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4398 Windows.
4399
4400 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * dframe.el (dframe-mouse-position-function)
4403 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4404 (dframe-mouse-set-point): Fix typos in docstrings.
4405
4406 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * vc-dir.el (vc-dir-headers): Undo previous change.
4409
4410 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4411
4412 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4413 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4414
4415 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4416
4417 * subr.el (looking-back): Fix doc-string typo.
4418
4419 * electric.el (Electric-pop-up-window): Call window-end with
4420 UPDATE set to t.
4421
4422 * window.el (save-selected-window): Make it behave like
4423 save-selected-window-norecord.
4424 (save-selected-window-norecord): Remove, since functionality
4425 fully taken over by save-selected-window.
4426 (walk-windows, set-window-text-height, fit-window-to-buffer):
4427 Use save-selected-window instead of save-selected-window-norecord.
4428 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4429 save-selected-window-norecord.
4430 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4431 indent-function for save-selected-window-norecord.
4432
4433 2008-11-03 Alan Mackenzie <acm@muc.de>
4434
4435 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4436
4437 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * subr.el (looking-back): Doc fix.
4440
4441 * term/x-win.el (x-initialize-window-system):
4442 Call x-wm-set-size-hint after initialization.
4443
4444 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4445 to t.
4446
4447 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4448 2000-12-08 (bug#1297).
4449
4450 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4451
4452 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4453
4454 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4455 when appropriate.
4456
4457 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4458
4459 * window.el (save-selected-window-norecord): New macro.
4460 (walk-windows): Use save-selected-window-norecord and call
4461 select-window with NORECORD set. (Bug#1237)
4462 (set-window-text-height, fit-window-to-buffer):
4463 Use save-selected-window-norecord and call select-window with
4464 NORECORD set.
4465 * subr.el (with-selected-window): Call set-frame-selected-window
4466 with new argument NORECORD set. Update doc-string.
4467 (with-selected-frame): Call select-frame with new argument
4468 NORECORD set. Update doc-string.
4469 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4470 Put indent-function for save-selected-window-norecord.
4471 * font-lock.el (lisp-font-lock-keywords-2):
4472 Add save-selected-window-norecord.
4473
4474 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * cus-edit.el (customize-apropos-options, custom-comment)
4477 (custom-comment-tag, custom-face-edit-attribute-tag):
4478 Fix typos in docstrings.
4479 (custom-buffer-done-kill): Remove * from defcustom docstring.
4480 (custom-file): Fix typo in doc of defcustom choice.
4481
4482 * frame.el (display-visual-class): Fix typo in docstring.
4483 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4484 (special-display-frame-alist, show-trailing-whitespace)
4485 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4486 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4487 Remove * from defcustom docstrings.
4488
4489 * md4.el (md4-buffer): Fix typo in docstring.
4490 (md4, md4-64): Doc fixes.
4491 (md4-pack-int32): Reflow docstring.
4492
4493 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4494 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4495
4496 * rect.el (open-rectangle): Reflow docstring.
4497 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4498
4499 * select.el (x-get-cut-buffer): Fix typo in docstring.
4500
4501 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4502 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4503 Fix typos in docstrings.
4504
4505 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4506 Fix typos in docstrings.
4507
4508 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4509
4510 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4511
4512 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4513 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4514 (newsticker--treeview-tree-update)
4515 (newsticker--treeview-tree-update-highlight)
4516 (newsticker-treeview-update)
4517 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4518 (newsticker-treeview-next-new-or-immortal-item)
4519 (newsticker-treeview-prev-new-or-immortal-item)
4520 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4521 (newsticker-treeview-tree-click): Watch for layout changes.
4522 (newsticker--treeview-set-current-node): Cleanup.
4523 (newsticker--treeview-restore-layout): Rename from
4524 newsticker--treeview-restore-buffers.
4525 (newsticker--treeview-mark-item): Update cache file.
4526
4527 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4528
4529 * calendar/icalendar.el (icalendar--uid-count): New.
4530 (icalendar--create-uid): New. Extracted from
4531 `icalendar-export-region' and add uid counter.
4532 (icalendar-export-region): Use `icalendar--create-uid'.
4533
4534 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * tooltip.el (tooltip-frame-parameters): Doc fix.
4537
4538 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4539
4540 * window.el (window-body-height, window-current-scroll-bars)
4541 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4542 (minibuffer-window-active-p, count-windows)
4543 (window-safely-shrinkable-p, window--splittable-p)
4544 (window--try-to-split-window, window--frame-usable-p)
4545 (window--even-window-heights, window--display-buffer-1)
4546 (window--display-buffer-2, set-window-text-height)
4547 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4548 (truncated-partial-width-window-p): Rewrite doc-string.
4549 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4550 (split-window-vertically, split-window-horizontally):
4551 Rename args, rewrite doc-string, and simplify code.
4552 (split-window-save-restore-data): Rename args and use
4553 when instead of if.
4554
4555 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * indent.el (indent-for-tab-command): Use use-region-p.
4558
4559 * vc.el (vc-revert): Limit the length of the query string.
4560
4561 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4562
4563 * simple.el (idle-update-delay, next-error-highlight)
4564 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4565 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4566 (kill-read-only-ok, backward-delete-char-untabify-method)
4567 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4568 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4569 (goal-column, line-move-ignore-invisible, fill-prefix)
4570 (auto-fill-inhibit-regexp, blink-matching-paren)
4571 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4572 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4573 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4574 (minibuffer-history-isearch-wrap, transient-mark-mode)
4575 (next-logical-line, auto-fill-mode, line-number-mode)
4576 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4577 (normal-erase-is-backspace-mode): Doc fixes.
4578 (current-kill, transient-mark-mode, toggle-truncate-lines)
4579 (visible-mode): Reflow docstrings.
4580 (minibuffer-local-shell-command-map, interprogram-paste-function):
4581 Fix typos in docstrings.
4582
4583 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * server.el (server-process-filter): In daemon mode, default to
4586 emacsclient's tty if not opening a new frame and only the
4587 terminal-frame is available.
4588
4589 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.el (quit-window): Simplify code. Say in doc-string
4592 that it operates on the selected window's buffer. (Bug#1259)
4593
4594 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4595
4596 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4597 nil so that log-view-diff-changeset works.
4598
4599 2008-10-30 Glenn Morris <rgm@gnu.org>
4600
4601 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4602
4603 * resume.el: Move to obsolete/.
4604 * Makefile.in (ELCFILES): Update.
4605
4606 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * electric.el (Electric-pop-up-window): Don't shrink the window if
4609 it's already big enough.
4610
4611 * minibuffer.el (delete-minibuffer-contents): Delete all
4612 minibuffer contents instead of just the current field.
4613
4614 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4615
4616 * bookmark.el (bookmark-handle-bookmark): Rename from
4617 bookmark-jump-noselect.
4618 (bookmark--jump-via, bookmark-insert): Callers changed.
4619 (bookmark-jump-noselect): Wrapper function for
4620 bookmark-handle-bookmark.
4621 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4622
4623 * textmodes/ispell.el (ispell-word): Use use-region-p.
4624
4625 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4628 to follow naming conventions for abnormal hooks. Doc fix.
4629 (tooltip-mode, tooltip-timeout): Use it.
4630 (tooltip-hook): New obsolete alias.
4631 (tooltip-help-tips): Doc fix.
4632
4633 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4634
4635 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4636
4637 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4638 of hardcoded /tmp.
4639
4640 2008-10-29 Glenn Morris <rgm@gnu.org>
4641
4642 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4643
4644 * vc-hooks.el (vc-find-root): Remove bogus alias.
4645
4646 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * international/quail.el (quail-show-guidance): Don't create
4649 a guidance-frame if current buffer is not a minibuffer, since even if
4650 selected-window is mini-p, the buffer will never be displayed in it, so
4651 it wil be usable for guidance.
4652
4653 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * smerge-mode.el: Require diff-mode at run-time as well.
4656
4657 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4658
4659 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4660 * vc-hooks.el (vc-stay-local): Likewise.
4661
4662 2008-10-28 Phil Sung <psung@mit.edu>
4663
4664 * follow.el (follow-scroll-down, follow-calc-win-end)
4665 (follow-estimate-first-window-start): Reduce effective window
4666 height when header line is present. (Bug#925)
4667
4668 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * subr.el (locate-user-emacs-file): Simplify. Don't create
4671 `user-emacs-directory' when Emacs is running in batch mode.
4672
4673 * startup.el (inhibit-startup-screen): Reflow docstring.
4674 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4675
4676 2008-10-27 Kenichi Handa <handa@m17n.org>
4677
4678 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4679
4680 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * face-remap.el (text-scale-increase, text-scale-decrease)
4683 (text-scale-adjust): Remove &optional keyword from the arg list;
4684 the INC argument is not really optional, if the functions happen
4685 to be called from elisp.
4686
4687 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4688
4689 * vc.el: Rename VC methods that were missed when vc-status was
4690 renamed to vc-dir.
4691 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4692 vc-svn-status-extra-headers.
4693 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4694 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4695 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4696 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4697 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4698 vc-dir-status-printer.
4699 (vc-dir-headers): Use `dir-extra-headers' instead of
4700 `status-extra-headers'.
4701 (vc-dir-printer): Rename from vc-dir-status-printer.
4702 (vc-default-dir-extra-headers): Rename from
4703 vc-default-status-extra-headers.
4704 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4705 vc-cvs-status-extra-headers.
4706
4707 * startup.el (server-name): Pacify byte compiler.
4708 (command-line): If --daemon=SERVER_NAME was used, set server-name
4709 before calling server-start.
4710
4711 2008-10-26 Romain Francoise <romain@orebokech.com>
4712
4713 * startup.el (command-line): Call daemon-initialized after
4714 starting the server.
4715
4716 2008-10-26 Kenichi Handa <handa@m17n.org>
4717
4718 * help-fns.el (describe-categories): Display the terse legend at
4719 the head.
4720
4721 * international/characters.el: Docstrings of categories improved.
4722
4723 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4726
4727 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4728 to the courier family.
4729 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4730 usually not serif'd and hence rather unlike verbatim's printed output.
4731
4732 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4735 when reporting the module.
4736
4737 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4738
4739 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4740
4741 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * files.el (locate-dominating-stop-dir-regexp): New var.
4744 (locate-dominating-file): Change arg from a regexp to a file name.
4745 Rewrite using the vc-find-root code to avoid directory-files which is
4746 too slow. Obey locate-dominating-stop-dir-regexp.
4747 Don't pay attention to changes in owner.
4748 (project-find-settings-file): Adjust call to locate-dominating-file.
4749
4750 * progmodes/flymake.el (flymake-find-buildfile):
4751 Adjust call to locate-dominating-file.
4752
4753 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4754 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4755
4756 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4757
4758 * subr.el (with-current-buffer): Rename buffer argument to
4759 buffer-or-name.
4760 * window.el (get-buffer-window-list): Rename buffer argument to
4761 buffer-or-name and make it optional.
4762
4763 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4766 (completion-search-next, add-completions-from-file):
4767 Fix typos in docstrings.
4768
4769 * filesets.el (filesets-menu-ensure-use-cached)
4770 (filesets-ingroup-patterns, filesets-filetype-property):
4771 * tutorial.el (get-lang-string):
4772 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4773 Fix typos in docstrings.
4774
4775 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4776 (image-dired-line-up-method, image-dired-thumb-size)
4777 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4778 (image-dired-track-original-file, image-dired-track-thumbnail)
4779 (image-dired-dired-next-line, image-dired-dired-previous-line)
4780 (image-dired-write-comments): Reflow docstrings.
4781 (image-dired-show-all-from-dir-max-files)
4782 (image-dired-format-properties-string, image-dired-create-thumbs)
4783 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4784 Fix typos in docstrings.
4785
4786 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4787 (savehist-additional-variables, savehist-ignored-variables)
4788 (savehist-file-modes, savehist-autosave-interval):
4789 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4790 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4791 (fancy-splash-image):
4792 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4793 (thumbs-conversion-program, thumbs-margin):
4794 Remove spurious * in docstrings.
4795
4796 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4797
4798 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4799 (forward-same-syntax): Omit default arguments to char-after and
4800 char-before.
4801
4802 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * subr.el (locate-user-emacs-file): New function.
4805 (user-emacs-directory): Mention it in docstring.
4806
4807 * completion.el (save-completions-file-name):
4808 * filesets.el (filesets-menu-cache-file):
4809 * image-dired.el (image-dired-dir, image-dired-db-file)
4810 (image-dired-temp-image-file, image-dired-gallery-dir)
4811 (image-dired-temp-rotate-image-file):
4812 * savehist.el (savehist-file):
4813 * server.el (server-auth-dir):
4814 * thumbs.el (thumbs-thumbsdir):
4815 * tutorial.el (tutorial--saved-dir):
4816 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4817
4818 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4819
4820 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4821 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4822
4823 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * filesets.el: Update author email.
4826 (filesets-data): Doc fix.
4827
4828 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4829
4830 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4831
4832 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4833
4834 * international/mule-cmds.el (describe-language-environment):
4835 Indent sample text.
4836
4837 2008-10-23 Glenn Morris <rgm@gnu.org>
4838
4839 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4840
4841 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4842 byte-compile a redefinition of a function with special byte-compile
4843 handling. (Bug#411)
4844
4845 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4846
4847 * ps-print.el: Deal with page sizes for label printes. Suggested by
4848 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4849 (ps-print-version): New version 7.3.3.
4850 (ps-page-dimensions-database): New page sizes for label printers.
4851 (ps-n-up-printing): Fix code.
4852
4853 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4856
4857 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4858 (list-at-point): Add docstrings.
4859
4860 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4861
4862 * dired-aux.el (dired-do-create-files): Doc fix.
4863
4864 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4865
4866 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4867 with other documentation.
4868
4869 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * replace.el (how-many): Fix typo in docstring.
4872 Reported by Leo <sdl.web@gmail.com>.
4873
4874 2008-10-22 Glenn Morris <rgm@gnu.org>
4875
4876 * international/mule-cmds.el (universal-coding-system-argument):
4877 Check for C-g. (Bug#1205)
4878
4879 2008-10-22 Kenichi Handa <handa@m17n.org>
4880
4881 * international/characters.el: Don't setup
4882 find-word-boundary-function-table.
4883 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4884 (word-combining-categories, word-separating-categories):
4885 Adjust to the change of the docstrings.
4886
4887 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * simple.el (region-active-p): Doc fix.
4890
4891 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4892
4893 * subr.el (apply-partially): Move from here...
4894
4895 * simple.el (apply-partially): ...to here.
4896
4897 2008-10-20 Andreas Schwab <schwab@suse.de>
4898
4899 * subr.el (split-string-and-unquote): Simplify regexp.
4900
4901 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4902
4903 * subr.el (top-level): Require `cl' when compiling.
4904
4905 2008-10-20 David Reitter <david.reitter@gmail.com>
4906
4907 * info.el (Info-mode): Do not remove an existing header line if
4908 `Info-use-header-line' is nil.
4909
4910 2008-10-19 Juri Linkov <juri@jurta.org>
4911
4912 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4913 Add arg `delimited' as in `query-replace' for the case when
4914 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4915 Add more indicators to the prompt ("word" and "in region").
4916
4917 * replace.el (query-replace, query-replace-regexp)
4918 (replace-string, replace-regexp, perform-replace): Add "word"
4919 indicatiors to the prompt for word delimited replacements.
4920
4921 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4922 Doc fix.
4923
4924 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4925
4926 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4927
4928 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4929
4930 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4931
4932 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4933 Make argument names follow Elisp manual.
4934
4935 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4936
4937 * textmodes/remember.el (remember-data-file):
4938 * shadowfile.el (shadow-initialize)
4939 <shadow-info-file, shadow-todo-file>:
4940 * savehist.el (savehist-file):
4941 * recentf.el (recentf-save-file):
4942 * pcvs-defs.el (cvs-cvsrc-file):
4943 * international/kkc.el (kkc-init-file-name):
4944 * ido.el (ido-save-directory-list-file):
4945 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4946 (todo-file-top): Run file names that begin with a period thru
4947 `convert-standard-filename'.
4948
4949 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4950 before-init-hook.
4951
4952 Fix Bug #1183:
4953
4954 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4955 coding-system-for-read to ediff-coding-system-for-write.
4956
4957 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4958 coding-system-for-write to ediff-coding-system-for-write.
4959
4960 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4961 (ediff-coding-system-for-write): Set to emacs-internal.
4962
4963 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * international/mule-conf.el (emacs-internal): New coding system alias.
4966
4967 2008-10-18 Juri Linkov <juri@jurta.org>
4968
4969 * info.el (Info-file-supports-index-cookies-list): New variable.
4970 (Info-file-supports-index-cookies): New function.
4971 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4972 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4973 without an index cookie to ignore it when Info-index-nodes is
4974 called during navigating from an index node with line numbers.
4975 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4976
4977 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4978 variable definition section.
4979
4980 * info.el (Info-find-node-2): Put initial point below the header line
4981 and breadcrumbs line.
4982
4983 2008-10-18 Glenn Morris <rgm@gnu.org>
4984
4985 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4986 the needed external programs were not found.
4987
4988 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4989
4990 * files.el (trash-directory): Run thru `convert-standard-filename'.
4991 (file-modes-char-to-who, file-modes-char-to-right)
4992 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4993 (read-file-modes): Doc fixes.
4994
4995 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * abbrev.el (define-abbrev): Doc fix.
4998
4999 2008-10-17 Alan Mackenzie <acm@muc.de>
5000
5001 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5002 foo bar [] = { ...".
5003
5004 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * faces.el (face-spec-set-2): Don't pass invalid attributes to
5007 set-face-attribute.
5008
5009 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5012 according to `locale-coding-system'. (This fixes trivial bug reported
5013 as part of bug#1179).
5014 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5015 particular order). Use `when'.
5016
5017 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
5018
5019 * w32-fns.el (w32-check-shell-configuration): Doc fix.
5020 (w32-add-charset-info): Fix typo in docstring.
5021
5022 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5023
5024 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5025 after discussion.
5026
5027 2008-10-16 Magnus Henoch <mange@freemail.hu>
5028
5029 * vc-arch.el (vc-arch-dir-status): New function.
5030 (vc-arch-after-dir-status): New function.
5031
5032 2008-10-16 Glenn Morris <rgm@gnu.org>
5033
5034 * man.el (Man-getpage-in-background): Force recent `man's to output
5035 escape sequences even when stdout is not a tty. (Bug#1142)
5036
5037 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
5038
5039 * international/mule-conf.el: Add `utf8' and `UTF8' as
5040 aliases for the `utf-8' coding system.
5041
5042 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * find-file.el (ff-get-file): Doc fix.
5045 (ff-get-file-name): Use `let', not `let*'.
5046 (ff-search-directories): Fix typo in docstring.
5047 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5048 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5049 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5050 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5051 (cc-other-file-alist, modula2-other-file-alist):
5052 Remove spurious * in docstrings.
5053
5054 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * faces.el (set-face-attribute): Set family and foundry before
5057 other attributes.
5058 (face-spec-set-2): Pass unmodified args to set-face-attribute.
5059
5060 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * hl-line.el (hl-line-unload-function): New function.
5063 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5064 (hl-line-sticky-flag): Remove spurious * in docstring.
5065
5066 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
5067
5068 * vc-git.el (vc-git-show-log-entry): Include the revision in the
5069 search string.
5070
5071 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * net/tramp.el (tramp-process-one-action): Embed regexp in
5074 parentheses, before adding end-of-buffer construct. Suggested by
5075 Markus Triska <markus.triska@gmx.at>.
5076
5077 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
5078
5079 * net/newst-plainview.el (w3m-toggle-inline-image):
5080 Define 'declare-function if necessary, for compatibility.
5081
5082 * net/newst-treeview.el (w3m-toggle-inline-images):
5083 Define 'declare-function if necessary, for compatibility.
5084
5085 2008-10-13 Alan Mackenzie <acm@muc.de>
5086
5087 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5088 so that the function works on one-line macros.
5089
5090 * progmodes/cc-engine.el: Amend several doc strings and comments.
5091
5092 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5093
5094 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5095
5096 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5097 (vc-cvs-stay-local): Add a new choice and default to it.
5098 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5099
5100 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5101
5102 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5103
5104 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5105 Add support for extended return statement.
5106
5107 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5108 and obj-dir; keep user order.
5109
5110 2008-10-12 Glenn Morris <rgm@gnu.org>
5111
5112 * Makefile.in (ELCFILES): Update.
5113
5114 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5115 (shell-file-name-quote-list): Declare.
5116
5117 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5118
5119 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5120
5121 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * startup.el (command-line): If toolbar is disabled but ought to
5124 be initialized, call tool-bar-setup.
5125
5126 * tool-bar.el (tool-bar-setup): Variable deleted.
5127 (tool-bar-setup): Set it up unconditionally.
5128
5129 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5130
5131 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5132 tool-bar-map has been initialized before setting it up.
5133
5134 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5135 tool-bar-map has been initialized before setting it up.
5136
5137 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * emacs-lisp/warnings.el (display-warning): Issue a message if
5140 called during daemon initialization.
5141
5142 * tool-bar.el (tool-bar-local-item)
5143 (tool-bar-local-item-from-menu): Put the check for number of
5144 display colors into the image expression.
5145 (tool-bar-setup): Don't be a no-op on ttys.
5146
5147 * info.el (info-tool-bar-map):
5148 * progmodes/gud.el (gud-tool-bar-map):
5149 * progmodes/grep.el (grep-mode-tool-bar-map):
5150 * progmodes/compile.el (compilation-mode-tool-bar-map):
5151 Initialize it unconditionally.
5152
5153 2008-10-11 Romain Francoise <romain@orebokech.com>
5154
5155 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5156 * kmacro.el (kmacro-edit-lossage): Ditto.
5157 * edmacro.el (edit-kbd-macro): Ditto.
5158
5159 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5160
5161 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5162 Fix variable names.
5163
5164 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5165
5166 * startup.el (command-line): Revert 2008-09-26 change, not
5167 necessary anymore.
5168
5169 2008-10-10 Andreas Schwab <schwab@suse.de>
5170
5171 * simple.el (minibuffer-complete-shell-command):
5172 Bind comint-delimiter-argument-list, comint-file-name-chars and
5173 comint-file-name-quote-list like shell-mode.
5174
5175 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5176
5177 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5178 call of select-window.
5179
5180 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5181
5182 * calc/calc.el (calc-embedded-word-regexp)
5183 (calc-embedded-word-regexp-alist): New variables.
5184 (calc-embedded-open-word, calc-embedded-close-word)
5185 (calc-embedded-open-close-word-alist): Remove unused variables.
5186
5187 * calc/calc-embed.el (calc-embedded-make-info):
5188 Use `calc-embedded-word-regexp' to find words.
5189
5190 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5191
5192 * info.el (Info-extract-menu-counting): New argument no-detail to
5193 skip detailed node listings.
5194 (Info-forward-node): New argument not-up to inhibit going up.
5195 (Info-final-node): Call Info-extract-menu-counting and
5196 Info-forward-node with the new arguments set to avoid infinite
5197 looping. (Bug#1116)
5198
5199 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5200
5201 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5202 not fboundp.
5203
5204 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * startup.el (command-line): Enable tool-bar-mode as long as it is
5207 not suppressed by X resources, regardless of the terminal.
5208
5209 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5210 graphical terminals.
5211 (tool-bar-setup): No-op if called on a tty.
5212
5213 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5214
5215 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5216 Support `pc' ``window-system''.
5217
5218 * progmodes/compile.el (compilation-start): Resurrect the version
5219 for systems that don't support asynchronous subprocesses.
5220
5221 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5222
5223 * window.el (pop-up-frames): Add choice graphic-only.
5224 (display-buffer): When pop-up-frames equals graphic-only do
5225 not pop up new frame on text-only terminals. (Bug#1061)
5226
5227 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5228
5229 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5230 (vc-cvs-dir-status): Use it.
5231
5232 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * json.el (json-skip-whitespace): Fix last change.
5235
5236 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * bs.el (bs-unload-function): New function.
5239
5240 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5241
5242 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5243 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5244 For clarity, explicitly require cl.
5245
5246 2008-10-08 Michael Olson <mwolson@gnu.org>
5247
5248 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5249 can avoid a bad interaction with programs that add functions to
5250 the window-scroll-functions hook. This fixes Bug #858.
5251
5252 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * startup.el (command-line): Use display-warning to warn about an
5255 init file error.
5256 (command-line-1): Remove init file error delay.
5257
5258 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5259
5260 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5261 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5262 (rx-group-if): New function.
5263 (rx-parent): New variable.
5264 (rx-and, rx-or): Put shy groups only when necessary.
5265 (rx-bracket): Remove.
5266 (rx-anything): New function.
5267 (rx-any-delete-from-range, rx-any-condense-range)
5268 (rx-check-any-string): New functions.
5269 (rx-check-any): Return result as a list. Don't convert chars to
5270 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5271 Check char category string. Call rx-form instead of rx-to-string.
5272 (rx-any): Rebuid to complete the function.
5273 (rx-check-not): Fix char category regexp pattern string.
5274 Call rx-form instead of rx-to-string.
5275 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5276 "[^^]". Call regexp-quote for one char string when not called from
5277 rx-not. Add "\\w", and toggle to upcase. Add the case of
5278 "\\[SCBW]" to toggle.
5279 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5280 instead of rx-to-string.
5281 (rx-kleene): Call rx-form instead of rx-to-string.
5282 Call rx-group-if to adjust putting of shy groups.
5283 (rx-atomic-p): Make check more precisely.
5284 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5285 (rx-regexp): Call rx-group-if.
5286 (rx-form): New function.
5287 (rx-to-string): Call rx-form, rx-group-if.
5288 Refine definition of NO-GROUP.
5289
5290 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5291
5292 * json.el (json-advance): Use forward-char.
5293 (json-skip-whitespace): Use skip-syntax-forward.
5294
5295 2008-10-07 Alan Mackenzie <acm@muc.de>
5296
5297 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5298 indenting a macro followed by blank lines doesn't backslash the
5299 following non-blank line into the macro.
5300
5301 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5304 (command-line): Set after-init-time to nil before initialization.
5305
5306 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5307
5308 * calc/calc-units.el (math-standard-units): Update the values
5309 of the units.
5310
5311 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * bookmark.el (bookmark-unload-function): New function.
5314
5315 2008-10-06 Andreas Schwab <schwab@suse.de>
5316
5317 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5318
5319 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5320
5321 * mail/footnote.el: Remove * in defcustom docstrings and tell
5322 for most options that customizing them doesn't affect buffers
5323 already displaying footnotes.
5324 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5325 Fix handling of text properties and identical start/end tags.
5326 Do not use format when renumbering.
5327 (Footnote-set-style): Make it work.
5328 (Footnote-insert-numbered-footnote): Simplify.
5329 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5330 (Footnote-goto-footnote): Fix handling of empty section tag.
5331 (Footnote-delete-footnote): Fix handling of identical start/end
5332 tags, empty section tag, and spaced footnotes. Do not use
5333 kill-region.
5334 (footnote-mode): Make most options buffer-local to avoid that
5335 customizing messes up handling of footnotes in buffers that
5336 already display them.
5337
5338 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * faces.el (x-create-frame-with-faces): Undo previous change.
5341
5342 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5343 existent files.
5344
5345 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * international/mule-cmds.el (universal-coding-system-argument):
5348 Handle digit-argument too.
5349
5350 2008-10-05 Mario Lang <mlang@delysid.org>
5351
5352 * xml.el (xml-parse-string): Use skip-chars-forward.
5353
5354 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5357 existent files.
5358 (vc-bzr-dir-status-files): New function.
5359
5360 2008-10-04 Glenn Morris <rgm@gnu.org>
5361
5362 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5363
5364 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5365 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5366
5367 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5368 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5369
5370 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5371
5372 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5373 Fix typo. (Bug#1074)
5374
5375 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5376
5377 * progmodes/compile.el (compilation-start): Make sure to move to
5378 point-max only when we are in the compilation buffer. (Bug#1073)
5379
5380 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5381
5382 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5383 tool-bar-mode is on.
5384
5385 * vc-svn.el (vc-svn-dir-status-files):
5386 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5387
5388 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * vc-hg.el (vc-hg-dir-status-files): New function.
5391
5392 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5393
5394 * window.el (window--display-buffer-1): Don't care about
5395 visibility since raise-frame does.
5396
5397 2008-10-03 Mario Lang <mlang@delysid.org>
5398
5399 * nxml/xmltok.el (xmltok-forward): Simplify.
5400
5401 2008-10-03 Glenn Morris <rgm@gnu.org>
5402
5403 * Makefile.in (ELCFILES): Update.
5404
5405 * frame.el (set-default-font): Make obsolete.
5406 * mouse.el (mouse-set-font): Use set-frame-font.
5407
5408 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5409 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5410
5411 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5412 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5413
5414 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5415
5416 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5417 (vc-dir-refresh): Set it here instead. (Bug#1067)
5418
5419 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * faces.el (inhibit-frame-set-background-mode): New var.
5422 (frame-set-background-mode): Use it to avoid a loop in
5423 face-spec-recalc.
5424
5425 2008-10-02 Glenn Morris <rgm@gnu.org>
5426
5427 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5428 vc-diff-switches.
5429
5430 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5431
5432 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5433 that is, to take some action when a buffer is killed. Suggested by
5434 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5435 11.2.2.
5436 (whitespace-action): Docstring and :type fix.
5437 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5438 Code fix.
5439 (whitespace-add-local-hook, whitespace-remove-local-hook)
5440 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5441
5442 2008-10-01 Magnus Henoch <mange@freemail.hu>
5443
5444 * net/tls.el (open-tls-stream): Show the actual command being
5445 executed, instead of the format string.
5446
5447 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5448
5449 * term/internal.el (dos-locale-alist): New alist.
5450 (dos-codepage-setup): Use it to compute a value of locale with
5451 which to call set-locale-environment. Remove code to set
5452 terminal, keyboard, and file-name encoding (done by
5453 set-locale-environment).
5454
5455 * international/mule-cmds.el
5456 (set-language-environment-nonascii-translation): Fix nonascii
5457 value for `pc' ``window-system''.
5458 (set-display-table-and-terminal-coding-system)
5459 (set-default-coding-systems): Don't special-case `pc'.
5460
5461 2008-10-01 Glenn Morris <rgm@gnu.org>
5462
5463 * filesets.el (filesets-menu-name): Fix type.
5464 (filesets-menu-path, filesets-menu-before): Fix types.
5465 Change defaults to be consistent with recentf. (Bug#1056)
5466
5467 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * term/xterm.el (xterm-turn-on-modify-other-keys)
5470 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5471 Don't forget to pass `terminal' to `send-string-to-terminal'.
5472
5473 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5476 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5477 non-nil. It is not clear, whether this is only fixing symptoms on
5478 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5479 is embedded by that check. So it might be TRT. Suggested by Dan
5480 Nicolaescu <dann@ics.uci.edu>.
5481
5482 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5483
5484 * Makefile.in (ELCFILES): Remove codepage.elc.
5485
5486 * international/codepage.el: File removed, as even ms-dos doesn't
5487 need it anymore.
5488
5489 * loadup.el [ms-dos]: Don't load ccl and codepage.
5490
5491 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5492 (IT-character-translations, cjk-codepages-alist): Remove variables.
5493 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5494 (IT-unicode-translations): Remove charset and base elements.
5495 Add translations for Latin-1 characters.
5496 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5497 base and chset elements of IT-unicode-translations. Don't wrap
5498 translation in "{...}". Set up translations only for characters
5499 for which unencodable-char-position returns non-nil.
5500 (dos-codepage-setup): Don't use special-case codepages in
5501 cjk-codepages-alist.
5502
5503 * files.el (locate-dominating-file): Wrap directory-files with
5504 condition-case, instead of calling file-directory-p, which stats
5505 the directory one more time.
5506
5507 * mail/mail-utils.el (mail-unquote-printable-region):
5508 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5509 non-nil.
5510
5511 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5512
5513 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5514
5515 2008-09-30 Glenn Morris <rgm@gnu.org>
5516
5517 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5518
5519 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5520
5521 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5522 (which-function): Handle nested imenu trees.
5523
5524 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5525 some nested menu items.
5526
5527 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5528
5529 * calc/calc-units.el (math-standard-units): Add entries used to
5530 display the values in the units buffer.
5531 (math-build-units-table): Add entries to the units table to be used
5532 to display the values in the units buffer.
5533 (math-build-units-table-buffer): Use the display entry of the units
5534 table when non-nil.
5535 (calc-define-unit): Add option to enter display value of unit.
5536
5537 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5538
5539 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5540
5541 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5542
5543 * files.el (locate-dominating-file): Take file-attributes of
5544 `dir', not of `file' (which never changes).
5545
5546 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5547
5548 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5549 also be `localname'.
5550
5551 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5552 IDENTIFICATION.
5553
5554 2008-09-28 Glenn Morris <rgm@gnu.org>
5555
5556 * vc.el (vc-switches): Give it a doc string.
5557
5558 2008-09-28 Romain Francoise <romain@orebokech.com>
5559
5560 * comint.el (comint-show-output): Adjust to stickiness changes of
5561 the output field.
5562
5563 * startup.el (command-line): Start the daemon server later.
5564
5565 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5566
5567 * subr.el (read-quoted-char): Call char-resolve-modifiers
5568 instead of char-resolve-modifers.
5569
5570 2008-09-27 Glenn Morris <rgm@gnu.org>
5571
5572 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5573 than [return]. (Bug#1031)
5574
5575 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5576
5577 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5578
5579 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5580
5581 * epg.el (epg-wait-for-status): Check if there is no pending status.
5582 Reported by Ted Romer <ted@romerfamily.com>.
5583
5584 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * startup.el (command-line): Turn on menu-bar-mode and
5587 tool-bar-mode when running as a daemon.
5588
5589 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5590
5591 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5592 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5593 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5594 ($(lisp)/progmodes/cc-engine.elc)
5595 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5596 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5597 ($(lisp)/progmodes/cc-subword.elc)
5598 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5599
5600 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5601 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5602 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5603 ($(lisp)/progmodes/cc-engine.elc)
5604 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5605 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5606 ($(lisp)/progmodes/cc-subword.elc)
5607 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5608
5609 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5610
5611 * informat.el (Info-split-threshold): New variable.
5612 (Info-split): Use it.
5613
5614 * textmodes/texinfmt.el (texinfo-format-buffer):
5615 Use Info-split-threshold to decide whether to split Info files.
5616
5617 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5620 quoting.
5621
5622 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5623 name when reinserting it.
5624
5625 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5626 word-search-backward-lax for incremental word search.
5627
5628 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5629
5630 * generic-x.el (generic-other-modes): Fix typo in docstring.
5631 (generic-use-find-file-hook, generic-lines-to-scan)
5632 (generic-find-file-regexp, generic-ignore-files-regexp)
5633 (generic-define-mswindows-modes, generic-define-unix-modes):
5634 Remove `*' from docstring.
5635 (generic-mode-find-file-hook): Use `string-match-p'.
5636 (apache-log-generic-mode, mailagent-rules-generic-mode)
5637 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5638 (java-manifest-generic-mode, java-properties-generic-mode)
5639 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5640 for consistency with other modes in generic-x.el.
5641
5642 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5643
5644 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5645 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5646 parens specially only if latex-handle-escaped-parens is non-nil.
5647 (latex-indent-within-escaped-parens): New option.
5648 (latex-find-indent): Bind latex-handle-escaped-parens to
5649 latex-indent-within-escaped-parens. Do not treat escaped parens
5650 specially when this is nil. (Bug#954)
5651
5652 2008-09-25 Glenn Morris <rgm@gnu.org>
5653
5654 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5655
5656 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * vc.el (vc-mark-resolved): Move message here from
5659 vc-default-mark-resolved.
5660 (vc-default-mark-resolved): Change to an alias for ignore.
5661
5662 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5663
5664 * term.el (term-emulate-terminal): Encode input string before
5665 checking its length.
5666
5667 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5670 is loaded.
5671
5672 * server.el (server-buffer-done): Avoid changing the buffer when
5673 deleting the client's frame (bug#640).
5674
5675 * vc.el (vc-default-mark-resolved): New function.
5676
5677 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5678
5679 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5680 from raising a wrong-type-argument error.
5681
5682 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5683
5684 * help-fns.el (describe-function-1, describe-variable): Print
5685 relative file name in help buffer.
5686 * faces.el (describe-face): Print relative file name in help
5687 buffer.
5688
5689 2008-09-23 Romain Francoise <romain@orebokech.com>
5690
5691 * subr.el (with-output-to-string): Make sure that the temporary
5692 buffer gets killed.
5693
5694 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5695
5696 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5697 indentation problem with keyword symbols when a list starts with
5698 ,@ or spaces. (Bug#1012)
5699
5700 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5701
5702 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5703 escaped close parens correctly. (Bug#954)
5704
5705 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5706
5707 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5708 usage of `fortune-file' even though a FILE argument was passed to
5709 the function.
5710
5711 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5712
5713 * startup.el (command-line): Start the server when in daemon mode.
5714 Remove always true test.
5715
5716 * frame.el (frame-initialize): Remove spurious setting of
5717 special-display-function with the default value.
5718
5719 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5720
5721 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5722
5723 2008-09-20 Glenn Morris <rgm@gnu.org>
5724
5725 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5726 Fix custom type. (Bug#1011)
5727
5728 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5729
5730 * files.el (move-file-to-trash): Avoid recursive trashing if
5731 rename-file calls delete-file.
5732
5733 2008-09-20 Glenn Morris <rgm@gnu.org>
5734
5735 * play/fortune.el: Remove leading `*' from defcustom docs.
5736 (fortune-program-options): Doc fix. Allow to be a string again.
5737 Add :version.
5738 (fortune-in-buffer): Handle fortune-program-options as a string.
5739 Don't rely on fortune program accepting options after fortune file.
5740
5741 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5742
5743 * play/fortune.el (fortune-program-options): Change to a list.
5744 (fortune-in-buffer): Use apply.
5745
5746 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5747
5748 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5749 (authors-coding-system): Likewise.
5750
5751 2008-09-20 Ami Fischman <ami@fischman.org>
5752
5753 * savehist.el (savehist-save): Handle errors in writing as well as
5754 reading.
5755
5756 2008-09-20 Michael Olson <mwolson@gnu.org>
5757
5758 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5759 to provide a minimal performance boost.
5760
5761 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5762
5763 * proced.el (proced-grammar-alist, proced-custom-attributes)
5764 (proced-format-alist, proced-format, proced-filter-alist)
5765 (proced-filter, proced-sort): Use defcustom.
5766 (proced-mode): Fix docstring.
5767 (proced-process-attributes): Handle return value nil of functions
5768 in proced-custom-attributes.
5769
5770 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5771
5772 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5773 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5774
5775 2008-09-19 Miles Bader <miles@gnu.org>
5776
5777 * comint.el (comint-output-filter): Make field properties for
5778 output text front-sticky.
5779
5780 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5781
5782 * vc-bzr.el (vc-bzr-show-log-entry):
5783 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5784 C-x v l for a directory uses that.
5785
5786 2008-09-18 Simon Josefsson <simon@josefsson.org>
5787
5788 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5789 .sieve files.
5790
5791 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5792
5793 * help-macro.el (make-help-screen): Preserve key bindings
5794 established in help-mode call when exiting this macro.
5795
5796 2008-09-17 Kenichi Handa <handa@m17n.org>
5797
5798 * language/burmese.el: Fix setting of composition-function-table.
5799
5800 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5801
5802 * info.el (Info-follow-nearest-node): Don't raise an error for
5803 mouse-1 clicks.
5804
5805 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5806
5807 * calc/calc-units.el (calc-convert-temperature): Use default
5808 units when appropriate.
5809
5810 2008-09-16 Markus Triska <markus.triska@gmx.at>
5811
5812 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5813 catch errors raised in `texmathp'.
5814 (flyspell-tex-math-initialized): Remove.
5815
5816 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5817
5818 * frame.el (select-frame-set-input-focus): With non-nil
5819 mouse-autoselect-window always move mouse cursor to frame's
5820 selected window. Otherwise restore pre 2008-09-13 behavior.
5821 (select-frame-by-name): Use select-frame-set-input-focus.
5822
5823 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5824 pop-to-buffer already does it.
5825 (display-buffer-other-frame): Fix doc-string.
5826
5827 2008-09-16 Glenn Morris <rgm@gnu.org>
5828
5829 * add-log.el (diff-find-source-location): Update declaration.
5830
5831 * progmodes/make-mode.el (makefile-match-function-end):
5832 Move point. (Bug#983)
5833
5834 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5835
5836 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5837
5838 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5841 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5842
5843 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5844
5845 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5846
5847 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5848
5849 * files.el (file-truename): Don't raise args-out-of-range error
5850 when filename has no separator on windows-nt. (Bug#982)
5851
5852 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5855 be more honest when we don't know.
5856 (diff-tell-file-name): Don't prompt before the actual prompt.
5857 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5858 (diff-find-source-location): Add `noprompt' argument.
5859 (diff-current-defun): Don't prompt.
5860
5861 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5862
5863 * proced.el (proced-mark-face, proced-marked-face)
5864 (proced-sort-header-face): Remove.
5865 (proced-font-lock-keywords): Simplify.
5866 (proced-format): Use face proced-sort-header.
5867 (proced-format-interactive, proced-sort-interactive)
5868 (proced-filter-interactive): Only call proced-update if the scheme
5869 has changed.
5870 (proced-sort-header): Use posn-actual-col-row.
5871
5872 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5873
5874 * add-log.el (change-log-find-window): New variable.
5875 (change-log-goto-source-1, change-log-goto-source):
5876 Set change-log-find-window to window displaying source.
5877 (change-log-next-error): Select window specified by
5878 change-log-find-window.
5879
5880 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5881
5882 * frame.el (select-frame-set-input-focus): With focus follows
5883 mouse move mouse cursor to right window.
5884 * window.el (pop-to-buffer): Select window before calling
5885 select-frame-set-input-focus.
5886
5887 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5888
5889 * proced.el (proced-sort-header): New face.
5890 (proced-sort-header-face): New variable.
5891 (proced-format): Allow format value nil.
5892 Use proced-sort-header-face for header of sort column.
5893 (proced-format-args): New function.
5894 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5895 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5896 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5897 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5898 (proced-sort-header): Bind also to mouse-1.
5899 (proced-move-to-goal-column): Return position of point.
5900 (proced-filter-interactive): Always revert listing.
5901 (proced-format-ttname): Simplify.
5902 (proced-update): Do not keep undo information. Put point at
5903 beginning of buffer if we generate the first listing.
5904
5905 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5906
5907 * doc-view.el (doc-view-scroll-up-or-next-page)
5908 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5909 vertically split windows.
5910
5911 2008-09-12 Glenn Morris <rgm@gnu.org>
5912
5913 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5914
5915 * indent.el (indent-line-function): Doc fix.
5916 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5917
5918 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5919
5920 * window.el (pop-to-buffer): If the window for buffer-or-name is
5921 not on the selected frame, raise that window's frame and give it
5922 input focus. (Bug#745)
5923
5924 2008-09-11 Glenn Morris <rgm@gnu.org>
5925
5926 * ido.el (ido-mode): Initialize with custom-initialize-default,
5927 rather than a set function. (Bug#947)
5928
5929 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5930
5931 * replace.el (perform-replace): Don't set inhibit-read-only using
5932 query-replace-skip-read-only (bug#956).
5933
5934 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5935 of the <<foo>> form.
5936
5937 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5938
5939 * window.el (display-buffer): Fix doc-string typo.
5940
5941 2008-09-10 Kenichi Handa <handa@m17n.org>
5942
5943 * composite.el (compose-gstring-for-graphic): Fix previous change.
5944
5945 2008-09-10 Glenn Morris <rgm@gnu.org>
5946
5947 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5948
5949 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5950
5951 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5952 manuals. (Bug#886)
5953
5954 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * ido.el (ido-unload-function): New function.
5957
5958 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * ido.el (ido-file-internal): Fix typo in prompt.
5961 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5962 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5963 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5964 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5965 Fix typos in docstrings.
5966
5967 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5968
5969 * help-fns.el (describe-function-1): Don't print extra newline
5970 after filling.
5971
5972 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5973
5974 * help-fns.el (find-lisp-object-file-name): Handle case where
5975 library is compressed.
5976
5977 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * complete.el (PC-do-completion): Don't replace buffer
5980 contents (bug#227).
5981
5982 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * loadhist.el (unload-feature-special-hooks):
5985 Add `choose-completion-string-functions'.
5986
5987 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * vc-svn.el (vc-svn-root):
5990 * vc-sccs.el (vc-sccs-root):
5991 * vc-rcs.el (vc-rcs-root):
5992 * vc-cvs.el (vc-cvs-root): Delete.
5993 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5994
5995 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5996
5997 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5998 errors occurring in different files.
5999
6000 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6003 (vc-bzr-status-printer): New function.
6004 (vc-bzr-after-dir-status): Deal with renamed files.
6005
6006 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
6007
6008 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6009 buffer's filename.
6010
6011 2008-09-07 Martin Rudalics <rudalics@gmx.at>
6012
6013 * subr.el (cancel-change-group): Widen buffer temporarily when
6014 undoing changes. (Bug#810)
6015
6016 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
6017
6018 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6019 with gud-stop-subjob rather than exit debugger.
6020
6021 2008-09-07 Kenichi Handa <handa@m17n.org>
6022
6023 * composite.el: Compose combining characters only when it
6024 follows a character matching with "[[:alpha:]]".
6025
6026 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6027
6028 * proced.el: Require time-date.
6029 (proced-command-alist, proced-command, proced-goal-header-re)
6030 (proced-sorting-schemes-alist, proced-sorting-scheme)
6031 (proced-header-alist, proced-sorting-schemes-re)
6032 (proced-skip-regexp, proced-next-line, proced-previous-line)
6033 (proced-listing-type, proced-sorting-scheme-p): Remove.
6034 (proced-grammar-alist, proced-custom-attributes)
6035 (proced-format-alist, proced-format, proced-filter-alist)
6036 (proced-filter, proced-sort, proced-goal-attribute)
6037 (proced-timer-interval, proced-timer-flag, proced-timer)
6038 (proced-process-alist, proced-sort-internal, proced-process-tree)
6039 (proced-header-help-echo, proced-field-help-echo): New variables.
6040 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6041 (proced-omit-process, proced-filter, proced-process-tree)
6042 (proced-filter-children, proced-children-pids)
6043 (proced-filter-parents, proced-<, proced-string-lessp)
6044 (proced-time-lessp, proced-xor, proced-sort-p)
6045 (proced-format-time, proced-format-start, proced-format-ttname)
6046 (proced-format, proced-process-attributes): New functions.
6047 (proced-toggle-timer-flag, proced-mark-children)
6048 (proced-mark-parents, proced-filter-interactive)
6049 (proced-filter-attribute, proced-sort-interactive)
6050 (proced-sort-header, proced-format-interactive): New commands.
6051 (proced-move-to-goal-column): Use goal-column.
6052 (proced-mode): Use proced-timer.
6053 (proced-do-mark-all): Display process count. Use use-region-p.
6054 Simplify.
6055 (proced-omit-processes): Use use-region-p.
6056 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6057 (proced-sort-start, proced-sort-time, proced-sort-user):
6058 Use proced-sort-interactive.
6059 (proced-sort): Make it a function that performs the actual sort.
6060 (proced-update): New arg revert. Use proced-process-alist,
6061 proced-filter, proced-sort, proced-format, and
6062 proced-grammar-alist. Preserve position of point based on fields.
6063 Make header line and fields clickable.
6064 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6065 (proced-why): Use save-selected-window.
6066 (proced-log): Use buffer-read-only.
6067
6068 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6071
6072 2008-09-06 Glenn Morris <rgm@gnu.org>
6073
6074 * add-log.el (diff-find-source-location): Declare.
6075 (find-change-log): If called from a diff buffer, try to switch to the
6076 source buffer (e.g. to respect change-log-default-name there).
6077
6078 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6079 unallowed characters; added 2006-10-10 without comment. (Bug#753)
6080
6081 * Makefile.in (ELCFILES): Update.
6082
6083 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6086 user enters a mouse event in another frame, or a special event.
6087
6088 * server.el (server-switch-buffer): New arg.
6089 (server-execute): If reusing an existing window, set file position
6090 if required.
6091
6092 2008-09-06 Kenichi Handa <handa@m17n.org>
6093
6094 * language/lao.el: Fix setting of composition-function-table.
6095
6096 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6097
6098 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6099 displaying help echo messages.
6100
6101 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6102
6103 * subr.el (symbol-file): Fix doc-string.
6104
6105 2008-09-06 Glenn Morris <rgm@gnu.org>
6106
6107 * help-mode.el (help-xref-forward-stack): Doc fix.
6108
6109 * add-log.el (change-log-default-name): Autoload safety.
6110
6111 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6112
6113 * verilog-mode.el (verilog-library-extensions): Enable .sv
6114 filename extensions to call verilog-mode.
6115 (verilog-auto, verilog-auto-inst, verilog-faq)
6116 (verilog-submit-bug-report): Update author support URLs.
6117 (verilog-delete-auto, verilog-auto-inout-module)
6118 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6119 creating complemented testbench modules. Suggested by Yishay Belkind.
6120 (verilog-auto-inst-port, verilog-simplify-range-expression):
6121 When verilog-auto-inst-param-value is set, don't require a
6122 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6123 Yishay Belkind.
6124 (verilog-auto-inst-param-value): Add safe variable.
6125 (verilog-re-search-forward, verilog-re-search-backward):
6126 Fix returning wrong search results on Emacs 22.1.
6127 (verilog-modi-cache-results, verilog-auto): Fix warning message
6128 about "toggling font-lock-mode."
6129 (verilog-auto): Fix losing font-lock on errors.
6130 (verilog-auto-inst-param-value, verilog-mode-version)
6131 (verilog-mode-version-date, verilog-read-inst-param-value)
6132 (verilog-auto-inst, verilog-auto-inst-param)
6133 (verilog-auto-inst-port, verilog-simplify-range-expression):
6134 Allow parameters to be replaced with their values, on the expansion of
6135 an AUTOINST with Verilog 2001 style parameter settings.
6136 Suggested by David Rogoff.
6137
6138 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6139
6140 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6141 Better support for the property statement. Sometimes this keyword
6142 introduces a statement which requires an endproperty keyword, and
6143 sometimes it doesn't, depending on the work before the property
6144 word. If property is prefixed with assert, assume or cover
6145 keyword, then the statement is ended with a ';'. Otherwise,
6146 property is like task or specify, and is followed by some number
6147 of statements, which are ended with an endproperty keyword.
6148 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6149 in a highlighted region: indent each line in region according to
6150 mode. Supply this so it works in XEmacs and older Emacs.
6151
6152 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6153
6154 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6155 Don't clean up a buffer when killing it.
6156
6157 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6158
6159 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6160 buffers (bug#360). New version 11.2.1.
6161 (whitespace-action): New value `warn-read-only' to give a warning when
6162 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6163 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6164 (whitespace-warn-read-only): New fun.
6165
6166 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * international/quail.el: Require help-mode.
6169 (quail-help-init): Function removed.
6170 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6171 Define directly.
6172
6173 * dired.el (dired-get-filename): Rewrite octal escape character
6174 processor (bug#885).
6175
6176 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6177
6178 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6179
6180 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6181 not just for terminal-frame.
6182
6183 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6184
6185 * window.el (window--try-to-split-window): Don't split when window
6186 is not splittable in last disjunct. (Bug#888)
6187
6188 2008-09-05 Kenichi Handa <handa@m17n.org>
6189
6190 * language/tibetan.el: Fix setting of composition-function-table.
6191
6192 * composite.el (find-composition): Mention about the automatic
6193 composition in the docstring.
6194 (compose-gstring-for-graphic): Fix handling "above" marks.
6195
6196 * descr-text.el (describe-char): Fix handling of automatic composition.
6197
6198 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6199
6200 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6201 (tramp-parse-connection-properties): Reflow docstring.
6202
6203 2008-09-04 Kim F. Storm <storm@cua.dk>
6204
6205 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6206 and other-frame methods when switching between file and buffer modes.
6207
6208 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6209
6210 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6211 removing duplicate entries under same heading. Don't skip char
6212 matching anything but a space or tab at bol. (Bug#864)
6213
6214 2008-09-03 Alan Mackenzie <acm@muc.de>
6215
6216 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6217
6218 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6221 (completion-pcm--all-completions): Move the case-fold-search binding to
6222 it also applies to completion-regexp-list (used in all-completions).
6223 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6224
6225 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6226
6227 * window.el (pop-up-frame-function): Move ...
6228 * frame.el (pop-up-frame-function): ... here, to avoid
6229 "CHANGED outside Customize;".
6230
6231 2008-09-03 Glenn Morris <rgm@gnu.org>
6232
6233 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6234
6235 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6238 non-alphabetical characters properly.
6239
6240 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6241
6242 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6243
6244 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6245
6246 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6247 control-prefixed keys. (Bug#835)
6248
6249 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * image-mode.el (image-mode): Fix 2008-07-19 change.
6252
6253 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6256
6257 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6258
6259 2008-09-02 Glenn Morris <rgm@gnu.org>
6260
6261 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6262
6263 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6264
6265 2008-09-01 Glenn Morris <rgm@gnu.org>
6266
6267 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6268 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6269 and fix name typos. (Bug#856)
6270
6271 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * minibuffer.el (completion-pcm--pattern->regex):
6274 When completion-ignore-case is non-nil, generate a regexp that
6275 ignores case.
6276
6277 * window.el (recenter-top-bottom): Doc fix.
6278
6279 2008-09-01 Simon South <ssouth@member.fsf.org>
6280
6281 * progmodes/delphi.el: New maintainer.
6282 (delphi-interface-types): New var.
6283 (delphi-composite-types): Use it.
6284 (delphi-enclosing-indent-of): Distinguish between "interface"
6285 keyword as a unit separator and used like a class declaration.
6286
6287 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6288
6289 * help-fns.el (describe-simplify-lib-file-name)
6290 (find-source-lisp-file): Remove.
6291 (find-lisp-object-file-name): New function giving preference to
6292 files found via load-path instead of loaddefs.el.
6293 (describe-function-1): Use new function instead of the removed
6294 ones. (Bugs #587, #669, #690)
6295 * faces.el (describe-face): Use find-lisp-object-file-name instead
6296 of describe-simplify-lib-file-name.
6297
6298 2008-09-01 Kenichi Handa <handa@m17n.org>
6299
6300 * international/mule-diag.el (font-show-log): Fix previous change.
6301
6302 * international/mule-cmds.el (set-language-environment):
6303 Don't overwrite current-iso639-language if the current language
6304 environment doesn't provide that data.
6305 (set-locale-environment): Set current-iso639-language from the
6306 locale name.
6307
6308 * international/fontset.el (script-representative-chars): Re-add
6309 the entry for symbol, but with vector of characters.
6310 (setup-default-fontset): Cancel previous change.
6311
6312 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * ido.el: Move provide statement to the end of the file.
6315
6316 2008-08-30 Markus Triska <markus.triska@gmx.at>
6317
6318 * linum.el (linum-mode): `window-size-change-functions' can now be
6319 buffer-local.
6320 (linum-update-window): Use result of `move-overlay'.
6321
6322 2008-08-30 Glenn Morris <rgm@gnu.org>
6323
6324 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6325
6326 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6327 Doc fixes.
6328
6329 * apropos.el (apropos-command): Report documentation errors.
6330 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6331
6332 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6335 string.
6336
6337 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6338
6339 * bindings.el (mode-line-frame-identification): Fix last change.
6340
6341 2008-08-29 Kenichi Handa <handa@m17n.org>
6342
6343 These changes are to adjust the automatic composition for the new
6344 implementation (avoid using text property).
6345
6346 * composite.el (composition-function-table): Move declaration to
6347 composite.c.
6348 (terminal-composition-base-character-p): Delete it.
6349 (terminal-composition-function): Delete it.
6350 (terminal-composition-function-table): Delete it.
6351 (lgstring-header, lgstring-set-header, lgstring-font)
6352 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6353 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6354 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6355 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6356 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6357 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6358 (compose-glyph-string, compose-glyph-string-relative)
6359 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6360 New functions.
6361 (auto-compose-chars): Argument changed.
6362
6363 * language/european.el: Don't setup composition-function-table.
6364 (diacritic-composition-pattern, diacritic-compose-region)
6365 (diacritic-compose-string, diacritic-compose-buffer)
6366 (diacritic-composition-function): Delete them.
6367
6368 * language/lao-util.el (lao-composition-function): Argument changed.
6369
6370 * language/sinhala.el: Fix setting up of composition-function-table.
6371
6372 * language/thai.el: Fix setting up of composition-function-table.
6373
6374 * language/thai-util.el: Encoding changed to utf-8.
6375 (thai-composition-function): Argument changed.
6376
6377 * language/indian.el: Fix setting up of composition-function-table.
6378 (devanagari-composable-pattern)
6379 (tamil-composable-pattern, kannada-composable-pattern)
6380 (malayalam-composable-pattern): New variables.
6381
6382 * international/characters.el (unicode-category-table):
6383 Setup unicode-category-table.
6384
6385 * international/fontset.el (setup-default-fontset): Prepend
6386 iso10646-1 fonts to the fallback font groups instead of appending.
6387
6388 2008-08-29 Glenn Morris <rgm@gnu.org>
6389
6390 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6391
6392 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6395 are no X frames active.
6396
6397 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6400 `ignore-errors' (the function must succeed always).
6401
6402 2008-08-28 Edward O'Connor <hober0@gmail.com>
6403
6404 * json.el (json-read-number): New arg. Handle explicitly signed
6405 numbers.
6406 (json-readtable): Add `+' and `.'.
6407
6408 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6409
6410 * term/pc-win.el (msdos-previous-message): New variable.
6411 (msdos-show-help): New function.
6412 (msdos-initialize-window-system): Set show-help-function to
6413 msdos-show-help.
6414
6415 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6416
6417 * emacs-lisp/debug.el (debug): When killing a noninteractive
6418 Emacs, give an exit status of -1.
6419
6420 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6423
6424 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6425
6426 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6427 not the same as the last modification time, fall back on the
6428 backend-specific check.
6429
6430 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6431
6432 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6433 to go to the position of interest.
6434
6435 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6436
6437 * textmodes/artist.el (artist-mode-init): Add comment on the
6438 setting up of the `artist-replacement-table' array.
6439 (artist-get-replacement-char): New defsubst.
6440 (artist-get-char-at-xy-conv, artist-replace-char)
6441 (artist-replace-chars, artist-replace-string): Use it instead of
6442 accessing `artist-replacement-table' directly.
6443 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6444
6445 (artist-mt): Fix structures for cut and copy operations.
6446
6447 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * shell.el (shell-file-name-quote-list): Quote `$'.
6450
6451 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6452 change to allow quoting of characters before point.
6453 (comint-dynamic-list-filename-completions): Quote common substring.
6454
6455 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * comint.el (comint-dynamic-complete-as-filename): If case is
6458 ignored while matching, replace the entire filename with completion.
6459
6460 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6461 flyspell-pre-point is valid to avoid signalling an error in
6462 post-command-hook.
6463
6464 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6465
6466 * linum.el (linum): Inherit remaining face attributes from default
6467 face.
6468
6469 2008-08-26 Markus Triska <markus.triska@gmx.at>
6470
6471 * linum.el (linum-delay): Disable - it should no longer be
6472 necessary, and can lead to longer delays.
6473 (linum-update-window): Renumber if margin width has changed.
6474
6475 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6476
6477 * epa.el (epa--key-widget-action): Save the selected window to
6478 make `widget-button-click-moves-point' work. (Bug#733).
6479
6480 2008-08-26 Glenn Morris <rgm@gnu.org>
6481
6482 * calendar/holidays.el (calendar-holidays): Doc fix.
6483
6484 * progmodes/gud.el (tramp-file-name-localname)
6485 (tramp-dissect-file-name): Declare.
6486
6487 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6488
6489 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6490
6491 * bindings.el (mode-line-frame-control): New function, caters to
6492 `pc' ``window system''.
6493 (mode-line-frame-identification): Use it instead of accessing
6494 window-system directly.
6495
6496 2008-08-25 Juri Linkov <juri@jurta.org>
6497
6498 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6499 `center-line' and "\eS" from `center-paragraph'.
6500 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6501 `center-paragraph'.
6502
6503 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6504
6505 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6506 (newsticker-treeview-treewindow-width): New.
6507 (newsticker-treeview-listwindow-height): New.
6508 (newsticker-treeview-browse-url-item): New.
6509 (newsticker-treeview-mode-map):
6510 Add newsticker-treeview-browse-url-item.
6511 (newsticker--treeview-window-init):
6512 Use newsticker-treeview-treewindow-width and
6513 newsticker-treeview-listwindow-height.
6514
6515 * net/newst-reader.el (newsticker-browse-url-item): New.
6516
6517 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6518
6519 * vc-dir.el (vc-dir-marked-only-files-and-states):
6520 (vc-dir-child-files-and-states): Reverse the list before returning it.
6521
6522 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6525
6526 2008-08-24 Romain Francoise <romain@orebokech.com>
6527
6528 * progmodes/python.el (run-python): Remove '' from sys.path.
6529
6530 2008-08-23 Glenn Morris <rgm@gnu.org>
6531
6532 * progmodes/fortran.el (fortran-tab-mode-string)
6533 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6534
6535 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6536
6537 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6538 Add declare-function.
6539
6540 * startup.el (command-line): Don't call tty-register-default-colors
6541 if initial-window-system is `pc'.
6542
6543 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6544 (msdos-key-remapping-map): New variable. Move here all the special
6545 keys we will be remapping via local-function-key-map.
6546 (msdos-setup-keyboard): New function.
6547
6548 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6549 make-msdos-frame.
6550 (terminal-init-internal): New function, errors out if called.
6551 (msdos-initialize-window-system): New function.
6552 (msdos-create-frame-with-faces): Set the terminal's
6553 `terminal-initted' (sic!) parameter.
6554 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6555 (window-system-initialization-alist):
6556 Add msdos-initialize-window-system.
6557 (handle-args-function-alist): Use tty-handle-args for `pc'
6558 ``window system'' as well.
6559 (pc-win): Provide.
6560
6561 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6562 code for using msdos-color-values.
6563
6564 * loadup.el [ms-dos]: Load term/pc-win.
6565
6566 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6567
6568 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6569 directory name.
6570
6571 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * progmodes/gud.el (gud-common-init): Use absolute file so that
6574 perldb works with tramp (sudo).
6575
6576 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6577 match data in process filters.
6578
6579 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6580
6581 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6582 can be written.
6583
6584 2008-08-23 Glenn Morris <rgm@gnu.org>
6585
6586 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6587 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6588
6589 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * subr.el (temp-buffer-show-hook): Doc fix.
6592
6593 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6596 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6597 <tassilo@member.fsf.org>.
6598
6599 * net/trampver.el: Update release number.
6600
6601 * net/xesam.el (xesam-minor-mode): New minor mode.
6602 (xesam-highlight-buffer): Remove. Code moved to
6603 `xesam-minor-mode'.
6604 (xesam-refresh-entry): Use `xesam-minor-mode'.
6605
6606 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * minibuffer.el (completion--try-word-completion):
6609 Disable partial-completion when considering the addition of a space
6610 or hyphen.
6611
6612 2008-08-21 John Paul Wallington <jpw@pobox.com>
6613
6614 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6615 filename of `tofile' doesn't contain any colons on Windows,
6616 Cygwin, and MS-DOS systems.
6617
6618 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6619
6620 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6621 (epg-context-set-progress-callback): Make sure the callback is a
6622 cons of a function and a handback. Update all callers.
6623
6624 2008-08-20 David Reitter <david.reitter@gmail.com>
6625
6626 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6627 Patch applied by Adrian Robert.
6628
6629 2008-08-20 Kevin Ryde <user42@zip.com.au>
6630
6631 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6632 directive lines.
6633
6634 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6635
6636 * net/xesam.el (xesam-highlight-string): Precise doc string.
6637 (xesam-highlight-buffer): New defun.
6638 (xesam-refresh-entry): Use it. Better check for sourceModified.
6639
6640 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6643 their names.
6644
6645 2008-08-19 Kenichi Handa <handa@m17n.org>
6646
6647 * language/european.el ("Esperanto"): Change the preferred
6648 charsets to iso-8859-3.
6649
6650 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6651
6652 * international/fontset.el (script-representative-chars):
6653 Delete the entry for symbol.
6654 (setup-default-fontset): For symbol characters, don't specify
6655 :script property.
6656
6657 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * minibuffer.el (completion-table-dynamic): Doc fix.
6660
6661 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6662 saved.
6663
6664 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * emulation/edt.el (edt-default-emulation-setup):
6667 Share global-buffers-menu-map with the emulated global map.
6668
6669 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6670
6671 * term/ns-win.el (global): Uncomment "put backspace
6672 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6673
6674 2008-08-18 Kenichi Handa <handa@m17n.org>
6675
6676 * international/mule-diag.el (font-show-log): Add optional arg N
6677 to control the limit of font listing.
6678
6679 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * window.el (recenter-top-bottom): Determine top and bottom
6682 positions using scroll-margin instead of scroll-conservatively.
6683
6684 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6685
6686 * proced.el (proced-send-signal): Use beginning-of-line.
6687
6688 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6689
6690 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6691 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6692 listing types.
6693 (proced-log-buffer): New variable.
6694 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6695 region if transient-mark-mode is turned on and the region is active.
6696 (proced-omit-processes): Rename from proced-hide-processes to
6697 avoid key clash with describe-mode (bound to h). Search for
6698 marked processes starting from point-min.
6699 (proced-header-space): Remove.
6700 (proced-send-signal): Handle errors. Operate on current process
6701 if no process is marked.
6702 (proced-why): New command.
6703 (proced-log, proced-log-summary): New functions.
6704 (proced-help): Use proced-why.
6705 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6706 (bibtex-autokey-year-title-separator): Fix docstring.
6707
6708 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6709
6710 * net/xesam.el (xesam-vendor, xesam-notify-function):
6711 New local variables.
6712 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6713 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6714 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6715 (xesam-new-search): Initialize `xesam-vendor'.
6716
6717 2008-08-15 Glenn Morris <rgm@gnu.org>
6718
6719 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6720 a pipeline.
6721 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6722 unless at the end of the pipeline. (Bug#699).
6723
6724 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * minibuffer.el (completion-boundaries): Doc fix.
6727 (display-completion-list): Only default base-size to zero if
6728 completing in the minibuffer.
6729
6730 * simple.el (completion-base-size): Doc fix.
6731 (choose-completion): Try reselecting completion-reference-buffer.
6732
6733 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6736 also for remote directories.
6737
6738 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6741 since those precomputed values aren't used any more.
6742 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6743
6744 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6745
6746 * help.el (with-help-window): Return last value in BODY.
6747
6748 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6751 notify function of the URL.
6752 (xesam-new-search): Encode special characters in the query string.
6753
6754 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6757
6758 2008-08-13 Andreas Schwab <schwab@suse.de>
6759
6760 * net/tramp.el (tramp-handle-shell-command): Handle output going
6761 to current buffer like shell-command. Don't disable undo.
6762
6763 2008-08-13 Glenn Morris <rgm@gnu.org>
6764
6765 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6766 description is found.
6767
6768 2008-08-12 Alan Mackenzie <acm@muc.de>
6769
6770 * progmodes/cc-defs.el (c-emacs-features):
6771 argumentative-bod-function: bind mark-ring to avoid accumulating a
6772 spurious mark.
6773
6774 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * simple.el (visual-line--saved-state): New var.
6777 (visual-line-mode): Save local values of variables, and restore
6778 them when visual-line-mode is disabled.
6779
6780 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6781
6782 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6783
6784 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6785
6786 * progmodes/cc-defs.el (c-emacs-features):
6787 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6788 moving point during the test.
6789
6790 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6791
6792 2008-08-11 Glenn Morris <rgm@gnu.org>
6793
6794 * term/ns-win.el (x-parse-geometry): Doc fix.
6795
6796 * dired.el (x-popup-menu):
6797 * hi-lock.el (x-popup-menu):
6798 * mouse.el (font-face-attributes):
6799 * calendar/cal-menu.el (x-popup-menu):
6800 * calendar/calendar.el (x-popup-menu):
6801 * calendar/holidays.el (x-popup-menu):
6802 * progmodes/cperl-mode.el (x-popup-menu):
6803 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6804 (x-open-connection):
6805 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6806 (x-command-line-resources):
6807 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6808 (x-display-name, x-command-line-resources):
6809 Add declarations for builds without X.
6810
6811 2008-08-10 Glenn Morris <rgm@gnu.org>
6812
6813 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6814
6815 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6816
6817 * vc-bzr.el (vc-bzr-find-revision): Rename from
6818 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6819
6820 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6821
6822 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6823 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6824 "DONE", when all hits are retrieved.
6825 (xesam-search): Autoload it.
6826
6827 2008-08-11 John Paul Wallington <jpw@pobox.com>
6828
6829 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6830 empty string when no filename.
6831 (define-ibuffer-column filename): Accommodate that change.
6832
6833 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6834 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6835
6836 2008-08-10 Glenn Morris <rgm@gnu.org>
6837
6838 * Makefile.in (ELCFILES): Update.
6839
6840 2008-08-10 John Paul Wallington <jpw@pobox.com>
6841
6842 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6843
6844 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * battery.el (battery-echo-area-format, battery-status-function):
6847 Handle new Linux sysfs format for battery reporting.
6848 (battery-linux-sysfs): New function.
6849
6850 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6851
6852 * add-log.el (change-log-search-tag-name)
6853 (change-log-goto-source): Fix behavior when point is not on tag.
6854
6855 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6856
6857 * startup.el (command-line-ns-option-alist): Use ignore instead of
6858 ns-ignore-0-arg.
6859
6860 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6861 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6862 (ns-alternatives-map): New variable.
6863 (x-set-up-function-keys): Use it.
6864 (global): Comment out "put backspace ascii-character..." and friends.
6865 Move function-key-map into ns-alternatives-map. Don't call
6866 precompute-menubar-bindings. Don't set anything connected with
6867 browse-url.
6868 (after-make-frame-functions): Clarify comment why a hook is added.
6869
6870 2008-08-06 Joakim Verona <joakim@verona.se>
6871
6872 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6873 in url:s.
6874
6875 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6876
6877 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6878 Fix 2008-01-01 change: use a shy group to not affect subsequent
6879 match calls.
6880
6881 2008-08-06 Reto Zimmermann <reto@gnu.org>
6882
6883 * progmodes/vera-mode.el (vera-electric-tab):
6884 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6885 region when active.
6886
6887 2008-08-06 Kenichi Handa <handa@m17n.org>
6888
6889 * faces.el (face-valid-attribute-values): Fix handling the value
6890 of (font-family-list) and font-XXX-table.
6891
6892 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6893
6894 * proced.el (proced-menu): Bind the correct function to for toggling.
6895
6896 * vc-dir.el (vc-dir-mode): Fix typo.
6897
6898 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6899
6900 * whitespace.el (whitespace-newline-mode)
6901 (global-whitespace-newline-mode, whitespace-mode)
6902 (global-whitespace-mode): Improve docstring.
6903
6904 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6905
6906 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6907
6908 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6909
6910 * cus-start.el (all): Handle auto-save-visited-file-name.
6911
6912 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6913
6914 * files.el (hack-one-local-variable-eval-safep): Handle
6915 lisp-indent-function and scheme-indent-function in addition to the
6916 deprecated lisp-indent-hook.
6917
6918 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6919
6920 * net/xesam.el (top): Require `wid-edit' always.
6921 (xesam-mode-line, xesam-highlight): New deffaces.
6922 (xesam-objects): New local variable.
6923 (xesam-search-engines): Fix error in field list.
6924 (xesam-mode): Use `xesam-mode-line' instead of
6925 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6926 proper initialization (why?).
6927 (xesam-highlight-string, xesam-get-hits)
6928 (xesam-kill-buffer-function): New defuns.
6929 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6930 result of "hit.fields", it isn't a string only. Wrap an error of
6931 the strigi search engine ("xesam:size" is returned as string).
6932 Highlight search items.
6933 (xesam-refresh-search-buffer): Make logic of counters more simple.
6934 Prefetch next hits.
6935 (xesam-signal-handler): Use `xesam-mode-line' instead of
6936 `font-lock-type-face'.
6937 (xesam-new-search): Add `xesam-kill-buffer-function' to
6938 `kill-buffer-hook'.
6939
6940 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6941
6942 * add-log.el (change-log-next-error, change-log-mode): Add support
6943 for `next-error' to call `change-log-goto-source' on named files
6944 in a ChangeLog.
6945
6946 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6947
6948 * calc/calc.el (math-read-number): Handle all C-like languages
6949 properly.
6950
6951 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6952
6953 * calc/calc.el (math-read-number): Handle C numbers beginning with
6954 0 correctly.
6955
6956 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6957
6958 * term/ns-win.el ([ns-new-frame]): New global key.
6959
6960 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * international/mule-cmds.el (read-char-by-name):
6963 Check UCS names with `assoc-string' and case folding.
6964
6965 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6966
6967 * net/dbus.el (dbus-call-method-asynchronously)
6968 (dbus-method-return-internal, dbus-method-error-internal):
6969 Declare them with `declare-function'.
6970
6971 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6972
6973 * descr-text.el (describe-char-display): Fix last change:
6974 don't pass CHARSET to `encoded-string-description'.
6975
6976 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6977
6978 * vc.el (vc-next-action): Update list var correctly after delete.
6979
6980 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * ido.el (ido-mode): Add toggle notification.
6983
6984 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6985 already visiting the custom file.
6986
6987 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6988 pending output coming after the status change.
6989
6990 2008-08-02 Jason Rumney <jasonr@gnu.org>
6991
6992 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6993
6994 2008-08-01 Kenichi Handa <handa@m17n.org>
6995
6996 * international/mule-cmds.el (encode-coding-char):
6997 New optional arg CHARSET.
6998
6999 * descr-text.el (describe-char-display): Call encode-coding-char
7000 with the arg CHARSET.
7001 (describe-char): Pay attention to the text-property `charset'.
7002
7003 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7006 error messages.
7007 (dbus-set-property): Call `dbus-introspect-get-property' instead
7008 of `dbus-get-property'.
7009
7010 * net/xesam.el (xesam-all-fields): Remove source and content
7011 identifiers.
7012 (xesam-dbus-unique-names): New defvar.
7013 (xesam-dbus-call-method): New defun. Replace all calls of
7014 `dbus-call-method' by `xesam-dbus-call-method'.
7015 (xesam-get-cached-property, xesam-set-cached-property):
7016 New defuns.
7017 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7018 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7019 (xesam-search-engines): Make it an association list. Take changed
7020 layout into account in the corresponding function.
7021 (xesam-delete-search-engine): Remove check for consistency of
7022 `xesam-search-engines', not needed anymore.
7023 (xesam-mode): Show XML query string only in the debug case.
7024
7025 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7026
7027 * files.el (read-file-modes): Fix typo in docstring.
7028
7029 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * Makefile.in: Avoid maintainer warning for autogenerated unicode
7032 files.
7033
7034 * apropos.el (apropos-symbol): Don't set button skip by default.
7035 (apropos-print): Set button skip iff searching for multiple types.
7036 (apropos-print-doc): Insert blank label button when searching for
7037 a single type.
7038
7039 * button.el (forward-button): Avoid infloop.
7040
7041 * minibuffer.el (read-file-name-completion-ignore-case):
7042 Add cygwin to the list.
7043
7044 2008-07-31 Sven Joachim <svenjoac@gmx.de>
7045
7046 * files.el (abbreviate-file-name): When replacing $HOME with ~,
7047 turn off case-fold-search.
7048
7049 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/dbus.el (top): Don't register for "NameOwnerChanged".
7052 (dbus-message-type-invalid, dbus-message-type-method-call)
7053 (dbus-message-type-method-return, dbus-message-type-error)
7054 (dbus-message-type-signal): New defconst.
7055 (dbus-ignore-errors): Fix `edebug-form-spec' property.
7056 (dbus-return-values-table): New defvar.
7057 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7058 New defun.
7059 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7060 Extend docstring. Adapt implementation according to new
7061 `dbus-event' layout.
7062 (dbus-event-service-name, dbus-event-path-name)
7063 (dbus-event-interface-name, dbus-event-member-name):
7064 Adapt implementation according to new `dbus-event' layout.
7065 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7066
7067 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7068 (xesam-mode): Rework implementation.
7069 (xesam-new-search): Additional parameter TYPE.
7070 (xesam-search): Adapt call of `xesam-new-search'.
7071
7072 2008-07-31 Juri Linkov <juri@jurta.org>
7073
7074 * dired-aux.el (dired-do-chmod): Set default value to the original
7075 mode string using absolute notation like u=rwx,g=rx,o=rx.
7076 Use it as a new arg `default' of `dired-mark-read-string'.
7077 (dired-mark-read-string): Add new optional arg `default'.
7078
7079 * files.el (read-file-modes): Set default value to the original
7080 mode string using absolute notation like u=rwx,g=rx,o=rx.
7081 Use it as the `default' arg of `read-string'.
7082
7083 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7084 variable `files' is bound to avoid warnings.
7085
7086 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7087 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7088 to the command `isearch-forward' instead of displaying "See C-s".
7089 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7090 with their interactive specifications. Move reading the face name to
7091 the main body after calls to isearch-done and isearch-clean-overlays.
7092
7093 * mb-depth.el: Unify all names under one common name prefix
7094 `minibuffer-depth-'.
7095 (minibuffer-depth-indicator-function): Rename from
7096 `minibuf-depth-indicator-function'.
7097 (minibuffer-depth-overlay): Rename from
7098 `minibuf-depth-overlay'.
7099 (minibuffer-depth-setup): Rename from
7100 `minibuf-depth-setup-minibuffer'.
7101 (minibuffer-depth-indicate-mode): Rename from
7102 `minibuffer-indicate-depth-mode'.
7103
7104 2008-07-31 Juri Linkov <juri@jurta.org>
7105
7106 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7107 (dired-isearch-filenames-setup): Bind "\M-sf" to
7108 dired-isearch-filenames-toggle in isearch-mode-map.
7109 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7110 in isearch-mode-map.
7111
7112 * isearch.el (isearch-edit-string-set-word): New command.
7113 (minibuffer-local-isearch-map): Bind "\C-w" to
7114 isearch-edit-string-set-word.
7115 (isearch-new-word): Temporary internal variable.
7116 (isearch-edit-string): Remove special case of reading the
7117 first character and checking it for C-w.
7118
7119 * simple.el (read-shell-command, shell-command):
7120 Move code that uses minibuffer-with-setup-hook to set
7121 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7122 from the interactive spec of `shell-command' to `read-shell-command'.
7123
7124 * international/mule-cmds.el (read-char-by-name):
7125 Accept hash notation. Doc fix.
7126 (ucs-insert): Doc fix. Convert to number only when `arg' is
7127 a string. Use separate error message when `arg' is not an integer.
7128 Bind `ucs-insert' to `C-x 8 RET'.
7129
7130 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7131
7132 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7133 move the (arglist-cont-nonempty) from c-offsets-alist to
7134 c-hanging-braces-alist like other styles already have.
7135
7136 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7137
7138 * textmodes/texinfmt.el:
7139 * nxml/nxml-enc.el:
7140 * mail/feedmail.el:
7141 * international/mule.el:
7142 * international/latexenc.el:
7143 * emulation/viper-util.el:
7144 * emulation/viper-init.el:
7145 * emulation/viper-ex.el:
7146 * emacs-lisp/bytecomp.el:
7147 * version.el:
7148 * subr.el:
7149 * startup.el:
7150 * sort.el:
7151 * shadowfile.el:
7152 * recentf.el:
7153 * printing.el:
7154 * paths.el:
7155 * minibuffer.el:
7156 * ls-lisp.el:
7157 * loadup.el:
7158 * hippie-exp.el:
7159 * finder.el:
7160 * files.el:
7161 * ediff-util.el:
7162 * ediff-ptch.el:
7163 * ediff-init.el:
7164 * ediff-diff.el:
7165 * dired.el:
7166 * dired-aux.el:
7167 * cus-edit.el:
7168 * bindings.el:
7169 * arc-mode.el:
7170 * add-log.el: Remove VMS support.
7171 * obsolete/vmsproc.el:
7172 * obsolete/vms-pmail.el:
7173 * obsolete/vms-patch.el: Remove file.
7174
7175 2008-07-31 Alan Mackenzie <acm@muc.de>
7176
7177 * progmodes/cc-mode.el (c-before-hack-hook): New function
7178 (Top Level): Install c-before-hack-hook on
7179 before-hack-local-variables-hook, rather than
7180 c-postprocess-file-styles on hack-local-variables-hook.
7181
7182 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * files.el (normal-mode): Move call to hack-project-variables into
7185 hack-local-variables.
7186 (file-local-variables-alist, before-hack-local-variables-hook):
7187 New vars.
7188 (ignored-local-variables): Add file-local-variables-alist.
7189 (hack-local-variables-filter): Renamed from
7190 hack-local-variables-apply. Add the result to
7191 file-local-variables-alist, without applying them.
7192 (hack-local-variables): Set file-local-variables-alist to nil.
7193 Call hack-project-variables and before-hack-local-variables-hook.
7194 Apply variables here, instead of hack-local-variables-apply.
7195 Based on a patch by Alan Mackenzie.
7196
7197 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7198
7199 * info-look.el (autoconf-mode :doc-spec): For
7200 "(autoconf)M4 Macro Index", if the item already
7201 begins with "AS_", don't prefix that string again.
7202
7203 2008-07-30 Juri Linkov <juri@jurta.org>
7204
7205 * info.el (info, Info-mode): Doc fix.
7206
7207 * isearch.el (isearch-mode-map): Bind `M-s r' to
7208 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7209 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7210 in the global map `search-map'.
7211 (isearch-forward): Doc fix.
7212 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7213
7214 * simple.el (quoted-insert): Comment out code that treats
7215 0240-0377 specially.
7216
7217 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * cus-start.el: Add customization info for
7220 read-buffer-completion-ignore-case.
7221
7222 2008-07-30 Sam Steingold <sds@gnu.org>
7223
7224 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7225
7226 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7227
7228 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7229 (vc-dir-mode): Improve docstring.
7230
7231 2008-07-30 Juri Linkov <juri@jurta.org>
7232
7233 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7234 for the sake of isearch-mode-hook in dired-mode in dired.el.
7235
7236 2008-07-19 Markus Triska <markus.triska@gmx.at>
7237
7238 * image-mode.el (image-mode): Set image-mode-text-map when image
7239 cannot be displayed.
7240
7241 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7242
7243 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7244 ada-xref-set-default-prj-values.
7245 (ada-prj-display-page): Ditto.
7246
7247 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7248 (ada-make-filename-from-adaname): Fix free variable.
7249
7250 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7251
7252 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7253
7254 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7255
7256 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7257 for declarations inside a parenthetical list. The code is ill-advised,
7258 and doesn't work given user defined types.
7259 (verilog-set-auto-endcomments): Enhance function automatic
7260 endcomment to support functions that return user defined types.
7261 (verilog-mode): Add code to tell which-function-mode minor mode
7262 that Verilog supports this feature.
7263 (verilog-beg-block-re-ordered, verilog-indent-re)
7264 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7265 (verilog-leap-to-head): Support the new virtual and/or protected
7266 tasks, as well as extern declarations of tasks for indenting and
7267 for forward/backward expression.
7268
7269 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7270
7271 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7272 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7273 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7274 (verilog-string-replace-matches): Avoid recursion with small
7275 replacements.
7276 (verilog-auto-inst-param-value, verilog-mode-version)
7277 (verilog-mode-version-date, verilog-read-inst-param-value)
7278 (verilog-auto-inst, verilog-auto-inst-param)
7279 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7280 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7281 David Rogoff. This allows parameters to be replaced with their
7282 values, on the expansion of an AUTOINST with Verilog 2001 style
7283 parameter settings.
7284
7285 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7286
7287 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7288 to `cddr'.
7289
7290 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7291
7292 * Makefile.in (ELCFILES): Add mairix.elc.
7293
7294 2008-07-29 David Engster <deng@randomsample.de>
7295
7296 * net/mairix.el: New file.
7297
7298 2008-07-29 Juri Linkov <juri@jurta.org>
7299
7300 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7301 instead of variable-pitch with bold and 1.2 height.
7302
7303 * dired-aux.el (dired-do-async-shell-command): New command.
7304
7305 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7306 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7307
7308 2008-07-29 Juri Linkov <juri@jurta.org>
7309
7310 * international/mule-cmds.el (ucs-names): New internal variable.
7311 (ucs-names): New function.
7312 (ucs-completions): New lazy completion variable.
7313 (read-char-by-name): New function.
7314 (ucs-insert): Replace interactive spec letter "s" with the call to
7315 `read-char-by-name'.
7316
7317 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7318
7319 * replace.el (occur-read-primary-args):
7320 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7321 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7322 second arg of `read-regexp'.
7323
7324 * dired-aux.el (dired-isearch-filenames): New user option.
7325 (dired-isearch-orig-success-function): New internal variable.
7326 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7327 (dired-isearch-success-function): New functions.
7328 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7329 New commands.
7330
7331 * dired.el (dired-insert-set-properties): Add new text property
7332 `dired-filename' to put on file names.
7333 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7334 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7335 Add menu items.
7336 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7337 buffer-local `isearch-mode-hook'.
7338
7339 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7342 (ada-create-case-exception): Fix typo in docstring.
7343 (ada-no-auto-case): Return nil, not the docstring.
7344 (ada-indent-current): Reflow docstring.
7345
7346 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7347 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7348 (ada-prj-load-from-file): Reflow docstring.
7349 (ada-prj-display-page): Fix typo in widget.
7350
7351 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7352 Fix typos in docstrings.
7353
7354 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7355 (ada-compile-current, ada-check-current, ada-run-application)
7356 (ada-get-ali-file-name): Fix typos in docstrings.
7357 (ada-xref-confirm-compile, ada-find-references)
7358 (ada-find-local-references, ada-find-any-references): Doc fixes.
7359 (ada-get-all-references): Fix typo in error message.
7360 (ada-xref-current-project): Use `let', not `let*'.
7361 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7362
7363 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7364
7365 * whitespace.el (whitespace-newline): Change initialization to have a
7366 low contrast relative to the background color. Suggested by David
7367 Reitter <david.reitter@gmail.com>.
7368
7369 2008-07-28 Juri Linkov <juri@jurta.org>
7370
7371 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7372 New functions.
7373
7374 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7375 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7376
7377 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7378
7379 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7380 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7381
7382 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7383
7384 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7385 Add support for add-log.
7386 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7387
7388 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7389 (ada-prj-save): Prompt for file name if not given.
7390 (ada-prj-display-page): Display casing exceptions.
7391
7392 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7393 Ada mode project files. Delete 'main_unit' project variable;
7394 only need 'main'. Simplify handling of default project values.
7395 Use cross-prefix consistently.
7396 (ada-find-executable): Throw error if not found.
7397 (ada-initialize-runtime-library): Improve error handling when
7398 gnatls not found.
7399 (ada-gnat-parse-gpr): New.
7400 (ada-treat-cmd-string): Allow process environment variables.
7401 (ada-xref-set-default-prj-values): Delete; replace with
7402 ada-default-prj-properties.
7403 (ada-parse-prj-file): Handle GNAT project files.
7404 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7405 (ada-select-prj-file): New.
7406 (ada-get-absolute-dir-list): Allow project and environment variables.
7407
7408 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7409
7410 Sync with Tramp 2.1.14.
7411
7412 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7413 (tramp-get-device): Make device number a cons cell.
7414 (tramp-convert-file-attributes): Make inode a cons cell.
7415
7416 * net/trampver.el: Update release number.
7417
7418 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7419
7420 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7421 window systems.
7422
7423 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7424
7425 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7426
7427 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7428
7429 Remove support for Mac Carbon.
7430 * term/mac-win.el: Remove file
7431 * international/mule-cmds.el:
7432 * version.el:
7433 * startup.el:
7434 * simple.el:
7435 * mwheel.el:
7436 * mouse.el:
7437 * loadup.el:
7438 * isearch.el:
7439 * info.el:
7440 * frame.el:
7441 * faces.el:
7442 * disp-table.el:
7443 * cus-start.el:
7444 * cus-face.el:
7445 * cus-edit.el:
7446 * Makefile.in: Remove code for Carbon.
7447
7448 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7449
7450 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7451 bindings for functions deleted by Dan N. 2008-07-21. Set
7452 where-is-preferred-modifier. Add show-manual option to Help menu.
7453
7454 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7455
7456 * net/tramp.el (tramp-handle-start-file-process):
7457 Set query-on-exit flag. Kill temporary buffer.
7458 (tramp-process-sentinel): Remove defun.
7459 (tramp-do-copy-or-rename-file-out-of-band)
7460 (tramp-maybe-open-connection): Don't call it.
7461
7462 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7463 `tramp-process-sentinel'.
7464
7465 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7466 `tramp-process-sentinel'.
7467
7468 * net/xesam.el (xesam-from): Remove defvar.
7469 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7470 and `mode-line-position'.
7471 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7472 information to the widgets. Don't set `mode-line-position'.
7473 (xesam-refresh-search-buffer): Correct hit number computing.
7474 Don't set `mode-line-position'.
7475 (xesam-new-search): Add debug information to the mode line.
7476
7477 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7478
7479 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7480 diff-show-trailing-whitespaces.
7481
7482 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7485 invalid filename strings when parsing tex errors (bug#376).
7486
7487 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7488
7489 * menu-bar.el (menu-bar-file-menu): Fix typo.
7490
7491 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7492
7493 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7494 (solitaire-mode): Define with `define-derived-mode'.
7495 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7496 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7497 (solitaire-undo, solitaire-check): Use `when'.
7498 (solitaire-solve): Err out if the solitaire is already in progress.
7499 Use `when'.
7500
7501 * descr-text.el (describe-char): Don't overwrite local variable char
7502 when describing characters with display-table entries. Display font
7503 backend when describing composed characters. Simplify: use `let'
7504 instead of `let*', and `or x y' instead of `if x x y'.
7505
7506 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7507
7508 * image-mode.el (image-minor-mode): Set up winprops.
7509
7510 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7511
7512 * diff-mode.el (diff-show-trailing-blanks): New fun.
7513 Show trailing blanks in modified lines for diff-mode.
7514
7515 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7516
7517 * Makefile.in (ELCFILES): Add net/xesam.el.
7518
7519 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7520 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7521
7522 * net/xesam.el: New file.
7523
7524 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7525
7526 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7527 set-file-modes when creating target directories.
7528
7529 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7530
7531 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7532 Set `show-trailing-whitespace' to nil.
7533 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7534 Fix typos in docstrings.
7535
7536 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7539 key remapping, not directly.
7540
7541 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7542
7543 * whitespace.el: New version 11.2.
7544 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7545 minor mode visualization.
7546
7547 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7550
7551 * Makefile.in (ELCFILES): Add term/common-win.elc.
7552
7553 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7554 (vc-dir-isearch-regexp): New functions.
7555 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7556
7557 2008-07-23 Juri Linkov <juri@jurta.org>
7558
7559 * isearch-multi.el: Remove file to avoid dos file name clashes
7560 with isearch-x.el. Move most content to misearch.el.
7561
7562 * misearch.el: New file with most content from isearch-multi.el.
7563 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7564 Remove `isearch-buffers-minor-mode'. Add new function
7565 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7566 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7567 `multi-isearch-files', `multi-isearch-files-regexp'.
7568
7569 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7570
7571 * isearch.el (isearch-message-prefix): Display "Multi" when
7572 `multi-isearch-next-buffer-current-function' is non-nil.
7573 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7574 with `multi-isearch-next-buffer-current-function', and
7575 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7576
7577 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7578 `multi-isearch-next-buffer-function' instead of
7579 `isearch-buffers-next-buffer-function'. Remove call to
7580 `isearch-buffers-minor-mode'.
7581
7582 * buff-menu.el (Buffer-menu-marked-buffers)
7583 (Buffer-menu-isearch-buffers)
7584 (Buffer-menu-isearch-buffers-regexp): New functions.
7585 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7586 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7587 `Buffer-menu-isearch-buffers-regexp'.
7588 (Buffer-menu-mode): Document new commands in docstring.
7589 (list-buffers-noselect): Add one space after Info file name
7590 according to the Info address convention.
7591
7592 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7593 New functions.
7594
7595 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7596 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7597 (ibuffer-mode): Document new commands in docstring.
7598
7599 * filesets.el (filesets-commands): Add commands for "Isearch" and
7600 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7601 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7602 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7603 or `multi-isearch-files-regexp'.
7604 (filesets-cmd-query-replace-getargs): Call standard function
7605 `query-replace-read-args' to read `query-replace' arguments.
7606 Add `multi-query-replace-map'.
7607 (filesets-cmd-query-replace-regexp-getargs)
7608 (filesets-cmd-isearch-getargs): New functions.
7609
7610 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * international/mule.el (recode-region): Deactivate mark at the end.
7613
7614 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7615
7616 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7617 Use more suitable colors on dark displays.
7618
7619 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7620
7621 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7622 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7623 (tramp-temp-buffer-name): New defconst.
7624 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7625 command. No trailing prompt.
7626 (tramp-process-sentinel): Remove temporary buffer, if existing.
7627 Don't handle trailing prompt.
7628 (tramp-open-connection-setup-interactive-shell):
7629 Use `tramp-temp-buffer-name'.
7630
7631 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * shell.el (shell-dynamic-complete-functions):
7634 Use comint-dynamic-complete-filename as well (bug#361).
7635
7636 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7637
7638 * term/ns-win.el:
7639 * version.el (emacs-version):
7640 * loadup.el:
7641 * frame.el (make-frame-on-display): Check for ns instead of
7642 ns-windowing.
7643
7644 * dired.el (dired-mode-map): Show the key binding for wdired.
7645
7646 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7647 exiting Emacs.
7648
7649 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7650
7651 * term/ns-win.el (x-list-fonts): Drop alias.
7652
7653 2008-07-23 Juri Linkov <juri@jurta.org>
7654
7655 * replace.el (multi-query-replace-map): New variable.
7656 (perform-replace): Add processing of new multi-buffer keys bound
7657 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7658 if last input char was `automatic-all'. Set new local variable
7659 `multi-buffer' to t when one of new two keys were typed. Return
7660 non-nil value of `multi-buffer' that tells to calling functions
7661 to continue replacement on the next file.
7662
7663 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7664 `perform-replace' to `multi-query-replace-map'.
7665
7666 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7669 otherwise displayed in every buffer.
7670
7671 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7672 (vc-arch-trim-one-revlib): Delete temp directories as well.
7673
7674 2008-07-22 Stephen Eglen <stephen@gnu.org>
7675
7676 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7677
7678 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7679
7680 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7681
7682 2008-07-22 Miles Bader <miles@gnu.org>
7683
7684 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7685 (sh-mode-map): Remove remapping of newline-and-indent.
7686
7687 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 * vc.el (Todo): Update.
7690
7691 * vc-hooks.el: Remove obsolete comment.
7692
7693 * vc-git.el (vc-git-status-printer): Update the directory display
7694 to match the default.
7695
7696 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7697
7698 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7701 for "word wrap" command.
7702
7703 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7704
7705 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7706
7707 * term/ns-win.el: Rename ns- functions/variables to the
7708 corresponding x- versions.
7709 (x-select-text, x-cut-buffer-or-selection-value)
7710 (x-disown-selection-internal, x-get-selection-internal)
7711 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7712 (x-display-mm-width, x-display-mm-height)
7713 (x-display-backing-store, x-display-save-under)
7714 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7715 defaliases.
7716
7717 * frame.el (ns-display-name): Remove declaration.
7718 (make-frame-on-display): Use x-display-name instead
7719 ns-display-name. Use unless.
7720
7721 * startup.el (command-line-1): Fix indentation.
7722
7723 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7724 checked in inadvertently.
7725
7726 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7727
7728 * term/ns-win.el: Standardize references to "Nextstep" in
7729 comments, messages, and docstrings.
7730 (ns-handle-args, x-parse-geometry)
7731 (ns-extended-platform-support-mode, x-setup-function-keys)
7732 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7733 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7734 (ns-initialized, ns-initialize-window-system): Doc fixes.
7735
7736 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7737
7738 * diff-mode.el (diff-auto-refine): Delete defcustom.
7739 (diff-auto-refine-mode): New func/var via define-minor-mode.
7740 Update var ref to use diff-auto-refine-mode.
7741 * smerge-mode.el (diff-mode): Require when compiling.
7742 (smerge-auto-refine): Delete defcustom.
7743 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7744
7745 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * simple.el (visual-line): New custom group.
7748 (visual-line-fringe-indicators): New var.
7749 (visual-line-mode): Set fringe-indicator-alist based on
7750 visual-line-fringe-indicators. Add lighter.
7751
7752 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7753
7754 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7755 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7756 (x-handle-geometry, x-handle-name-switch, x-display-name)
7757 (x-handle-display, x-handle-args, x-colors): Move ...
7758 * term/common-win.el: ... here. New file.
7759 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7760 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7761 (x-handle-geometry, x-handle-name-switch, x-display-name)
7762 (x-handle-display, x-handle-args, x-colors): Remove.
7763 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7764
7765 2008-07-19 Juri Linkov <juri@jurta.org>
7766
7767 * startup.el (fancy-startup-text): Move the line "To quit
7768 a partially entered command, type Control-g" a few lines below
7769 to be after the line "To start". Add text "at gnu.org" to
7770 "Overview of Emacs features".
7771
7772 * dired.el (dired-mode-map): Fix menu text of
7773 image-dired-display-thumbs.
7774
7775 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7776 (image-dired-cmd-create-temp-image-options)
7777 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7778 ImageMagick command line to change the dimensions of the image
7779 only if its width or height exceeds the geometry specification.
7780
7781 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7782
7783 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7784 to docstrings.
7785
7786 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7787
7788 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7789 Vinicius Jose Latorre.
7790
7791 2008-07-19 Glenn Morris <rgm@gnu.org>
7792
7793 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7794 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7795
7796 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7797
7798 * net/dbus.el (dbus-interface-properties): New defconst.
7799 (dbus-introspect): Update docstring.
7800 (dbus-introspect-xml, dbus-introspect-get-attribute)
7801 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7802 (dbus-introspect-get-interface-names)
7803 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7804 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7805 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7806 (dbus-introspect-get-property)
7807 (dbus-introspect-get-annotation-names)
7808 (dbus-introspect-get-annotation)
7809 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7810 (dbus-introspect-get-signature, dbus-get-property)
7811 (dbus-set-property, dbus-get-all-properties): New defuns.
7812
7813 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7816 ns-grabenv.elc.
7817
7818 * ns-carbon-compat.el: File removed.
7819
7820 * ns-grabenv.el: File removed.
7821
7822 * term/ns-win.el: Contents of ns-carbon-compat.el and
7823 ns-grabenv.el moved here.
7824 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7825 (ns-submit-bug-report): Function removed. Reports go to the main
7826 Emacs bug list.
7827 (ns-handle-args, ns-spi-service-call): Doc fixes.
7828 (info-ns-emacs): Function removed. Nextstep port manual will be
7829 merged into the Emacs manual, so no separate link needed.
7830
7831 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7832
7833 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7834
7835 2008-07-18 Glenn Morris <rgm@gnu.org>
7836
7837 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7838 to XEmacs, since it does nothing for Emacs.
7839
7840 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7843 BUFFER that is a string but does not exist as a buffer object, as
7844 mentioned in the doc-string.
7845
7846 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * simple.el (line-move-visual): Make it a defcustom.
7849 (line-move-1): Convert temporary-goal-column back to an integer if
7850 it was set as a float by a previous call to line-move-visual.
7851 (end-of-visual-line, beginning-of-visual-line)
7852 (next-logical-line, previous-logical-line): New functions.
7853
7854 2008-07-17 David Reitter <david.reitter@gmail.com>
7855
7856 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7857 functions.
7858 (visual-line-mode, global-visual-line-mode): New minor mode.
7859 (visual-line-mode-map): New variable.
7860
7861 2008-07-17 Glenn Morris <rgm@gnu.org>
7862
7863 * term/ns-win.el (parameters): Declare for compiler.
7864
7865 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7866
7867 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7868 for Windows.
7869
7870 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7871
7872 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7873 (epa-key-mode): Ditto.
7874 (epa-info-mode): Ditto.
7875
7876 2008-07-17 Glenn Morris <rgm@gnu.org>
7877
7878 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7879 (ns-handle-numeric-switch): Just call ns-handle-switch.
7880 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7881 (ns-handle-args): Simplify using `pop'.
7882 (ns-display-name): Define (used in frame.el).
7883 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7884 original definition.
7885 (ns-perform-service): Declare.
7886 (ns-save-preferences): Use fewer `let's.
7887
7888 * frame.el (ns-display-name): Declare for compiler.
7889
7890 2008-07-17 Kenichi Handa <handa@m17n.org>
7891
7892 * descr-text.el (describe-char-unidata-list): Initialize to the
7893 list of name, general-category, decomposition, and old-name.
7894
7895 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7896
7897 * startup.el (command-line-1): Update processing of NS long options to
7898 mimic recent changes to processing of X long options.
7899
7900 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7901
7902 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7903 list of #defines for remote files.
7904 (gdb-source-info): Only show main if it has been found.
7905
7906 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * term/ns-win.el: Require CL; fix up comment style; reindent.
7909 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7910 (ns-save-preferences): Use `case'.
7911 (ns-initialize-window-system): Use `dolist'.
7912
7913 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7914
7915 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7916 windowing is used.
7917 * term/ns-win.el (ns-extended-platform-support-mode):
7918 Correct/improve documentation.
7919
7920 2008-07-16 Glenn Morris <rgm@gnu.org>
7921
7922 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7923 Simply require 'cl (see comment in cl-compat.el).
7924 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7925 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7926 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7927 directly rather by subterfuge. Provide cl before loading cl-macs.
7928
7929 * paths.el (rmail-spool-directory): Remove settings for systems that are
7930 no longer supported.
7931
7932 * frame.el (ns-initialize-window-system): Declare for compiler.
7933
7934 * term/ns-win.el: Add numerous declarations for compiler.
7935 (ns-pop-up-frames): Move definition before use. Doc fix.
7936
7937 * emacs-lisp/check-declare.el (check-declare-locate)
7938 (check-declare-verify): Handle .m files.
7939
7940 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7941
7942 * ns-carbon-compat.el: New file: user-visible compatibility of
7943 NeXTstep port with Carbon port.
7944 * ns-grabenv.el: New file: functionality useful on OS X platform to
7945 expose environment variables inside Emacs started from icon.
7946 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7947 * cus-edit.el:
7948 * cus-face.el:
7949 * disp-table.el:
7950 * faces.el:
7951 * info.el:
7952 * mouse.el:
7953 * mwheel.el:
7954 * simple.el: Add ns to window systems treated as GUIs.
7955 * facemenu.el (facemenu-read-color): Don't require a name match under
7956 NS, to allow numeric color entry.
7957 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7958 'ns window system if need be.
7959 (various): Add 'ns as described above.
7960 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7961 ns-windowing is active.
7962 * startup.el (command-line-ns-option-alist): New constant to handle NS
7963 windowing system specific command line args analogous to how they are
7964 handled for X windows.
7965 (command-line-1): Use the above where appropriate.
7966 * version.el: Add NS port version.
7967 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7968 Darwin (usually OS X) systems.
7969 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7970 * emulation/viper-util.el (ns-display-color-p)
7971 (ns-color-defined-p): Remove these (caustically-commented) outdated
7972 compensations for a port that was never itself integrated until now.
7973 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7974 for NS window system.
7975 * international/mule-cmds.el: Add 'ns to list of special-cased window
7976 systems (probably most of these, x/w32/mac/ns could be changed to
7977 window-system non-nil).
7978 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7979
7980 2008-07-14 Jason Rumney <jasonr@gnu.org>
7981
7982 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7983 (x-handle-numeric-switch, x-handle-initial-switch)
7984 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7985 (xw-defined-colors, w32-initialize-window-system):
7986 Avoid use of cl pop and push macros.
7987
7988 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7989
7990 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7991 error when change-log-search-file-name returns nil.
7992
7993 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7994
7995 * add-log.el (change-log-search-file-name):
7996 Use match-string-no-properties.
7997 (change-log-search-tag-name-1, change-log-search-tag-name)
7998 (change-log-goto-source-1, change-log-goto-source): New functions.
7999 (change-log-tag-re, change-log-find-head, change-log-find-tail):
8000 New variables.
8001 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8002
8003 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
8004
8005 * calc/calc-help.el (calc-describe-key): Add angles to special key
8006 descriptions.
8007
8008 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
8009
8010 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8011 search for regexp.
8012
8013 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * simple.el (line-move-visual): Handle null pixel position gracefully.
8016
8017 2008-07-11 Jason Rumney <jasonr@gnu.org>
8018
8019 * files.el (file-truename): Get truename of ancestors if file does
8020 not exist on Windows.
8021
8022 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * simple.el (line-move-visual): Obey goal-column and no-error arg.
8025 (track-eol, temporary-goal-column, previous-line, next-line):
8026 Update docstring.
8027 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8028 to nil.
8029
8030 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * simple.el (line-move-visual): New var.
8033 (line-move-visual): New function.
8034 (line-move): Call line-move-visual.
8035
8036 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8037
8038 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8039 pattern and add patterns for C++ header files.
8040
8041 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * window.el (truncated-partial-width-window-p): New function.
8044
8045 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
8046
8047 * faces.el (x-create-frame-with-faces): Don't pass parameters that
8048 are set later to x-create-frame.
8049 (face-set-after-frame-default): Apply X resources for non-default
8050 faces.
8051
8052 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * faces.el (face-set-after-frame-default): Simplify. Don't apply
8055 frame-specific X resource settings. Set faces using a list of
8056 frame parameters explicitly passed to the calling
8057 function (e.g. make-frame).
8058 (x-create-frame-with-faces, tty-create-frame-with-faces):
8059 Supply explicit frame parameter list to face-set-after-frame-default.
8060
8061 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
8062
8063 * net/browse-url.el (browse-url-default-browser):
8064 Fix argument list in lambda.
8065
8066 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
8067
8068 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8069 from url-retrieve.
8070 (newsticker--sentinel-work): Fix xerror typo.
8071
8072 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8073
8074 * vc-dir.el (vc-dir-refresh): Only update files.
8075
8076 * vc-git.el (vc-git--ls-files-state): Remove unused function.
8077
8078 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8079
8080 2008-07-06 John Paul Wallington <jpw@pobox.com>
8081
8082 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8083
8084 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8085
8086 * vc-git.el (vc-git-registered): Return true for removed files.
8087 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8088 all the files instead of one per file.
8089 (vc-git-previous-revision): Add support for project-wide previous
8090 revision when specified file is nil.
8091
8092 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8093
8094 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8095
8096 * vc-dir.el (vc-dir-find-child-files): New function.
8097 (vc-dir-resync-directory-files): New function.
8098 (vc-dir-recompute-file-state): New function, broken out of ...
8099 (vc-dir-resynch-file): ... here. Also deal with directories.
8100 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8101 (vc-resynch-buffer): Use it.
8102
8103 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8104
8105 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8106
8107 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8110 if it's not part of gdb-ui, e.g, at start.
8111
8112 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8113 filenames in stack trace (text command mode).
8114
8115 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8118
8119 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8120 Use syntax-ppss on a position *before* the char we want to change.
8121
8122 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8123
8124 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8125 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8126 (vc-dir-mode-map): Likewise.
8127
8128 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8131 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8132 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8133 Remove spurious * in defcustom docstrings.
8134
8135 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8136 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8137 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8138 (default-justification): Remove spurious * in defcustom docstrings.
8139
8140 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8141 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8142 (rst-compare-decorations, rst-default-indent, rst-update-section)
8143 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8144 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8145 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8146 Fix typos in docstrings.
8147 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8148 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8149 (rst-get-decorations-around, rst-section-tree-point)
8150 (rst-font-lock-adornment-point): Reflow docstrings.
8151 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8152 Doc fixes.
8153 (rst-re-enumerations): Comment out.
8154
8155 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8156 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8157 (nxml-unicode-block-char-name-set):
8158 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8159 * nxml/rng-nxml.el (rng-set-state-after):
8160 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8161
8162 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8163 (rng-c-parse-annotation-body):
8164 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8165
8166 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8167 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8168 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8169 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8170 Fix typos in docstrings.
8171 (nxml-attribute-indent): Reflow docstring.
8172 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8173 (nxml-default-buffer-file-coding-system): Doc fixes.
8174
8175 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8176 (nxml-ns-set-prefix): Fix typos in docstrings.
8177 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8178 Reflow docstring.
8179 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8180
8181 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8182 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8183 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8184 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8185 (nxml-outline-display-rest, nxml-outline-set-overlay)
8186 (nxml-section-tag-forward, nxml-section-tag-backward)
8187 (nxml-back-to-section-start): Fix typos in docstrings.
8188
8189 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8190 Doc fixes.
8191
8192 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8193 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8194 (nxml-scan-after-change): Fix typo in docstring.
8195
8196 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8197 (rng-name-class-possible-names): Doc fixes.
8198 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8199 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8200 Fix typos in docstrings.
8201 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8202 Reflow docstrings.
8203
8204 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8205 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8206
8207 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8208 (rng-xsd-convert-date-time): Reflow docstrings.
8209 (rng-xsd-compile): Fix typo in docstring.
8210
8211 * nxml/rng-loc.el (rng-current-schema-file-name)
8212 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8213 Doc fixes.
8214 (rng-set-schema-file): Fix typo in docstring.
8215
8216 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8217 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8218 Fix typos in docstrings.
8219 (rng-message-overlay, rng-conditional-up-to-date-start)
8220 (rng-conditional-up-to-date-end): Doc fixes.
8221 (rng-next-error, rng-previous-error): Reflow docstrings.
8222
8223 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8224 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8225 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8226 (xmltok-merge-attributes): Fix typos in docstrings.
8227 (xmltok-make-attribute, xmltok-forward-special)
8228 (xmltok-get-declared-encoding-position): Reflow docstrings.
8229
8230 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8231 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8232 Fix typos in docstrings.
8233
8234 2008-07-02 John Paul Wallington <jpw@pobox.com>
8235
8236 * ibuffer.el (ibuffer-buffer-file-name):
8237 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8238 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8239
8240 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8241
8242 * files.el (backup-extract-version): Handle versioned directories.
8243 (trash-directory): New variable.
8244 (move-file-to-trash): New function.
8245
8246 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8247
8248 2008-07-02 Magnus Henoch <mange@freemail.hu>
8249
8250 * vc-git.el (vc-git-annotate-command): Use proper option for
8251 specifying revision.
8252
8253 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8254
8255 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8256 if available.
8257
8258 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8259
8260 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8261
8262 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8263 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8264
8265 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8266
8267 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8268
8269 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8270 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8271 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8272 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8273 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8274 (gdb-stack-list-locals-regexp): Future proof regexps better.
8275
8276 2008-06-30 Juri Linkov <juri@jurta.org>
8277
8278 * faces.el (face-name-history): New variable.
8279 (make-face, make-empty-face): Replace interactive spec "S"
8280 with `read-from-minibuffer' where `read' arg is t and
8281 `hist' arg is `face-name-history'.
8282 (read-face-name): Set `hist' arg of `completing-read-multiple'
8283 to `face-name-history'.
8284 (list-faces-display): Use `read-regexp' instead of `read-string'
8285 to read regexp.
8286
8287 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8288 to `regexp-history'.
8289 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8290 make it an obsolete alias to it.
8291 (hi-lock-face-defaults): New variable renamed from
8292 `hi-lock-face-history'.
8293 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8294 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8295 `read-from-minibuffer'. Doc fix.
8296 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8297 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8298 Set `hist' arg of `completing-read' to `face-name-history'.
8299 Put a list of default faces to `default' arg instead of `hist' arg.
8300
8301 * bindings.el (abbrev-map, narrow-map): New variables.
8302 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8303 Rebind related commands to these new maps.
8304 (ctl-x-r-map): New variable for rectangle, register and bookmark
8305 keys. Move rectangle keybindings to rect.el and register
8306 keybindings to register.el.
8307 (next-buffer, previous-buffer): Remove C-x prefix and move
8308 keybindings to ctl-x-map.
8309
8310 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8311 to the new map `ctl-x-r-map' in autoload cookies.
8312
8313 * expand.el: Rebind two global `C-x a' keys "n", "p"
8314 to the new map `abbrev-map' in autoload cookies.
8315
8316 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8317
8318 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8319
8320 2008-06-30 Miles Bader <miles@gnu.org>
8321
8322 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8323 after processing an escape sequence.
8324
8325 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8326
8327 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8328 from 2008-06-28. It does not work on W32.
8329
8330 2008-06-29 Juri Linkov <juri@jurta.org>
8331
8332 * replace.el (read-regexp): New function.
8333 (keep-lines-read-args, occur-read-primary-args):
8334 Call `read-regexp' instead of code moved to new function.
8335 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8336 from the end of prompt.
8337 (replace-re-search-function): Doc fix.
8338
8339 2008-06-29 Kenichi Handa <handa@m17n.org>
8340
8341 * descr-text.el (describe-char-display): Always return a string.
8342 (describe-char-padded-string): New function.
8343 (describe-char): Adjusted for the change of
8344 describe-char-display. Use describe-char-padded-string.
8345
8346 2008-06-29 Andreas Schwab <schwab@suse.de>
8347
8348 * vc-dir.el (vc-dir): Make backend argument optional and use
8349 vc-responsible-backend when nil. Interactively pass nil for
8350 backend instead of using the backend of what happens to be
8351 default-directory at the time of the call.
8352
8353 * find-dired.el (find-dired-filter): Preserve point.
8354
8355 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8356
8357 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8358 (sasl-find-mechanism, sasl-next-step):
8359 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8360 (sasl-ntlm-response): Fix typos in docstrings.
8361
8362 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8363
8364 * international/mule-cmds.el (view-hello-file): Doc fix.
8365
8366 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8367
8368 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8369 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8370
8371 2008-06-28 John Paul Wallington <jpw@pobox.com>
8372
8373 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8374
8375 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8376
8377 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8378 (tramp-convert-file-attributes): Convert symlinks only when
8379 returned from `tramp-handle-file-attributes-with-stat'.
8380
8381 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8382 `substitute-in-file-name' when unloading.
8383 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8384
8385 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8386
8387 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8388 (vc-string-prefix-p): Move function ...
8389 * vc.el (vc-string-prefix-p): ... here.
8390
8391 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8392
8393 * vc-dir.el (vc-dir): Complete only directory names.
8394
8395 2008-06-27 Jason Rumney <jasonr@gnu.org>
8396
8397 * w32-fns.el (top-level): Unconditionally define all charsets.
8398
8399 2008-06-27 Alan Mackenzie <acm@muc.de>
8400
8401 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8402 the CC Mode specific functions; this is no longer needed, since
8403 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8404
8405 * progmodes/cc-defs.el (c-emacs-features): New feature
8406 'argumentative-bod-function.
8407
8408 2008-06-27 John Paul Wallington <jpw@pobox.com>
8409
8410 * chistory.el (list-command-history): Use `bound-and-true-p'.
8411 (command-history-map): Define within defvar. Add docstring.
8412
8413 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8414
8415 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8416 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8417 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8418 (image-type-from-buffer): Use `looking-at-p'.
8419
8420 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * ibuf-ext.el (diff-sentinel): Declare.
8423
8424 2008-06-27 Glenn Morris <rgm@gnu.org>
8425
8426 * calendar/lunar.el (calendar-lunar-phases): Rename from
8427 calendar-phases-of-moon. Keep old name as alias, update callers.
8428 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8429 (diary-lunar-phases): Rename from diary-phases-of-moon.
8430 Keep old name as alias.
8431 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8432 (cal-menu-global-mouse-menu): Update for lunar name changes.
8433 * calendar/calendar.el (calendar-mode-map): Update for name change.
8434 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8435
8436 2008-06-26 Glenn Morris <rgm@gnu.org>
8437
8438 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8439 argument `nolocation'.
8440 (calendar-sunrise-sunset-month): New function.
8441 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8442 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8443 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8444 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8445 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8446 (calendar-buffer-list): Add solar-sunrises-buffer.
8447
8448 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8449
8450 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * cus-start.el: Add customization types for word-wrap and
8453 shift-select-mode.
8454
8455 2008-06-26 John Paul Wallington <jpw@pobox.com>
8456
8457 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8458 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8459 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8460 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8461
8462 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 * vc-dir.el (tool-bar): Require.
8465
8466 * vc.el (ewoc, tool-bar): Do not require.
8467
8468 2008-06-26 Kenichi Handa <handa@m17n.org>
8469
8470 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8471 characters.
8472
8473 * composite.el (terminal-composition-base-character-p): New function.
8474 (terminal-composition-function):
8475 Use terminal-composition-base-character-p. Include the base character
8476 in the composition.
8477 (auto-compose-chars): Don't check font-object for terminal display.
8478
8479 2008-06-26 Glenn Morris <rgm@gnu.org>
8480
8481 * doc-view.el (bookmark-make-record-default):
8482 * image-mode.el (bookmark-make-record-default): Fix declaration.
8483
8484 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8485 Add default :value for sexp type.
8486 (calendar-month-edges): New variable.
8487 (calendar-month-edges): New function.
8488 (calendar-recompute-layout-variables): Set calendar-month-edges.
8489 (calendar-intermonth-header, calendar-intermonth-text): New options.
8490 (calendar-insert-at-column): New function.
8491 (calendar-generate-month): Use calendar-insert-at-column.
8492 Handle intermonth text. Add 'date property.
8493 (calendar-column-to-month): Remove function.
8494 (calendar-column-to-segment): New function.
8495 (calendar-cursor-to-date): Use calendar-column-to-segment.
8496 Check 'date property.
8497
8498 * calendar/calendar.el (calendar-print-other-dates):
8499 Handle mouse events.
8500 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8501 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8502
8503 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8504 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8505 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8506
8507 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8508 Use calendar-column-to-segment, calendar-month-edges, and
8509 the 'date property to handle intermonth text.
8510
8511 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8512
8513 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8514 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8515 Add doc strings.
8516 (cal-menu-context-mouse-menu): Add some :keys.
8517 (calendar-check-holidays): Declare rather than autoloading.
8518 (diary-show-holidays-flag): Remove unneeded declaration.
8519
8520 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8521 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8522 event-start is nil.
8523
8524 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * minibuffer.el (completion-basic-try-completion): Use the text after
8527 point to constrain the completion candidates.
8528 (completion-basic-all-completions): Adjust accordingly.
8529
8530 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8531
8532 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8533 courier.
8534
8535 * faces.el (set-face-attribute): Doc fix.
8536
8537 2008-06-25 Juri Linkov <juri@jurta.org>
8538
8539 * bindings.el (goto-map): New variable. Rebind goto-related
8540 commands to this `M-g' prefix keymap.
8541 (search-map): New variable for `M-s' prefix keymap.
8542 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8543 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8544 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8545 `M-shw' to `hi-lock-write-interactive-patterns'.
8546
8547 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8548 `isearch-highlight-regexp'.
8549 (isearch-highlight-regexp): New function.
8550
8551 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * info.el (Info-bookmark-make-record):
8554 Use bookmark-make-record-default.
8555 (Info-bookmark-jump): Use bookmark-default-handler.
8556
8557 * image-mode.el (image-bookmark-make-record):
8558 Use bookmark-make-record-default.
8559 (image-bookmark-jump): Use bookmark-default-handler.
8560
8561 * doc-view.el (doc-view-bookmark-make-record):
8562 Use bookmark-make-record-default.
8563 (doc-view-bookmark-jump): Use bookmark-default-handler.
8564
8565 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8566 used until now in bookmark.el's code.
8567 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8568 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8569 used until now in bookmark.el's code.
8570 (bookmark-set-filename): Remove special code, moved to its only caller.
8571 (bookmark-store): Use the newer format.
8572 (bookmark-make-record-default): Add arg `point-only'.
8573 Rename from bookmark-make-record-for-text-file.
8574 (bookmark--jump-via): New function.
8575 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8576 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8577 Use it.
8578 (bookmark-jump-noselect, bookmark-default-handler):
8579 Don't return an alist, instead return the data implicitly by changing
8580 current buffer and point. Signal an error if the file doesn't exist.
8581
8582 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8583 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8584
8585 * bs.el: Use with-current-buffer. Simplify.
8586 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8587
8588 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8589 is bound before using it.
8590
8591 2008-06-25 Kenichi Handa <handa@m17n.org>
8592
8593 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8594
8595 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * vc-hg.el:
8598 * vc-git.el: Require vc-dir when compiling.
8599
8600 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8601 vc-dir-marked-only-files. Change the return value.
8602 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8603 Change the return value.
8604 (vc-dir-deduce-fileset): New function broken out from ...
8605 * vc.el (vc-deduce-fileset): ... here and ...
8606 (vc-deduce-fileset): ... here.
8607
8608 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8609 (vc-svn-parse-status): Do not set the vc-backend property.
8610
8611 2008-06-25 Andreas Schwab <schwab@suse.de>
8612
8613 * faces.el (face-font-family-alternatives, variable-pitch):
8614 Use "Sans Serif", not "Sans-Serif".
8615
8616 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * faces.el (face-font-family-alternatives, variable-pitch):
8619 Change "Sans" to the canonical name "Sans-Serif".
8620
8621 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8622
8623 * calc/calc.el (calc-mode-map): Add extra keybindings to
8624 `calc-missing-key'.
8625 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8626 `kill-ring-save'.
8627
8628 2008-06-24 Miles Bader <miles@gnu.org>
8629
8630 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8631 pops up the menu but doesn't select anything.
8632
8633 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8634
8635 * add-log.el (add-change-log-entry): Add new arg to force each new
8636 entry to be on a new line.
8637 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8638
8639 * vc-dir.el (vc-client-object): Remove.
8640 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8641 use it when looking for a buffer.
8642 (vc-dir): Add a backend argument. Set revert-buffer-function.
8643 Don't create a client object. Move bindings ...
8644 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8645 (vc-dir-revert-buffer-function): New function.
8646 (vc-generic-status-printer): Rename to ...
8647 (vc-dir-status-printer): ... this.
8648 (vc-generic-state, vc-generic-status-fileinfo-extra)
8649 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8650 (vc-default-status-printer): Use a different face for
8651 directories. Don't display any text for directories in the state
8652 column. Add tooltips.
8653
8654 * vc.el (Todo): Update.
8655
8656 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8657 * vc-rcs.el (vc-annotate-convert-time):
8658 * vc-mtn.el (vc-annotate-convert-time):
8659 * vc-git.el (vc-annotate-convert-time):
8660 * vc-cvs.el (vc-annotate-convert-time):
8661 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8662
8663 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8666 instead of using view-mode.
8667
8668 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8671
8672 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8673
8674 * vc.el:
8675 * vc-hooks.el:
8676 * vc-dispatcher.el: Move vc-dir variables and functions ...
8677 * vc-dir.el: ... here. New file.
8678 * Makefile.in (ELCFILES): Add vc-dir.elc.
8679
8680 * vc.el: Move vc-annotate variables and functions ...
8681 * vc-annotate.el: ... here. New file.
8682 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8683
8684 * vc-dav.el: Move here from url/vc-dav.el.
8685 (Todo): Note work needed to make this backend functional.
8686
8687 * Makefile.in (ELCFILES): Update vc-dav.el location.
8688
8689 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8692
8693 2008-06-21 John Paul Wallington <jpw@pobox.com>
8694
8695 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8696
8697 * textmodes/rst.el (rst-mode): Put docstring in right place.
8698
8699 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8700
8701 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8702 size for legibility.
8703
8704 * faces.el (fixed-pitch): Use "Monospace" family.
8705 (variable-pitch): Use "Sans" family.
8706 (face-font-family-alternatives): Define alternatives for "Sans"
8707 and "Monospace".
8708
8709 2008-06-21 Glenn Morris <rgm@gnu.org>
8710
8711 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8712 Require 'cl when compiling.
8713
8714 * emacs-lisp/debug.el (help-xref-interned): Declare.
8715
8716 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8717 Evaluate definition when compiling.
8718
8719 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8720 rather than mouse-1.
8721 (bug-reference-url-format): Autoload safe if string.
8722 (bug-reference-bug-regexp): Make space after "bug" optional.
8723
8724 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8725 for some non-GNU makes.
8726
8727 * cus-dep.el (custom-dependencies-no-scan-regexp):
8728 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8729
8730 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8731 increments.
8732
8733 * calendar/calendar.el: Factor out the magic numbers controlling the
8734 calendar layout.
8735 (calendar-month-digit-width, calendar-month-width)
8736 (calendar-right-margin): New variables.
8737 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8738 New functions.
8739 (calendar-left-margin, calendar-intermonth-spacing)
8740 (calendar-column-width, calendar-day-header-width)
8741 (calendar-day-digit-width): New options.
8742 (calendar-first-date-row): New constant.
8743 (calendar-move-to-column, calendar-ensure-newline): New functions,
8744 replacing calendar-insert-indented.
8745 (calendar-insert-indented): Remove function.
8746 (calendar-generate-month): Use calendar-move-to-column and
8747 calendar-ensure-newline. Use layout variables.
8748 (calendar-generate, calendar-update-mode-line)
8749 (calendar-font-lock-keywords): Use layout variables.
8750 (calendar-column-to-month): New function.
8751 (calendar-cursor-to-date): Use calendar-column-to-month.
8752 Use layout variables.
8753 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8754 Use layout variables. Use calendar-column-to-month.
8755 (calendar-cursor-to-visible-date): Use layout variables.
8756
8757 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8760 (all): Run compile-last.
8761 (compile-onefile): New target.
8762 (compile-first): Simplify.
8763 (compile-last): Don't treat COMPILE_FIRST specially.
8764 (COMPILE_FIRST): List the elc files rather than the el files.
8765 (ELCFILES): Update.
8766
8767 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8768
8769 * net/newst-treeview.el: Remove dead code.
8770 (newsticker--window-config): Remove.
8771 (newsticker-treeview-quit): Do not save window config.
8772 (newsticker-treeview): Do not try to restore window config.
8773 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8774 (newsticker--treeview-list-new-items)
8775 (newsticker--treeview-list-immortal-items)
8776 (newsticker--treeview-list-obsolete-items)
8777 (newsticker--treeview-list-all-items)
8778 (newsticker--treeview-list-feed-items): Fix documentation.
8779
8780 2008-06-21 Miles Bader <miles@gnu.org>
8781
8782 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8783
8784 2008-06-21 Alan Mackenzie <acm@muc.de>
8785
8786 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8787 infinite loop on invalid syntax.
8788
8789 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * textmodes/rst.el: Run rst-define-level-faces when loading.
8792 (rst-mode): Don't set the font-lock-multiline var.
8793 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8794 Set the font-lock-multiline property by hand.
8795
8796 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8797
8798 * Makefile.in (emacs-deps): Remove.
8799 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8800 (all): Use them.
8801 (autogen-clean): Remove.
8802
8803 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * Makefile.in (all): New target.
8806 (bootstrap-prepare): Remove.
8807
8808 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8809 the .elc file to batch-byte-compile.
8810
8811 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8812 set-keymap-parents if set-keymap-parent doesn't exist.
8813
8814 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8815 Allow more than one space before the |.
8816
8817 * textmodes/rst.el: Fix up docstring conventions.
8818 Move vars to before their first use.
8819 (rst-mode): Don't mess with font-lock-support-mode.
8820 (rst-suggest-new-decoration, rst-adjust-decoration):
8821 Avoid CL's copy-list.
8822 (rst-delete-entire-line): Use line-beginning-position.
8823 (rst-position): New fun.
8824 (rst-straighten-decorations): Use it instead of CL's position.
8825 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8826 (rst-toc-mode): Use define-derived-mode.
8827 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8828 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8829 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8830 (rst-replace-lines): Simplify.
8831 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8832
8833 * simple.el (special-mode-map): New var.
8834 (special-mode): New major mode.
8835
8836 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8837
8838 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8839 log-view-file-re.
8840
8841 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8842 (vc-switch-backend): Simplify.
8843 (Todo): Remove solved items.
8844
8845 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8846 the vc-backend property.
8847
8848 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8851 Bind inhibit-read-only since the buffer is always read-only.
8852
8853 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8854
8855 * net/newst-treeview.el (newsticker-treeview-own-frame):
8856 Change default value to nil.
8857 (newsticker--treeview-list-add-item)
8858 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8859
8860 2008-06-20 Martin Blais <blais@furius.ca>
8861 Stefan Merten <smerten@oekonux.de>
8862 David Goodger <goodger@python.org>
8863
8864 * textmodes/rst.el: New file.
8865
8866 2008-06-20 Sam Steingold <sds@gnu.org>
8867
8868 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8869 remove DIRECTORY entries.
8870
8871 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8872
8873 * makefile.w32-in (distclean): Depend on `clean'.
8874 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8875 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8876 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8877 empty cus-load.el with `echo', and include "Local Variables"
8878 section to prevent the empty file from being compiled.
8879 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8880 that generate an empty cus-load.el.
8881
8882 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8883
8884 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8885 Don't copy ldefs-boot.el over loaddefs.el.
8886 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8887 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8888 to loaddefs.el; they are not needed now. Add coding cookie.
8889
8890 2008-06-20 Miles Bader <miles@gnu.org>
8891
8892 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8893 Strip unnecessary list levels from SPECS.
8894 (buffer-face-set, buffer-face-toggle):
8895 Change argument from FACE to &rest SPECS, and strip unnecessary
8896 list levels from SPECS.
8897 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8898
8899 2008-06-20 Jason Rumney <jasonr@gnu.org>
8900
8901 * international/fontset.el (setup-default-fontset): Specify script
8902 for latin use of iso10646-1. Fix use of lang tags.
8903
8904 2008-06-19 Miles Bader <miles@gnu.org>
8905
8906 * face-remap.el (text-scale-increase): Start from zero if
8907 text-scale-mode isn't enabled.
8908
8909 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8912 frame parameters after setting up the `default' face.
8913
8914 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8917
8918 2008-06-18 Glenn Morris <rgm@gnu.org>
8919
8920 * mouse.el (buffer-face-mode-invoke): Declare.
8921
8922 * Makefile.in (ELCFILES): Add org/org-id.elc.
8923
8924 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8925 * calendar/cal-menu.el (cal-menu-holidays-menu):
8926 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8927 (cal-menu-today-holidays): Remove function.
8928
8929 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8930 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8931 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8932 Remove unused functions.
8933 (calendar-mouse-view-diary-entries): Use format rather than concat.
8934
8935 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8936 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8937 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8938
8939 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8940 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8941 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8942 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8943 cal-menu-event-to-date.
8944
8945 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8946 Handle mouse events.
8947 * calendar/cal-tex.el (cal-tex-cursor-year)
8948 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8949 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8950 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8951 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8952 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8953 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8954 (cal-tex-cursor-month): Mark N as optional.
8955 * calendar/cal-menu.el (calendar-mouse-tex-day)
8956 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8957 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8958 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8959 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8960 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8961 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8962 Remove functions.
8963 (cal-menu-context-mouse-menu): Replace the above functions with the
8964 cal-tex versions. Add HTML submenu.
8965
8966 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8969 text command mode.
8970 (gdb): Explain that gud-gdb is needed for text command mode.
8971
8972 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8973
8974 * window.el (split-height-threshold): Remove spurious extra line.
8975
8976 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8979 (calendar-set-mark):
8980 * calendar/diary-lib.el (diary-insert-entry):
8981 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8982 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8983 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8984 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8985 diary-insert-entry, and calendar-sunrise-sunset instead.
8986
8987 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8988 (vc-next-action): Pass the new arg.
8989 (vc-register): Don't use `only-files'.
8990 Don't set `backup-inhibited' in the current buffer.
8991
8992 2008-06-17 Miles Bader <miles@gnu.org>
8993
8994 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8995
8996 * face-remap.el (buffer-face-mode-face)
8997 (buffer-face-mode-remapping): New variables.
8998 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8999 (buffer-face-mode-invoke): New functions.
9000 (variable-pitch-mode-remapping): Variable removed.
9001 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9002
9003 * face-remap.el (internal-lisp-face-attributes): New variable.
9004 (face-attrs-more-relative-p, face-remap-order): New functions.
9005 (face-remap-add-relative): Use `face-remap-order'.
9006
9007 2008-06-17 Glenn Morris <rgm@gnu.org>
9008
9009 * mouse.el (x-select-font): Declare.
9010
9011 * calendar/calendar.el (calendar-move-hook):
9012 Add calendar-update-mode-line as an option.
9013 (calendar-date-echo-text): New user option.
9014 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
9015 (calendar-insert-indented): Simplify newline insertion.
9016 (calendar-describe-mode): Remove unused function.
9017 (calendar-mode-line-entry): New function.
9018 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
9019 Mark as risky.
9020 (calendar-mouse-other-month): Remove function.
9021 (calendar-other-month): Handle mouse events.
9022 (calendar-goto-info-node): Call fit-window-to-buffer.
9023 (calendar-mode): Use define-derived-mode. Doc fix.
9024 (calendar-update-mode-line): Tweak whitespace.
9025
9026 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9029 (vc-dir-marked-only-files): vc-string-prefix-p.
9030
9031 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * progmodes/gdb-ui.el (gdb-memory-set-address)
9034 (gdb-memory-set-repeat-count): Allow keyboard bindings.
9035 (gdb-memory-mode-map): Bind above functions respectively
9036 to 'S' and 'N'.
9037
9038 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
9039
9040 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9041
9042 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9043
9044 * log-view.el (vc-diff-internal): Declare for compiler.
9045
9046 * vc-bzr.el (log-view-per-file-logs):
9047 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9048
9049 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * mouse.el (mouse-appearance-menu-map): New var.
9052 (mouse-appearance-menu): New function.
9053 Bind it to S-down-mouse-1.
9054
9055 2008-06-15 Juri Linkov <juri@jurta.org>
9056
9057 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9058 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9059 as the second element.
9060 (Info-build-toc): Add PARENT element extracted from the Up pointer.
9061 Don't print progress messages.
9062 (Info-toc-nodes): New variable and function.
9063 (Info-index-nodes): Optimize non-string file name case.
9064 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9065 (Info-insert-breadcrumbs): Use the cached document structure instead
9066 of visiting all ancestor nodes. Remove the initial `>'.
9067
9068 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * log-view.el (log-view-diff-changeset): New function.
9071 (log-view-mode-map, log-view-mode-menu): Bind it.
9072 (log-view-per-file-logs, log-view-vc-fileset)
9073 (log-view-vc-backend): New variables.
9074 (log-view-find-revision, log-view-modify-change-comment)
9075 (log-view-annotate-version): Throw an error if the log is for more
9076 than one file and we can't find the current file. Get the current
9077 file from log-view-vc-fileset if necessary.
9078 (log-view-diff): Get the current file from log-view-vc-fileset if
9079 necessary.
9080
9081 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9082
9083 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9084 (vc-hg-log-view-mode): Declare for compiler.
9085 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9086 log-view-file-re.
9087 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9088
9089 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9090
9091 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9092
9093 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9094
9095 * net/tramp.el (tramp-handle-start-file-process):
9096 Clear modification time of the connection buffer.
9097 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9098 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9099 restart `tramp-maybe-open-connection' when the remote system has
9100 been changed. Throw 'uname-changed event.
9101 (tramp-maybe-open-connection): Catch it.
9102
9103 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9104 Reset `tramp-locked'.
9105
9106 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9107
9108 * net/newst-treeview.el (newsticker--treeview-list-update)
9109 (newsticker--treeview-item-update)
9110 (newsticker--treeview-tree-update)
9111 (newsticker-treeview-jump, newsticker-group-add-group)
9112 (newsticker-group-move-feed, newsticker-group-delete-group):
9113 Remove window dedication.
9114 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9115 newsticker-groups.
9116 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9117
9118 2008-06-15 Andreas Schwab <schwab@suse.de>
9119
9120 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9121 when parsing CVS/Repository.
9122
9123 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9124
9125 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9126
9127 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9128 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9129 net/newst-reader.el.
9130
9131 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9132 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9133 net/newst-reader.el.
9134
9135 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9138 Catch and recover from case when the bytes we thought we were reading
9139 turn out to be something else entirely, such as latin-1 chars from
9140 quail. See bug#396.
9141
9142 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9145 (vc-register): Call the backend function only once, instead of
9146 once for each file.
9147 (vc-next-action): Update call to vc-register.
9148 (vc-dir-register): Remove function.
9149 (vc-dir): Bind vc-register instead of vc-dir-register.
9150
9151 2008-06-14 Glenn Morris <rgm@gnu.org>
9152
9153 * Makefile.in (ELCFILES): Add net/newst-*.el.
9154
9155 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * wdired.el (wdired-do-renames): New function.
9158 (wdired-finish-edit): Use it to.
9159 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9160
9161 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9164
9165 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9166
9167 * window.el (window--even-window-heights): Even window heights
9168 only if the selected window is higher than WINDOW.
9169 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9170
9171 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9174
9175 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * term/linux.el (terminal-init-linux): Load t-mouse.
9178
9179 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9180 Drew Adams <drew.adams@oracle.com>
9181
9182 * info.el (Info-breadcrumbs-depth): New var.
9183 (Info-insert-breadcrumbs): New function.
9184 (Info-fontify-node): Use it.
9185 (Info-mode-map): Move initialization into declaration.
9186
9187 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9188
9189 Rename net/newsticker-*.el to net/newst-*.el.
9190 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9191 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9192 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9193 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9194 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9195 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9196 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9197 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9198 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9199 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9200
9201 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * progmodes/compile.el (compilation-start): Don't disable undo in
9204 comint buffer. Don't override the comint-filter with our own.
9205 (compilation-filter): Change point's insertion-type.
9206
9207 * comint.el (comint-output-filter): Use copy-marker.
9208
9209 2008-06-13 David Reitter <david.reitter@gmail.com>
9210
9211 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9212 Check message-signature-separator exists before using it.
9213
9214 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9215
9216 * vc.el (vc-delete-file): Bind default-directory before calling
9217 the backend.
9218 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9219 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9220 New function.
9221 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9222 (vc-annotate-mode-menu): Bind it.
9223
9224 2008-06-13 Jason Rumney <jasonr@gnu.org>
9225
9226 * term/w32-win.el (mouse-set-font): Remove overridden function.
9227 (w32-select-font): Declare as obsolete alias for x-select-font.
9228
9229 2008-06-13 Daniel Engeler <engeler@gmail.com>
9230
9231 These changes add serial port access.
9232 * term.el (term-update-mode-line): Modify.
9233 (serial-port-is-file-p, serial-nice-speed-history)
9234 (serial-no-speed, serial-mode-line-speed-menu)
9235 (serial-mode-line-config-menu): New variables and constants.
9236 (serial-name-history, serial-speed-history)
9237 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9238 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9239 (serial-mode-line-speed-menu, serial-update-speed-menu)
9240 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9241 (serial-update-config-menu): New functions.
9242
9243 2008-06-13 Glenn Morris <rgm@gnu.org>
9244
9245 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9246
9247 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9248
9249 2008-06-13 Kenichi Handa <handa@m17n.org>
9250
9251 * cus-face.el (custom-face-attributes): Add :foundry.
9252
9253 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9254 (face-x-resources): Add :foundry.
9255 (face-valid-attribute-values): Likewise.
9256 (face-attribute-name-alist): Likewise.
9257 (describe-face): Likewise.
9258
9259 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9262
9263 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * longlines.el (longlines-search-forward, longlines-search-backward)
9266 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9267
9268 2008-06-12 Sam Steingold <sds@gnu.org>
9269
9270 * vc.el (vc-rename-file): DTRT when the destination is a directory
9271 name and the source is a file.
9272
9273 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9276
9277 2008-06-12 Glenn Morris <rgm@gnu.org>
9278
9279 * progmodes/f90.el (f90-beginning-of-subprogram)
9280 (f90-end-of-subprogram): Only give a message when interactive.
9281
9282 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9283
9284 * progmodes/cperl-mode.el (cperl-info-on-command):
9285 Use display-pixel-height rather than x-display-pixel-height.
9286
9287 * mail/rmailedit.el (rmail-cease-edit):
9288 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9289
9290 * emulation/edt.el (edt-xserver):
9291 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9292
9293 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9294
9295 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9296 Evaluate definitions when compiling. Reverse tests.
9297
9298 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9299 use unless.
9300
9301 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9302
9303 * textmodes/artist.el (x-pointer-shape):
9304 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9305 (x-open-connection, x-server-max-request-size, x-get-resource):
9306 * term/w32console.el (x-setup-function-keys):
9307 * term/w32-win.el (x-parse-geometry, x-resource-name)
9308 (generate-fontset-menu, image-library-alist, x-open-connection)
9309 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9310 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9311 (x-get-resource):
9312 * term/mac-win.el (x-parse-geometry, x-resource-name)
9313 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9314 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9315 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9316 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9317 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9318 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9319 (tooltip-identifier-from-point, define-fringe-bitmap):
9320 * play/gamegrid.el (image-size):
9321 * play/bubbles.el (image-size):
9322 * mail/emacsbug.el (x-server-vendor, x-server-version):
9323 * international/mule-util.el (internal-char-font):
9324 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9325 (fontset-alias-alist, fontset-list, fontset-plain-name):
9326 * international/mule-cmds.el (x-server-vendor, x-server-version):
9327 * international/fontset.el (font-encoding-charset-alist)
9328 (otf-script-alist, new-fontset, set-fontset-font)
9329 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9330 (fontset-list, query-fontset, x-get-resource):
9331 * emulation/edt.el (x-server-vendor):
9332 * emulation/edt-mapper.el (x-server-vendor):
9333 * emacs-lisp/map-ynp.el (x-popup-dialog):
9334 * emacs-lisp/lmenu.el (x-popup-dialog):
9335 * x-dnd.el (x-window-property, x-change-window-property)
9336 (x-get-selection-internal):
9337 * woman.el (x-list-fonts):
9338 * w32-fns.el (x-server-version):
9339 * tooltip.el (x-show-tip, x-hide-tip):
9340 * tool-bar.el (image-mask-p):
9341 * thumbs.el (image-size):
9342 * term.el (overflow-newline-into-fringe):
9343 * subr.el (scroll-bar-scale):
9344 * startup.el (x-get-resource, tool-bar-mode, image-size):
9345 * select.el (x-get-selection-internal, x-own-selection-internal)
9346 (x-disown-selection-internal):
9347 * mouse.el (generate-fontset-menu):
9348 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9349 * image.el (image-library-alist):
9350 * image-mode.el (image-size, image-refresh):
9351 * image-dired.el (clear-image-cache):
9352 * gs.el (x-display-mm-width, x-display-pixel-width)
9353 (x-display-mm-height, x-display-pixel-height)
9354 (x-change-window-property, x-display-grayscale-p, x-window-property):
9355 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9356 (x-focus-frame, x-list-fonts, x-display-screens)
9357 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9358 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9359 (x-display-planes, x-display-color-cells, x-display-visual-class):
9360 * faces.el (internal-face-x-get-resource)
9361 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9362 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9363 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9364 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9365 (tool-bar-setup):
9366 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9367 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9368 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9369 * descr-text.el (internal-char-font):
9370 Define for compiler, for builds without X.
9371
9372 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9375
9376 2008-06-11 Glenn Morris <rgm@gnu.org>
9377
9378 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9379 before trying to move there.
9380 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9381 is non-nil, indent most terminating statements like loop body.
9382
9383 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9384 Gregorian date, and add it, not the local date, to diary-entries-list.
9385 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9386
9387 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * progmodes/compile.el (compilation-filter): Fix up last change.
9390
9391 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9392
9393 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9394 (gpm-mouse-mode): Make it into a proper global minor mode.
9395
9396 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9397 if the user enabled recursive-minibuffers.
9398
9399 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9400 Add support for scroll-other-window.
9401
9402 2008-06-11 Jason Rumney <jasonr@gnu.org>
9403
9404 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9405 Use tmm-menubar if menu is disabled in this frame.
9406
9407 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9408 from frame type, per documentation. Add w32 case.
9409
9410 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * minibuffer.el (completion--merge-suffix): New function.
9413 (completion-basic-try-completion): Use it.
9414 (completion-pcm--find-all-completions): Add argument `filter'.
9415 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9416 New functions.
9417 (completion-pcm-try-completion): Use them.
9418
9419 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9420 (turn-off-xterm-mouse-tracking): Use terminal-list.
9421
9422 * cus-start.el (underline-minimum-offset): Rename from
9423 x-underline-minimum-display-offset.
9424
9425 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9426
9427 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9428
9429 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * mouse.el (mouse-select-font): New function.
9432
9433 * faces.el (face-spec-recalc): When the face is set using
9434 Customize, avoid recalculating it twice.
9435
9436 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9437 Font" menu item to it. Apply selected font to all frames, and
9438 make it savable.
9439 (menu-bar-options-save): Save `default' font if changed.
9440
9441 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * ffap.el (ffap-string-at-point-mode-alist):
9444 Use alpha rather than lower.
9445
9446 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9447
9448 * subr.el (momentary-string-display): Use an overlay.
9449
9450 * progmodes/compile.el (compilation-mode):
9451 Set window-point-insertion-type.
9452 (compilation-filter): Don't use insert-before-markers any more.
9453 * emacs-lisp/trace.el (trace-make-advice):
9454 Set window-point-insertion-type in the trace buffer.
9455 * startup.el (normal-top-level): Set window-point-insertion-type in
9456 *Messages*.
9457 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9458 (telnet-filter): Don't use insert-before-markers any more.
9459 * comint.el (comint-mode): Set window-point-insertion-type.
9460 (comint-output-filter): Don't use insert-before-markers any more.
9461 * button.el (make-text-button): Allow `start' to be a string.
9462
9463 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9464
9465 * emacs-lisp/autoload.el (autoload-rubric):
9466 Fix coding cookie not to force Unix EOL.
9467
9468 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9469
9470 * window.el (window--splittable-p, window--try-to-split-window):
9471 Don't use with-selected-window to avoid messing up get-lru-window.
9472 Reported by David Hansen <david.hansen@gmx.net>.
9473
9474 2008-06-10 Glenn Morris <rgm@gnu.org>
9475
9476 * subr.el (locate-library): Doc fix.
9477
9478 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9479 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9480 Check tool-bar-map is bound, for non-X builds.
9481
9482 * net/newsticker-reader.el (newsticker--next-item-image)
9483 (newsticker--previous-item-image, newsticker--previous-feed-image)
9484 (newsticker--next-feed-image, newsticker--mark-read-image)
9485 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9486 (newsticker--get-all-image, newsticker--update-image)
9487 (newsticker--browse-image): Check xpm images are available.
9488 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9489 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9490
9491 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9492 (newsticker--plainview-tool-bar-map, newsticker-mode):
9493 Check tool-bar-map is bound, for non-X builds.
9494 (w3m-toggle-inline-image): Declare.
9495
9496 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9497
9498 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9499
9500 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9501 (finder-compile-keywords): Move let to where needed.
9502 (finder-mouse-face-on-line): Go back one more line if needed.
9503 (finder-list-matches): Use cadr.
9504 (finder-goto-xref): New function.
9505 (finder-commentary): Add buttons to jump to foo.el libraries.
9506
9507 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * apropos.el (apropos-function, apropos-macro, apropos-command)
9510 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9511 (apropos-plist): Add apropos-short-label property.
9512 (apropos-multi-type): New variables.
9513 (apropos-command, apropos-value): Set it.
9514 (apropos-compact-layout): New custom.
9515 (apropos-print, apropos-print-doc): Use it.
9516 (apropos-print): Truncate lines.
9517
9518 2008-06-09 Kenichi Handa <handa@m17n.org>
9519
9520 * international/fontset.el (font-encoding-alist):
9521 Add an entry for "ascii-0".
9522
9523 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9524
9525 * language/hanja-util.el (hanja-init-load): Show the message only
9526 when loading a table.
9527
9528 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9529
9530 * net/newsticker-treeview.el (newsticker-treeview):
9531 * net/newsticker-plainview.el (newsticker-plainview):
9532 Add autoload cookie.
9533
9534 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9535
9536 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9537 -reader, -plainview, and -treeview.
9538 (newsticker-version): Change to 1.99.
9539
9540 * net/newsticker-backend.el: New. Move backend functionality from
9541 newsticker.el to newsticker-backend.el.
9542 (newsticker--download-logos): New.
9543 (newsticker--sentinel-callback): New.
9544 (newsticker--set-customvar): Remove. Split up into specific
9545 functions related to retrieval, ticker, buffer, and display.
9546 (newsticker--set-customvar-retrieval): New. Extracted from
9547 `newsticker--set-customvar'.
9548 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9549 (newsticker-url-list-defaults):
9550 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9551 (newsticker-url-list): Doc changed. URL can be a function.
9552 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9553 (newsticker-retrieval-method): New.
9554 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9555 (newsticker-retrieval-interval):
9556 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9557 (newsticker-desc-comp-max): Change :group.
9558 (newsticker--cache): Doc changed.
9559 (newsticker--guid-to-string): New.
9560 (newsticker--guid): Use `newsticker--guid-to-string'.
9561 (newsticker--real-feed-name): New.
9562 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9563 (newsticker-start): Use `insert-file-contents' for reading cache.
9564 Use `newsticker--start-feed'.
9565 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9566 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9567 Use `newsticker--stop-feed'.
9568 (newsticker-save-item): New.
9569 (newsticker--get-news-by-funcall): New.
9570 (newsticker-get-news): Handle new retrieval methods.
9571 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9572 (newsticker--sentinel-work): New. Extracted from
9573 `newsticker--sentinel'. Use `newsticker--download-logos',
9574 `newsticker--sentinel-callback'.
9575 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9576 (newsticker--parse-atom-1.0): Fix link determination.
9577 (newsticker--parse-rss-0.91): Fix time determination.
9578 (newsticker--parse-rss-0.92): Fix time determination.
9579 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9580 (newsticker--parse-generic-feed): New arg order in
9581 `newsticker--cache-add'.
9582 (newsticker--parse-generic-items): Fix for multiple items.
9583 New arg order in `newsticker--cache-add'.
9584 (newsticker--forget-preformatted): Check whether
9585 `newsticker--buffer-set-uptodate' is fbound.
9586 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9587 (newsticker--decode-rfc822-date): Partial timezone handling.
9588 (newsticker--cache-contains): Fix guid problem.
9589 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9590 (newsticker--cache-save): New.
9591 (newsticker--cache-update): Use temp buffer.
9592 (newsticker--stat-num-items): Allow multiple AGE args.
9593 (newsticker--stat-num-items-total): New.
9594 (newsticker--opml-import-outlines): New.
9595 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9596 (newsticker--do-run-auto-mark-filter): Doc changed.
9597 (newsticker-retrieve-random-message): New.
9598
9599 * net/newsticker-ticker.el: New. Move ticker functionality from
9600 net/newsticker.el to net/newsticker-ticker.el.
9601 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9602 `newsticker--ticker-timer'.
9603 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9604 to `newsticker--ticker-timer'.
9605 (newsticker--set-customvar-ticker): New. Extracted from
9606 `newsticker--set-customvar'.
9607 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9608 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9609 for :set. Change :group.
9610 (newsticker-scroll-smoothly): Doc changed. Change :group.
9611 (newsticker-hide-immortal-items-in-echo-area)
9612 (newsticker-hide-old-items-in-echo-area)
9613 (newsticker-hide-obsolete-items-in-echo-area):
9614 Use `newsticker--set-customvar-ticker for :set. Change :group.
9615 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9616 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9617 to `newsticker-ticker-interval'.
9618 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9619 `newsticker--ticker-timer'.
9620
9621 * net/newsticker-reader.el: New. Move reader functionality from
9622 net/newsticker.el to net/newsticker-reader.el.
9623 (newsticker--set-customvar-formatting): New. Extracted from
9624 `newsticker--set-customvar'.
9625 (newsticker-reader, newsticker-frontend): New.
9626 (newsticker-enable-logo-manipulations): Change :group.
9627 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9628 for :set. Change :group.
9629 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9630 for :set. Change :group.
9631 (newsticker-html-renderer): Doc changed.
9632 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9633 (newsticker-date-format):
9634 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9635 (newsticker--insert-enclosure):
9636 Rename `newsticker--buffer-insert-enclosure' to
9637 `newsticker--insert-enclosure'. Add keymap arg.
9638 (newsticker--print-extra-elements):
9639 Rename `newsticker--buffer-print-extra-elements' to
9640 `newsticker--print-extra-elements'. Add keymap arg.
9641 (newsticker--do-print-extra-element):
9642 Rename `newsticker--buffer-do-print-extra-element' to
9643 `newsticker--do-print-extra-element'. Add keymap arg.
9644 (newsticker-show-news): Use `newsticker-frontend'.
9645
9646 * net/newsticker-plainview.el: New. Move plainview functionality
9647 from net/newsticker.el to net/newsticker-reader.el.
9648 (newsticker-plainview): New.
9649 (newsticker--set-customvar-sorting): New. Extracted from
9650 `newsticker--set-customvar'.
9651 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9652 for :set. Changed :group.
9653 (newsticker-heading-format, newsticker-item-format)
9654 (newsticker-desc-format, newsticker-statistics-format):
9655 Use `newsticker--set-customvar-formatting for :set. Change :group.
9656 (newsticker-faces): Change :group.
9657 (newsticker-default-face): Enable again.
9658 (newsticker-hide-old-items-in-newsticker-buffer)
9659 (newsticker-show-descriptions-of-new-items):
9660 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9661 (newsticker-show-all-news-elements): Change :group.
9662 (newsticker-plainview-hooks): New.
9663 (newsticker-select-item-hook, newsticker-select-feed-hook)
9664 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9665 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9666 to `newsticker--plainview-tool-bar-map'.
9667 (newsticker--url-keymap): Add mouse-1 binding.
9668 (newsticker-plainview): New.
9669 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9670 (newsticker--buffer-do-insert-text): Use renamed
9671 newsticker--[buffer-]insert-enclosure and
9672 newsticker--[buffer-]print-extra-elements.
9673 (newsticker--buffer-set-faces): Use newsticker-default-face.
9674
9675 * net/newsticker-treeview.el: New.
9676
9677 2008-06-08 Andreas Schwab <schwab@suse.de>
9678
9679 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9680
9681 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9682
9683 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9684 empty line.
9685
9686 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9687
9688 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9689
9690 * window.el (split-height-threshold, split-width-threshold):
9691 Add choice nil.
9692 (split-window-preferred-function): Allow either nil or a function.
9693 (window--splittable-p, window--try-to-split-window):
9694 Handle changed option values.
9695
9696 (window--frame-usable-p): Handle nil argument.
9697
9698 (display-buffer): Call get-lru-window when pop-up-windows is nil
9699 and window can't be split.
9700
9701 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9702
9703 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9704
9705 * net/tramp.el (top): Quote feature names. Remove
9706 `tramp-rfn-eshadow-setup-minibuffer' from
9707 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9708 (tramp-read-passwd): There is only one call to
9709 `auth-source-user-or-password' needed. Pacify byte compiler.
9710
9711 2008-06-08 Andreas Schwab <schwab@suse.de>
9712
9713 * window.el (display-buffer): Use lru window if current window
9714 cannot be split.
9715
9716 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * apropos.el (apropos-library): New command and new button.
9719 (apropos-library-button): New function.
9720
9721 * apropos.el: Remove spurious * in docstrings.
9722 (apropos-label-face): Use variable pitch.
9723 (apropos-print): Use dolist and with-current-buffer.
9724 (apropos-print-doc): Use when.
9725
9726 * window.el (special-display-p, display-buffer):
9727 Fix up C->Elisp transcription error.
9728
9729 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9732 (byte-compile-file): Initialize it.
9733 (byte-compile-nogroup-warn): Keep track of the current group.
9734
9735 2008-06-08 Glenn Morris <rgm@gnu.org>
9736
9737 * Makefile.in (compile, compile-always, bootstrap-prepare):
9738 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9739
9740 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9741
9742 * language/hanja-util.el (hanja-init-load): Use a char-table for
9743 hanja-table.
9744 (hangul-to-hanja-char): Adjust for the above change.
9745
9746 2008-06-07 Glenn Morris <rgm@gnu.org>
9747
9748 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9749 lm-keywords.
9750
9751 * mail/sendmail.el (mail-interactive): Add :version.
9752
9753 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9754 obsolete alias.
9755
9756 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9757 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9758 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9759 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9760 * eshell/esh-util.el, international/mule-cmds.el:
9761 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9762 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9763 Remove unnecessary eval-when-compiles and eval-and-compiles.
9764
9765 * Makefile.in (bootstrap-clean): Run autogen-clean.
9766 (maintainer-clean): No need to run autogen-clean now it is included in
9767 bootstrap-clean.
9768
9769 2008-06-06 Miles Bader <miles@gnu.org>
9770
9771 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9772
9773 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9776 longlines mode.
9777
9778 * replace.el (replace-search-function)
9779 (replace-re-search-function): New vars.
9780 (perform-replace): Use them.
9781
9782 * longlines.el (longlines-re-search-forward): New function.
9783 (longlines-mode): Bind replace-search-function and
9784 replace-re-search-function, to ensure that replacement commands
9785 treat newlines as spaces.
9786 (longlines-show-effect): Default to a pilcrow sign.
9787
9788 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * help.el (function-called-at-point):
9791 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9792 even when calling find-tag-default.
9793
9794 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9795
9796 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9797 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9798 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9799 (nxml-fontify-buffer, nxml-do-fontify):
9800 Remove obsolete variables and functions.
9801 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9802 (nxml-degrade, nxml-after-change, nxml-after-change1)
9803 (nxml-extend-region, nxml-extend-after-change-region)
9804 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9805 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9806 font-lock-extend-region-functions in particular, to fontify
9807 nxml-mode buffers.
9808 (nxml-debug-region): New debugging helper function.
9809
9810 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9811 (nxml-scan-after-change, nxml-move-tag-backwards):
9812 Adapt for font-lock changes.
9813
9814 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9815 (nxml-debug-set-inside, nxml-debug-clear-inside):
9816 New debugging functions.
9817 (nxml-with-degradation-on-error): New helper macro.
9818
9819 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9820
9821 * window.el (display-buffer): Remove dead call to get-lru-window.
9822
9823 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * mail/sendmail.el (mail-interactive): Change default.
9826
9827 2008-06-05 John Paul Wallington <jpw@pobox.com>
9828
9829 * bindings.el (completion-ignored-extensions):
9830 Add .p64fsl, .d64fsl, and .dx64fsl.
9831
9832 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * ffap.el (ffap-prompter): Don't use the region.
9835
9836 2008-06-05 Sam Steingold <sds@gnu.org>
9837
9838 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9839 subdirectory to be registered.
9840
9841 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9842
9843 * window.el (display-buffer-function, special-display-p)
9844 (special-display-buffer-names, special-display-regexps)
9845 (special-display-function, same-window-p, same-window-buffer-names)
9846 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9847 (pop-up-frame-function, pop-up-windows, even-window-heights)
9848 (split-window-preferred-function, split-height-threshold)
9849 (window--display-buffer-1, display-buffer, pop-to-buffer):
9850 Move from window.c and buffer.c.
9851 (window--splittable-p, window--try-to-split-window)
9852 (window--frame-usable-p, window--display-buffer-2)
9853 (window--even-window-heights): New functions.
9854 (split-width-threshold): New option.
9855 (split-window-preferred-horizontally): Remove.
9856
9857 * cus-start.el: Remove corresponding declarations.
9858
9859 2008-06-05 Sam Steingold <sds@gnu.org>
9860
9861 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9862 an error on modified buffers.
9863
9864 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9867 tags-file-name and tags-table-list from the right buffer.
9868 (tags-table-check-computed-list, tags-table-extend-computed-list)
9869 (find-tag-noselect): Use with-current-buffer.
9870
9871 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9872 Use print-circle.
9873
9874 * minibuffer.el (minibuffer-local-must-match-filename-map):
9875 Declare obsolete alias for the old name.
9876
9877 * abbrev.el (unexpand-abbrev): Better preserve markers.
9878
9879 2008-06-05 Glenn Morris <rgm@gnu.org>
9880
9881 * emacs-lisp/autoload.el (autoload-rubric): New function,
9882 extracted from autoload-ensure-default-file.
9883 (autoload-ensure-default-file): Use autoload-rubric.
9884
9885 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9886 (custom-dependencies-no-scan-regexp): New variable.
9887 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9888 Don't scan files matching custom-dependencies-no-scan-regexp.
9889 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9890
9891 * finder.el (finder-headmark): Initialize and add doc string.
9892 (generated-finder-keywords-file): Doc fix.
9893 (finder-no-scan-regexp): New variable.
9894 (finder-compile-keywords): Use a single let binding.
9895 Disable undo in the output buffer. Use autoload-rubric.
9896 Use mapc rather than mapcar. Don't scan files matching
9897 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9898 rather than concat. Use directory-files to do regexp matching.
9899 No need to require jka-compr.
9900 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9901 (finder-list-matches): Disable undo.
9902 (finder-commentary): Use let rather than let*. Disable undo.
9903 (finder-current-item): Use zerop.
9904 (finder-mode): Use define-derived-mode.
9905 (finder-exit): Doc fix. Use dolist.
9906
9907 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9908 (custom-deps): Don't require $(lisp)/cus-load.el.
9909 (custom-deps, finder-data): Don't depend on autoloads.
9910 Should not be needed now, and doing so was causing make install to
9911 re-dump emacs post-bootstrap.
9912 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9913 mid-build forces some things to be rebuilt.
9914
9915 2008-06-05 Miles Bader <miles@gnu.org>
9916
9917 * face-remap.el
9918 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9919 (face-remap-remove-relative): Renamed from
9920 `remove-relative-face-remapping'.
9921 (face-remap-reset-base): Renamed from
9922 `set-default-base-face-remapping'.
9923 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9924 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9925 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9926 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9927
9928 * face-remap.el (variable-pitch-mode): Autoload.
9929
9930 2008-06-04 Sam Steingold <sds@gnu.org>
9931
9932 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9933 Generate extra status headers for a Mercurial tree.
9934
9935 2008-06-04 John Paul Wallington <jpw@pobox.com>
9936
9937 * echistory.el (electric-history-map): Define within defvar.
9938 Add docstring.
9939
9940 * font-lock.el (font-lock-turn-off-thing-lock)
9941 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9942 Use `bound-and-true-p'.
9943 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9944 Doc fixes.
9945
9946 * international/ccl.el (define-ccl-program): Add `doc-string'
9947 declaration.
9948
9949 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9950
9951 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9952 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9953
9954 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9955
9956 * emacs-lisp/rx.el (rx): Doc fix.
9957
9958 2008-06-04 Markus Triska <markus.triska@gmx.at>
9959
9960 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9961
9962 2008-06-04 Miles Bader <miles@gnu.org>
9963
9964 * face-remap.el (adjust-buffer-face-height): New function.
9965 Add autoloaded keybindings in ctl-x-map.
9966 (increase-buffer-face-height, decrease-buffer-face-height):
9967 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9968
9969 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9970
9971 * simple.el (line-move-1): If we did not move as far as desired,
9972 ensure that point-left and point-entered hooks are called.
9973
9974 2008-06-03 Sam Steingold <sds@gnu.org>
9975
9976 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9977
9978 2008-06-03 John Paul Wallington <jpw@pobox.com>
9979
9980 * progmodes/make-mode.el (makefile-cleanup-continuations)
9981 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9982 Use `derived-mode-p'.
9983
9984 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9987 (ELCFILES): Update.
9988
9989 2008-06-03 Miles Bader <miles@gnu.org>
9990
9991 * face-remap.el: New file.
9992 * Makefile.in (ELCFILES): Add face-remap.elc.
9993
9994 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9997 buffer isn't dead.
9998
9999 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10000 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10001 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10002 * obsolete/auto-show.el, obsolete/hscroll.el:
10003 Remove packages that were obsolete in Emacs-20, or that were obsolete
10004 in Emacs-21 and do not contain any more code.
10005
10006 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10007 vc-client-mode is not set.
10008
10009 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10010 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10011
10012 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10013 yet a bit more clever at distinguishing / from /.
10014
10015 2008-06-03 Kenichi Handa <handa@m17n.org>
10016
10017 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10018
10019 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
10020
10021 * language/hanja-util.el: New file.
10022
10023 2008-06-03 Glenn Morris <rgm@gnu.org>
10024
10025 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10026 Check that end-of-word follows "type".
10027
10028 2008-06-02 Daiki Ueno <ueno@unixuser.org>
10029
10030 * epa-file.el (epa-file-write-region): Write the entire buffer
10031 content if START is nil.
10032
10033 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
10034
10035 * select.el (x-get-selection): Fix typo.
10036
10037 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10038
10039 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
10040 (describe-char): Use `looking-at-p', `string-match-p' when possible.
10041
10042 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * tar-mode.el (tar-header-block-summarize): Ensure one space around
10045 user&group.
10046
10047 2008-05-31 John Paul Wallington <jpw@pobox.com>
10048
10049 * help-fns.el (describe-variable-custom-version-info):
10050 Handle dotted `package-version' info.
10051
10052 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
10053
10054 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
10055
10056 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10057
10058 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10059 names and improve support for unregistered files.
10060
10061 2008-05-31 Glenn Morris <rgm@gnu.org>
10062
10063 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10064 Remove shell variable `elc'. Split tests to hopefully be more portable.
10065 Fix `sel' assignment.
10066
10067 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
10068
10069 * minibuffer.el (completion-table-dynamic): Doc fix.
10070
10071 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10074 Try and return `unregistered' when applicable.
10075
10076 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10077 Don't encourage naming variables with "-flag".
10078
10079 2008-05-30 Glenn Morris <rgm@gnu.org>
10080
10081 * Makefile.in (update-elclist): Hide the warning when it does not apply,
10082 make it milder when it does.
10083 (autogen-clean): New target.
10084 (maintainer-clean): Use autogen-clean.
10085
10086 * calendar/diary-lib.el (diary-display-function): New name for
10087 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10088 Change custom type and version.
10089 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10090 (diary-fancy-display): Doc fixes.
10091 (diary-list-entries, diary-include-other-diary-files)
10092 (diary-mail-entries):
10093 Use diary-display-function rather than diary-display-hook.
10094
10095 * calendar/appt.el (appt-check): Use diary-display-function rather than
10096 diary-display-hook.
10097 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10098 diary-display-function replacing diary-display-hook.
10099 * org/org-agenda.el (org-get-entries-from-diary): Also set
10100 diary-display-function.
10101
10102 * calendar/cal-html.el (cal-html-list-diary-entries):
10103 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10104 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10105 argument of diary-list-entries rather than setting diary-display-hook.
10106
10107 2008-05-30 Kenichi Handa <handa@m17n.org>
10108
10109 * international/mule-conf.el (utf-8-with-signature): Renamed from
10110 utf-8-sig.
10111 (utf-8-auto): Adjusted for the above change.
10112
10113 * international/mule-diag.el (describe-font): Don't check fontset
10114 here, and just call font-info. Get the default font by from the
10115 default face.
10116
10117 2008-05-29 Kenichi Handa <handa@m17n.org>
10118
10119 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10120 New coding systems.
10121
10122 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10123
10124 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10125
10126 * international/utf-7.el (utf-7-encode): Use the right escape char
10127 depending on imap/nonimap encoding.
10128
10129 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10132
10133 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10134
10135 * icomplete.el (icomplete-prospects-height): Add :group.
10136
10137 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * icomplete.el (icomplete-prospects-length): Make obsolete.
10140 (icomplete-prospects-height): New var.
10141 (icomplete-completions): Use it.
10142
10143 2008-05-29 David Kastrup <dak@gnu.org>
10144
10145 * autoinsert.el (auto-insert): Add :link.
10146
10147 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * tar-mode.el (tar-header): New field `header-start'.
10150 (tar-header-block-tokenize): Set it when useful.
10151 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10152 (tar-header-data-end): New function.
10153 (tar-summarize-buffer): Use it.
10154 (tar-next-line): Fix goal column for long usernames.
10155 (tar-expunge-internal): Use header-start.
10156 (tar-rename-entry): Handle ustar-style long names.
10157 (tar-alter-one-field): Add optional `descriptor' argument.
10158 (tar-subfile-save-buffer): Use it.
10159
10160 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * tar-mode.el (tar-header): New field `header-start'.
10163 (tar-header-block-tokenize): Set header-start for longlink entries.
10164 (tar-expunge-internal): Use header-start to expunge longlink entries.
10165
10166 * files.el (hack-local-variables): Don't signal an error if the local
10167 variable section is not properly terminated.
10168
10169 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10170 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10171 the caching so it also works for identical entries.
10172
10173 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10174 (tar-mode): Use write-region-annotate-functions rather than
10175 write-contents-functions.
10176 (tar-extract): Remove unused var `pos'.
10177 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10178 (tar-mode-write-file): Remove.
10179 (tar-write-region-annotate): New function.
10180
10181 * progmodes/flymake.el (flymake-save-buffer-in-file):
10182 * shadowfile.el (shadow-copy-file):
10183 * arc-mode.el (archive-*-write-file-member):
10184 * files.el (diff-buffer-with-file):
10185 * subr.el (with-temp-file): Pass nil to write-region.
10186 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10187
10188 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10189 the custom.
10190
10191 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10192 to write-region.
10193
10194 2008-05-28 Glenn Morris <rgm@gnu.org>
10195
10196 * Makefile.in (update-elclist): Work around non-portability of "\"
10197 in various implementations of echo.
10198
10199 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * international/mule-diag.el (describe-current-coding-system):
10202 Don't assume selection-coding-system is always defined.
10203
10204 * tar-mode.el: Use defstruct and markers.
10205 (tar-setf): Remove.
10206 (tar-header): Use defstruct. Add `data-start' field.
10207 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10208 (tar-desc-data-start): Remove (now called tar-header-data-start).
10209 (tar-roundup-512): New fun.
10210 (tar-header-block-tokenize): Receive a buffer position rather than
10211 a string. Handle @longLink here, be more careful about it.
10212 Create a marker for data-start.
10213 (tar-summarize-buffer): Don't handle @LongLink here any more.
10214 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10215 data-start on the following entries any more.
10216 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10217
10218 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10219 (tar-header-offset): Remove.
10220 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10221 Not permanent any more.
10222 (tar-data-buffer): New var.
10223 (tar-data-swapped-p, tar-change-major-mode-hook)
10224 (tar-mode-kill-buffer-hook): New funs.
10225 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10226 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10227 (tar-clear-modification-flags, tar-alter-one-field)
10228 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10229 Change accordingly.
10230
10231 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10232
10233 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10234 (vc-dir-resynch-file): ... this. Update callers.
10235 Use vc-string-prefix-p. Ignore directory args.
10236 (vc-string-prefix-p): CSE.
10237 (vc-resynch-buffer): Restore conditional.
10238
10239 * vc-hooks.el (vc-after-save): Improve test.
10240 (vc-mode-line): Fix indentation.
10241
10242 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10243
10244 * calendar/parse-time.el (parse-time-months)
10245 (parse-time-weekdays): Add long-form month and day names.
10246
10247 2008-05-27 Glenn Morris <rgm@gnu.org>
10248
10249 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10250
10251 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * vc-dispatcher.el (vc-string-prefix-p): New function.
10254 (vc-dir-parent-marked-p): Use it.
10255
10256 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10257
10258 * vc.el (Problems): Remove fixed issues.
10259 (vc-expand-dirs): Avoid returning directories.
10260 (vc-dir): Fix C-x v v binding.
10261 (vc-make-backend-object): Fix name.
10262 (vc-dir-show-fileentry): Fix docstring.
10263 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10264 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10265 Reset the state for directories.
10266 (vc-dir-headers): Align labels.
10267 (vc-default-status-printer): Do no call prettify-state-info.
10268 (vc-deduce-fileset): Replace implementation with one based on a
10269 working older version.
10270 (vc-next-action): Use the new form of vc-deduce-fileset.
10271 Fix dealing with unregistered files.
10272
10273 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10274 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10275 (vc-dir-child-files): New function.
10276 (vc-dir-node-directory): New function.
10277 (vc-dir-update, vc-dir-parent-marked-p)
10278 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10279 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10280
10281 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10282
10283 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10286 (diff-font-lock-keywords, diff-context->unified)
10287 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10288 (diff-hunk-text, diff-find-source-location): Use it.
10289 (diff-post-command-hook): Let the user edit the hunk headers.
10290
10291 2008-05-26 Andreas Schwab <schwab@suse.de>
10292
10293 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10294 unknown state.
10295
10296 * tar-mode.el (tar-summarize-buffer): Comment fix.
10297
10298 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10301
10302 2008-05-26 Glenn Morris <rgm@gnu.org>
10303
10304 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10305
10306 2008-05-25 John Paul Wallington <jpw@pobox.com>
10307
10308 * proced.el (proced-next-line, proced-previous-line):
10309 Avoid calling `next-line' and `previous-line' from Lisp code.
10310
10311 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10312
10313 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10314 Use diary-ordinal-suffix.
10315
10316 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10317
10318 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10319 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10320 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10321 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10322 (edebug-print-length, edebug-print-level, edebug-print-circle)
10323 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10324 (edebug-global-break-condition, edebug-sit-for-seconds):
10325 Remove spurious * from defcustom docstrings.
10326 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10327 Improve argument/docstring consistency.
10328 (edebug-test-coverage, edebug-gensym, edebug-read)
10329 (edebug-top-level-nonstop, edebug-eval-result-list)
10330 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10331 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10332 (edebug-display-freq-count): Reflow docstrings.
10333 (edebug-restore-status): Doc fix.
10334
10335 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * proced.el (proced-header-line): Use the :align-to 0 feature
10338 rather than computing the corresponding position manually.
10339 (proced-update): Don't hardcode point-min==1.
10340
10341 2008-05-24 Alan Mackenzie <acm@muc.de>
10342
10343 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10344 if c-file-style is set to a non-string.
10345
10346 (c-neutralize-CPP-line): Surround by `save-excursion'.
10347 (c-neutralize-syntax-in-CPP): Optimize for speed.
10348
10349 2008-05-24 Glenn Morris <rgm@gnu.org>
10350
10351 * Makefile.in (update-elclist): New target, to update ELCFILES.
10352 (bootstrap-after): Run update-elclist.
10353
10354 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10355
10356 * icalendar.el (icalendar-version): Increase to "0.19".
10357 (icalendar--date-style): New function.
10358 (icalendar--datetime-to-diary-date): Doc fix.
10359 Use icalendar--date-style.
10360 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10361 (icalendar--convert-yearly-to-ical)
10362 (icalendar--convert-recurring-to-diary): Handle iso date style,
10363 use icalendar-date-style.
10364
10365 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10366
10367 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10368 vc-dir buffers are updated.
10369
10370 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10373
10374 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10375
10376 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10377 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10378 (reftex-extra-bindings): Use it.
10379
10380 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10381 away from the user-reserved keys.
10382
10383 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10384 New vars.
10385 (ada-create-keymap): Use them.
10386
10387 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10390 a properly-grouped regexp.
10391
10392 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * progmodes/cap-words.el (capitalized-words-mode):
10395 Fix typos in docstring.
10396
10397 2008-05-23 Kenichi Handa <handa@m17n.org>
10398
10399 * international/mule-conf.el: Don't define the charset `emacs'
10400 here, just put :docstring, :short-name, and :long-name.
10401
10402 2008-05-22 Kenichi Handa <handa@m17n.org>
10403
10404 * international/mule-diag.el (font-show-log): Limit each listing
10405 to 20 items.
10406
10407 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10410 (gdb-annotation-rules): New entry for "thread-changed".
10411 (gdb-thread-changed): New function.
10412
10413 2008-05-23 Glenn Morris <rgm@gnu.org>
10414
10415 * Makefile.in (SOURCES): Remove, unused.
10416 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10417 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10418 Exclude more '*loaddefs' files.
10419 (compile-always): Simplify '.elc' deletion.
10420
10421 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10424 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10425
10426 * minibuffer.el (completion-boundaries): Change calling
10427 convention, so `string' has the same semantics as in
10428 try-completion and all-completions.
10429 (completion-table-with-context, completion--embedded-envvar-table)
10430 (completion--file-name-table)
10431 (completion-pcm--find-all-completions): Adjust code accordingly.
10432
10433 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10436 prune image-mode-winprops-alist, preventing it from growing
10437 indefinitely.
10438 (image-mode-reapply-winprops): Use it.
10439
10440 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10441
10442 * net/netrc.el (netrc-machine): Always match if the port is not given.
10443
10444 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * minibuffer.el (completion-pcm--find-all-completions):
10447 Don't add pseudo-completions.
10448
10449 * icomplete.el (icomplete-eoinput): Remove.
10450 (icomplete-overlay): New var to replace it.
10451 (icomplete-tidy): Rewrite.
10452 (icomplete-exhibit): Use an overlay.
10453 (icomplete-completions): Use completion-all-sorted-completions.
10454 Obey completion-ignore-case.
10455
10456 * files.el (locate-dominating-file): Accept non-existing argument.
10457 (project-find-settings-file): Rewrite, using locate-dominating-file.
10458
10459 2008-05-22 Kenichi Handa <handa@m17n.org>
10460
10461 * faces.el (font-weight-table, font-slant-table, font-width-table):
10462 Delete them. Don't call internal-set-font-style-table.
10463
10464 * international/mule-diag.el (font-show-log): New function.
10465
10466 * international/fontset.el (script-representative-chars): Add more
10467 chars for latin. Add data for symbol.
10468 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10469
10470 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * minibuffer.el (completion-all-sorted-completions): New var.
10473 (completion--flush-all-sorted-completions)
10474 (completion-all-sorted-completions): New functions.
10475 (minibuffer-force-complete): New command.
10476
10477 2008-05-21 Glenn Morris <rgm@gnu.org>
10478
10479 * files.el (c-postprocess-file-styles): Declare for compiler.
10480
10481 * Makefile.in: Allow for parallel byte-compiling.
10482 (ELCFILES): New variable.
10483 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10484 (compile-first, compile-main, compile-last): New targets.
10485 (compile-always): Simplify - delete .elc files, then `make compile'.
10486
10487 * Makefile.in (compile-calc): Use glob rather than find.
10488 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10489
10490 * eshell/esh-module.el: No need for cl when compiling.
10491
10492 * eshell/eshell.el (eshell-defgroup): New alias.
10493 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10494 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10495 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10496 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10497 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10498 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10499 Autoload the custom group. Set generated-autoload-file.
10500 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10501 for eshell-defgroup.
10502 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10503 Require esh-groups rather than loading it.
10504
10505 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10506
10507 * proced.el (proced-header-line): New variable and new function.
10508 (proced-mode): Set header-line-format.
10509 (proced-update): Set proced-header-line.
10510 (proced-send-signal): Use proced-header-line.
10511
10512 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * macros.el (insert-kbd-macro): Use prin1-char.
10515
10516 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * minibuffer.el (completion-boundaries): New function.
10519 (completion--some): Delay errors.
10520 (complete-with-action, completion-table-with-context):
10521 Handle `boundaries' case.
10522 (completion--try-word-completion): Avoid partial-completion
10523 when the user hasn't entered anything yet.
10524 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10525 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10526 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10527 Setup default keybindings.
10528 (completion--embedded-envvar-re): New var.
10529 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10530 (completion--file-name-table): Handle `boundaries' case.
10531 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10532 (completion-pcm--all-completions): Add a `prefix' arg.
10533 (completion-pcm--find-all-completions): New function.
10534 (completion-pcm-all-completions, completion-pcm-try-completion):
10535 Use it.
10536
10537 * icomplete.el (icomplete-completions): Don't use `predicate' with
10538 a table of a different type than `candidates'.
10539
10540 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10541
10542 * proced.el (proced-goal-column): Rename from proced-procname-column.
10543 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10544 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10545 (proced-header-face, proced-header-regexp): Remove.
10546 (proced-font-lock-keywords): Remove proced-header-face.
10547 (proced-header-alist, proced-sorting-schemes-re): New variables.
10548 (proced): Rename Proced buffer to *Proced*.
10549 (proced-next-line, proced-previous-line): New commands.
10550 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10551 (proced-hide-processes): Do not treat first line as special.
10552 (proced-header-space): New function.
10553 (proced-update): Use header-line-format.
10554 Initialize proced-header-alist and proced-sorting-schemes-re.
10555 Set proced-goal-column. Include proced-command in mode-name.
10556 (proced-send-signal): Use header-line-format for *Marked
10557 Processes* buffer.
10558 (proced-sort): Restrict minibuffer completion to applicable
10559 sorting schemes.
10560 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10561
10562 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * icomplete.el (icomplete-simple-completing-p):
10565 Allow icomplete-with-completion-tables to say "use it everywhere".
10566 (icomplete-completions): Obey completion-styles. Try to accommodate
10567 partial-completion style.
10568
10569 2008-05-20 Michael Olson <mwolson@gnu.org>
10570
10571 * files.el (project-find-settings-file): Change concat to
10572 expand-file-name.
10573
10574 2008-05-19 Tom Tromey <tromey@redhat.com>
10575
10576 * files.el (normal-mode): Call hack-project-variables.
10577 (hack-local-variables-confirm): Add 'project' argument.
10578 (hack-local-variables-apply): New function.
10579 (hack-local-variables): Use it.
10580 (project-class-alist, project-directory-alist): New variables.
10581 (project-get-alist): New function.
10582 (project-collect-bindings-from-alist)
10583 (project-collect-binding-list, set-directory-project)
10584 (project-find-settings-file, project-define-from-project-file)
10585 (hack-project-variables): New functions.
10586
10587 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10590
10591 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * faces.el (font-weight-table): Fix typo in docstring.
10594
10595 2008-05-18 David Hull <david@snap.com> (tiny change)
10596
10597 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10598 (vc-hg-annotate-command): Allow white space before version number.
10599
10600 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10601
10602 * calc/calc-yank.el (calc-register-alist): New variable.
10603 (calc-set-register, calc-get-register, calc-copy-to-register)
10604 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10605 (calc-prepend-to-register): New functions.
10606
10607 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10608 `calc-copy-to-register' and `calc-insert-register'.
10609 Autoload new register functions.
10610
10611 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10612 functions.
10613
10614 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * vc.el (Todo): Add known problems.
10617 (vc-dir-backend): New variable.
10618 (vc-dir): Set it.
10619 (vc-make-backend-object, vc-generic-status-printer)
10620 (vc-generic-state, vc-generic-status-fileinfo-extra)
10621 (vc-dir-extra-menu): Use it.
10622 (vc-generic-dir-headers): Remove, unused.
10623
10624 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10625 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10626 (vc-dir-mode-map): Fix bindings.
10627
10628 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10629
10630 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10631
10632 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10633 operated on.
10634 (calc-kill-region): Kill entire lines.
10635
10636 2008-05-17 Glenn Morris <rgm@gnu.org>
10637
10638 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10639 simplify initial value.
10640 (defezimage): Drop support for Emacs without defimage, use a featurep
10641 test rather than fboundp when defining, drop with-no-warnings.
10642 (ezimage-insert-over-text): Move featurep test inside
10643 add-text-properties.
10644
10645 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10646
10647 * net/tramp.el (top-level): Load auth-source when compiling.
10648
10649 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10650
10651 2008-05-17 Andreas Schwab <schwab@suse.de>
10652
10653 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10654
10655 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10656
10657 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10658 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10659
10660 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10661
10662 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10663
10664 2008-05-17 Jim Meyering <meyering@redhat.com>
10665
10666 * ido.el (ido-save-history): Do not emit a trailing newline at the
10667 end of the ido history file.
10668
10669 2008-05-16 John Paul Wallington <jpw@pobox.com>
10670
10671 * vc-dispatcher.el (top-level): Revert previous change: require cl
10672 when compiling.
10673
10674 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10675
10676 * vc.el (vc-default-status-printer)
10677 (vc-default-prettify-state-info): Enhance the state prettyprinter
10678 to deal better with unknown states and indirect through it when
10679 painting vc-dir buffers.
10680
10681 2008-05-16 John Paul Wallington <jpw@pobox.com>
10682
10683 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10684 (vc-dir-mode-map): Fix backquote.
10685 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10686
10687 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10688
10689 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10690 Reported by Glenn Morris <rgm@gnu.org>.
10691
10692 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10693
10694 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10695 the end of the file, it was good work at one time but has been
10696 stale since 1995 and may now be actively misleading.
10697 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10698 CVS repository and module (assumptions for the latter a bit iffy).
10699 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10700 SVN repository.
10701
10702 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * vc-rcs.el (vc-rcs-create-tag):
10705 * vc-sccs.el (vc-sccs-create-tag):
10706 Fix typo in error message and pass backend arg.
10707
10708 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10709
10710 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10711
10712 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10713
10714 * net/tramp.el: Load auth-source library.
10715 (tramp-read-passwd): Use it for password, not login.
10716
10717 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10718
10719 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10720 (ses-print-cell): Use string-width, truncate-string-to-width,
10721 delete-region rather than length, substring, delete-char.
10722 (ses-setup): Set inhibit-point-motion-hooks to t.
10723 Calculate position by actually moving point rather than just using
10724 unibyte character length.
10725 (ses-mode): Set indent-tabs-mode to nil.
10726 (ses-center): Use string-width rather than length.
10727
10728 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10729
10730 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10731 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10732 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10733 vc-*-create-tag and vc-*-retrieve-tag respectively.
10734
10735 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10736 unneeded defalias.
10737
10738 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10739
10740 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10741 about buffer names.
10742
10743 2008-05-15 Glenn Morris <rgm@gnu.org>
10744
10745 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10746
10747 * org/org-exp.el (org-infojs-options-inbuffer-template):
10748 Fix declaration.
10749
10750 * progmodes/cc-mode.el (declare-function): Add compat definition.
10751 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10752
10753 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10754
10755 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10756 list to a cons so the caller can get back both expanded and
10757 unexpanded filesets.
10758 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10759 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10760 Change handling of selection-set returns as required.
10761
10762 2008-05-15 John Paul Wallington <jpw@pobox.com>
10763
10764 * add-log.el (top-level): Don't require cl when compiling.
10765
10766 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10767 (archive-*-extract): Use `zerop'.
10768 (archive-*-write-file-member): Use `or', use `zerop'.
10769
10770 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10771
10772 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10773 (ibuffer-mark-interactive, ibuffer-set-mark)
10774 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10775 (ibuffer-map-lines, ibuffer-switch-format)
10776 (ibuffer-update-title-and-summary)
10777 (ibuffer-redisplay-engine): Use it.
10778
10779 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10780 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10781 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10782 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10783 (ibuffer-mark-read-only-buffers)
10784 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10785
10786 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10787 (define-ibuffer-column, define-ibuffer-sorter)
10788 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10789 containing indentation specs, replacing equivalent top-level
10790 forms that set `lisp-indent-function' properties.
10791 (define-ibuffer-op): Use `derived-mode-p'.
10792 (define-ibuffer-filter): Remove redundant `concat' call.
10793
10794 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10795
10796 * net/tramp.el (tramp-echo-mark): Update docstring.
10797 (tramp-echo-mark-marker): New defconst.
10798 (tramp-check-for-regexp): Use it.
10799
10800 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10801
10802 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10803 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10804 as parent.
10805
10806 2008-05-14 John Paul Wallington <jpw@pobox.com>
10807
10808 * international/mule.el (convert-define-charset-argument):
10809 Remove period from end of error message.
10810 (coding-system-mnemonic): Doc fix.
10811 (ctext-pre-write-conversion): Doc fix.
10812
10813 2008-05-14 Simon Marshall <simon@gnu.org>
10814
10815 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10816 from its default value and give it the risky-local-variable
10817 property (CVE-2008-2142).
10818
10819 2008-05-14 Kenichi Handa <handa@m17n.org>
10820
10821 * language/korean.el ("Korean"): Set `iso639-language'
10822 property to `ko'.
10823
10824 * language/japanese.el ("Japanese"): Set `iso639-language'
10825 property to `ja'.
10826
10827 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10828 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10829 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10830
10831 * international/mule-cmds.el (set-language-environment):
10832 Set current-iso639-language.
10833
10834 * international/fontset.el (setup-default-fontset): For kana, han,
10835 hangul, and cjk-misc, move an entry with font-spec at the end.
10836 (generate-fontset-menu): Exclude fontset-auto* from the list.
10837
10838 * composite.el (compose-chars-after): Assume that WINDOW is always
10839 non-nil.
10840
10841 * faces.el (font-weight-table, font-slant-table)
10842 (font-swidth-table): Declare them by defconst. Change the format
10843 of elements. Call internal-set-font-style-table after their
10844 declaration.
10845 (face-valid-attribute-values): Call font-family-list. Get values
10846 for width, weight, and slant from font-xxx-table.
10847
10848 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10849
10850 2008-05-13 John Paul Wallington <jpw@pobox.com>
10851
10852 * ibuffer.el (ibuffer-buffer-file-name): New function.
10853 (define-ibuffer-column filename): Use it.
10854
10855 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10856
10857 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10858
10859 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10860 as a string.
10861 (talk-add-display): Simplify. Accept only string args.
10862
10863 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10864
10865 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10866
10867 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * Makefile.in (bootstrap-prepare): Don't chmod files.
10870 (autoloads): Do it here instead, where it's actually needed.
10871
10872 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10875 KEY-BINDING-DATA field in menu-item list.
10876
10877 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * dired.el (dired-read-dir-and-switches): Move things about to use less
10880 recursion during macroexpansion.
10881
10882 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10883
10884 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10885 completion-ignored-extension directories if there's something else.
10886 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10887 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10888 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10889 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10890 buffer-read-only -> inhibit-read-only.
10891
10892 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10893
10894 * vc.el (vc-expand-dirs): Stop this function from tossing out
10895 explicitly specified files.
10896
10897 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10900 to `insert'.
10901
10902 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10903
10904 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10905 cons. Use vc-annotate-backend.
10906 (with-vc-file, edit-vc-file): Remove unused macros.
10907
10908 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10909
10910 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10911 (smtpmail-try-auth-methods): Use it.
10912
10913 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10916 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10917
10918 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10919
10920 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10921
10922 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10925 (vc-bzr-revision-completion-table): Use process-file.
10926 (vc-bzr-working-revision): Pass relative file names.
10927
10928 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10929
10930 2008-05-11 Juri Linkov <juri@jurta.org>
10931
10932 * wid-edit.el (widget-image-directory): Change default image data
10933 subdirectory from "custom" to "images/custom".
10934
10935 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10936 before recursive call to `Info-next-preorder' to not add
10937 intermediate nodes to the history.
10938
10939 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10940
10941 * emulation/cua-base.el: Put isearch-scroll property
10942 on cua-scroll-up and cua-scroll-down.
10943
10944 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10945
10946 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10947
10948 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10949
10950 * vc-dispatcher.el (ewoc): Require.
10951 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10952
10953 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10954
10955 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10956
10957 * term/w32-win.el (x-colors):
10958 * term/mac-win.el (x-colors):
10959 * term/x-win.el (x-colors): Re-order colors.
10960
10961 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10962
10963 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10964
10965 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10966
10967 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10968 New functions implementing motion to next and previous directory.
10969
10970 * vc-arch.el (vc-arch-command):
10971 * vc-bzr.el (vc-bzr-command):
10972 * vc-cvs.el (vc-cvs-command):
10973 * vc-dispatcher.el (vc-do-command):
10974 * vc-git.el (vc-git-command):
10975 * vc-hg.el (vc-hg-command):
10976 * vc-mcvs.el (vc-mvcs-command):
10977 * vc-mtn.el (vc-mtn-command):
10978 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10979 (vc-sccs-workfile-unchanged-p):
10980 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10981 * vc-rcs.el (all methods): Remove assumption about what a nil
10982 argument to vc-do-command means. This means no buffer name needs
10983 to be hardcoded into the dispatcher layer, and it's better to be
10984 explicit anyway.
10985
10986 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10987
10988 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10989
10990 * vc.el: Update todo.
10991
10992 * vc-sccs.el (vc-sccs-dir-status):
10993 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10994 backends and returning up to date files.
10995
10996 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10997
10998 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10999
11000 * vc.el (vc-dir):
11001 * vc-hooks.el: Tweak the VC directory bindings. These are now
11002 documented in the manual.
11003
11004 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11005 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11006 (vc-dispatcher-selection-set): Allow callers to pass in an
11007 observer flag that says no buffer sync is required.
11008 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11009 Use the observer flag.
11010
11011 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
11012
11013 * simple.el (start-file-process): Clarify docstring.
11014
11015 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11016
11017 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11018 Remove stub implementations of, and references to, wash-log.
11019 * vc-rcs.el (vc-rcs-comment-history):
11020 * vc-cvs.el (vc-cvs-comment-history):
11021 Inline the code that used to be wash-log.
11022
11023 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11024 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11025 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11026 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11027 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11028 (vc-rcs-print-log): Grok directories.
11029
11030 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * vc.el (vc-mark-resolved): Add `backend' argument.
11033 (vc-next-action): Pass it the backend.
11034 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11035 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11036 (vc-default-comment-history, vc-default-create-snapshot)
11037 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11038 (vc-annotate-revision-previous-to-line)
11039 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11040 * vc-svn.el (vc-svn-checkout):
11041 * vc-mcvs.el (vc-mcvs-checkout):
11042 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11043 (vc-working-revision, vc-before-save, vc-mode-line):
11044 Prefer vc-call-backend to vc-call so as not to recompute the backend.
11045
11046 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11047 state to be consistent since it's often an unwarranted restriction.
11048 Don't return the state either.
11049 (vc-next-action): Check that the state is consistent.
11050 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11051 (vc-rollback, vc-update): Adapt to new return value of
11052 vc-deduce-fileset.
11053
11054 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11055 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11056 (vc-dispatcher-in-fileset-p): New fun.
11057 (vc-dispatcher-selection-set): Use it to properly handle directories.
11058
11059 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11062 (vc-update): Remove unused let bindings.
11063
11064 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11065
11066 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11067 (vc-diff, vc-revert, vc-rollback, vc-update):
11068 * vc-dispatcher.el (vc-dispatcher-selection-set):
11069 Get rid of 4 special cases in fileset selection. This involved
11070 changing the return value of (vc-deduce-fileset) so that it passes
11071 back a deduced state as well as a deduced back end.
11072
11073 2008-05-08 Sam Steingold <sds@gnu.org>
11074
11075 * progmodes/compile.el (compilation-minor-mode-map)
11076 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11077 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11078 it to `compilation-minor-mode-map' (instead of an explicit `cons').
11079
11080 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11081
11082 * org/org.el (org-modules, org-format-latex-options):
11083 * org/org-archive.el (org-archive-stamp-time)
11084 (org-archive-save-context-info):
11085 * org/org-faces.el (org-hide):
11086 * org/org-irc.el (org-irc-parse-link):
11087 * org/org-macs.el (org-call-with-arg, org-autoload):
11088 * org/org-mew.el (org-mew-store-link):
11089 * org/org-remember.el (org-remember-store-without-prompt)
11090 (org-remember-templates): Fix typos in docstrings.
11091
11092 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11093
11094 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11095 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11096 (org-bbdb-anniv-split): Fix typos in docstrings.
11097
11098 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11099 (org-publish-use-timestamps-flag): Reflow docstring.
11100 (org-publish-files-alist): Fix typos in docstring.
11101
11102 2008-05-07 Sam Steingold <sds@gnu.org>
11103
11104 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11105 appears to be too aggressive with window removal.
11106
11107 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11108
11109 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11110 Add leda and 0in as pragma keywords.
11111 (verilog-pretty-expr): Support lining up assignments which include
11112 part selects.
11113 (verilog-mode): More portable check for the availability of
11114 hideshow support.
11115 (verilog-do-indent): Remove special indent for declarations inside
11116 a parenthetical list. The code is ill-advised, and doesn't work
11117 given the new user defined types.
11118 (verilog-set-auto-endcomments): Enhance function automatic
11119 endcomment to support functions that return user defined types.
11120 (verilog-mode): Add code to tell which-function-mode minor mode
11121 that Verilog supports this feature.
11122
11123 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11124
11125 * epa-file.el: Require epa-hook.
11126
11127 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11128
11129 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11130 file-names clashes on 8+3 filesystems. Provide epa-hook.
11131
11132 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11133 file-names clashes on 8+3 filesystems.
11134
11135 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11136
11137 * org/org.el (org-read-date-get-relative): Interpret lone
11138 weekday abbreviation as relative to today.
11139
11140 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * abbrev.el (define-abbrev-table):
11143 * composite.el (toggle-auto-composition):
11144 * json.el (json-alist-p, json-plist-p):
11145 * minibuffer.el (completion-table-with-predicate):
11146 * ps-mule.el (ps-mule-external-libraries):
11147 * emacs-lisp/advice.el (ad-special-form-p):
11148 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11149 * eshell/em-smart.el (eshell-review-quick-commands):
11150 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11151 (python-skip-out, python-check-comint-prompt):
11152 Don't use `iff' in docstrings.
11153
11154 * international/robin.el (robin-package-alist): Fix typo in docstring.
11155 (robin-current-package-name): Doc fix.
11156 (robin-activate): Don't use `iff' in docstring.
11157
11158 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11159
11160 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11161 The code uses a ewoc-based implementation now.
11162 * vc-hooks.el: Support for Meta-CVS has been removed.
11163
11164 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11165
11166 * tool-bar.el: Choose images dynamically.
11167 (tool-bar-make-keymap, tool-bar-find-image): New function.
11168 (tool-bar-find-image-cache): New var.
11169 (tool-bar-local-item, tool-bar-local-item-from-menu):
11170 Don't select the image yet, do it later in tool-bar-make-keymap.
11171
11172 2008-05-07 Andreas Schwab <schwab@suse.de>
11173
11174 * window.el: Require 'cl when compiling.
11175
11176 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11177
11178 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11179
11180 2008-05-07 Glenn Morris <rgm@gnu.org>
11181
11182 * subr.el (ignore-errors): Move here from cl-macs.el.
11183 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11184
11185 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11186 oddness.
11187
11188 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11189
11190 * vc-hooks.el (vc-find-file-hook):
11191 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11192 further from vc.el.
11193 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11194
11195 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11196
11197 * progmodes/verilog-mode.el (verilog-getopt-file):
11198 Cleanup warning message format.
11199 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11200 (verilog-auto-inout, verilog-auto-inout-module)
11201 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11202 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11203 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11204 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11205 (verilog-auto-unused, verilog-auto-wire)
11206 (verilog-decls-get-assigns, verilog-decls-get-consts)
11207 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11208 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11209 (verilog-decls-get-ports, verilog-decls-get-regs)
11210 (verilog-decls-get-signals, verilog-decls-get-wires)
11211 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11212 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11213 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11214 (verilog-inject-sense, verilog-library-filenames)
11215 (verilog-mode-release-date, verilog-mode-version)
11216 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11217 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11218 (verilog-modi-get-assigns, verilog-modi-get-consts)
11219 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11220 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11221 (verilog-modi-get-ports, verilog-modi-get-regs)
11222 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11223 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11224 (verilog-modi-get-wires, verilog-preserve-cache)
11225 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11226 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11227 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11228 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11229 Add caching of additional state, and rework signal extraction
11230 routines to improve AUTO expansion performance by 300%++.
11231
11232 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11233
11234 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11235 Tweak Open Watcom regexp to distinguish between errors and warnings.
11236
11237 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * dired.el (dired-read-dir-and-switches): Fix up last change.
11240
11241 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11242
11243 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11244 out of this function, move it to vc-dispatcher-selection-set.
11245
11246 2008-05-05 Sam Steingold <sds@gnu.org>
11247
11248 * window.el (delete-other-windows-vertically): New function.
11249
11250 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * dired.el (dired-read-dir-and-switches):
11253 Obey read-file-name-completion-ignore-case.
11254
11255 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11256
11257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11258 Add regexp for Open Watcom compiler output.
11259
11260 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11261
11262 * progmodes/python.el (python-block-pairs): Align finally with except.
11263
11264 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11267
11268 2008-05-05 Tom Tromey <tromey@redhat.com>
11269
11270 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11271 looking at conflict marker.
11272
11273 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11276 client-mode -> vc-client-object, and guess `funcall' was meant.
11277 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11278
11279 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11280
11281 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11282 (dbus-debug): Move declarations outside eval-when-compile.
11283
11284 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11285
11286 * proced.el (proced-command-alist): Fix system-type values.
11287 Fix defcustom.
11288 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11289 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11290 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11291 (proced-update): Use proced-sorting-scheme. Update modeline.
11292 (proced-send-signal): Use nreverse.
11293 (proced-sorting-scheme-p): New function.
11294
11295 2008-05-04 Andreas Schwab <schwab@suse.de>
11296
11297 * vc.el: Require dired when compiling.
11298
11299 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11300
11301 2008-05-03 Glenn Morris <rgm@gnu.org>
11302
11303 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11304 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11305 Simplify compilation requirements.
11306 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11307 declarations.
11308
11309 2008-05-03 Dave Love <fx@gnu.org>
11310
11311 * progmodes/python.el (python-beginning-of-statement):
11312 Loop at least once (fixes 2008-02-21 change).
11313
11314 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11315
11316 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11317 instead of `length' for comparing length of user and group names.
11318
11319 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11320
11321 * vc-dispatcher.el: New file, separates out the UI and command
11322 execution machinery from VCS-specific logic left in vc.el.
11323 The separation is not yet completely clean, but it's a good start.
11324 * vc.el: This file is about 1700 lines shorter now.
11325 Remove obsolete logentry-check from the backend API.
11326 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11327 implementation of the logentry-check method, and it guarded against
11328 a log length limit that has probably been obsolete for 15 years (!).
11329
11330 2008-05-02 Sam Steingold <sds@gnu.org>
11331
11332 * progmodes/compile.el (compilation-start): Move setting of
11333 compilation-directory after (funcall mode) as that resets local
11334 variables, this fixes recompile in grep buffers.
11335 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11336 in dired &c).
11337
11338 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11339
11340 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11341 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11342 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11343 has one of these and that all are called in compatible ways.
11344 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11345 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11346 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11347 backend has one of these.
11348
11349 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11352 initialization into define-abbrev-table. Use :regexp.
11353 (octave-mode-syntax-table): Don't set word syntax for `.
11354
11355 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11356 than only value.
11357
11358 * dired.el (dired-read-dir-and-switches):
11359 Set minibuffer-completing-file-name and call substitute-in-file-name.
11360 (dired-format-columns-of-files): Use completion--insert-strings.
11361
11362 * minibuffer.el (completion-hilit-commonality): Revert last change:
11363 the leftover code was actually useful.
11364 (completion--insert-strings): Use string-width rather than length.
11365
11366 2008-05-02 Sam Steingold <sds@gnu.org>
11367
11368 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11369 (vc-at-event): New macro: run the body at the even location.
11370 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11371 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11372 * subr.el (mouse-event-p): Check if the event is mouse-related.
11373
11374 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11377 Don't throw error if no file is found.
11378
11379 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11382 (vc-default-state-heuristic): Doc fix.
11383
11384 2008-05-02 Richard Sharman <rsharman@pobox.com>
11385
11386 * hilit-chg.el (highlight-changes-mode): Remove references to
11387 hooks that no longer exist. Because define-minor-mode is used the
11388 hook highlight-changes-mode-hook exists and can do what both the
11389 old hooks used to do. The documentation at the top of the file
11390 was updated to demonstrate this.
11391 (highlight-changes-mode): Remove commented out call to a hook
11392 function that is no longer there.
11393 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11394
11395 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11396
11397 * vc.el (vc-default-dired-state-info): Change name of primitive
11398 to prettify-state-info, in preparation for ripping out dired mode.
11399 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11400 to prettify-state-info, in preparation for ripping out dired mode.
11401 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11402 tries this on a version-controlled buffer. It will do useless or
11403 actively bad things on any version control system newer than RCS.
11404 * vc-hooks.el (vc-dired-resynch-file):
11405 * vc.el (vc-dired-resynch-file): Change name of primitive to
11406 vc-directory-resynch-file, preparing to remove dired.
11407
11408 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11409
11410 * vc-rcs.el (vc-rcs-state): Fix typos.
11411
11412 * vc.el (vc-register): Change argument order so that the prefix
11413 argument is assigned correctly.
11414 (vc-next-action, vc-dir-register): Update for the above change.
11415
11416 2008-05-01 Juri Linkov <juri@jurta.org>
11417
11418 * replace.el (occur-read-primary-args): Set default to the car of
11419 regexp-history and display it in the prompt, but don't add to the
11420 list of minibuffer defaults. Bind history-add-new-input to nil to
11421 not add automatically `default'. For empty input return `default'.
11422 Otherwise, add `input' to regexp-history and return it.
11423 (occur-1): Signal an error for the empty regexp.
11424
11425 * progmodes/compile.el (compilation-auto-jump):
11426 Set window point to `pos' explicitly.
11427
11428 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11429
11430 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11431 when appropriate.
11432 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11433 we report the 'unregistered state reliably.
11434 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11435 we report the 'unregistered state reliably.
11436 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11437 we report the 'unregistered state reliably.
11438 * vc-hooks.el (vc-state): Document that vc-unregistered is
11439 now expected to be returned reliably.
11440 * vc.el (vc-default-dired-state): Change needs-patch state to
11441 needs-update, since the name now shows up in dir-status listings
11442 and was somewhat misleading.
11443 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11444 immediately after removing the file.
11445 * vc.el (vc-next-action): More informative messages when a fileset
11446 is in a mixed state or files are missing.
11447
11448 2008-05-01 Sam Steingold <sds@gnu.org>
11449
11450 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11451
11452 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11455
11456 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11457
11458 * epa-file-hook.el: New file split from epa-file.el.
11459 * epa-file.el: Require 'epa-file-hook.
11460 (epa-file-handler): Add autoload cookie.
11461 * loadup.el: Load epa-file-hook.
11462 * startup.el (command-line): Eval the body of auto-encryption-mode.
11463
11464 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11465
11466 * vc.el (vc-dir-mode-map): Don't bind "r".
11467
11468 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11469 (vc-hg-status-printer): New function.
11470 (vc-hg-after-dir-status): Deal with copied and renamed files.
11471 (vc-hg-dir-status): Add flag to show copied files.
11472
11473 2008-05-01 John Paul Wallington <jpw@pobox.com>
11474
11475 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11476 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11477 sorting mode was recency.
11478
11479 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11480 reverse sorting order if last sorting mode was the sorter's.
11481
11482 2008-05-01 Jason Rumney <jasonr@gnu.org>
11483
11484 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11485
11486 2008-04-30 John Paul Wallington <jpw@pobox.com>
11487
11488 * ibuffer.el (define-ibuffer-column filename): When the major mode
11489 is `vc-dir-mode' show the buffer's default directory.
11490
11491 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11492 major mode is `vc-dir-mode' use the buffer's default directory.
11493
11494 2008-04-30 Sam Steingold <sds@gnu.org>
11495
11496 * vc.el (vc-dir-delete-file): Add.
11497 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11498 (vc-delete-file): Do not barf when the file has been already deleted.
11499
11500 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11503
11504 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * progmodes/octave-mod.el (octave-help): New function.
11507 * progmodes/octave-hlp.el: Delete.
11508 * info-look.el (octave-mode): Add operator index.
11509
11510 * vc.el (vc-checkout): Typo.
11511
11512 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11513
11514 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11515 Add "..." in the appropriate places.
11516
11517 * epa.el (epa-key-list-mode-map): Add more menu entries.
11518 Add "..." in the appropriate places.
11519
11520 * dired.el (dired-mode-map): Add :help.
11521
11522 * vc.el (vc-deduce-fileset): Add new parameter.
11523 (vc-dir-marked-only-files): New function.
11524 (vc-next-action): Don't ignore directories, look at the files
11525 inside them.
11526 (vc-dir-mode): Document how the mark/unmark commands work.
11527
11528 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11531 Rule out trailing spaces in file and directory names as well.
11532
11533 * minibuffer.el (completion--do-completion): Move point even if the
11534 completion makes no change.
11535 (completion-pcm-try-completion): Fix computation of new point.
11536
11537 2008-04-30 David Hansen <david.hansen@gmx.net>
11538
11539 * dired.el: Require 'cl.
11540
11541 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11542
11543 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11544 hollow if not in innermost frame.
11545
11546 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 Make `checkout-model' apply to filesets.
11549 * vc-hooks.el (vc-checkout-model): Rewrite.
11550 (vc-before-save, vc-after-save): Adjust callers accordingly.
11551 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11552 (vc-transfer-file): Adjust callers accordingly.
11553 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11554 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11555 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11556 instead of vc-checkout-model.
11557 * vc-mcvs.el (vc-mcvs-revert):
11558 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11559 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11560 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11561 * vc-svn.el (vc-svn-checkout-model):
11562 * vc-hg.el (vc-hg-checkout-model):
11563 * vc-git.el (vc-git-checkout-model):
11564 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11565
11566 * dired.el (dired-read-dir-and-switches): Replace last change with
11567 a new approach that mixes read-file-name and read-directory-name.
11568
11569 * files.el (read-buffer-to-switch):
11570 Avoid making assumptions about `other-buffer'.
11571
11572 2008-04-29 Sam Steingold <sds@gnu.org>
11573
11574 * vc.el (vc-dir-mode-hook): Add normal hook.
11575 (vc-dir-mode): Run it.
11576
11577 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11578
11579 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11580 Always split windows.
11581 (gdb-speedbar-timer-fn): Only raise frame after user input.
11582 (gdb-same-frame): Reverse initial value.
11583 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11584
11585 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11586 gdb-speedbar-timer-fn.
11587
11588 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11591
11592 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11593
11594 * epa.el (epa-key-list-mode-map): Add menu.
11595 (epa-delete-keys, epa-import-keys): Fix typo.
11596
11597 2008-04-29 Glenn Morris <rgm@gnu.org>
11598
11599 * find-cmd.el (top-level): Does not need cl when compiling.
11600
11601 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11602
11603 * find-cmd.el: New file.
11604
11605 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11608 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11609 (completion-pcm--hilit-commonality): New function.
11610 (completion-pcm-all-completions): Use it.
11611
11612 * minibuffer.el (completion-common-substring): Mark obsolete.
11613 (completions-first-difference, completions-common-part):
11614 Move from simple.el.
11615 (completion-hilit-commonality): New fun.
11616 (display-completion-list, completion-emacs21-all-completions)
11617 (completion-emacs22-all-completions): Use it.
11618 * simple.el (completions-first-difference, completions-common-part):
11619 Move to minibuffer.el.
11620 (choose-completion-string): Use field functions and minibufferp.
11621 (completion-setup-function): Don't set completions faces.
11622
11623 2008-04-29 Glenn Morris <rgm@gnu.org>
11624
11625 * calendar/calendar.el (calendar-nth-named-absday)
11626 (calendar-nth-named-day):
11627 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11628 * calendar/holidays.el (holiday-float): Doc fixes.
11629
11630 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11631 the `full' case.
11632
11633 * org/org-agenda.el (calendar-iso-from-absolute):
11634 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11635 Fix declarations.
11636
11637 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11638
11639 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11640 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11641 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11642 (gdb-assembler-custom): Be careful not to match other addresses.
11643
11644 2008-04-29 Jason Rumney <jasonr@gnu.org>
11645
11646 * battery.el (battery-status-function): Use w32-battery-status
11647 on Windows.
11648 (battery-echo-area-format): Make apm format the general case.
11649 (battery-mode-line-format): Merge apm and pmset formats as the
11650 general case.
11651
11652 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11653
11654 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11655 Use gud-tool-bar-item-visible-no-fringe.
11656 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11657 is already visible in frame. Remove optional size parameter
11658 and add optional frame parameter.
11659
11660 * progmodes/gud.el (gud-display-line): Only consider visible
11661 frames when looking for source buffer.
11662
11663 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11666 argument to get-char-property, in case the current buffer hasn't
11667 been assigned to that window yet.
11668 (doc-view-display): Default to selected window if the current
11669 buffer hasn't been assigned to a window yet.
11670
11671 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11672
11673 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11674
11675 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11676
11677 * net/tramp.el (tramp-mode): New defcustom.
11678 (tramp-file-name-handler, tramp-completion-file-name-handler):
11679 Use it.
11680 (tramp-replace-environment-variables): Handle "$$".
11681
11682 2008-04-28 Sam Steingold <sds@gnu.org>
11683
11684 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11685
11686 2008-04-28 Bastien Guerry <bzg@altern.org>
11687
11688 * whitespace.el (whitespace-trailing): Fix typo.
11689
11690 2008-04-28 Sam Steingold <sds@gnu.org>
11691
11692 * textmodes/remember.el (diary-make-entry): Update the autoload.
11693
11694 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11697 all-completions.
11698
11699 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11700
11701 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11702
11703 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11704
11705 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11706 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11707 (vc-dir-mark-file): Add an optional argument.
11708 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11709
11710 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11711
11712 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11713 rather than obsolete alias find-file-hooks.
11714 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11715 Use find-file-hook rather than obsolete alias find-file-hooks.
11716 Add to find-file-not-found-functions.
11717 (epa-file-handler): Put 'safe-magic and 'operations properties.
11718
11719 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11720 (epa-menu-items): Remove.
11721
11722 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11723 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11724 (epa-dired-mode, epa-global-dired-mode): Remove.
11725
11726 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11727
11728 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11729
11730 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11731
11732 2008-04-27 Glenn Morris <rgm@gnu.org>
11733
11734 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11735 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11736
11737 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11738
11739 * org/org.el (org-html-level-start): Always have id's in HTML.
11740 (org-export-as-html): Use `org-link-protocols' to
11741 retrieve the export form of the link.
11742 (org-add-link-type): Final parameter renamed from PUBLISH.
11743 Better documentation of how it is to be used. Avoid double entries for
11744 the same link type.
11745 (org-add-link-props): New function.
11746 (org-modules-loaded): New variable.
11747 (org-load-modules-maybe, org-set-modules): New function.
11748 (org-modules): New option.
11749 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11750 (orgtbl-mode, org-store-link, org-insert-link-global)
11751 (org-open-at-point): Call `org-load-modules-maybe'.
11752 (org-search-view): Add more text properties.
11753 (org-agenda-schedule, org-agenda-deadline): Allow also in
11754 search-type agendas.
11755 (org-search-view): Order of arguments has been changed.
11756 Interpret prefix-arg as TODO-ONLY.
11757 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11758 Take new argument order of `org-search-view' into account.
11759 (org-todo-only): New variable.
11760 (org-search-syntax-table): New variable and function.
11761 (org-search-view): Do the search with the special syntax table.
11762 (define-obsolete-function-alias): Make work with XEmacs.
11763 (org-add-planning-info): Use old date as default when modifying an
11764 existing deadline or scheduled item.
11765 (org-agenda-compute-time-span): Make argument N optional.
11766 (org-agenda-format-date-aligned): Require `cal-iso'.
11767 (org-agenda-list): Include week into agenda heading, don't
11768 list it at each date (only on Mondays).
11769 (org-read-date-analyze): Define local variable `iso-date'.
11770 (org-agenda-format-date-aligned): Remove dependency on
11771 `calendar-time-from-absolute'.
11772 (org-remember-apply-template, org-go-to-remember-target):
11773 Interpret filenames relative to `org-directory'.
11774 (org-complete): Silently fail when trying to complete
11775 keywords that don't have a default value.
11776 (org-get-current-options): Add a #+DATE: option.
11777 (org-additional-option-like-keywords): Remove "DATE:" from the
11778 list of additional keywords.
11779 (org-export-as-html): Remove (current-time) as unnecessary second
11780 argument of `format-time-string'.
11781 (org-clock-find-position): Handle special case at end of buffer.
11782 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11783 `org-agenda-change-time-span'.
11784 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11785 `org-agenda-change-time-span'.
11786 (org-agenda-month-view): New argument MONTH, pass it on to
11787 `org-agenda-change-time-span'.
11788 (org-agenda-year-view): New argument YEAR, pass it on to
11789 `org-agenda-change-time-span'.
11790 (org-agenda-change-time-span): New optional argument N, pass it on
11791 to `org-agenda-compute-time-span'.
11792 (org-agenda-compute-time-span): New argument N, interpret it by
11793 changing the starting day.
11794 (org-small-year-to-year): New function.
11795 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11796 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11797 into the future, and that the shift is at least one interval, never 0.
11798 (org-update-checkbox-count): Fix bug with checkbox counting.
11799 (org-add-note): New command.
11800 (org-add-log-setup): Rename from `org-add-log-maybe'.
11801 (org-log-note-headings): New entry for plain notes (i.e. notes not
11802 related to state changes or clocking).
11803 (org-get-org-file): Check for availability of `remember-data-file'.
11804 (org-cached-entry-get): Allow a regexp value for
11805 `org-use-property-inheritance'.
11806 (org-use-property-inheritance): Allow regexp value. Fix bug in
11807 customization type.
11808 (org-use-tag-inheritance): Allow a list and a regexp value for
11809 this variable.
11810 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11811 (org-entry-get): Respect value `selective' for the INHERIT argument.
11812 (org-tag-inherit-p, org-property-inherit-p): New functions.
11813 (org-agenda-format-date-aligned): Allow 10 characters for
11814 weekday, to accommodate German locale.
11815 (org-add-archive-files): New function.
11816 (org-agenda-files): New argument `ext', to get archive files as well.
11817 (org-tbl-menu): Protect the use of variables that
11818 are only available when org-table.el gets loaded.
11819 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11820 single directory.
11821 (org-open-file): Allow a batch process to trigger
11822 waiting after executing a system command.
11823 (org-store-link): Link to headline when there is not
11824 target and no region in an org-mode buffer when creating a link.
11825 (org-link-types-re): New variable.
11826 (org-make-link-regexps): Compute `org-link-types-re'.
11827 (org-make-link-description-function): New option.
11828 (org-agenda-date, org-agenda-date-weekend): New faces.
11829 (org-archive-sibling-heading): New option.
11830 (org-archive-to-archive-sibling): New function.
11831 (org-iswitchb): New command.
11832 (org-buffer-list): New function.
11833 (org-agenda-columns): Also try the #+COLUMNS line in
11834 the buffer associated with the entry at point (or with the first
11835 entry in the agenda view).
11836 (org-modules): Add entry for org-bibtex.el.
11837 (org-completion-fallback-command): Move into `org-completion' group.
11838 (org-clock-heading-function): Move to `org-progress' group.
11839 (org-auto-repeat-maybe): Make sure that a note can
11840 be enforces if `org-log-repeat' is `note'.
11841 (org-modules): Allow additional symbols for external packages.
11842 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11843 (org-clock-goto): Hide drawers after showing an
11844 entry with `org-clock-goto'.
11845 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11846 Try also a clocktable block shift.
11847 (org-clocktable-try-shift): New function.
11848 (org-columns-hscoll-title): New function.
11849 (org-columns-previous-hscroll): New variable.
11850 (org-columns-full-header-line-format): New variable.
11851 (org-columns-display-here-title, org-columns-remove-overlays):
11852 Install `org-columns-hscoll-title' in post-command-hook.
11853
11854 * org/org.el: Split into many small files.
11855
11856 * org/org-agenda.el: New file, split off from org.el.
11857
11858 * org/org-archive.el: New file, split off from org.el.
11859
11860 * org/org-bbdb.el: New file.
11861
11862 * org/org-bibtex.el: New file, split off from org.el.
11863
11864 * org/org-clock.el: New file, split off from org.el.
11865
11866 * org/org-colview.el: New file, split off from org.el.
11867
11868 * org/org-compat.el: New file, split off from org.el.
11869
11870 * org/org-exp.el: New file, split off from org.el.
11871
11872 * org/org-faces.el: New file, split off from org.el.
11873
11874 * org/org-gnus.el: New file, split off from org.el.
11875
11876 * org/org-info.el: New file, split off from org.el.
11877
11878 * org/org-infojs.el: New file.
11879
11880 * org/org-irc.el: New file.
11881
11882 * org/org-macs.el: New file, split off from org.el.
11883
11884 * org/org-mew.el: New file.
11885
11886 * org/org-mhe.el: New file, split off from org.el.
11887
11888 * org/org-publish.el: New file, split off from org.el.
11889
11890 * org/org-remember.el: New file, split off from org.el.
11891
11892 * org/org-rmail.el: New file, split off from org.el.
11893
11894 * org/org-table.el: New file, split off from org.el.
11895
11896 * org/org-vm.el: New file, split off from org.el.
11897
11898 * org/org-wl.el: New file, split off from org.el.
11899
11900 2008-04-27 Jason Riedy <jason@acm.org>
11901
11902 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11903 parameter that suppresses lines that evaluate to NIL.
11904 (orgtbl-get-fmt): New inline function for
11905 picking apart formats that may be lists.
11906 (orgtbl-apply-fmt): New inline function for applying formats that
11907 may be functions.
11908 (orgtbl-eval-str): New inline function for strings that may be
11909 functions.
11910 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11911 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11912 (*orgtbl-llfmt*, *orgtbl-llstart*)
11913 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11914 (orgtbl-format-section): Shift formatting to support detecting the
11915 last line and formatting it specially.
11916 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11917 formats unless overridden.
11918 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11919 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11920 bound variables to hold the input collection of lines and output
11921 formatted text.
11922 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11923 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11924 format parameters.
11925 (orgtbl-format-line): New function encapsulating formatting for a
11926 single line.
11927 (orgtbl-format-section): Similar for each section. Rebinding the
11928 dynamic vars customizes the formatting for each section.
11929 (orgtbl-to-generic): Use orgtbl-format-line and
11930 orgtbl-format-section.
11931 (org-get-param): Now unused, so delete.
11932 (orgtbl-gather-send-defs): New function to
11933 gather all the SEND definitions before a table.
11934 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11935 corresponding to the current name.
11936 (orgtbl-send-table): Use the previous two functions and implement
11937 multiple destinations for each table.
11938
11939 * doc/org.texi (A LaTeX example): Note that fmt may be a
11940 one-argument function, and efmt may be a two-argument function.
11941 (Radio tables): Document multiple destinations.
11942
11943 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11944
11945 * org/org-agenda.el (org-add-to-diary-list): New function.
11946 (org-prefix-has-effort): New variable.
11947 (org-sort-agenda-noeffort-is-high): New option.
11948 (org-agenda-columns-show-summaries)
11949 (org-agenda-columns-compute-summary-properties): New options.
11950 (org-format-agenda-item): Compute the duration of the item.
11951 (org-agenda-weekend-days): New variable.
11952 (org-agenda-list, org-timeline): Use the proper faces for dates in
11953 the agenda and timeline buffers.
11954 (org-agenda-archive-to-archive-sibling): New command.
11955 (org-agenda-start-with-clockreport-mode): New option.
11956 (org-agenda-clockreport-parameter-plist): New option.
11957 (org-agenda-clocktable-mode): New variable.
11958 (org-agenda-deadline-leaders): Allow a function value for the
11959 deadline leader.
11960 (org-agenda-get-deadlines): Deal with new function value.
11961
11962 * org/org-clock.el (org-clock): New customization group.
11963 (org-clock-into-drawer, org-clock-out-when-done)
11964 (org-clock-in-switch-to-state, org-clock-heading-function):
11965 Move into the new group.
11966 (org-clock-out-remove-zero-time-clocks): New option.
11967 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11968 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11969 parameter.
11970 (org-dblock-write:clocktable): Fix bug with total time calculation.
11971 (org-dblock-write:clocktable): Request the unrestricted list of files.
11972 (org-get-clocktable): New function.
11973 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11974 be strings but also integers (an absolute day number) and lists (m d y).
11975
11976 * org/org-colview.el (org-columns-next-allowed-value)
11977 (org-columns-edit-value): Limit the effort for updating in the
11978 agenda to recomputing a single file.
11979 (org-columns-compute): Only write property value if it has changed.
11980 This avoids raising the buffer-change-flag unnecessarily.
11981 (org-agenda-colview-summarize)
11982 (org-agenda-colview-compute): New functions.
11983 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11984
11985 * org/org-exp.el (org-export-run-in-background): New option.
11986 (org-export-icalendar): Allow a batch process to trigger waiting
11987 after executing a system command.
11988 (org-export-preprocess-string): Rename from
11989 `org-cleaned-string-for-export'.
11990 (org-export-html-style): Made target class look like normal text.
11991 (org-export-as-html): Make use of the better preprocessing in
11992 `org-cleaned-string-for-export'.
11993 (org-cleaned-string-for-export): Better treatment of heuristic
11994 targets, many more internal links will now work in HTML export.
11995 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11996 (org-export-inbuffer-options-extra): New variable.
11997 (org-export-options-filters): New hook.
11998 (org-infile-export-plist): Find also the settings keywords in
11999 `org-export-inbuffer-options-extra'.
12000 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12001 multiple #+INFOJS_OPT lines.
12002 (org-export-html-handle-js-options): New function.
12003 (org-export-html-infojs-setup): New option.
12004 (org-export-as-html): Call `org-export-html-handle-js-options'.
12005 Add autoload to all entry points.
12006 (org-skip-comments): Function removed.
12007
12008 * org/org-table.el (org-table-make-reference): Extra parenthesis
12009 around single fields, to make sure that algebraic formulas get
12010 correctly interpreted by calc.
12011 (org-table-current-column): No longer interactive.
12012
12013 * org/org-export-latex.el (org-export-latex-preprocess):
12014 Rename from `org-export-latex-cleaned-string'.
12015
12016 2008-04-27 Bastien Guerry <bzg@altern.org>
12017
12018 * org/org-publish.el (org-publish-get-base-files-1): New function.
12019 (org-publish-get-base-files): Use it.
12020 (org-publish-temp-files): New variable.
12021 Don't require 'dired-aux anymore.
12022 (org-publish-initial-buffer): New variable.
12023 (org-publish-org-to, org-publish): Use it.
12024 (org-publish-get-base-files-1): Bug fix: get
12025 the proper list of files when recursing thru a directory.
12026 (org-publish-get-base-files): Use the :exclude property to skip
12027 both files and directories.
12028
12029 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * net/tramp.el (tramp-handle-make-symbolic-link)
12032 (tramp-handle-file-name-directory)
12033 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12034 (tramp-do-copy-or-rename-file-directly)
12035 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12036 (tramp-handle-substitute-in-file-name)
12037 (tramp-handle-insert-file-contents, tramp-handle-write-region)
12038 * net/tramp-cache.el (tramp-get-file-property)
12039 (tramp-set-file-property, tramp-flush-file-property)
12040 (tramp-flush-directory-property)
12041 * net/tramp-compat.el (tramp-compat-make-temp-file)
12042 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12043 Disable `file-name-handler-alist' when handling localname.
12044 It could have a remote file syntax, like a VMS file name.
12045
12046 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12047
12048 * whitespace.el: New version 11.1.
12049 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12050 enclosed by \\( and \\)$. Docstring fix.
12051 (whitespace-trailing-regexp): Fun removed.
12052 (whitespace-report-list): Const initialization fix.
12053 (whitespace-color-on): Code fix.
12054
12055 2008-04-27 Andreas Schwab <schwab@suse.de>
12056
12057 * Makefile.el: Unbreak bootstrap.
12058
12059 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12060
12061 * net/tramp.el (tramp-replace-environment-variables): New defun.
12062 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12063 Use it.
12064
12065 2008-04-27 Glenn Morris <rgm@gnu.org>
12066
12067 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12068
12069 * calculator.el (calculator-expt): Replace cl function `oddp'.
12070
12071 2008-04-27 Johan Bockgård <bojohan@gnu.org>
12072
12073 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12074 Simplify. Collect `defun' and `autoload' entries.
12075 Avoid modifying load-history.
12076
12077 2008-04-26 Glenn Morris <rgm@gnu.org>
12078
12079 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12080
12081 * simple.el (quoted-insert, zap-to-char): Revert previous change.
12082
12083 2008-04-26 John Paul Wallington <jpw@pobox.com>
12084
12085 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12086 `hexl-mode-old-eldoc-documentation-function'.
12087 (hexl-mode-exit): Restore it.
12088 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12089
12090 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12091
12092 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12093
12094 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12095 (completion-pcm--all-completions): Doc fix.
12096 (completion-styles-alist, completion-all-completions):
12097 Fix typos in docstrings.
12098
12099 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12100
12101 * whitespace.el: There is now only one variable (whitespace-style) to
12102 specify which kind of blank is visualized. Doc and docstring fix.
12103 New version 11.0.
12104 (whitespace-style): New option, replace whitespace-style-mark and
12105 whitespace-style-color.
12106 (whitespace-style-mark, whitespace-style-color): Options removed.
12107 (whitespace-hspace, whitespace-tab, whitespace-newline)
12108 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12109 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12110 (whitespace-hspace-regexp, whitespace-space-regexp)
12111 (whitespace-tab-regexp, whitespace-trailing-regexp)
12112 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12113 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12114 (whitespace-space-after-tab-regexp, whitespace-line-column)
12115 (whitespace-display-mappings, whitespace-report): Docstring fix.
12116 (whitespace-color-value-list, whitespace-mark-value-list)
12117 (whitespace-active-color, whitespace-active-mark)
12118 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12119 (whitespace-style-value-list, whitespace-active-style)
12120 (whitespace-toggle-style): New vars.
12121 (whitespace-toggle-option-alist, whitespace-help-text):
12122 Var initialization and docstring fix.
12123 (whitespace-toggle-options, global-whitespace-toggle-options)
12124 (whitespace-cleanup, whitespace-cleanup-region)
12125 (whitespace-report-region, whitespace-interactive-char)
12126 (whitespace-toggle-list): Docstring and code fix.
12127 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12128 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12129 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12130 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12131
12132 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12135 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12136 (diff-sanity-check-hunk): Adjust code accordingly.
12137
12138 2008-04-26 Glenn Morris <rgm@gnu.org>
12139
12140 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12141
12142 * forms-d2.dat: Move to ../etc.
12143 * forms-d2.el (forms-file): Adapt for above change.
12144
12145 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12146 `translation-table-for-input'.
12147
12148 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12149 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12150
12151 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12152 to punctuation now it's not needed for abbrevs.
12153 (fortran-mode-abbrev-table): Remove defvar, make use of new
12154 define-abbrev-table :regexp feature.
12155
12156 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12157 insert, now that translation-table-for-input is not needed.
12158
12159 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12160
12161 * emacs-lisp/pp.el (pp-display-expression): New function,
12162 extracted from pp-eval-expression.
12163 (pp-eval-expression): Use pp-display-expression.
12164 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12165 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12166 (pp-eval-last-sexp): Use pp-last-sexp.
12167
12168 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * abbrev.el (define-abbrev-table): Apply props even if the table
12171 exists already.
12172
12173 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12174 various kinds of completion tables.
12175 (completion-emacs22-try-completion): Place cursor after the /, as was
12176 done in Emacs-22's minibuffer-complete-word.
12177 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12178 (completion-emacs22-try-completion): Merge all mergeable text rather
12179 than just /.
12180 (completion-pcm--delim-wild-regex): New var.
12181 (completion-pcm-word-delimiters): New custom.
12182 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12183 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12184 (completion-pcm--all-completions, completion-pcm-all-completions)
12185 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12186 (completion-pcm-try-completion): New functions.
12187 (completion-styles-alist): Add them.
12188 (completion-styles): Add it to the default.
12189
12190 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12191
12192 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12193 (gdb-var-create-handler): ...until here when there are values.
12194 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12195 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12196
12197 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12198
12199 * ls-lisp.el (ls-lisp-format): Fix last change.
12200 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12201 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12202 (ls-lisp-filesize-f-fmt): New defvars.
12203 (ls-lisp-insert-directory): Dynamically compute format specifiers
12204 for displaying UID, GID, and file size, and store them in the
12205 above variables.
12206 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12207 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12208 instead of constant format strings.
12209 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12210 ls-lisp-filesize-d-fmt instead of constant format strings.
12211
12212 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12213
12214 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12215 value of addresses rather than (partial) string value.
12216 (gdb-frame-handler): Change regexp according to above change.
12217 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12218 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12219 (gdb-assembler-mode): Disable undo in these buffers.
12220
12221 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12222
12223 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12224 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12225
12226 2008-04-24 Sam Steingold <sds@gnu.org>
12227
12228 * textmodes/remember.el (remember-diary-extract-entries): Use
12229 diary-make-entry instead of the obsolete make-diary-entry.
12230
12231 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * subr.el (translation-table-for-input): Mark as obsolete.
12234
12235 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12236
12237 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12238
12239 * textmodes/ispell.el (ispell-dictionary-alist-1)
12240 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12241 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12242 (ispell-dictionary-alist-6): Remove.
12243 (ispell-dictionary-base-alist): New var, merges the above.
12244 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12245 Use it.
12246 (ispell-dictionary-alist): Default to nil. Remove autoload.
12247 (ispell-local-dictionary-alist): Remove autoload.
12248
12249 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12250 (f90-mode-abbrev-table): Use the new :regexp feature.
12251 Merge defvar and mapc into define-abbrev-table.
12252 (f90-imenu-type-matcher): Remove unused `l'.
12253 (f90-imenu-generic-expression): Remove unused `not-ib'.
12254 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12255 (f90-change-keywords): Use restore-buffer-modified-p.
12256
12257 2008-04-24 Glenn Morris <rgm@gnu.org>
12258
12259 * net/goto-addr.el (goto-address-prog-mode):
12260 * progmodes/bug-reference.el (bug-reference-prog-mode):
12261 Define for compiler.
12262
12263 * minibuffer.el (x-file-dialog): Declare as function.
12264
12265 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12266 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12267
12268 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12269 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12270 work with easymenu. Add :keys where needed.
12271
12272 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12273 event-start is nil.
12274
12275 * calendar/calendar.el (calendar-mode-map): Fix typo.
12276
12277 2008-04-24 Tom Tromey <tromey@redhat.com>
12278
12279 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12280 Document keywords. Add :suppress.
12281 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12282
12283 * net/goto-addr.el (goto-address-unfontify): New function.
12284 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12285 (goto-address-fontify-region, goto-address-mode)
12286 (goto-address-prog-mode): New functions.
12287
12288 * progmodes/bug-reference.el: New file.
12289
12290 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12291
12292 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12293
12294 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12297 macros within lambdas.
12298
12299 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * minibuffer.el (completion-try-completion): Add `point' argument.
12302 Change return value.
12303 (completion-all-completions): Add `point' argument.
12304 (minibuffer-completion-help): Pass the new `point' argument.
12305 (completion--do-completion): Pass the whole field to try-completion.
12306 (completion--try-word-completion): Rewrite, making fewer assumptions.
12307 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12308 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12309 (completion-basic-try-completion, completion-basic-all-completions):
12310 New functions.
12311 (completion-styles-alist): Use them.
12312
12313 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12314
12315 * textmodes/ispell.el (ispell-set-spellchecker-params):
12316 New function to make sure right params and dictionary alists are used
12317 after spellchecker changes.
12318 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12319 (ispell-initialize-spellchecker-hook): New variables and hook.
12320 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12321 (ispell-maybe-find-aspell-dictionaries): Remove.
12322 Calls replaced by (ispell-set-spellchecker-params) calls.
12323 (ispell-have-aspell-dictionaries): Remove.
12324
12325 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12326 by ispell-set-spellchecker-params.
12327
12328 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * complete.el (PC-do-completion): Be more robust in the presence of
12331 unexpected values in minibuffer-completion-predicate.
12332
12333 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12334 Only abbreviate default-filename if it's a file.
12335
12336 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12337 (read-file-name-completion-ignore-case, insert-default-directory):
12338 New vars, moved from fileio.c.
12339 (read-file-name): New fun, moved from fileio.c.
12340 * cus-start.el: Remove insert-default-directory and
12341 read-file-name-completion-ignore-case.
12342
12343 2008-04-23 Magnus Henoch <mange@freemail.hu>
12344
12345 * tar-mode.el (tar-untar-buffer): If the entry has directory
12346 link type, extract it as a directory even if its file name doesn't
12347 end with a slash. Fixes extraction of NetBSD tar archives.
12348
12349 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * server.el (server-start): Also don't get confused by CRs since we
12352 don't quote them.
12353
12354 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12357 (gdb-set-gud-minor-mode-existing-buffers)
12358 (gdb-info-breakpoints-custom, gdb-get-location)
12359 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12360 Previously gdb-create-define-alist wasn't always run and added to
12361 after-save-hook.
12362
12363 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12364
12365 2008-04-23 Kevin Ryde <user42@zip.com.au>
12366
12367 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12368 comments like unindented ones.
12369
12370 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12371
12372 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12373 parameter origins.
12374
12375 2008-04-23 Kevin Ryde <user42@zip.com.au>
12376
12377 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12378 Bind print-level to ensure output forms aren't truncated if
12379 print-level is set to eval-expression-print-level when going via
12380 eval-defun and friends, or has been otherwise fiddled with.
12381
12382 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12385 font-lock-extend-after-change-region-function globally.
12386
12387 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * speedbar.el (speedbar-use-tool-tips-flag)
12390 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12391 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12392 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12393 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12394 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12395 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12396 (speedbar-separator-face): Fix typos in docstrings.
12397 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12398 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12399 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12400 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12401 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12402 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12403 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12404 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12405 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12406 (speedbar-recenter): Doc fixes.
12407 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12408 declaration and remove redundant info in docstring.
12409
12410 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12411
12412 * vc-git.el (vc-git-status-printer): Deal with directories.
12413
12414 * vc.el (vc-next-action): Look at more than the first file to
12415 determine the state.
12416
12417 2008-04-23 Glenn Morris <rgm@gnu.org>
12418
12419 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12420 timers. Doc fix.
12421 (dframe-update-speed): Drop support for XEmacs < 20.
12422 (dframe-frame-mode): Drop support for Emacs < 20.
12423 (dframe-set-timer-internal): Drop support for Emacs without timers.
12424 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12425
12426 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12427 versions. Add doc-string. Mark as obsolete.
12428
12429 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12430
12431 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12432 rather than using an Emacs version test.
12433
12434 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12435 rather than an Emacs version test.
12436
12437 * calendar/cal-china.el (holiday-chinese-qingming)
12438 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12439 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12440 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12441
12442 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12443
12444 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12445 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12446 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12447
12448 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12449
12450 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12451 (gdb-previous-frame-pc-address): ...to this.
12452 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12453 of "info frame" with Gdb 6.4+.
12454 (gdb-stack-list-frames-regexp): New regexp.
12455 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12456
12457 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12458
12459 * tar-mode.el (tar-prefix-offset): New constant.
12460 (tar-header-block-tokenize): Support paths with long names
12461 which use the "ustar" standard.
12462
12463 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12464
12465 * image-dired.el (image-dired-track-original-file)
12466 (image-dired-modify-mark-on-thumb-original-file):
12467 Use `dired-goto-file' instead of `search-forward'. This solves
12468 a bug with finding files where the file name is a subset of other
12469 file names. Doc fix.
12470
12471 2008-04-22 Juri Linkov <juri@jurta.org>
12472
12473 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12474 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12475 (yank-menu-length): Change group name `mouse' to `menu'.
12476 (buffers-menu-buffer-name-length): New user option.
12477 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12478 instead of the hard-coded number 27.
12479
12480 2008-04-22 Juri Linkov <juri@jurta.org>
12481
12482 * isearch.el (eval-when-compile): Require `help-macro'.
12483 (isearch-help-for-help-internal): Isearch specific Help screen
12484 created by `make-help-screen'.
12485 (isearch-help-map): New variable that binds "b", "k", "m" to
12486 isearch-specific commands, and binds other keys to
12487 isearch-other-control-char, thus allowing other Help keys to
12488 exit isearch mode and execute their global definitions.
12489 (isearch-help-for-help, isearch-describe-bindings)
12490 (isearch-describe-key, isearch-describe-mode): New commands.
12491 (isearch-mode-help): Define alias to isearch-describe-mode
12492 and remove its old function definition.
12493 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12494 Remove old comments because this issue is settled now.
12495 (isearch-forward): Describe three new Help commands in the docstring.
12496 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12497 leave the single sentence at the first line of the docstring,
12498 and prepend the word "function" before `isearch-forward'
12499 to make the Help link to the function instead of variable.
12500
12501 2008-04-22 Juri Linkov <juri@jurta.org>
12502
12503 * isearch.el (isearch-success-function): New variable with default
12504 to `isearch-success-function-default'.
12505 (isearch-search): Call a function from `isearch-success-function'
12506 instead of calling the hard-coded `isearch-range-invisible'.
12507 (isearch-success-function-default): New function that calls
12508 `isearch-range-invisible' and inverts its return value.
12509
12510 * info.el (Info-search): In two similar places that skip
12511 undesired search matches move code to Info-search-success-function,
12512 and call `isearch-success-function' instead.
12513 (Info-search-success-function): New function copied from code
12514 in Info-search. Replace isearch-range-invisible with
12515 text-property-not-all that checks for 'invisible and 'display
12516 properties to skip partially invisible matches (whose display
12517 properties were set by Info-fontify-node).
12518 (Info-mode): Set buffer-local isearch-success-function
12519 to Info-search-success-function.
12520
12521 2008-04-22 Juri Linkov <juri@jurta.org>
12522
12523 * minibuffer.el (internal-complete-buffer-except): New function.
12524
12525 * files.el (read-buffer-to-switch): New function.
12526 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12527 Change interactive spec to call read-buffer-to-switch instead of
12528 using the letter "B".
12529
12530 * simple.el (minibuffer-default-add-shell-commands): New function.
12531 Use declare-function for mailcap-file-default-commands from "mailcap".
12532 (shell-command): Set local minibuffer-default-add-function to
12533 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12534 before calling read-shell-command. Set 4th arg default-value of
12535 read-shell-command to relative buffer-file-name in file buffers.
12536
12537 * dired-aux.el (dired-read-shell-command-default): Move it to
12538 gnus/mailcap.el and change its name to more general name
12539 mailcap-file-default-commands.
12540 (minibuffer-default-add-dired-shell-commands): New function.
12541 Use declare-function for mailcap-file-default-commands from "mailcap".
12542 (dired-read-shell-command): Set local minibuffer-default-add-function
12543 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12544 before calling read-shell-command. Remove dired-read-shell-command-default
12545 from the default value arg because default values are not set in
12546 minibuffer-default-add-dired-shell-commands. Doc fix.
12547
12548 * dired-x.el (dired-smart-shell-command): Sync arguments and
12549 interactive spec with changes in `shell-command'.
12550 Use dired-get-filename to get the dired file name at point
12551 as the default value in dired mode.
12552
12553 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12554
12555 * info.el (Info-complete-menu-item): Add missing parenthesis.
12556
12557 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * info.el (Info-complete-menu-item): Save point.
12560
12561 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12562
12563 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12564
12565 2008-04-22 Andreas Schwab <schwab@suse.de>
12566
12567 * Makefile.in (emacs-deps): Define.
12568 Use it instead of $(lisp)/subdirs.el.
12569
12570 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12571
12572 * vc.el (vc-next-action): Do not consider directories when
12573 checking for state compatibility.
12574 (vc-transfer-file): Use when not if.
12575 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12576 (vc-dir-mark-file): Use them.
12577 (vc-deduce-fileset): Also return the backend.
12578 (vc-diff-internal): Take as argument the value returned by
12579 vc-deduce-fileset instead of just the fileset.
12580 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12581 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12582 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12583
12584 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12585
12586 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12587 set-window-vscroll but image-scroll-down. Fixes a bug where a
12588 command following SPC scrolled up again.
12589
12590 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12591
12592 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12593 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12594 (gud-watch): Add "$" prefix when in registers buffer.
12595
12596 2008-04-22 Glenn Morris <rgm@gnu.org>
12597
12598 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12599
12600 * whitespace.el (whitespace-display-table)
12601 (whitespace-display-table-was-local): Move definitions before use.
12602
12603 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12604 (copyright-limit): Respect copyright-at-end-flag.
12605 (copyright-re-search, copyright-start-point)
12606 (copyright-offset-too-large-p): New functions.
12607 (copyright-update-year): Use copyright-re-search.
12608 (copyright-update, copyright-fix-years): Use copyright-start-point,
12609 and copyright-re-search.
12610 (copyright): Use copyright-offset-too-large-p.
12611 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12612
12613 * add-log.el (top-level): Require 'cl when compiling.
12614
12615 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12618 Treat minibuffer-completion-predicate as a predicate.
12619
12620 * minibuffer.el (completion--file-name-table): Accept both the old
12621 `dir' arg or the new `pred' arg.
12622
12623 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12624 `predicate' argument to pass non-predicate data.
12625 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12626 Use second arg as proper predicate.
12627
12628 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12629 (vc-bzr-revision-completion-table): Use completion-table-with-context
12630 instead.
12631
12632 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12633
12634 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12635
12636 * term.el (term-emulate-terminal): Perform redisplay after the
12637 process filter has finished running.
12638
12639 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12642
12643 * minibuffer.el (completion-try-completion): Change magic symbol
12644 property name. Rename from minibuffer-try-completion.
12645 (completion-all-completions): Rename from minibuffer-all-completions.
12646 Remove hide-spaces argument.
12647 (completion--do-completion): Rename from minibuffer--do-completion.
12648 (minibuffer-complete-and-exit): Call just try-completion rather than
12649 completion-try-completion to fix up the case.
12650 (completion--try-word-completion): Try to add space or hyphen before
12651 making `string' a prefix of `completion'.
12652 (completion--insert-strings): Rename from minibuffer--insert-strings.
12653
12654 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12655
12656 * net/tls.el (tls-program): Add -ign_eof argument to call the
12657 openssl commands.
12658 (tls-checktrust): Ditto.
12659
12660 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12661
12662 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12663
12664 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12665 (vc-check-master-templates, vc-file-not-found-hook)
12666 (vc-kill-buffer-hook):
12667 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12668 (vc-find-position-by-context, vc-buffer-context)
12669 (vc-restore-buffer-context, vc-responsible-backend)
12670 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12671 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12672 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12673 (vc-version-diff, vc-diff, vc-insert-headers)
12674 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12675 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12676 (vc-revert, vc-rollback, vc-version-backup-file)
12677 (vc-rename-master, vc-delete-file, vc-rename-file)
12678 (vc-branch-part, vc-default-retrieve-snapshot)
12679 (vc-annotate-display-autoscale, vc-annotate-display-select)
12680 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12681 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12682 (vc-dir-update): Handle directories.
12683 (vc-default-status-printer): Simplify.
12684
12685 * progmodes/asm-mode.el (asm-mode-map):
12686 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12687
12688 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12689
12690 2008-04-21 Kenichi Handa <handa@m17n.org>
12691
12692 * select.el (xselect-convert-to-string): Send a C_STRING only if
12693 the polymorphic target TEXT is requested.
12694
12695 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12696
12697 * minibuffer.el (completion-setup-hook, display-completion-list)
12698 (completion--file-name-table): Fix typos in docstrings.
12699 (completion-table-dynamic): Fix typo, and reflow docstring.
12700
12701 2008-04-20 Andreas Schwab <schwab@suse.de>
12702
12703 * server.el (server-switch-buffer): Also consider clients in the
12704 selected frame.
12705
12706 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12707
12708 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12709 Select window clicked on first.
12710 (gdb): Display thread number in mode-line.
12711 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12712 (gdb-breakpoints-header): New variable.
12713 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12714
12715 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12718 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12719 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12720 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12721 (vc-sccs-print-log): Use it.
12722
12723 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12724
12725 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12726 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12727
12728 * tooltip.el (tooltip-previous-message): New var.
12729 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12730 the C code (avoid overwriting a minibuffer, restore previous echo
12731 message, ...).
12732 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12733 Simplify.
12734
12735 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12736
12737 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12738 (gdb-init-1): Initialise it.
12739 (gdb-annotation-rules): New entry for "new-thread".
12740 (gdb-thread-identification): New function to customize
12741 mode-line-buffer-identification.
12742 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12743 (gdb-assembler-mode): Use it.
12744 (gdb-threads-mode): Force "info threads" onto queue.
12745
12746 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * files.el (locate-file-completion-table): Rename from
12749 locate-file-completion and make it use `pred' in the normal way.
12750 (locate-file-completion): New compatibility wrapper.
12751 (load-library): Use locate-file-completion-table.
12752 * finder.el (finder-commentary):
12753 * subr.el (locate-library):
12754 * emacs-lisp/find-func.el (find-library): Likewise.
12755 * info.el: Use with-current-buffer and inhibit-read-only.
12756 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12757 (Info-read-node-name-1): Adjust uses accordingly.
12758
12759 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12760 (completion-table-with-terminator): Don't use complete-with-action
12761 since we have to distinguish all three cases anyway.
12762 (completion-table-with-predicate): New function.
12763 (dynamic-completion-table): Add obsolete alias.
12764
12765 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12766
12767 2008-04-18 Sam Steingold <sds@gnu.org>
12768
12769 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12770 Use quit-window instead of bury-buffer.
12771
12772 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12775
12776 2008-04-18 Andreas Schwab <schwab@suse.de>
12777
12778 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12779 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12780 Depend on $(lisp)/subdirs.el.
12781
12782 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * descr-text.el (describe-char-after):
12785 Use `define-obsolete-function-alias'.
12786
12787 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12788
12789 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12790
12791 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12792 Remove redundant obsolescence info in docstring.
12793
12794 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12795 (vc-header-alist): Add WHEN to obsolescence declaration.
12796 (vc-state): Fix typo in docstring.
12797
12798 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12799 Use `define-obsolete-variable-alias'.
12800
12801 * emulation/tpu-edt.el (tpu-have-ispell):
12802 * international/codepage.el (codepage-setup):
12803 Fix typo in obsolescence declaration.
12804
12805 * international/mule.el (char-coding-system-table):
12806 Remove redundant obsolescence info in docstring.
12807 (charset-list, generic-char-p, set-char-table-default):
12808 Fix typos in obsolescence declarations.
12809
12810 * international/mule-diag.el (non-iso-charset-alist):
12811 Fix typo in obsolescence declaration.
12812 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12813
12814 * font-core.el (font-lock-defaults-alist):
12815 * font-lock.el (font-lock-reference-face):
12816 * frame.el (screen-height, screen-width, set-screen-width)
12817 (set-screen-height):
12818 * hilit-chg.el (highlight-changes-initial-state):
12819 * isearch.el (isearch-return-char):
12820 * log-edit.el (cvs-commit-buffer-require-final-newline)
12821 (cvs-changelog-full-paragraphs):
12822 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12823 (mouse-popup-menubar-stuff):
12824 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12825 (mouse-wheel-click-button):
12826 * outline.el (outline-visible):
12827 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12828 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12829 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12830 * progmodes/compile.el (compile-internal):
12831 Add WHEN to obsolescence declarations.
12832
12833 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12836 is not better anyway.
12837
12838 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12839
12840 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12841 properly.
12842
12843 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12846 (python-use-skeletons): Remove, unused.
12847 (python-skeletons): Remove. Use the abbrev table instead.
12848 (python-mode-abbrev-table): Fix regexp;
12849 add enable-function and case-fixed.
12850 (def-python-skeleton): Simplify.
12851 (python-expand-template): Use the abbrev-table and abbrev-insert.
12852 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12853 Remove.
12854 (python-mode): Don't set pre-abbrev-expand-hook.
12855
12856 * skeleton.el: Set coding-tag.
12857
12858 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12859 (expand-abbrev): Use it.
12860 (abbrev-table-menu): New function.
12861
12862 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12863
12864 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12865
12866 2008-04-17 Sam Steingold <sds@gnu.org>
12867
12868 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12869 idiosyncratic bury-buffer/delete-window logic.
12870
12871 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12874 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12875
12876 2008-04-17 Kenichi Handa <handa@m17n.org>
12877
12878 * international/characters.el: Don't make the width of U+00AD to 0.
12879
12880 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12881
12882 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12883 (gdb, gdb-starting, gdb-frames-mode): Use it.
12884 (gdb-invalidate-frames): Advise to call "info stack" only if
12885 execution has occurred.
12886 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12887 selected frame if no execution has occurred.
12888 (gdb-frames-force-update): New interactive function.
12889 (gdb-frames-mode-map): Bind it to "F".
12890
12891 2008-04-17 Michael Olson <mwolson@gnu.org>
12892
12893 * textmodes/remember.el (remember-version): Release Remember 2.0.
12894
12895 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12896
12897 * textmodes/artist.el:
12898 * progmodes/vhdl-mode.el:
12899 * progmodes/verilog-mode.el:
12900 * progmodes/vera-mode.el:
12901 * progmodes/simula.el:
12902 * progmodes/ps-mode.el:
12903 * progmodes/cmacexp.el:
12904 * obsolete/hilit19.el:
12905 * emulation/viper.el:
12906 * ediff.el: Cleanup the bug-report email addresses and make sure the
12907 maintainer is still willing to handle bug reports.
12908
12909 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12910
12911 * vc.el (vc-dir-kill-query): Fix thinko.
12912
12913 2008-04-16 Glenn Morris <rgm@gnu.org>
12914
12915 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12916 by diary-sexp-entry.
12917
12918 2008-04-16 Markus Triska <markus.triska@gmx.at>
12919
12920 * proced.el (proced-command-alist): Add support for darwin.
12921
12922 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * proced.el (proced-mode): Redefine as just the major-mode.
12925 (proced): Separate it from proced-mode.
12926
12927 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12928
12929 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12930
12931 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12932 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12933 `tab-width' setting from user. New version 10.0. Doc and docstring
12934 fix.
12935 (whitespace-style, whitespace-chars): Remove options.
12936 (whitespace-style-mark): New option, replace whitespace-style deleted
12937 option. Fix docstring.
12938 (whitespace-style-color): New option, replace whitespace-chars deleted
12939 option. Fix docstring.
12940 (whitespace-space, whitespace-hspace, whitespace-tab)
12941 (whitespace-newline, whitespace-trailing, whitespace-line)
12942 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12943 (whitespace-space-after-tab, whitespace-hspace-regexp)
12944 (whitespace-space-regexp, whitespace-tab-regexp)
12945 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12946 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12947 (whitespace-toggle-option-alist): Fix docstring.
12948 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12949 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12950 docstring and initialization.
12951 (global-whitespace-mode): Autoloaded global minor mode.
12952 (whitespace-chars-value-list, whitespace-style-value-list)
12953 (whitespace-active-chars, whitespace-active-style)
12954 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12955 (whitespace-color-value-list): New var, replace
12956 whitespace-chars-value-list removed var.
12957 (whitespace-mark-value-list): New var, replace
12958 whitespace-style-value-list removed var.
12959 (whitespace-active-color): New var, replace whitespace-active-chars
12960 removed var.
12961 (whitespace-active-mark): New var, replace whitespace-active-style
12962 removed var.
12963 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12964 removed var.
12965 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12966 removed var.
12967 (whitespace-toggle-option-alist, whitespace-report-list)
12968 (whitespace-report-text, whitespace-help-text): Fix initialization.
12969 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12970 (whitespace-toggle-options, global-whitespace-toggle-options)
12971 (whitespace-cleanup-region, whitespace-report-region)
12972 (whitespace-interactive-char): Fix docstring and code.
12973 (whitespace-cleanup, whitespace-report): Fix docstring.
12974 (whitespace-replace-spaces-by-tabs): Remove fun.
12975 (whitespace-replace-action): New fun, replace
12976 whitespace-replace-spaces-by-tabs removed fun.
12977 (whitespace-regexp, whitespace-indentation-regexp)
12978 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12979 (whitespace-kill-buffer): New funs.
12980 (whitespace-insert-option-mark, whitespace-help-on)
12981 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12982 (whitespace-color-on, whitespace-color-off)
12983 (whitespace-display-char-on): Fix code.
12984
12985 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12988 (mouse-throw-magnifier-with-mouse-movement): Remove.
12989 (mouse-throw-magnifier-base): New const.
12990 (mouse-drag-scroll-delta): New fun.
12991 (mouse-drag-throw): Use it.
12992
12993 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12994
12995 * international/uni-bidi.el, international/uni-category.el:
12996 * international/uni-combining.el, international/uni-comment.el:
12997 * international/uni-decimal.el, international/uni-decomposition.el:
12998 * international/uni-digit.el, international/uni-lowercase.el:
12999 * international/uni-mirrored.el, international/uni-name.el:
13000 * international/uni-numeric.el, international/uni-old-name.el:
13001 * international/uni-titlecase.el, international/uni-uppercase.el:
13002 * international/charprop.el: Regenerate.
13003
13004 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13005
13006 * vc.el (vc-status-fileinfo): Add new member directoryp.
13007 (vc-default-status-printer): Print directories.
13008 (vc-status-update): Sort files before subdirectories.
13009
13010 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13011 Add alternative implementation based on "cvs update".
13012
13013 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
13014
13015 * doc-view.el: Changed requirements section to tell that only one
13016 of dvipdf or dvipdfm is needed.
13017 (doc-view-already-converted-p): Fix bug that forced reconversion
13018 if doc was already converted.
13019
13020 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13021
13022 * minibuffer.el (minibuffer-message):
13023 Make sure we can put-text-property.
13024
13025 * emacs-lisp/crm.el: Complete rewrite.
13026
13027 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13028 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13029 case of an error in display-completion-list.
13030
13031 * filecache.el (file-cache-completions-keymap): Move init from
13032 file-cache-completion-setup-function into declaration.
13033 (file-cache-minibuffer-complete): Simplify.
13034 (file-cache-completion-setup-function): Use standard-output,
13035 preserve current-buffer.
13036
13037 * vc.el (vc-status-update): Fix typo.
13038 (vc-status-update): Set needs-update.
13039 (vc-status-refresh): η-reduce.
13040
13041 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13042
13043 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13044 to image-eol.
13045
13046 2008-04-14 Alexandre Julliard <julliard@winehq.org>
13047
13048 * vc.el (vc-status-update): Undo the previous revert.
13049
13050 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * minibuffer.el (completion-table-with-terminator): Those completions
13053 are never valid w.r.t test-completion.
13054 (completion--file-name-table):
13055 Check completion-all-completions-with-base-size.
13056
13057 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13058
13059 * doc-view.el (doc-view-dvipdf-program): New variable.
13060 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13061 (doc-view-mode-p): Check for doc-view-dvipdf-program as
13062 alternative for doc-view-dvipdfm-program.
13063 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13064
13065 * doc-view.el (doc-view-start-process): Don't set
13066 default-directory to "~/" if the current value is valid.
13067 This broke PS files that run other files in the same directory.
13068
13069 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
13070
13071 * vc.el (vc-status-kill-query): New function.
13072 (vc-status-mode): Add it to kill-buffer-query-functions.
13073 (vc-status-show-fileentry): New function.
13074 (vc-status-menu-map): Bind it. Bind vc-next-action.
13075
13076 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * minibuffer.el (minibuffer-message): Put cursor at the right place.
13079
13080 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13081
13082 * proced.el (proced-send-signal): Fix error recognition.
13083
13084 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13085
13086 * proced.el (proced-command-alist): Remove sort column.
13087 (proced-command, proced-procname-column):
13088 Use make-variable-buffer-local.
13089 (proced-signal-function): Rename from proced-kill-program.
13090 Allow for elisp symbols and string values representing system calls.
13091 (proced-marker-regexp, proced-success-message): New functions.
13092 (proced): Use defalias. Add autoload cookie.
13093 (proced-unmark-backward, proced-toggle-marks)
13094 (proced-hide-processes): New commands.
13095 (proced-do-mark): Simplify code.
13096 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13097 (proced-update): Remove sorting.
13098 (proced-send-signal): Display number of processes to operate on.
13099 Allow for system calls or elisp functions to send signals.
13100 Check if signal was sent successfully.
13101
13102 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * minibuffer.el (completion-all-completion-with-base-size): New var.
13105 (completion--some): New function.
13106 (completion-table-with-context, completion--file-name-table):
13107 Return the base-size if requested.
13108 (completion-table-in-turn): Generalize to multiple arguments.
13109 (complete-in-turn): Compatibility alias.
13110 (completion-styles-alist): New var.
13111 (completion-styles): New customization.
13112 (minibuffer-try-completion, minibuffer-all-completions):
13113 New functions.
13114 (minibuffer--do-completion, minibuffer-complete-and-exit)
13115 (minibuffer-try-word-completion): Use them.
13116 (display-completion-list, minibuffer-completion-help): Use them.
13117 Handle all-completions's new base-size info to set completion-base-size.
13118 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13119 completion-table-with-terminator and complete-with-action.
13120 Remove the now obsolete completion-base-size-function property.
13121 * simple.el (completion-list-mode-map): Move init into declaration.
13122 (completion-list-mode): Use define-derived-mode.
13123 (completion-setup-function): Use any completion-base-size that may
13124 have been set before. Remove handling of completion-base-size-function.
13125 * loadup.el: Move abbrev.el up earlier.
13126
13127 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13128
13129 * vc-git.el (vc-git-after-dir-status-stage)
13130 (vc-git-dir-status-goto-stage): New functions.
13131 (vc-git-after-dir-status-stage1)
13132 (vc-git-after-dir-status-stage1-empty-db)
13133 (vc-git-after-dir-status-stage2): Remove, functionality moved
13134 into the new generic stage functions.
13135 (vc-git-dir-status-files): New function.
13136
13137 * vc.el (vc-status-update): Revert an incorrect rewrite.
13138 Add some comments.
13139 (vc-status-refresh-files): New function.
13140 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13141 state of up-to-date files.
13142 (vc-default-dir-status-files): New function.
13143
13144 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13145
13146 * minibuffer.el (completion--embedded-envvar-table)
13147 (read-file-name-internal): Fix typos in 2008-04-11 change.
13148
13149 * faces.el (read-face-name): Use `completion-table-in-turn',
13150 not `complete-in-turn'.
13151
13152 2008-04-13 Andreas Schwab <schwab@suse.de>
13153
13154 * progmodes/etags.el: Require 'cl when compiling.
13155
13156 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13157
13158 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13159
13160 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13161 (menu): Add/expand menu tooltips.
13162
13163 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13164
13165 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13166 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13167
13168 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13169 considered registered.
13170
13171 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13172
13173 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13174
13175 * ediff-wind.el (ediff-split-window-function)
13176 (ediff-merge-split-window-function): Improve custom type.
13177
13178 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13179
13180 * loadup.el ("minibuffer"): Move after "faces".
13181
13182 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * progmodes/hideif.el (hif-factor): Handle unary minus.
13185
13186 2008-04-12 Glenn Morris <rgm@gnu.org>
13187
13188 * calendar/cal-china.el (chinese-calendar-time-zone):
13189 Mark obsolete name as risky too.
13190
13191 * calendar/calendar.el (calendar-faces): New custom group.
13192 (calendar-today, diary, holiday): Doc fix.
13193 Move to calendar-faces group.
13194 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13195 (diary-button): Doc fix. Move to calendar-faces group.
13196
13197 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13198 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13199 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13200 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13201 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13202 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13203 not in dumped files before the associated defcustom.
13204
13205 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13206
13207 * minibuffer.el (lazy-completion-table): Fix debug spec.
13208
13209 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * minibuffer.el (complete-with-action, lazy-completion-table):
13212 Move from subr.el.
13213 (apply-partially, completion-table-dynamic)
13214 (completion-table-with-context, completion-table-with-terminator)
13215 (completion-table-in-turn): New funs.
13216 (completion--make-envvar-table, completion--embedded-envvar-table):
13217 New funs.
13218 (read-file-name-internal): Use them.
13219 (completion-setup-hook): Move from simple.el.
13220 * subr.el (complete-with-action, lazy-completion-table):
13221 * simple.el (completion-setup-hook): Move to minibuffer.el.
13222
13223 2008-04-11 Glenn Morris <rgm@gnu.org>
13224
13225 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13226
13227 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13230
13231 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13232
13233 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13234 (fill-forward-paragraph): New fun.
13235 (fill-paragraph, fill-region): Use it.
13236
13237 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13238 (vc-status-create-fileinfo): Make `extra' optional.
13239 (vc-status-busy): New fun.
13240 (vc-status-menu-map): Use it.
13241 (vc-status-crt-marked): Remove.
13242 (vc-status-update): Rename from vc-status-add-entries.
13243 Add argument so as to prevent addition of entries. Rewrite.
13244 (vc-update-vc-status-buffer): Remove.
13245 (vc-status-refresh): Don't remove old entries, set them to
13246 up-to-date instead. Also do it after the update is complete.
13247 (vc-status-marked-files): η-reduce.
13248
13249 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13250 for non-dialogs.
13251
13252 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13253
13254 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13255
13256 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13257
13258 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13259 to t and don't truncate msg.
13260
13261 2008-04-11 Glenn Morris <rgm@gnu.org>
13262
13263 * calendar/calendar.el (diary, holidays):
13264 Move custom groups to other files.
13265 (holiday-general-holidays, holiday-oriental-holidays)
13266 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13267 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13268 (holiday-hebrew-holidays, holiday-christian-holidays)
13269 (holiday-islamic-holidays, holiday-bahai-holidays)
13270 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13271 * calendar/diary-lib.el: Move custom group here from calendar.el.
13272 * calendar/holidays.el: Move custom group and variables here
13273 from calendar.el.
13274
13275 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13276
13277 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13278 Fix custom group.
13279 (calendar-current-time-zone-cache): Autoload riskiness.
13280
13281 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13282
13283 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * woman.el (woman2-TH): Use string-equal instead of string-match.
13286
13287 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13290 (smerge-resolve): Merge the "2-way refinement" case with one half of
13291 the "mere whitespace" resolution.
13292
13293 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13294
13295 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13296
13297 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13298
13299 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13300 Add WHEN to obsolescence declaration.
13301
13302 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13303
13304 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13305
13306 * vc-hooks.el (vc-state): Add new state `conflict'.
13307 (vc-after-save): Use when not if.
13308 (vc-default-mode-line-string): Deal with the conflict state.
13309 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13310
13311 * vc.el (vc-editable-p, vc-default-status-printer)
13312 (vc-next-action): Deal with the conflict state.
13313 (vc-mark-resolved): New function.
13314 (vc-status-mode): Fix mode name.
13315 (vc-default-comment-history): Use when not if.
13316 (Todo): Add new entries, remove old ones.
13317
13318 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13319 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13320 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13321 Detect the conflict state.
13322
13323 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13324
13325 2008-04-10 Glenn Morris <rgm@gnu.org>
13326
13327 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13328 Respect truncate-partial-width-windows in non-full windows,
13329 with regards to :toggle and :enable state.
13330
13331 * simple.el (toggle-truncate-lines): Doc fix.
13332
13333 * Makefile.in (MH_E_DIR): New variable.
13334 (MH_E_SRC): Restore variable removed 2008-03-13.
13335 (mh-loaddefs.el): Depend on $MH_E_SRC.
13336 (CAL_DIR, CAL_SRC): New variables.
13337 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13338 Depend on CAL_SRC.
13339
13340 * calendar/calendar.el (calendar, diary): Add :prefix.
13341 (holidays): Change :prefix.
13342 (calendar-today, holiday, calendar-holiday-marker)
13343 (european-calendar-style): Change custom groups.
13344
13345 * calendar/calendar.el (diary-hook, diary-display-hook):
13346 Move to diary-lib.el.
13347 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13348 Move here from calendar.el.
13349 * calendar/appt.el: Require diary-lib rather than calendar.
13350 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13351
13352 * calendar/appt.el (appt): Add :prefix.
13353
13354 * calendar/diary-lib.el (diary-hook): Doc fix.
13355 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13356
13357 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13360 New functions.
13361
13362 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13363 the arg to recursive calls.
13364
13365 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13366
13367 * minibuffer.el (completion-auto-help): Fix typo.
13368
13369 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13372
13373 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13374
13375 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13376 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13377
13378 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13381
13382 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13383 (completion-auto-help): Move from C code.
13384 (minibuffer--maybe-completion-help): Remove.
13385 (minibuffer--bitset): New function.
13386 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13387 Renumber a bit. Really complete on string *before* point.
13388 Add argument used for word-completion.
13389 Join trailing / in completion with following text, as done in
13390 minibuffer-complete-word.
13391 Handle new value `lazy' for completion-auto-help.
13392 (minibuffer-try-word-completion): New function extracted from
13393 minibuffer-complete-word.
13394 (minibuffer-complete-word): Use minibuffer--do-completion.
13395 (minibuffer--insert-strings): Rename from
13396 minibuffer-complete-insert-strings.
13397 (exit-minibuffer): Fix typo.
13398 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13399 * cus-start.el: Remove completion-auto-help.
13400
13401 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13402
13403 * vc.el (vc-status-add-entries): New function.
13404 (vc-status-add-entry): Remove.
13405 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13406 Use vc-status-add-entries.
13407
13408 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13409 order.
13410
13411 2008-04-09 Jason Rumney <jasonr@gnu.org>
13412
13413 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13414 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13415 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13416 (AUTOGENEL): New variable.
13417 (distclean, maintainer-clean): New targets.
13418
13419 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * emacs-lisp/regexp-opt.el (regexp-opt):
13422 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13423
13424 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13425
13426 * nxml/nxml-mode.el (nxml-cleanup): New function.
13427 (nxml-mode): Add it to change-major-mode-hook.
13428
13429 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13430
13431 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13432
13433 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13434
13435 * calc/.cvsignore: New file.
13436
13437 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13438
13439 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13440
13441 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13442 show-help-function when turning tooltip off.
13443 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13444 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13445
13446 2008-04-09 Alan Mackenzie <acm@muc.de>
13447
13448 * font-lock.el (font-lock-extend-after-change-region-function):
13449 Make it buffer local.
13450
13451 2008-04-09 Glenn Morris <rgm@gnu.org>
13452
13453 * calendar/calendar.el (diary-file, european-calendar-style):
13454 Remove autoload cookies.
13455
13456 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13457
13458 * outline.el (outline-mode-menu-bar-map):
13459 * log-view.el (log-view-mode-menu):
13460 * log-edit.el (log-edit-menu): Add :help.
13461
13462 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13463
13464 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13465 Use substring-no-properties for correct handling of unibyte strings.
13466
13467 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * add-log.el (change-log-next-buffer): Handle the case where version<
13470 signals an error.
13471
13472 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13473 mouse-major-mode-menu.
13474 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13475 (mouse-major-mode-menu, mouse-popup-menubar)
13476 (mouse-popup-menubar-stuff): Use them.
13477 (C-down-mouse-3): Bind to a dynamic map rather than to
13478 mouse-popup-menubar-stuff.
13479
13480 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13481 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13482
13483 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13484
13485 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13486 file:// access method.
13487
13488 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * minibuffer.el: New file.
13491 * loadup.el: Load it.
13492
13493 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13496 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13497
13498 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13499 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13500 Move initialization into declaration.
13501 * calc/calc-yank.el:
13502 * calc/calc-misc.el:
13503 * calc/calc-embed.el:
13504 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13505
13506 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13507
13508 * ps-samp.el (ps-add-printer, ps-remove-printer)
13509 (ps-make-dynamic-printer-menu): New functions.
13510
13511 * net/zeroconf.el: New file.
13512
13513 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13516
13517 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13518
13519 * vc-rcs.el (vc-rcs-modify-change-comment):
13520 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13521
13522 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13523
13524 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13525
13526 * international/mule-cmds.el (set-locale-environment): Don't warn if
13527 coding system doesn't agree with system locale (this reverts changes
13528 by Dave Love, dated 2002-10-27 and 2002-10-09).
13529
13530 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13531 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13532
13533 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13534
13535 2008-04-08 Glenn Morris <rgm@gnu.org>
13536
13537 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13538 * textmodes/remember.el (remember-diary-convert-entry):
13539 Require calendar.
13540
13541 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13542 diary-file, since it is the default for make-diary-entry anyway.
13543
13544 * calendar/cal-menu.el (cal-menu-event-to-date):
13545 Rename calendar-event-to-date. Update callers.
13546 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13547 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13548 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13549 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13550 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13551 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13552 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13553 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13554 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13555 (calendar-mouse-tex-month-landscape):
13556 Rename cal-tex-mouse-month-landscape.
13557 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13558 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13559 (calendar-mouse-tex-year-landscape):
13560 Rename cal-tex-mouse-year-landscape.
13561 (cal-menu-context-mouse-menu): Update for above name changes.
13562
13563 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13564 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13565 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13566 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13567 * calendar/holidays.el: Replace int-to-string with number-to-string.
13568
13569 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13572 region if point moves.
13573
13574 2008-04-08 Kenichi Handa <handa@m17n.org>
13575
13576 * faces.el (font-slant-table): Change numeric values for `r',
13577 `roman', and `normal'.
13578
13579 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13580
13581 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13582
13583 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13584
13585 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13586 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13587
13588 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13589
13590 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13591 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13592
13593 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13596
13597 2008-04-07 Sam Steingold <sds@gnu.org>
13598
13599 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13600 Add helper functions.
13601 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13602 lisp-compile-defun; DEFVAR forms reset the variables to the init
13603 values, just like in emacs-lisp mode eval-defun.
13604 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13605 (lisp-compile-region): Use lisp-compile-string.
13606
13607 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * subr.el (combine-and-quote-strings): Also quote strings that contain
13610 the separator.
13611
13612 * pcvs-util.el (cvs-map): Avoid recursion :-(
13613
13614 2008-04-07 Glenn Morris <rgm@gnu.org>
13615
13616 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13617
13618 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13619 view-diary-entries-initially. Keep old name as alias, update users.
13620 (calendar-mark-diary-entries-flag): Rename
13621 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13622 (calendar-view-holidays-initially-flag): Rename
13623 view-calendar-holidays-initially. Keep old name as alias, update users.
13624 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13625 Keep old name as alias, update users.
13626 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13627 Keep old name as alias, update users.
13628 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13629 Keep old name as alias, update users.
13630 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13631 Keep old name as alias, update users.
13632 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13633 (diary-american-date-forms): Rename american-date-diary-pattern.
13634 Keep old name as alias, update users.
13635 (diary-european-date-forms): Rename european-date-diary-pattern.
13636 Keep old name as alias, update users.
13637 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13638 Keep old name as alias, update users.
13639 (calendar-european-date-display-form): Rename
13640 european-calendar-display-form. Keep old name as alias, update users.
13641 (calendar-american-date-display-form): Rename
13642 european-calendar-display-form. Keep old name as alias, update users.
13643 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13644 Keep old name as alias, update users.
13645 (holiday-general-holidays): Rename general-holidays.
13646 Keep old name as alias, update users.
13647 (holiday-oriental-holidays): Rename oriental-holidays.
13648 Keep old name as alias, update users.
13649 (holiday-local-holidays): Rename local-holidays.
13650 Keep old name as alias, update users.
13651 (holiday-other-holidays): Rename other-holidays.
13652 Keep old name as alias, update users.
13653 (holiday-hebrew-holidays): Rename hebrew-holidays.
13654 Keep old name as alias, update users.
13655 (holiday-christian-holidays): Rename christian-holidays.
13656 Keep old name as alias, update users.
13657 (holiday-islamic-holidays): Rename islamic-holidays.
13658 Keep old name as alias, update users.
13659 (holiday-bahai-holidays): Rename bahai-holidays.
13660 Keep old name as alias, update users.
13661 (holiday-solar-holidays): Rename solar-holidays.
13662 Keep old name as alias, update users.
13663 (diary-fancy-buffer): Rename fancy-diary-buffer.
13664 Keep old name as alias, update users.
13665 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13666 Update users.
13667 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13668 Update users.
13669 (calendar-increment-month): Rename increment-calendar-month.
13670 Keep old name as alias, update callers.
13671 (calendar-increment-month-cons): Rename old calendar-increment-month.
13672 Update callers.
13673 (calendar-extract-month): Rename extract-calendar-month.
13674 Keep old name as alias, update callers.
13675 (calendar-extract-day): Rename extract-calendar-day.
13676 Keep old name as alias, update callers.
13677 (calendar-extract-year): Rename extract-calendar-year.
13678 Keep old name as alias, update callers.
13679 (calendar-generate-window): Rename generate-calendar-window.
13680 Update callers.
13681 (calendar-generate): Rename generate-calendar. Update callers.
13682 (calendar-generate-month): Rename generate-calendar-month.
13683 Update callers.
13684 (calendar-redraw): Rename redraw-calendar. Update callers.
13685 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13686 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13687 Update callers.
13688 (calendar-update-mode-line): Rename update-calendar-mode-line.
13689 Update callers.
13690 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13691 update callers.
13692 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13693 Keep old name as alias, update callers.
13694 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13695 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13696 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13697 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13698 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13699 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13700 * calendar/solar.el: Update for calendar.el name changes.
13701 * org/org.el (org-agenda-format-date-aligned)
13702 (org-agenda-execute-calendar-command): Access date elements directly
13703 rather than using calendar functions.
13704 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13705 Also set calendar-view-diary-initially-flag,
13706 calendar-view-holidays-initially-flag.
13707 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13708 (org-agenda-execute-calendar-command): No need to set displayed-day.
13709
13710 2008-04-06 Alan Mackenzie <acm@muc.de>
13711
13712 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13713 typo in the doc string.
13714
13715 * progmodes/cc-mode.el (c-basic-common-init):
13716 Set font-lock-extend-after-change-region-function.
13717 (c-extend-after-change-region): New function, used in
13718 font-lock-extend-after-change-region-function, thus superseding
13719 advice on the Font Lock after change functions.
13720 (c-advise-fl-for-region): Remove this macro.
13721
13722 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13723
13724 * textmodes/flyspell.el (flyspell-duplicate-distance):
13725 Improve custom type.
13726
13727 2008-04-06 Glenn Morris <rgm@gnu.org>
13728
13729 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13730 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13731 (diary-list-entries-hook): Rename list-diary-entries-hook.
13732 Keep old name as alias, update users.
13733 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13734 Keep old name as alias, update users.
13735 (diary-nongregorian-listing-hook): Rename
13736 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13737 (diary-nongregorian-marking-hook): Rename
13738 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13739 (diary-print-entries-hook): Rename print-diary-entries-hook.
13740 Keep old name as alias, update users.
13741 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13742 Keep old name as alias, update users.
13743 (diary-number-of-entries): Rename number-of-diary-entries.
13744 Keep old name as alias, update users.
13745 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13746 Give version of obsolescence.
13747 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13748 Keep old name as alias, update callers.
13749 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13750 update callers.
13751 (diary-include-other-diary-files): Rename include-other-diary-files.
13752 Keep old name as alias, update callers.
13753 (diary-simple-display): Rename simple-diary-display.
13754 Keep old name as alias, update callers.
13755 (diary-fancy-display): Rename fancy-diary-display.
13756 Keep old name as alias, update callers.
13757 (diary-print-entries): Rename print-diary-entries.
13758 Keep old name as alias, update callers.
13759 (diary-marking-entries-flag): Rename marking-diary-entries.
13760 Update users.
13761 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13762 (diary-mark-entries): Rename mark-diary-entries.
13763 Keep old name as alias, update callers.
13764 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13765 Keep old name as alias, update callers.
13766 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13767 Keep old name as alias, update callers.
13768 (calendar-mark-days-named): Rename mark-calendar-days-named.
13769 Keep old name as alias, update callers.
13770 (calendar-mark-month): Rename mark-calendar-month.
13771 Keep old name as alias, update callers.
13772 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13773 Keep old name as alias, update callers.
13774 (diary-sort-entries): Rename sort-diary-entries.
13775 Keep old name as alias, update callers.
13776 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13777 Keep old name as alias, update callers.
13778 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13779 update callers.
13780 (diary-insert-entry): Rename insert-diary-entry.
13781 Keep old name as alias.
13782 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13783 Keep old name as alias.
13784 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13785 Keep old name as alias.
13786 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13787 Keep old name as alias.
13788 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13789 Keep old name as alias.
13790 (diary-insert-block-entry): Rename insert-block-diary-entry.
13791 Keep old name as alias.
13792 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13793 Keep old name as alias.
13794 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13795 Keep old name as alias, update users.
13796 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13797 Keep old name as alias, update callers.
13798 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13799 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13800 * calendar/icalendar.el: Update for diary-lib name changes.
13801
13802 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13803
13804 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13805
13806 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13807 for copy, move, and link operations.
13808
13809 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13810
13811 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13812 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13813
13814 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13815 'require' statements with 1-argument ones (wrapped in if's).
13816 For compatibility with the current stable version of XEmacs.
13817
13818 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13819
13820 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13821
13822 2008-04-06 Jason Rumney <jasonr@gnu.org>
13823
13824 * language/burmese.el ("Burmese"): Make sample text consistent with
13825 language name.
13826
13827 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13828
13829 * progmodes/gdb-ui.el (gdb): New group.
13830 (gdb-debug-log-max, gdb-enable-debug)
13831 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13832 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13833 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13834 (gdb-show-changed-values, gdb-max-children)
13835 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13836 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13837 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13838 (gdb-memory-unit): Move to new group from GUD group.
13839 (menu): Allow customization from GDB-UI menu-item.
13840
13841 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13842
13843 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13844
13845 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13848 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13849 Revision numbers can include ".".
13850
13851 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13852 "+" lines not accounted for by counting "-" and context lines.
13853
13854 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13855
13856 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13857 file name string.
13858
13859 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13862 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13863
13864 2008-04-05 Richard Stallman <rms@gnu.org>
13865
13866 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13867
13868 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13869
13870 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13871 thread in [h-e-w]).
13872
13873 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13874
13875 * files.el (abort-if-file-too-large): Fix typo in docstring.
13876
13877 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * subr.el (functionp): Return nil for special forms.
13880
13881 2008-04-05 Glenn Morris <rgm@gnu.org>
13882
13883 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13884 Provide a feature.
13885 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13886 Require loaddefs file rather than loading it.
13887 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13888 autoload-ensure-default-file provides a feature.
13889
13890 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13891 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13892 (compile, compile-always, recompile): Use $LOADDEFS.
13893 (cal-autoloads): Remove.
13894
13895 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13896 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13897
13898 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13899 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13900
13901 * calendar/calendar.el (diary-hebrew-entry-symbol):
13902 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13903 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13904 Keep old name as alias.
13905 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13906 Keep old name as alias.
13907 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13908 to diary-bahai-entry-symbol.
13909 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13910 to diary-hebrew-entry-symbol.
13911 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13912 to diary-islamic-entry-symbol.
13913 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13914
13915 * calendar/solar.el (diary-sabbath-candles-minutes)
13916 (diary-sabbath-candles): Move to cal-hebrew.
13917 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13918 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13919 Doc fix. Keep old name as alias.
13920 (diary-hebrew-sabbath-candles): Simplify.
13921 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13922 (calendar-longitude, calendar-time-zone): Declare for compiler.
13923 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13924 rename.
13925
13926 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13927 Rename coptic-calendar-month-name-array. Update callers.
13928 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13929 (calendar-coptic-name): Rename coptic-name. Update callers.
13930 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13931 Update callers.
13932 (calendar-coptic-last-day-of-month):
13933 Rename coptic-calendar-last-day-of-month. Update callers.
13934 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13935 Keep old name as alias, update callers.
13936 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13937 Keep old name as alias, update callers.
13938 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13939 Keep old name as alias.
13940 (calendar-ethiopic-month-name-array):
13941 Rename ethiopic-calendar-month-name-array. Update callers.
13942 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13943 Update callers.
13944 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13945 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13946 Keep old name as alias, update callers.
13947 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13948 Keep old name as alias, update callers.
13949 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13950 Keep old name as alias.
13951
13952 * calendar/cal-french.el (calendar-french-epoch):
13953 Rename french-calendar-epoch. Update callers.
13954 (calendar-french-month-name-array): Rename variable and function
13955 french-calendar-month-name-array. Update callers.
13956 (calendar-french-multibyte-month-name-array):
13957 Rename french-calendar-multibyte-month-name-array. Update callers.
13958 (calendar-french-day-name-array): Rename variable and function
13959 french-calendar-day-name-array. Update callers.
13960 (calendar-french-special-days-array): Rename variable and function
13961 french-calendar-special-days-array. Update callers.
13962 (calendar-french-multibyte-special-days-array):
13963 Rename french-calendar-multibyte-special-days-array. Update callers.
13964 (calendar-french-accents-p): Rename french-calendar-accents.
13965 Update callers.
13966 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13967 Update callers.
13968 (calendar-french-last-day-of-month):
13969 Rename french-calendar-last-day-of-month. Update callers.
13970 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13971 Keep old name as alias, update callers.
13972 (calendar-french-print-date): Rename calendar-print-french-date.
13973 Keep old name as alias, update callers.
13974 (calendar-french-goto-date): Rename calendar-goto-french-date.
13975 Keep old name as alias.
13976
13977 * calendar/cal-menu.el, calendar/calendar.el:
13978 Update for Coptic and French name changes.
13979
13980 * calendar/cal-china.el (calendar-chinese): Rename custom group
13981 from chinese-calendar. Update users.
13982 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13983 Keep old name as alias, update users.
13984 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13985 Keep old name as alias.
13986 (calendar-chinese-daylight-time-offset):
13987 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13988 update users.
13989 (calendar-chinese-standard-time-zone-name):
13990 Rename chinese-calendar-standard-time-zone-name.
13991 Keep old name as alias, update users.
13992 (calendar-chinese-daylight-saving-start):
13993 Rename chinese-calendar-daylight-savings-starts.
13994 Keep old name as alias, update users.
13995 (calendar-chinese-daylight-saving-end):
13996 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13997 update users.
13998 (calendar-chinese-daylight-saving-start-time):
13999 Rename chinese-calendar-daylight-savings-starts-time.
14000 Keep old name as alias, update users.
14001 (calendar-chinese-daylight-saving-end-time):
14002 Rename chinese-calendar-daylight-savings-ends-time.
14003 Keep old name as alias, update users.
14004 (calendar-chinese-celestial-stem): Rename
14005 calendar-chinese-celestial-stem. Keep old name as alias, update users.
14006 (calendar-chinese-terrestrial-branch):
14007 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
14008 update users.
14009 (calendar-chinese-zodiac-sign-on-or-after):
14010 Rename chinese-zodiac-sign-on-or-after. Update callers.
14011 (calendar-chinese-new-moon-on-or-after):
14012 Rename chinese-new-moon-on-or-after. Update callers.
14013 (calendar-chinese-month-list): Rename chinese-month-list.
14014 Update callers.
14015 (calendar-chinese-number-months): Rename number-chinese-months.
14016 Update callers.
14017 (calendar-chinese-compute-year): Rename compute-chinese-year.
14018 Update callers.
14019 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
14020 (calendar-chinese-year): Rename chinese-year. Update callers.
14021 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14022 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14023 Keep old name as alias, update callers.
14024 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14025 Keep old name as alias, update callers.
14026 (calendar-chinese-months-to-alist):
14027 Rename make-chinese-month-assoc-list. Update callers.
14028 (calendar-chinese-months): Rename chinese-months. Update callers.
14029 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14030 Keep old name as alias, update callers.
14031
14032 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14033 Rename hebrew-calendar-leap-year-p. Update callers.
14034 (calendar-hebrew-last-month-of-year):
14035 Rename hebrew-calendar-last-month-of-year. Update callers.
14036 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14037 Update callers.
14038 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14039 Update callers.
14040 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14041 Update callers.
14042 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14043 Update callers.
14044 (calendar-hebrew-last-day-of-month):
14045 Rename hebrew-calendar-last-day-of-month. Update callers.
14046 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14047 Keep old name as alias, update callers.
14048 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14049 Keep old name as alias, update callers.
14050 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14051 Keep old name as alias, update callers.
14052 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14053 Keep old name as alias.
14054 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14055 Keep old name as alias.
14056 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14057 Keep old name as alias.
14058 (holiday-hebrew-passover): Rename holiday-passover-etc.
14059 Keep old name as alias.
14060 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14061 Keep old name as alias, update callers.
14062 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14063 Keep old name as alias.
14064 (calendar-hebrew-mark-date-pattern):
14065 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
14066 update callers.
14067 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14068 Keep old name as alias.
14069 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14070 Keep old name as alias.
14071 (diary-hebrew-insert-monthly-entry):
14072 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
14073 (diary-hebrew-insert-yearly-entry):
14074 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
14075 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14076 Keep old name as alias.
14077 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
14078 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
14079 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14080 Keep old name as alias.
14081 (calendar-hebrew-parashiot-names):
14082 Rename hebrew-calendar-parashiot-names. Update callers.
14083 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14084 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14085 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14086 (calendar-hebrew-year-Saturday-complete-Tuesday):
14087 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14088 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14089 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14090 (calendar-hebrew-year-Monday-complete-Thursday):
14091 Rename hebrew-calendar-year-Monday-complete-Thursday.
14092 (calendar-hebrew-year-Tuesday-regular-Thursday):
14093 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14094 (calendar-hebrew-year-Thursday-regular-Saturday):
14095 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14096 (calendar-hebrew-year-Thursday-complete-Sunday):
14097 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14098 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14099 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14100 (calendar-hebrew-year-Saturday-complete-Thursday):
14101 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14102 (calendar-hebrew-year-Monday-incomplete-Thursday):
14103 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14104 (calendar-hebrew-year-Monday-complete-Saturday):
14105 Rename hebrew-calendar-year-Monday-complete-Saturday.
14106 (calendar-hebrew-year-Tuesday-regular-Saturday):
14107 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14108 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14109 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14110 (calendar-hebrew-year-Thursday-complete-Tuesday):
14111 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14112 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14113 Update for above name changes of constants.
14114
14115 * calendar/cal-menu.el, calendar/calendar.el:
14116 Update for chinese and hebrew name changes.
14117 * calendar/diary-lib.el: Update for hebrew name changes.
14118
14119 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * subr.el (keymap-canonicalize): Correct thinko.
14122
14123 * server.el: Undo part of the multi-tty change, which is only
14124 needed if server.el is preloaded, and broke server-running-p.
14125 (server-socket-dir): Initialize in the defvar, as before.
14126 (server-start): Remove initialization of server-socket-dir.
14127
14128 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14129
14130 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14131 3-member cons cells.
14132
14133 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * cus-face.el (custom-face-attributes): Handle roman slant.
14136
14137 * faces.el (default): Ensure the face-defface-spec property is set.
14138
14139 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14140
14141 * files.el (abort-if-file-too-large): New function.
14142 (find-file-noselect, insert-file-1): Use it.
14143
14144 2008-04-05 Reto Zimmermann <reto@gnu.org>
14145
14146 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14147 Replace C-c[a-zA-Z] key bindings.
14148
14149 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * progmodes/hideif.el (hif-token-alist): New var.
14152 (hif-token-regexp, hif-tokenize): Use it.
14153 (hif-mathify-binop): New macro.
14154 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14155 (hif-greater-equal, hif-less-equal): Use it.
14156 (hif-logior, hif-logand): New functions.
14157 (hif-math): Accept | and & as well.
14158
14159 * progmodes/etags.el: Fix problem with completion for buffer-local
14160 tables. Reported by Radey Shouman <shouman@comcast.net>.
14161 (tags-complete-tag): Remove.
14162 (tags-lazy-completion-table): New function to replace it.
14163 (find-tag-tag, complete-tag): Update users.
14164
14165 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14166
14167 * vc-rcs.el (vc-rcs-dir-status):
14168 * vc-sccs.el (vc-sccs-dir-status): New function.
14169
14170 * outline.el (outline-mode-menu-bar-map):
14171 * term.el (terminal-signal-menu): Add :help.
14172
14173 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14174 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14175
14176 * emacs-lisp/re-builder.el (reb-mode-map):
14177 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14178
14179 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14180 new files, deleted files and for changing permissions.
14181 (diff-mode): Set beginning-of-defun-function and
14182 end-of-defun-function.
14183
14184 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14185
14186 * vc.el (vc-default-status-fileinfo-extra): New function.
14187 (vc-status-mark-buffer-changed): Use it.
14188 (vc-update-vc-status-buffer): Allow for partial updates.
14189
14190 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14193 tramp-register-completion-file-name-handler.
14194
14195 * subr.el (keymap-canonicalize): New function.
14196 * mouse.el (mouse-menu-non-singleton): Use it.
14197 (mouse-major-mode-menu): Remove hack made unnecessary.
14198
14199 * simple.el (set-fill-column): Prompt rather than error by default.
14200
14201 2008-04-04 Andreas Schwab <schwab@suse.de>
14202
14203 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14204 Reset new-rules after each round.
14205
14206 * Makefile.in (cal-autoloads): New target.
14207 (compile, compile-always, recompile): Depend on it.
14208 ($(lisp)/calendar/cal-loaddefs.el)
14209 ($(lisp)/calendar/diary-loaddefs.el)
14210 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14211
14212 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14213
14214 * ediff*.el: Replace load with require in eval-when-compile.
14215
14216 * ediff-hook.el: Delete all invocations of (autoload ...).
14217
14218 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14219 in ediff control window, and set its min height to 2.
14220 (ediff-setup-control-buffer): Dedicate the control window.
14221 (ediff-toggle-multiframe): Undedicate control window.
14222 Work directly with ediff-setup-windows-multiframe and
14223 ediff-setup-windows-plain.
14224
14225 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14226 New function.
14227 (ediff-window-setup-function): Change initialization.
14228 (ediff-setup-windows-automatic): Delete.
14229 (ediff-setup-windows-plain-merge): Make control window dedicated.
14230 (ediff-destroy-control-frame): Do not skip frames if working in a
14231 single frame.
14232
14233 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14234 eval-when-compile.
14235
14236 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14237 eval-when-compile.
14238
14239 2008-04-04 Glenn Morris <rgm@gnu.org>
14240
14241 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14242 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14243
14244 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14245 Rename islamic-calendar-leap-year-p. Update callers.
14246 (calendar-islamic-last-day-of-month):
14247 Rename islamic-calendar-last-day-of-month. Update callers.
14248 (calendar-islamic-day-number):
14249 Rename islamic-calendar-day-number. Update callers.
14250 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14251 Update callers, keep old name as alias.
14252 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14253 Update callers, keep old name as alias.
14254 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14255 Keep old name as alias.
14256 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14257 Update callers, keep old name as alias.
14258 (calendar-islamic-mark-date-pattern):
14259 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14260 name as alias.
14261 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14262 Keep old name as alias.
14263 (diary-islamic-insert-monthly-entry):
14264 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14265 (diary-islamic-insert-yearly-entry):
14266 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14267
14268 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14269 calendar-absolute-from-iso. Update callers, keep old name as alias.
14270 (calendar-iso-print-date): Rename calendar-print-iso-date.
14271 Update callers, keep old name as alias.
14272 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14273 Keep old name as alias.
14274 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14275 Keep old name as alias.
14276
14277 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14278 calendar-absolute-from-julian. Update callers, keep old name as alias.
14279 (calendar-julian-print-date): Rename calendar-print-julian-date.
14280 Update callers, keep old name as alias.
14281 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14282 Update callers, keep old name as alias.
14283 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14284 Update callers, keep old name as alias.
14285 (calendar-astro-print-day-number):
14286 Rename calendar-print-astro-day-number. Update callers, keep old
14287 name as alias.
14288 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14289 Update callers, keep old name as alias.
14290
14291 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14292 Rename calendar-string-to-mayan-long-count. Update callers.
14293 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14294 Update callers, keep old name as alias.
14295 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14296 Update callers.
14297 (calendar-mayan-read-tzolkin-date):
14298 Rename calendar-read-mayan-tzolkin-date. Update callers.
14299 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14300 Keep old name as alias.
14301 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14302 Keep old name as alias.
14303 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14304 Keep old name as alias.
14305 (calendar-mayan-previous-tzolkin-date):
14306 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14307 (calendar-mayan-next-round-date):
14308 Rename calendar-next-calendar-round-date. Keep old name as alias.
14309 (calendar-mayan-previous-round-date):
14310 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14311 (calendar-mayan-long-count-to-absolute): Rename
14312 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14313 (calendar-mayan-goto-long-count-date):
14314 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14315
14316 * calendar/cal-persia.el (calendar-persian-month-name-array):
14317 Rename persian-calendar-month-name-array. Update callers.
14318 (calendar-persian-epoch): Rename persian-calendar-epoch.
14319 Update callers.
14320 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14321 Update callers.
14322 (calendar-persian-last-day-of-month):
14323 Rename persian-calendar-last-day-of-month. Update callers.
14324 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14325 Update callers, keep old name as alias.
14326 (calendar-persian-print-date): Rename calendar-print-persian-date.
14327 Update callers, keep old name as alias.
14328 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14329 Keep old name as alias.
14330
14331 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14332 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14333 * calendar/solar.el: Update for cal-julian name changes.
14334
14335 * calendar/cal-dst.el: Update for persian name changes.
14336
14337 * calendar/cal-menu.el, calendar/calendar.el:
14338 Update for islamic, iso, julian, mayan, persian name changes.
14339
14340 * calendar/diary-lib.el: Update for islamic name changes.
14341
14342 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14343 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14344 as alias.
14345 (calendar-christian-all-holidays-flag):
14346 Rename all-christian-calendar-holidays. Update callers, keep old
14347 name as alias.
14348 (calendar-islamic-all-holidays-flag):
14349 Rename all-islamic-calendar-holidays. Update callers, keep old
14350 name as alias.
14351 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14352 Update callers, keep old name as alias.
14353 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14354 Update for the above name changes.
14355
14356 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14357
14358 * hilit-chg.el (global-highlight-changes-mode)
14359 (highlight-changes-passive-string, highlight-changes-active-string):
14360 Mark as obsolete since 23.1, not 22.1.
14361
14362 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * hilit-chg.el (highlight-changes-visibility-initial-state)
14365 (hilit-chg-update, highlight-changes-mode-turn-on):
14366 Fix typos in docstrings.
14367
14368 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14369
14370 * newcomment.el (comment-enter-backward): Be careful to restore
14371 position changed during narrowing.
14372
14373 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14374
14375 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14376 Recognize `sub ($$)'.
14377
14378 2008-04-03 Richard Sharman <rsharman@pobox.com>
14379
14380 * hilit-chg.el (highlight-changes-mode): Rename from
14381 highlight-changes; no longer uses sub-modes active and passive;
14382 implemented by define-minor-mode.
14383 (highlight-changes-toggle-visibility): New function, to replace
14384 the old passive/active submodes of global-highlight-changes-mode;
14385 implemented by define-minor-mode.
14386 (global-highlight-changes-mode): Rename from global-highlight-changes;
14387 rewrite using define-globalized-minor-mode.
14388 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14389 (hilit-chg-post-command-hook, hilit-chg-check-global)
14390 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14391 to use of define-globalized-minor-mode.
14392 (highlight-changes-global-initial-state): Change to be boolean.
14393 (highlight-changes-visible-string, highlight-changes-invisible-string):
14394 Rename from highlight-changes-active-string and
14395 highlight-changes-passive-string.
14396 (hilit-chg-update, hilit-chg-set): Use them.
14397 (global-highlight-changes-mode): Rename from global-highlight-changes.
14398 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14399 docstring.
14400 (hilit-chg-hide-changes): Rewrite to use dolist.
14401 (hilit-chg-set-face-on-change, hilit-chg-update)
14402 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14403 variable instead of testing highlight-changes-mode.
14404 (highlight-markup-buffers): Add require ediff-util; argument on calls
14405 to highlight-changes-mode changed.
14406 (highlight-compare-with-file): Fix problems with interactive
14407 call giving invalid default file.
14408
14409 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14410
14411 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14412 Fix in disassembly buffer (regression in 22.2).
14413
14414 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14415
14416 * emulation/viper-macs.el (viper-read-fast-keysequence):
14417 Use viper-read-event instead of viper-read-key.
14418
14419 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14420
14421 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14422 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14423 let-statements.
14424
14425 * emulation/viper-ex.el, emulation/viper-macs.el:
14426 * emulation/viper-mous.el:
14427 Replace load with require in eval-when-compile.
14428
14429 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14432
14433 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14434 (archive-try-jka-compr): New function.
14435 (archive-set-buffer-as-visiting-file): Use it.
14436
14437 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14438
14439 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14440
14441 * simple.el (handle-shift-selection): New arg.
14442
14443 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14446
14447 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14448
14449 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14450
14451 * shell.el (shell-dynamic-complete-filename): New fun.
14452 (shell-dynamic-complete-functions): Use it.
14453
14454 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14455
14456 2008-04-03 Kenichi Handa <handa@m17n.org>
14457
14458 * international/fontset.el (create-fontset-from-x-resource):
14459 Handle the error of X resource more gracefully.
14460
14461 * international/latin1-disp.el (latin1-display): Don't use make-char.
14462 Fix the argument to set-char-table-range.
14463 (latin1-display-identities): Don't use make-char.
14464 (latin1-display-reset): Use map-charset-chars instead of directly
14465 calling standard-display-default.
14466 (latin1-display-check-font): Don't use make-char.
14467 (latin1-display-setup): Likewise.
14468 (latin1-display-ucs-per-lynx): Likewise.
14469
14470 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14473 name the fields, to make the code clearer.
14474 Rewrite all `aset' and `aref' using the defined accessors.
14475 (timer--time): New pseudo-field.
14476 (timer-set-time, timer-set-idle-time, timer-inc-time)
14477 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14478 (timer--time-less-p): New function.
14479 (timer--activate): New function, extracted from timer-activate.
14480 (timer-activate-when-idle, timer-activate): Use it.
14481 (cancel-function-timers): Use dolist.
14482
14483 2008-04-03 Glenn Morris <rgm@gnu.org>
14484
14485 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14486 Remove declarations; no longer used.
14487 (c-cpp-define-name, c-defun-name): Declare as functions.
14488
14489 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14490 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14491
14492 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14493 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14494 Add optional argument. Simplify.
14495 (holiday-tisha-b-av-etc): Use memq rather than unless.
14496 (holiday-julian): Autoload it.
14497 (holiday-hebrew-misc): New function.
14498
14499 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14500
14501 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14502 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14503 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14504 all-hebrew-calendar-holidays.
14505 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14506 Simplify using new functions.
14507 (calendar-holidays): Doc fix.
14508 (generate-calendar-window): Use bound-and-true-p.
14509
14510 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14511
14512 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14513 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14514 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14515 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14516
14517 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14518
14519 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14522
14523 * vc-bzr.el (vc-bzr-checkout): Simplify.
14524
14525 * image-mode.el (image-mode-fit-frame): New command.
14526
14527 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14528 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14529 (keyboard-escape-quit): Check region-active-p i.s.o
14530 transient-mark-mode.
14531
14532 2008-04-02 Simon Josefsson <simon@josefsson.org>
14533
14534 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14535 (imap-message-copyuid-1): Use it.
14536 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14537 J. Williams in
14538 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14539
14540 2008-04-02 Alan Mackenzie <acm@muc.de>
14541
14542 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14543 New optimised functions to get the name of the current defun/macro.
14544
14545 * add-log.el (add-log-current-defun): Move the functionality which
14546 gets the current function name for C like modes to cc-cmds.el,
14547 thus optimising for speed.
14548
14549 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14550
14551 * simple.el (deactivate-mark): When the mark is temporarily
14552 active, restore the original value of transient-mark-mode.
14553 (set-mark-command): First deactivate the mark if was temporarily active.
14554 (exchange-point-and-mark): Reactivate the mark if it was
14555 temporarily active.
14556 (handle-shift-selection): New fun.
14557 (transient-mark-mode): Move var documentation here from buffer.c.
14558 (next-line, previous-line, backward-word, move-end-of-line)
14559 (move-beginning-of-line, forward-to-indentation)
14560 (backward-to-indentation, back-to-indentation)
14561 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14562
14563 * mouse.el (mouse-set-region-1): Save the old value of
14564 transient-mark-mode.
14565 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14566 transient-mark-mode.
14567
14568 * textmodes/paragraphs.el (forward-paragraph)
14569 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14570 interactive spec.
14571
14572 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14573
14574 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14575
14576 * net/tramp.el (tramp-make-tramp-temp-file):
14577 Use `tramp-drop-volume-letter' for the local file name part.
14578
14579 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14580
14581 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14582 Add menu entries corresponding to all the key bindings.
14583
14584 * emacs-lisp/debug.el (debugger-mode-map):
14585 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14586 (conf-align-assignments): Only work on the region if it is active.
14587 (conf-quote-normal): Use when instead of if. Remove redundant test.
14588
14589 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14590 for tracing and re-builder.
14591
14592 2008-04-02 Glenn Morris <rgm@gnu.org>
14593
14594 * calendar/appt.el (appt-disp-window-function): Doc fix.
14595 (appt-display-message): Move beep before display.
14596 (appt-check): Make interactive. Reduce the number of lets.
14597 Use string-equal to compare mode-line strings.
14598 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14599 read-only.
14600 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14601 (appt-delete): Simplify.
14602
14603 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14604
14605 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14606
14607 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14608 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14609 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14610
14611 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14612 (calendar-holiday-marker, mark-visible-calendar-date):
14613 * calendar/diary-lib.el (fancy-diary-display):
14614 Check for font-lock-mode before using faces.
14615
14616 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14617 (calendar-gregorian-from-absolute): Reduce the number of lets.
14618 (hebrew-holidays-4, generate-calendar-window): Simplify.
14619 (calendar-for-loop): Make obsolete.
14620 (calendar-nth-named-day): Doc fix.
14621
14622 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14623 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14624 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14625 Reduce the number of lets.
14626 (mark-sexp-diary-entries, calendar-mark-complex):
14627 Expand calendar-for-loops.
14628
14629 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14630
14631 * find-dired.el (find-dired-filter): Fix last patch to handle
14632 multi-line process input. Pad link numbers too.
14633
14634 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14635
14636 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14637
14638 2008-04-01 Jason Rumney <jasonr@gnu.org>
14639
14640 * international/characters.el (script-list): Add phonetic script,
14641 covering IPA (previously Latin), Phonetic Extensions and
14642 Phonetic Extensions Supplement (both previously unassigned).
14643
14644 * international/fontset.el (setup-default-fontset): Use unicode fonts
14645 that cover bopomofo script for bopomofo.
14646 Likewise for braille and mathematical.
14647 Use unicode scripts that cover the phonetic script for IPA.
14648
14649 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14650
14651 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14652 return the assigned value.
14653
14654 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * abbrev.el (abbrev-mode): Use define-minor-mode.
14657
14658 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14659 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14660 Use map-keymap.
14661 (minor-mode-menu-from-indicator): Use it. Simplify.
14662
14663 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14664 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14665 Bind the key directly to the menu.
14666 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14667
14668 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14669
14670 * epa.el (epa-decrypt-region): Explain the reason why this
14671 function should not be used in Lisp programs.
14672 (epa-decrypt-armor-in-region): Ditto.
14673 (epa-verify-region): Ditto.
14674 (epa-verify-cleartext-in-region): Ditto.
14675 (epa-sign-region): Ditto.
14676 (epa-encrypt-region): Ditto.
14677
14678 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14679
14680 * epa.el (epa-select-keys): Show menu even if there is no key in
14681 GnuPG's keyring.
14682
14683 2008-04-01 Glenn Morris <rgm@gnu.org>
14684
14685 * calendar/calendar.el (calendar-make-temp-face): New function.
14686 (mark-visible-calendar-date):
14687 * calendar/diary-lib.el (fancy-diary-display): Use it.
14688
14689 * vc-hooks.el (vc-responsible-backend): Declare as function.
14690
14691 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14692 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14693 * calendar/cal-julian.el (holiday-julian): Use it.
14694
14695 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14696 (calendar-hebrew-date-is-visible-p): Extract some common code into
14697 separate function.
14698 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14699
14700 * calendar/cal-menu.el (cal-menu-holidays-menu):
14701 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14702 rather than obsolete alias.
14703
14704 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14705 for mark characters.
14706 (calendar-unmark): Unmark by removing all overlays, rather than
14707 redrawing.
14708 (calendar-starred-day): Remove.
14709 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14710 (calendar-cursor-to-date): No need for special star handling now
14711 using overlays.
14712 (calendar-star-date): Use overlays.
14713
14714 * calendar/cal-french.el (calendar-goto-french-date):
14715 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14716 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14717 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14718 * calendar/cal-persia.el (calendar-persian-date-string):
14719 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14720 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14721 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14722 * calendar/solar.el (solar-equinoxes-solstices):
14723 Reduce nesting of some lets.
14724
14725 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14726 (calendar-goto-mayan-long-count-date): Simplify.
14727
14728 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14729 Simplify by using mapcar.
14730 (calendar-list-holidays): Return holiday-list.
14731 (list-holidays): Use let rather than let*. Remove un-needed locals
14732 `d', `never'.
14733 (calendar-check-holidays): Return result from dolist.
14734 (holiday-float): Use a single let*. Simplify if-and to and.
14735 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14736 single let*.
14737
14738 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14739
14740 * calc/calc.el: Autoload `calc-yank'.
14741 (calc-mode-map): Add keybindings for `calc-yank'.
14742 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14743 assignments for `calc-yank'.
14744
14745 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14746
14747 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14748 (vc-status-mark-buffer-changed): Handle the extra field.
14749
14750 * vc-bzr.el (vc-bzr-after-dir-status):
14751 * vc-cvs.el (vc-cvs-after-dir-status):
14752 * vc-hg.el (vc-hg-after-dir-status):
14753 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14754
14755 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * doc-view.el: Compute displayed pages first (in PDF).
14758 (doc-view-current-converter-processes): Rename from
14759 doc-view-current-converter-process. Update users.
14760 (doc-view-sentinel): Test buffer's liveness.
14761 (doc-view-pdf/ps->png-sentinel): Remove.
14762 (doc-view-start-process): New function.
14763 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14764 (doc-view-ps->pdf): Use it.
14765 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14766 New functions.
14767 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14768 (doc-view-mode): Kill the processes when leaving the mode.
14769
14770 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14771
14772 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14773 Use `byte-compile-warning-types'. Add docstring.
14774
14775 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14778 (smerge-resolve): Add various resolution heuristics.
14779
14780 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14781 in 3-way conflicts.
14782
14783 2008-03-31 Glenn Morris <rgm@gnu.org>
14784
14785 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14786 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14787 * calendar/cal-islam.el (mark-islamic-diary-entries):
14788 Fix argument order in call to diary-mark-entries-1.
14789
14790 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14791 pre-Bahai dates.
14792 (holiday-bahai): Use an algorithm actually relevant to this calendar
14793 system.
14794
14795 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14796
14797 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14798 Use and.
14799
14800 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14801 in the last fortnight in Julian October.
14802
14803 * calendar/calendar.el (increment-calendar-month): Optionally handle
14804 systems without 12 months per year.
14805 (calendar-date-is-visible-p): Doc fix. Simplify.
14806
14807 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14808 from dolist.
14809
14810 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14811
14812 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14813 (hi-lock-unload-function): New function.
14814
14815 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14816
14817 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14818 overwriting when NEWNAME is a local file.
14819
14820 * net/trampver.el: Update release number.
14821
14822 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14823
14824 * vc-git.el: Make vc-status display information about copies,
14825 renames and permission changes.
14826 (vc-git-extra-fileinfo): New defstruct.
14827 (vc-git-escape-file-name, vc-git-file-type-as-string)
14828 (vc-git-rename-as-string, vc-git-permissions-as-string)
14829 (vc-git-status-printer): New functions.
14830 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14831 (vc-git-after-dir-status-stage1): Look for copies, renames and
14832 permission changes.
14833 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14834 (vc-git-dir-status): Ask for staged files and renames.
14835
14836 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14837
14838 * vc.el: Allow backends to display backend specific information in
14839 the vc-status listing.
14840 (vc-status-fileinfo): Add a field for backend specific information.
14841 (vc-status-printer): Rename to ...
14842 (vc-default-status-printer): ... this.
14843 (vc-status-printer): New function.
14844 (vc-update-vc-status-buffer): Set the backend specific file info
14845 if provided.
14846
14847 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14850 change (ill-conceived).
14851
14852 2008-03-29 Glenn Morris <rgm@gnu.org>
14853
14854 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14855 * calendar/cal-julian.el (holiday-julian): Simplify.
14856
14857 * calendar/holidays.el (list-holidays): Use or.
14858
14859 2008-03-29 Juri Linkov <juri@jurta.org>
14860
14861 * window.el (split-window-preferred-horizontally): New function.
14862
14863 * cus-start.el (split-window-preferred-function):
14864 Set choice for "vertically" to nil instead of split-window.
14865 Set choice for "horizontally" to split-window-preferred-horizontally
14866 instead of lambda.
14867
14868 2008-03-29 Juri Linkov <juri@jurta.org>
14869
14870 * simple.el (minibuffer-default-add-function): New variable with
14871 the default to minibuffer-default-add-completions.
14872 (minibuffer-default-add-done): New variable. Make it buffer-local.
14873 (minibuffer-default-add-completions): New function.
14874 (goto-history-element): Set minibuffer-default-add-done to t and
14875 call a function in minibuffer-default-add-function when the
14876 specified absolute history position is greater than the length of
14877 the minibuffer-default list and minibuffer-default-add-done is nil.
14878 Change "^End of history; no next item$" to "^End of defaults;
14879 no next item$".
14880
14881 * bindings.el (debug-ignored-errors): Change "^End of history;
14882 no next item$" to "^End of defaults; no next item$".
14883
14884 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14887
14888 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14889 to with-no-warnings.
14890
14891 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14892
14893 Sync with Tramp 2.1.13.
14894
14895 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14896
14897 * net/trampver.el: Update release number.
14898
14899 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14900
14901 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14902 the current backend.
14903
14904 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14905 (vc-status-refresh): Create a temporary buffer and call the
14906 `dir-status' backend function from that buffer.
14907
14908 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14909 (vc-bzr-after-dir-status): Don't kill the buffer.
14910
14911 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14912 (vc-cvs-after-dir-status): Don't kill the buffer.
14913
14914 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14915 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14916
14917 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14918 (vc-hg-after-dir-status): Don't kill the buffer.
14919
14920 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14921 (vc-svn-after-dir-status): Don't kill the buffer.
14922
14923 2008-03-29 Glenn Morris <rgm@gnu.org>
14924
14925 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14926 (european-date-diary-pattern, european-calendar-display-form)
14927 (american-calendar-display-form, diary-display-hook): Doc fixes.
14928 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14929 custom :set. Mark as obsolete.
14930 (calendar-date-style, iso-date-diary-pattern)
14931 (iso-calendar-display-form): New user variables.
14932 (diary-date-forms, calendar-date-display-form): Set using
14933 calendar-date-style. Doc fix.
14934 (calendar-set-date-style): New command.
14935 (european-calendar, american-calendar): Use calendar-set-date-style.
14936 Mark as obsolete.
14937
14938 * calendar/diary-lib.el (number): Move declaration where needed.
14939 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14940 (diary-make-date): New function.
14941 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14942 Use diary-make-date.
14943 (diary-date-display-form, diary-insert-entry-1): New functions.
14944 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14945 Use diary-insert-entry-1.
14946 (insert-anniversary-diary-entry, insert-block-diary-entry)
14947 (insert-cyclic-diary-entry): Use diary-date-display-form.
14948
14949 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14950 Autoload diary-insert-entry-1.
14951 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14952 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14953 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14954 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14955 * calendar/cal-islam.el (insert-islamic-diary-entry)
14956 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14957 Use diary-insert-entry-1.
14958
14959 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14960 (diary-yahrzeit): Doc fix. Use diary-make-date.
14961
14962 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14963 New name for icalendar--datetime-to-noneuropean-date. Make old name
14964 obsolete alias.
14965 (icalendar--datetime-to-iso-date): New function.
14966 (icalendar--datetime-to-diary-date): Doc fix. Respect
14967 calendar-date-style if bound.
14968
14969 * textmodes/remember.el (remember-diary-convert-entry):
14970 Respect calendar-date-style if bound.
14971
14972 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14975 (xterm-mouse-handle-delete-frame): Delete.
14976
14977 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14978 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14979 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14980 in xterm-modify-other-keys-terminal-list.
14981
14982 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14983 are conflicts.
14984
14985 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14986
14987 * vc.el (vc-update): Check if the buffer is unsaved only if it
14988 actually exists.
14989 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14990 vc-print-log.
14991
14992 2008-03-28 Magnus Henoch <mange@freemail.hu>
14993
14994 * net/dns.el (dns-write): Use set-buffer-multibyte.
14995
14996 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * vc-bzr.el (vc-bzr-sha1): New fun.
14999 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15000 (vc-bzr-registered): Use it.
15001
15002 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15003
15004 * vc.el (vc-status-kill-dir-status-process): Simplify.
15005 (vc-status-refresh): Make sure the buffer is live.
15006 (ring): Don't require it, not used.
15007
15008 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
15009
15010 * progmodes/verilog-mode.el (verilog-auto-inout-module):
15011 Add optional regular expression to AUTOINOUTMODULE.
15012 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15013 (verilog-auto-inst-param, verilog-auto-reg)
15014 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15015 (verilog-auto-output-every, verilog-auto-input)
15016 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15017 (verilog-auto-unused, verilog-auto): Update documentation to use
15018 more obvious instance module names versus cell names.
15019
15020 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
15021
15022 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15023 kill if a process is running.
15024
15025 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15026
15027 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15028
15029 * vc.el: Add new backend function 'status-extra-headers.
15030 (vc-default-status-extra-headers): New function.
15031 (vc-status-headers): Call 'status-extra-headers. Add colors.
15032
15033 * vc-git.el (vc-git-status-extra-headers): New function.
15034
15035 2008-03-28 Glenn Morris <rgm@gnu.org>
15036
15037 * calendar/cal-menu.el (cal-menu-holidays-menu)
15038 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15039 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15040 holiday-list is optional.
15041 (calendar-mouse-holidays): Remove un-needed local `l'.
15042
15043 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15044 Remove un-needed local `date'.
15045 (calendar-cursor-to-visible-date): Use let rather than let*.
15046 Remove un-needed local `first-of-month-weekday'.
15047
15048 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15049
15050 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15051 Doc fixes.
15052 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
15053 (diary-header-line-flag, diary-header-line-format): Declare.
15054 (diary-pull-attrs): Check for multiple matches.
15055 (diary-list-entries-2): Simplify finding start of date.
15056 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15057 pop-up-frames.
15058 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15059 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15060
15061 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
15062
15063 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15064
15065 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15066
15067 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15070
15071 * image-mode.el (image-mode-reapply-winprops): Fix last change.
15072
15073 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15074
15075 * international/mule-conf.el (define-iso-single-byte-charset):
15076 Don't make latin-iso8859-* supplementary.
15077 (#'set-charset-priority): Don't change the priority of charsets
15078 `unicode' and `emacs'.
15079
15080 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15083 temp buffer.
15084
15085 2008-03-27 Glenn Morris <rgm@gnu.org>
15086
15087 * calendar/cal-bahai.el (diary-bahai-list-entries):
15088 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15089 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15090
15091 * calendar/calendar.el (diary-file): Doc fix.
15092
15093 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15094 (list-diary-entries-hook, mark-diary-entries-hook)
15095 (include-other-diary-files, diary-mail-entries)
15096 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15097 (diary-set-header): New function.
15098 (diary-header-line-flag, diary-header-line-format):
15099 Use diary-set-header for custom :set function.
15100 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15101 (diary-attrtype-convert): Use intern-soft rather than read.
15102 (diary-display-no-entries): New function.
15103 (simple-diary-display, fancy-diary-display): Use it.
15104 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15105 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15106
15107 * calendar/holidays.el (list-holidays): Doc fix.
15108
15109 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15110
15111 * calc/calc-store.el (calc-read-var-name-history): New variable.
15112 (calc-read-var-name): Use `calc-read-var-name-history'.
15113
15114 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15115
15116 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15117 window-configuration-change-hook works buffer-locally.
15118
15119 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15120
15121 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15122 for Emacs Lisp, not Lisp.
15123
15124 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15125
15126 * help-fns.el (describe-function-1, describe-variable):
15127 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15128
15129 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15130 replacement is provided, don't print "use nil instead".
15131
15132 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15133
15134 * complete.el (PC-do-completion): Use regexp-quote.
15135
15136 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15137
15138 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15139 Detect missing files.
15140
15141 * vc-git.el (vc-git-extra-menu-map): New key map.
15142 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15143 New functions.
15144
15145 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15146 and 'missing files.
15147
15148 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * calendar/holidays.el (list-holidays): Make Y2 optional.
15151
15152 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15153 buffers shown to the user.
15154 (appt-disp-window): Disable undo explicitly now that the leading space
15155 is gone.
15156
15157 * simple.el (activate-mark): New function.
15158 (set-mark-command): Use it with region-active-p to clean up the code.
15159 (exchange-point-and-mark): Invert the meaning of C-u when
15160 transient-mark-mode is active.
15161
15162 * dired-aux.el (dired-create-files): Use dolist.
15163
15164 * bindings.el (mode-line-change-eol): Use with-selected-window.
15165
15166 * apropos.el (apropos-command): Include macros.
15167
15168 2008-03-26 Glenn Morris <rgm@gnu.org>
15169
15170 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15171 (calendar-bahai-epoch): Doc fix.
15172
15173 * calendar/cal-china.el: Explicitly require calendar.
15174
15175 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15176 Require calendar rather than cal-julian.
15177 Autoload calendar-absolute-from-julian.
15178 * calendar/cal-coptic.el (coptic-calendar-epoch):
15179 * calendar/cal-islam.el (calendar-islamic-epoch):
15180 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15181
15182 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15183
15184 * calendar/cal-dst.el: Don't require cal-persia.
15185 (calendar-absolute-from-persian): Autoload it.
15186 (dst-adjust-time): Doc fix.
15187
15188 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15189 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15190 calendar.
15191
15192 * calendar/cal-menu.el: Require calendar rather than declaring
15193 functions.
15194 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15195
15196 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15197 calendar-after-frame-setup-hooks. Update callers, make old name an
15198 obsolete alias. Doc fix.
15199 (calendar-frame-1): Doc fix.
15200
15201 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15202
15203 * calendar/calendar.el (oriental-holidays, solar-holidays):
15204 * calendar/holidays.el (list-holidays): Assume atan always bound.
15205
15206 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15207 Explicitly require calendar, not cal-julian.
15208 * calendar/lunar.el: Explicitly require cal-dst.
15209
15210 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15213
15214 * help-fns.el (describe-function-1, describe-variable): If no
15215 replacement is provided, don't print "use nil instead".
15216
15217 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15218
15219 * proced.el: New file.
15220
15221 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15222
15223 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15224
15225 2008-03-25 Juri Linkov <juri@jurta.org>
15226
15227 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15228 in battery-mode-line-format.
15229
15230 * bindings.el (minibuffer-local-map): For the command
15231 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15232 with map which is already locally bound to minibuffer-local-map.
15233
15234 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15237 Remove `sort-first' argument.
15238
15239 * subr.el (redisplay-end-trigger-functions)
15240 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15241 (process-filter-multibyte-p, set-process-filter-multibyte):
15242 Mark as obsolete.
15243
15244 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15245
15246 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15247 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15248 use the LOCAL arg of `add-hook'.
15249 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15250 Remove spurious * from defcustom docstrings.
15251 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15252 Fix typos in messages.
15253 (reb-mode-buffer-p): New function.
15254 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15255 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15256 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15257 Use `unless', `when'.
15258 (re-builder-unload-function): New function.
15259
15260 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15261
15262 * vc-hooks.el (vc-state): Add documentation for 'missing.
15263
15264 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15265
15266 * progmodes/verilog-mode.el (verilog-auto-output)
15267 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15268 (verilog-delete-auto): Add optional regular expression to
15269 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15270 (verilog-signals-matching-regexp): New internal function for
15271 signal matching.
15272
15273 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15274
15275 * info.el (Info-isearch-search): Always return point.
15276
15277 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 * diff-mode.el (diff-remembered-defdir): New var.
15280 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15281
15282 2008-03-25 Glenn Morris <rgm@gnu.org>
15283
15284 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15285 calendar-bahai-prompt-for-date. Update callers, make old name an
15286 obsolete alias. Doc fix.
15287 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15288 coptic-prompt-for-date. Update callers, make old name an
15289 obsolete alias. Doc fix.
15290 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15291 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15292 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15293 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15294 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15295 calendar-iso-read-args. Update callers, make old name an obsolete
15296 alias.
15297 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15298 persian-prompt-for-date. Update callers, make old name an
15299 obsolete alias. Doc fix. Move definition before use.
15300
15301 * calendar/cal-x.el (diary-frame-parameters)
15302 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15303 (calendar-frame-1): Doc fixes.
15304 (make-fancy-diary-buffer): Remove declaration.
15305 (calendar-dedicate-diary): Replace call to deleted function
15306 make-fancy-diary-buffer.
15307 (calendar-frame-setup): New function.
15308 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15309 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15310 work, and mark as obsolete.
15311 (special-display-buffer-names): Don't mess with this; it's not our
15312 business.
15313 (cal-x-load-hook): Defvar it, and mark as obsolete.
15314
15315 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15316 Default to t. Add to 'calendar group.
15317 (calendar): Doc fix. Use calendar-frame-setup.
15318 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15319 (generate-calendar-window): Doc fix.
15320
15321 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15324
15325 2008-03-24 Drew Adams <drew.adams@oracle.com>
15326
15327 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15328 New variables.
15329 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15330 (finder-exit): Ignore errors rather than avoiding them.
15331 Kill *Finder-package* buffer also.
15332
15333 2008-03-24 Andreas Schwab <schwab@suse.de>
15334
15335 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15336
15337 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15338
15339 * vc-hg.el (vc-hg-after-dir-status):
15340 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15341
15342 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15343 Detect removed files.
15344
15345 * vc.el (vc-status-printer): Use a different face for missing files.
15346 (vc-status-hide-up-to-date): Rename from
15347 vc-status-remove-up-to-date. Update all callers.
15348 (vc-status-mode-map): Bind C-m.
15349
15350 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15351
15352 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15353 code ...
15354 (vc-git--state-code): ... to this new function.
15355 (vc-git-state): Use it.
15356
15357 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15358
15359 * textmodes/remember.el (remember-mail-date)
15360 (remember-store-in-mailbox): Write date and From line in such a
15361 way that Mutt can read it.
15362
15363 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15364
15365 * simple.el (transient-mark-mode): Turn on by default.
15366
15367 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15368
15369 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15370 'unregistered for unregistered files.
15371
15372 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15373
15374 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15375
15376 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15377 subdirectories.
15378
15379 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15380 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15381 Add :enable for vc-status-refresh.
15382 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15383 (vc-status-tool-bar-map): Add binding for
15384 vc-status-kill-dir-status-process.
15385 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15386 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15387 Reset vc-status-process-buffer.
15388 (vc-status-refresh): Don't run two refreshes at a time.
15389 (vc-status): If the buffer is already in vc-status-mode only refresh.
15390 (vc-status-mark-buffer-changed): Add an optional file parameter.
15391 (vc-resynch-buffer): Use it.
15392 (vc-delete-file): Expand the file name before using it.
15393 Be careful to not create a new buffer with the old file contents.
15394 Update the VC state after performing the operation.
15395
15396 2008-03-23 Andreas Schwab <schwab@suse.de>
15397
15398 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15399 Fix radio button condition.
15400 [box]: Likewise.
15401 [customize]: Add radio button.
15402
15403 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15404
15405 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15406 (calc-user-parse-tables, calc-gnuplot-default-device)
15407 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15408 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15409 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15410 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15411 (calc-undo-list, calc-redo-list, calc-main-buffer)
15412 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15413 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15414 (calc-said-hello, calc-executing-macro, calc-any-selections)
15415 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15416 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15417 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15418 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15419 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15420 (calc-create-buffer, calc-quit): Add docstrings.
15421
15422 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15423
15424 * makefile.w32-in (WINS_ALMOST): Add org.
15425
15426 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15427
15428 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15429 New functions to implement vc-status support.
15430
15431 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15432
15433 * vc.el (vc-status-prepare-status-buffer): New function.
15434 (vc-status): Use it.
15435
15436 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15437 appropriate.
15438
15439 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15440
15441 * vc-git.el (vc-git--empty-db-p)
15442 (vc-git-after-dir-status-stage1-empty-db): New functions.
15443 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15444 Add support for empty repositories.
15445
15446 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15447
15448 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15449 Allow "^" in a version name.
15450
15451 * vc-mtn.el (vc-mtn-state): Support the added state.
15452
15453 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15454
15455 * org: New directory for Org-mode.
15456
15457 * org/org-export-latex.el: Moved from lisp/textmodes.
15458
15459 * org/org-irc.el: Moved from lisp/textmodes.
15460
15461 * org/org-mac-message.el: Moved from lisp/textmodes.
15462
15463 * org/org-mouse.el: Moved from lisp/textmodes.
15464
15465 * org/org-publish.el: Moved from lisp/textmodes.
15466
15467 2008-03-21 Juri Linkov <juri@jurta.org>
15468
15469 * comint.el (comint-dynamic-simple-complete):
15470 Use variable `stub' for the second arg `common-substring'
15471 of `comint-dynamic-list-completions'.
15472 (comint-dynamic-list-filename-completions):
15473 Use variable `filenondir' for the second arg `common-substring'
15474 of `comint-dynamic-list-completions'.
15475 (comint-dynamic-list-completions): Add new optional arg
15476 `common-substring'. Add `common-substring' as the second arg of
15477 the call to `display-completion-list'. Doc fix.
15478
15479 * comint.el (comint-dynamic-complete-as-filename)
15480 (comint-dynamic-list-filename-completions)
15481 (comint-dynamic-simple-complete): Use `minibuffer-message'
15482 to display message "No completions of %s" when a command
15483 is called in the minibuffer.
15484 (comint-dynamic-simple-complete): Don't display other
15485 completion messages when a command is called in the minibuffer.
15486 (comint-dynamic-list-completions): Use `minibuffer-message'
15487 to display message " [Type space to flush ...]" when a command
15488 is called in the minibuffer.
15489
15490 * shell.el (shell-dynamic-complete-command)
15491 (shell-dynamic-complete-environment-variable): Don't display
15492 completion messages when command is called in the minibuffer.
15493
15494 * emacs-lisp/lisp.el (lisp-complete-symbol):
15495 Use `minibuffer-message' to display message "No completions of %s"
15496 when this command is called in the minibuffer.
15497
15498 * bindings.el (standard-mode-line-modes): Put special help-echo
15499 tooltip on recursive edit %[ %] mode-line constructs.
15500
15501 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15502 "^No dynamic expansion for .* found$" to allow error messages like
15503 "No dynamic expansion for \"%s\" found in this-buffer".
15504
15505 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15506
15507 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15508 "psftp".
15509
15510 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15513 * vc.el (vc-default-dired-state-info): Use just "modified".
15514 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15515 (vc-cvs-mode-line-string): Make use of the better default.
15516 (vc-cvs-parse-entry): Use the new `added'.
15517 (vc-cvs-dired-state-info): Remove.
15518 * vc-svn.el (vc-svn-dired-state-info): Remove.
15519 * vc-hg.el (vc-hg-dired-state-info): Remove.
15520 * vc-git.el (vc-git-dired-state-info): Remove.
15521
15522 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15523
15524 * vc-git.el (vc-git-status-result): New variable.
15525 (vc-git-dir-status): Split out ...
15526 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15527 ... these new functions and work asynchronously.
15528
15529 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15530
15531 * vc-git.el (vc-git-after-dir-status): Remove.
15532 (vc-git-dired-state-info): Reimplement.
15533
15534 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15535
15536 * replace.el (occur-mode-map): Add :help.
15537
15538 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15539 for disassemble.
15540
15541 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15542 the 'added state.
15543 (vc-status-remove-up-to-date): New function.
15544 (vc-status-mode-map, vc-status-menu-map): Bind it.
15545 (vc-status-printer): Use a different face up-to-date files.
15546 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15547 (Todo): Remove solved entries.
15548
15549 * vc-hg.el (vc-hg-state):
15550 * vc-git.el (vc-git-state):
15551 * vc-cvs.el (vc-cvs-parse-status):
15552 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15553 state.
15554
15555 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * progmodes/compile.el (compile):
15558 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15559
15560 * simple.el (minibuffer-local-shell-command-map): New var.
15561 (minibuffer-complete-shell-command, read-shell-command): New funs.
15562 (shell-command, shell-command-on-region): Use them.
15563
15564 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 * vc.el (vc-status-mark-buffer-changed): New function to implement
15567 updating of the *vc-status* buffer when a buffer is saved.
15568 (vc-status-mode): Use it for after-change-hook.
15569 (vc-add-to-vc-status-buffer): Rename to ...
15570 (vc-status-add-entry): ... this.
15571 (Todo): Add new entry.
15572
15573 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15576
15577 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15578
15579 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15580 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15581 Remove spurious * from defcustom docstrings.
15582 (icomplete-compute-delay): Fix docstring and remove spurious *.
15583 (icomplete-delay-completions-threshold): Fix typo in docstring and
15584 remove spurious *.
15585 (icomplete-completions): While collecting the list of prospective
15586 candidates, don't overshoot `icomplete-prospects-length'.
15587
15588 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15589
15590 * textmodes/refbib.el:
15591 * textmodes/reftex.el:
15592 * textmodes/reftex-global.el:
15593 * textmodes/reftex-vars.el:
15594 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15595 compiler pacifying defvars.
15596 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15597 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15598 not needed.
15599
15600 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15601
15602 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15603 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15604 (verilog-customize, verilog-font-customize)
15605 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15606 (verilog-mode): Update documentation strings to match tool tips.
15607 (verilog-auto-search-do, verilog-auto-re-search-do)
15608 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15609 expansion when a .* appears inside a string.
15610 (verilog-re-search-forward, verilog-re-search-backward):
15611 Add comment to recall how this works.
15612 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15613
15614 2008-03-20 Glenn Morris <rgm@gnu.org>
15615
15616 * calendar/calendar.el (calendar-other-dates): New function.
15617 (calendar-print-other-dates): Use calendar-other-dates.
15618 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15619 the declarations it replaces.
15620 (calendar-mouse-print-dates): Use calendar-other-dates.
15621
15622 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15623 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15624 (calendar-absolute-from-bahai): Fix the leap-year case.
15625 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15626 (calendar-bahai-date-string, calendar-bahai-print-date):
15627 Handle pre-Bahai dates.
15628
15629 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15630 (chinese-calendar-terrestrial-branch): Make defcustoms.
15631
15632 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15633 (calendar-mouse-view-diary-entries): Use or.
15634 (calendar-mouse-chinese-date): Remove unused command.
15635 (cal-menu-load-hook): Mark as obsolete.
15636
15637 * calendar/solar.el (calendar-location-name, calendar-latitude)
15638 (calendar-longitude, solar-arctan, sunrise-sunset)
15639 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15640
15641 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15642
15643 * calc/calc.el: Remove outdated comments.
15644 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15645 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15646 Add docstrings.
15647
15648 2008-03-19 Jason Rumney <jasonr@gnu.org>
15649
15650 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15651
15652 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15653
15654 * net/tls.el (open-tls-stream): Reindent.
15655
15656 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15657
15658 * net/tramp.el (tramp-let-maybe): Removed.
15659 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15660 It does not exist under XEmacs.
15661 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15662 (tramp-completion-file-name-handler): Let-bind
15663 `directory-sep-char'.
15664
15665 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15666 `directory-sep-char'.
15667
15668 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15669
15670 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15671 for autoloaded keymaps.
15672
15673 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15674 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15675 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15676 (verilog-in-comment-p, verilog-in-star-comment-p)
15677 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15678 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15679 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15680 (verilog-skip-forward-comment-p): Use it.
15681
15682 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15685 (org-remember-templates, org-time-stamp-rounding-minutes)
15686 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15687 (org-columns-new): Fix typos in docstrings.
15688
15689 2008-03-19 Glenn Morris <rgm@gnu.org>
15690
15691 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15692 (tramp-handle-shell-command): Use condition-case rather than
15693 ignore-errors.
15694
15695 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15696
15697 * diff-mode.el (diff-header): Make the color louder.
15698 (diff-refine-change): Tone the color down.
15699
15700 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15701
15702 * descr-text.el (describe-char): When `describe-char-unidata-list'
15703 is set to show all properties, list them in the right order.
15704
15705 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15706
15707 * international/mule.el (load-with-code-conversion): Avoid setting
15708 default-enable-multibyte-characters.
15709
15710 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15711
15712 * vc.el (vc-annotate-background): Fix custom type.
15713
15714 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * descr-text.el (describe-char-unidata-list): Allow specifying
15717 just all properties.
15718 (describe-char): Handle that new value.
15719
15720 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15721
15722 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15723
15724 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15725 instead of file name extension to make docs with uncommon
15726 extensions work.
15727
15728 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15729
15730 * doc-view.el (require): Require cl at compile time because
15731 `assert' needs it.
15732
15733 2008-03-18 Glenn Morris <rgm@gnu.org>
15734
15735 * calendar/calendar.el (initial-calendar-window-hook)
15736 (today-visible-calendar-hook): Doc fixes.
15737
15738 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15739
15740 * net/tramp.el (tramp-root-regexp): Simplify.
15741 (tramp-completion-file-name-regexp-separate): Don't insist on
15742 leading "[". This prevents method or user or host completion.
15743 (tramp-let-maybe): Autoload it.
15744 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15745 is an alias for `identity'.
15746 (tramp-handle-write-region): Protect `last-coding-system-used'
15747 over the trailing statements.
15748 (tramp-completion-file-name-handler-post-function): Remove.
15749 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15750 instead of calling `tramp-drop-volume-letter'.
15751
15752 * net/tramp.el:
15753 * net/tramp-uu.el:
15754 * net/trampver.el: Move coding cookie at the end.
15755
15756 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15759 elements which may be something else than characters.
15760
15761 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15762
15763 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15764 New functions to implement vc-status support.
15765
15766 * vc.el (vc-default-extra-status-menu)
15767 (vc-add-to-vc-status-buffer): New functions.
15768
15769 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15770 for eldoc and ielm.
15771
15772 2008-03-17 Glenn Morris <rgm@gnu.org>
15773
15774 * calendar/cal-x.el (diary-frame-parameters)
15775 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15776 Fix custom type; add options.
15777 (calendar-frame, diary-frame): Doc fixes.
15778 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15779 new functions.
15780 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15781 Use calendar-frame-1 and calendar-dedicate-diary.
15782 (calendar-one-frame-setup): Also handle only-one-frame case.
15783 (calendar-only-one-frame-setup): Doc fix. Just call
15784 calendar-one-frame-setup.
15785
15786 * calendar/diary-lib.el: Re-order some definitions before their use.
15787 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15788 (diary-list-entries): Doc fixes.
15789 (make-fancy-diary-display): Remove function.
15790
15791 * calendar/calendar.el (calendar-today-marker)
15792 (initial-calendar-window-hook, today-visible-calendar-hook)
15793 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15794 (calendar-star-date, calendar-mark-today): Doc fixes.
15795 (today-visible-calendar-hook): Add options.
15796 (calendar-in-read-only-buffer): New macro.
15797 (calendar-basic-setup): Adapt for change in calendar-read-date.
15798 Place holiday let inside if.
15799 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15800 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15801 (calendar-print-other-dates): Use one let rather than many.
15802
15803 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15804 (calendar-print-other-dates):
15805 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15806 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15807 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15808 (calendar-cursor-holidays):
15809 * calendar/lunar.el (calendar-phases-of-moon): Use
15810 calendar-in-read-only-buffer to replace previous code and disable undo.
15811
15812 2008-03-16 Juri Linkov <juri@jurta.org>
15813
15814 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15815 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15816 read-from-minibuffer to provide the correct initial minibuffer
15817 history position in isearch-edit-string when it is called from
15818 isearch-ring-adjust.
15819
15820 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15821 to check if the current buffer is the minibuffer, and in this case
15822 call abort-recursive-edit to kill the minibuffer. Doc fix.
15823 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15824 when the current buffer is the minibuffer.
15825
15826 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15827
15828 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15829
15830 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15831 Use non-nil PARENTS attribute of make-directory instead of
15832 explicitly checking existence the current cache directory.
15833
15834 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15835
15836 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15837 M-x epa-file-select-keys.
15838
15839 2008-03-16 Kenichi Handa <handa@m17n.org>
15840
15841 * international/mule.el (auto-coding-alist):
15842 Use no-conversion-multibyte for archive files.
15843
15844 2008-03-16 Glenn Morris <rgm@gnu.org>
15845
15846 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15847 New functions.
15848 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15849 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15850 Use calendar-mark-1.
15851 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15852 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15853 Use calendar-mark-complex.
15854 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15855 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15856 Use calendar-mark-1.
15857
15858 * calendar/calendar.el (calendar-mod): Remove.
15859 * calendar/cal-china.el (calendar-chinese-from-absolute)
15860 (calendar-chinese-date-string): Expand calendar-mod calls.
15861 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15862 Expand calendar-mod calls.
15863
15864 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15865 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15866 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15867 Move obsolete aliases after the functions that replaced them.
15868
15869 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15870 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15871 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15872 Use let rather than let*.
15873 (calendar-hebrew-prompt-for-date): New function.
15874 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15875 (holiday-tisha-b-av-etc): Use unless, let.
15876
15877 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15878 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15879
15880 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15881
15882 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15883
15884 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15885 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15886 than concat.
15887 (diary): Remove un-needed let.
15888 (view-other-diary-entries): Rename argument.
15889 (diary-list-entries-2): New function.
15890 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15891 (print-diary-entries): Use unless.
15892 (diary-mark-entries-1): Change argument order, make all but
15893 markfunc optional. Handle the standard (Gregorian) case.
15894 Use match-string-no-properties. Handle marks.
15895 (mark-diary-entries): Use diary-mark-entries-1.
15896 (diary-font-lock-keywords-1): New macro.
15897 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15898
15899 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15900
15901 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15902 (icalendar-export-hidden-diary-entries): New variable.
15903 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15904 In case of error, insert full error-val.
15905 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15906 Use calendar-day-of-week. Return the day number.
15907 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15908
15909 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15910
15911 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15912 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15913 (icalendar-export-region): Ignore hidden diary entries.
15914 (icalendar--convert-ordinary-to-ical): Fix case where event
15915 spans across midnight boundary.
15916 (icalendar-first-weekday-of-year): New function.
15917 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15918 year for recurring events (Mozilla calendars do not propagate
15919 recurring events forever, so year 2000 start date was not working).
15920 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15921 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15922
15923 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15924
15925 * net/tramp.el (tramp-root-regexp): New defconst.
15926 (tramp-completion-file-name-regexp-unified)
15927 (tramp-completion-file-name-regexp-separate)
15928 (tramp-completion-file-name-regexp-url): Use it.
15929 (tramp-do-copy-or-rename-file-via-buffer):
15930 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15931 t for `insert-file-contents-literally'.
15932 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15933 Autoload it.
15934 (tramp-completion-file-name-handler-post-function): New defconst.
15935 (tramp-completion-file-name-handler): Use it.
15936 (tramp-maybe-open-connection): Update calls to
15937 `tramp-flush-connection-property' for removed 2nd argument.
15938
15939 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15942 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15943 New functions.
15944
15945 2008-03-15 Glenn Morris <rgm@gnu.org>
15946
15947 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15948 New functions.
15949 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15950 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15951 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15952 (diary-bahai-list-entries): Use diary-list-entries-1.
15953 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15954 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15955 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15956 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15957 (list-hebrew-diary-entries): Use diary-list-entries-1.
15958 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15959 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15960 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15961 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15962 (list-islamic-diary-entries): Use diary-list-entries-1.
15963 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15964
15965 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15966
15967 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15968
15969 * calendar/cal-china.el (number-chinese-months)
15970 (calendar-chinese-from-absolute): Use nth, caar.
15971
15972 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15973
15974 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15975
15976 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15977 (calendar-hebrew-month-name-array-leap-year)
15978 (hebrew-calendar-parashiot-names): Make constants.
15979 (diary-parasha): Move definition after constants it uses.
15980
15981 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15982 (cal-html-htmlify-list): Doc fix.
15983 (cal-html-htmlify-entry): Use nth.
15984
15985 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15986 (calendar-islamic-epoch): Make constants.
15987 (calendar-islamic-epoch): Doc fix.
15988
15989 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15990
15991 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15992 (cal-tex-month-name): Doc fix.
15993 (cal-tex-last-blank-p): Use zerop.
15994
15995 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15996 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15997 (calendar-cursor-to-date): Doc fix.
15998 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15999 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16000 (calendar-day-number): Use when.
16001 (generate-calendar-month): Use dotimes.
16002 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16003 (calendar-set-mark): Reverse conditional.
16004 (calendar-make-alist): Move definition before use.
16005
16006 * calendar/diary-lib.el (diary-face-attrs)
16007 (diary-glob-file-regexp-prefix, diary-selective-display)
16008 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16009 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16010 (diary-anniversary, diary-cyclic)
16011 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16012 (diary-header-line-format): Change wording.
16013 (diary-list-entries): Set `date-start' in let.
16014 (include-other-diary-files, mark-included-diary-files): Use format.
16015 (simple-diary-display, fancy-diary-display): Use cadr, unless.
16016 (mark-diary-entries): Use 1+.
16017 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16018 (mark-calendar-month): Use dotimes.
16019
16020 * calendar/holidays.el (displayed-month, displayed-year):
16021 Move declarations where needed.
16022 (calendar-list-holidays): Doc fix.
16023
16024 * calendar/parse-time.el (parse-time-string): Simplify.
16025
16026 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16027 Make constants.
16028 (solar-sunrise-sunset): Rename some local variables for clarity.
16029 (sunrise-sunset): Use zerop.
16030 (solar-mean-equinoxes/solstices): Doc fix.
16031
16032 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16033 Use nth.
16034 (timeclock-completing-read, timeclock-generate-report): Use zerop.
16035 (timeclock-mean, timeclock-generate-report): Use dolist.
16036
16037 * calendar/todo-mode.el (todo-add-category): Simplify.
16038 (todo-more-important-p, todo-delete-item, todo-file-item):
16039 Use unless, when.
16040 (todo-top-priorities): Use zerop.
16041
16042 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
16043
16044 * buff-menu.el (list-buffers-noselect): Display buffer name in
16045 tooltip instead of mouse binding when it doesn't fit in the list.
16046
16047 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16048
16049 * faces.el (xw-defined-colors):
16050 * simple.el (widget-convert, shell-mode): Declare as functions
16051 instead of autoloading.
16052
16053 * abbrev.el:
16054 * button.el:
16055 * cus-face.el:
16056 * ediff-hook.el:
16057 * emacs-lisp/backquote.el:
16058 * emacs-lisp/timer.el:
16059 * facemenu.el:
16060 * faces.el:
16061 * menu-bar.el:
16062 * simple.el:
16063 * subr.el:
16064 * textmodes/fill.el:
16065 * textmodes/paragraphs.el: Remove autoloads, redundant when the
16066 files are preloaded.
16067
16068 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16069
16070 * desktop.el (desktop-create-buffer): Don't catch errors if
16071 debug-on-error is set.
16072
16073 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16074
16075 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16076 ($(lisp)/calendar/diary-loaddefs.el)
16077 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16078 (LOADDEFS): New macro.
16079 (autoloads): Depend on $(LOADDEFS).
16080
16081 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16082
16083 * font-lock.el (featurep): Remove test, not useful anymore.
16084 (facemenu-keymap): Move key binding ...
16085 * facemenu.el (facemenu-keymap): ... here.
16086
16087 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16088 for each file in the list.
16089 (vc-bzr-log-view-mode): Recognize the file marker.
16090
16091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16092 for checkdoc and profiling.
16093
16094 2008-03-14 Bastien Guerry <bzg@altern.org>
16095
16096 * textmodes/flyspell.el (nxml-mode): Add the right
16097 `flyspell-mode-predicate'.
16098
16099 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16100
16101 2008-03-14 Glenn Morris <rgm@gnu.org>
16102
16103 * calendar/solar.el: Reorder so that functions are defined before use.
16104 (displayed-month, displayed-year): Move declarations where needed.
16105 (solar-get-number): Move definition before use. Use unless.
16106 (solar-equatorial-coordinates): Simplify.
16107 (solar-sunrise-and-sunset): Use let rather than let*.
16108 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16109
16110 * startup.el (command-line-1): Rename -internal-script back to
16111 -scriptload (reverts previous change).
16112
16113 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16114 (calendar-bahai-leap-base): Add doc strings.
16115 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16116 Move definition before use.
16117 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16118 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16119 variables outside the loop. Use dolist.
16120 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16121
16122 * calendar/cal-china.el: Re-order so that functions are defined before
16123 use.
16124 (displayed-month, displayed-year): Move declarations where needed.
16125 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16126 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16127 Add doc strings.
16128 (chinese-year-cache): Recenter on 2010. Doc fix.
16129 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16130 Doc fix. Simplify.
16131 (chinese-year-cache-init): New function.
16132 (compute-chinese-year, holiday-chinese-new-year)
16133 (calendar-chinese-date-string, calendar-goto-chinese-date)
16134 (make-chinese-month-assoc-list): Use cadr, nth.
16135 (chinese-months): Remove un-needed let.
16136
16137 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16138 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16139 (coptic-prompt-for-date): Move definition before use.
16140
16141 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16142 (calendar-dst-find-data, calendar-daylight-time-offset)
16143 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16144 (calendar-daylight-savings-starts-time)
16145 (calendar-daylight-savings-ends-time): Use cadr, nth.
16146
16147 * calendar/cal-french.el (french-calendar-epoch)
16148 (calendar-goto-french-date): Doc fix.
16149 (french-calendar-month-name-array)
16150 (french-calendar-multibyte-month-name-array)
16151 (french-calendar-day-name-array, french-calendar-special-days-array):
16152 Add doc strings.
16153
16154 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16155 (original-date): Move declarations where needed.
16156 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16157 Doc fix.
16158 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16159 constant variables outside the loop. Use dolist.
16160
16161 * calendar/cal-islam.el (displayed-month, displayed-year)
16162 (original-date): Move declarations where needed.
16163 (islamic-calendar-day-number): Remove unused local variable `day'.
16164 (calendar-goto-islamic-date): Doc fix.
16165 (holiday-islamic): Use unless.
16166 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16167 constant variables outside the loop. Use dolist.
16168 (mark-islamic-calendar-date-pattern): Move definition before use.
16169 Use unless.
16170 (mark-islamic-diary-entries): Doc fix.
16171 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16172 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16173
16174 * calendar/cal-julian.el (calendar-absolute-from-julian):
16175 Move definition before use. Remove un-needed local `day'.
16176 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16177
16178 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16179 (calendar-mayan-tzolkin-names-array): Add doc strings.
16180 (calendar-mayan-long-count-from-absolute): Use a single let.
16181 (calendar-string-to-mayan-long-count): Simplify.
16182 (calendar-next-haab-date, calendar-previous-haab-date)
16183 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16184 (calendar-previous-calendar-round-date)
16185 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16186 Doc fix.
16187 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16188 (calendar-mayan-date-string, calendar-print-mayan-date)
16189 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16190 (calendar-mayan-long-count-common-era): Move definitions before use.
16191
16192 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16193 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16194 Doc fix.
16195 (calendar-mouse-goto-date): Move definition before use.
16196
16197 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16198 Move definition before use.
16199 (calendar-cursor-to-visible-date): Move definition before use.
16200 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16201 and place inside the conditional.
16202 (calendar-forward-day): Simplify.
16203 (calendar-end-of-month): Use unless.
16204 (calendar-goto-day-of-year): Doc fix.
16205 Relocate obsolete aliases after their replacements.
16206
16207 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16208
16209 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16210 variables outside the diary-date-forms loop.
16211
16212 * calendar/calendar.el (diary-file): Doc fix.
16213 (calendar-buffer-list): Return buffers rather than strings (fixes
16214 previous change).
16215 (hebrew-holidays-4): Fix typo.
16216
16217 * calendar/holidays.el (displayed-month, displayed-year):
16218 Move declarations where needed.
16219 (calendar-holiday-list, calendar-list-holidays)
16220 (holiday-filter-visible-calendar): Move definitions before use.
16221 (list-holidays): Use cadr.
16222 Relocate obsolete aliases after their replacements.
16223
16224 * calendar/lunar.el (date, displayed-month, displayed-year):
16225 Move declarations where needed.
16226 (lunar-phase-list): Move definition after functions it uses.
16227 (calendar-phases-of-moon, diary-phases-of-moon)
16228 (lunar-new-moon-on-or-after): Use cadr, nth.
16229 (lunar-new-moon-on-or-after): Doc fix.
16230
16231 * textmodes/org-irc.el (top-level): CL not required when compiling.
16232 (org-irc-visit-erc): Replace runtime CL functions.
16233
16234 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16235 (org-publish-delete-dups): Declare as function.
16236
16237 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16238
16239 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16240 (vc-bzr-show-log-entry): Make regexp match more cases.
16241 (vc-diff-switches-list): Remove autoload, not needed.
16242
16243 2008-03-14 Juri Linkov <juri@jurta.org>
16244
16245 * isearch.el (isearch-edit-string): Remove one call to
16246 `isearch-push-state' not to push an inconsistent state,
16247 but keep another correct call to `isearch-push-state'.
16248 (isearch-ring-adjust): Call `isearch-push-state' only when
16249 `search-ring-update' is non-nil since `isearch-edit-string'
16250 already pushes its state.
16251 (isearch-message): Improve matching the failed part by checking
16252 if the original message starts with the last successful message.
16253
16254 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16255 (dired-perm-write): Rename from `dired-warn-writable'.
16256 Change parent face from `font-lock-warning-face' to
16257 `font-lock-comment-delimiter-face'.
16258 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16259 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16260 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16261 with `dired-perm-write-face'.
16262
16263 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16264
16265 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16266 Create cache dir only if it doesn't already exist.
16267
16268 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16271 of \ and '.
16272
16273 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16274
16275 * net/browse-url.el (browse-url-text-xterm):
16276 Unquote browse-url-text-browser.
16277
16278 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16279
16280 * textmodes/org-mouse.el: Version number change.
16281
16282 * textmodes/org-publish.el (org-publish-expand-components):
16283 Remove null projects from the list of components.
16284 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16285 Remove unused retrieval of the :publishing-directory property.
16286 (org-publish-file): Bugfix: when using a relative directory as the
16287 publishing directory, convert it to a directory filename.
16288 (org-publish-project): New alias.
16289 (org-publish-get-files): Protect against empty p.
16290 (org-publish-file): Send an error when file is not part of any project.
16291 (org-publish-file): Offer to refresh the list of files in known
16292 project when the current file is not part of any project.
16293 (org-publish-before-export-hook)
16294 (org-publish-after-export-hook): New hooks.
16295 (org-publish-org-to): Use new hooks and kill buffers.
16296 (org-publish-file): Remove the code for killing buffers.
16297 (org-publish-initialize-files-alist): Use interactive.
16298 (org-publish-file): If the publishing function creates a new
16299 buffer, kill it after publishing.
16300 (org-publish-timestamp-filename): Protect ":" in file name path
16301 under windows.
16302
16303 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16304 change that killed the LaTeX buffer.
16305
16306 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16307 in the decision tree.
16308 (org-select-remember-template): Clean the code.
16309 (org-prepare-dblock): Add the extra :content parameter.
16310 (org-write-agenda): New output type ".ics" files.
16311 (org-write-agenda): Call `org-icalendar-verify-function', both for
16312 time stamps and for TODO entries.
16313 (org-agenda-collect-markers, org-create-marker-find-array)
16314 (org-check-agenda-marker-table): New functions.
16315 (org-agenda-marker-table): New variable.
16316 (org-export-as-html): Revert the change that killed the html
16317 buffer. Side effects first need to be studied carefully.
16318 (org-get-tags-at): Fix the structure of the condition-case statement.
16319 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16320 (org-timestamp-change): Fix regular expressions to swallow the
16321 extra character for repeat-shift control.
16322 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16323 (org-get-legal-level): Alias to `org-get-valid-level'.
16324 (org-dblock-write:clocktable): Add a :link parameter, linking
16325 headlines to their location in the Org agenda files.
16326 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16327 throwing an error when getting tags before headlines.
16328 (org-timestamp-change, org-modify-ts-extra)
16329 (org-ts-regexp1): Fix timestamp editing.
16330 (org-agenda-custom-commands-local-options): New constant.
16331 (org-agenda-custom-commands):
16332 Use `org-agenda-custom-commands-local-options' to improve customize
16333 type. "htmlize": Removed hack to fix face problem with htmlize,
16334 it no longer seem necessary.
16335 (org-follow-link-hook): New hook.
16336 (org-agenda-custom-commands): Add "Component" as a tag for each
16337 item in a command series.
16338 (org-open-at-point): Run `org-follow-link-hook'.
16339 (org-agenda-schedule): Bugfix: don't display marker type when it
16340 is nil.
16341 (org-store-link): org-irc required.
16342 (org-set-regexps-and-options): Parse the new logging options.
16343 (org-extract-log-state-settings): New function.
16344 (org-todo): Handle the new ways of recording state change stuff.
16345 (org-local-logging): New function.
16346 (org-columns-open-link): Fix bug with opening link in column view.
16347 (org-local-logging): New function.
16348 (org-todo): Make sure that LOGGING properties are honoured.
16349 (org-todo-keywords): Improve docstring.
16350 (org-startup-options): Cleanup startup options.
16351 (org-set-regexps-and-options): Process the "!" markers.
16352 (org-todo): Respect the new logging stuff.
16353 (org-log-note-how): New variable.
16354 (org-add-log-maybe): New parameter HOW that defines how logging
16355 should be done and also overrides PURPOSE. Add a docstring.
16356 (org-add-log-note): Check if we really need to ask for a note.
16357 (org-get-current-options): Digest the new keyword.
16358 (org-agenda-reset-markers): Rename from
16359 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16360 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16361 function, without force argument.
16362 (org-buffer-property-keys): Bind local variables s and p.
16363 (org-make-tags-matcher): Allow "" to match an empty or
16364 non-existent property value.
16365 (org-export-as-html): Join unsorted lists when they directly
16366 follow each other. Such lists may be created by headlines that
16367 are converted to lists.
16368 (org-nofm-to-completion): New function.
16369 (org-export-as-html): Use :html-extension instead of
16370 org-export-html-extension.
16371 (org-store-link): Support for links from `rmail-summary-mode'.
16372 (org-columns-new, org-complete, org-set-property): Set the
16373 `include-columns' argument in the call to
16374 `org-buffer-property-keys'.
16375 (org-buffer-property-keys): New argument `include-columns', to
16376 include properties expected by any of the COLUMNS formats in the
16377 current buffer.
16378 (org-cleaned-string-for-export): Get rid of drawers first, so that
16379 they will be removed also in the text before the first headline.
16380 (org-clock-report): Show the clocktable when found.
16381 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16382 (org-version): With prefix argument, insert `org-version' at point.
16383 (org-agenda-goto): Recenter the window after finding the target
16384 location, to make sure the correct position will be displayed.
16385 (org-agenda-get-deadlines): Don't scale priority with the warning
16386 period.
16387 (org-insert-heading): Don't break line in the middle of the line.
16388 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16389 be 0.
16390 (org-update-checkbox-count): Revamp to deal with hierarchical
16391 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16392 (org-remove-timestamp-with-keyword): New function.
16393 (org-schedule, org-deadline):
16394 Use `org-remove-timestamp-with-keyword' to make sure all such time
16395 stamps are removed.
16396 (org-mode): Support for `align'.
16397 (org-agenda-get-deadlines): Make sure priorities increase as the
16398 due date approaches and is passed.
16399 (org-remember-apply-template): Fix problem with tags that
16400 contain "_" or "@".
16401 (org-make-link-regexps): Improve the regular expression for plain links.
16402 (org-agenda-get-closed): List each clocking entry.
16403 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16404 (org-special-ctrl-k): New option.
16405 (org-kill-line): New function.
16406 (org-archive-all-done): Fix incorrect number of stars in regexp.
16407 (org-refile-get-location): New function.
16408 (org-refile-goto-last-stored): New function.
16409 (org-global-tags-completion-table): Add the value of org-tag-alist
16410 in each buffer, to make sure that also unused tags will be
16411 available for completion.
16412 (org-columns-edit-value)
16413 (org-columns-next-allowed-value): Only update if not in agenda.
16414 (org-clocktable-steps): New function.
16415 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16416 (org-archive-subtree): Add the outline tree context as a property.
16417 (org-closest-date): New optional argument `prefer'.
16418 (org-goto-auto-isearch): New option.
16419 (org-goto-map, org-get-location): Implement auto-isearch.
16420 (org-goto-local-auto-isearch-map): New variable.
16421 (org-goto-local-search-forward-headings)
16422 (org-goto-local-auto-isearch): New functions.
16423
16424 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16425
16426 * textmodes/org-irc.el: New file.
16427
16428 2008-03-13 John Wiegley <johnw@gnu.org>
16429
16430 * textmodes/org-mac-message.el: New file.
16431
16432 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16433
16434 * font-lock.el (font-lock-comment-face): Set the foreground for
16435 the light background 8 colors case.
16436
16437 2008-03-13 Glenn Morris <rgm@gnu.org>
16438
16439 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16440 generate-autoload-cookie patterns.
16441
16442 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16443
16444 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16445 (MH_E_SRC): Remove variable.
16446 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16447 Simplify file header. Use $@ for generated-autoload-file.
16448
16449 * Makefile.in (LOADDEFS): New variable.
16450 (AUTOGENEL): Use $LOADDEFS.
16451 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16452 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16453 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16454 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16455 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16456 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16457 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16458 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16459 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16460 Add calendar-specific autoload cookies, and remove any setting of
16461 generated-autoload-file.
16462 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16463 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16464 diary-loaddefs.
16465 * calendar/holidays.el: Replace explicit autoloads with reading of
16466 hol-loaddefs.
16467
16468 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16469 (calendar-buffer-list): Simplify.
16470 (generate-calendar-window): Use calendar-mark-holidays rather than
16471 obsolete alias.
16472
16473 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16474 Use cal-hebrew-yahrzeit-buffer.
16475
16476 * calendar/cal-x.el (calendar-only-one-frame-setup)
16477 (calendar-two-frame-setup): Doc fixes.
16478 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16479
16480 * calendar/appt.el (appt-mode-string): Mark as risky.
16481 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16482
16483 * calendar/cal-html.el (diary-list-entries):
16484 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16485 (calendar-iso-from-absolute): Fix autoloads.
16486
16487 * calendar/cal-iso.el (calendar-absolute-from-iso)
16488 (calendar-iso-read-args): Simplify.
16489 (calendar-iso-date-string, calendar-iso-read-args)
16490 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16491
16492 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16493 (displayed-month, displayed-year): Move declarations where needed.
16494 (calendar-print-astro-day-number): Doc fix.
16495
16496 * calendar/cal-persia.el (persian-calendar-month-name-array)
16497 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16498 (persian-prompt-for-date): Remove local variable `today'.
16499
16500 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16501
16502 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16503 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16504 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16505 (diary-sabbath-candles, solar-equinoxes/solstices)
16506 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16507 (solar-time-equation, solar-date-to-et): Simplify.
16508
16509 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16510 Replace `(car (cdr' with cadr'.
16511
16512 * progmodes/f90.el (f90-font-lock-n): New function.
16513 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16514 Use f90-font-lock-n.
16515 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16516
16517 * progmodes/f90.el (f90-mode-abbrev-table):
16518 * progmodes/fortran.el (fortran-mode-abbrev-table):
16519 Use newer form of define-abbrev, where supported. No need to bind
16520 abbrevs-changed for system abbrevs.
16521
16522 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16523
16524 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16525 delete-frame-functions.
16526
16527 * bookmark.el (Info-current-node): Remove.
16528
16529 2008-03-12 Juri Linkov <juri@jurta.org>
16530
16531 * help.el (describe-project): Remove defaliases for view-todo and
16532 describe-project that are now unnecessary after the merge from
16533 emacs--rel--22 that added define-obsolete-function-alias.
16534
16535 * startup.el (inhibit-startup-screen): Revert incomplete
16536 2008-03-10 merge from emacs--rel--22 that partly reverted
16537 2008-02-28 change that added initial message to *scratch* buffer
16538 regardless of the value of `inhibit-startup-screen'.
16539 Now keep this change in the trunk, but not in the 22 branch.
16540
16541 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16542
16543 * international/quail.el (quail-setup-completion-buf, quail-help):
16544 * mail/binhex.el (binhex-decode-region-internal):
16545 * mail/uudecode.el (uudecode-decode-region-internal):
16546 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16547 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16548 setting default-enable-multibyte-characters.
16549
16550 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16551
16552 * comint.el: Fix up indentation and comment style. Remove `function'.
16553
16554 * international/mule-cmds.el (reset-language-environment)
16555 (set-language-environment-nonascii-translation):
16556 Don't set-unibyte-charset.
16557
16558 * doc-view.el: Remove all cb-args, use closures instead.
16559 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16560 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16561 doing an incorrect check). Update all callers to use the new name.
16562 (doc-view-doc->txt): Add missing `txt' argument.
16563
16564 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16565
16566 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16567 md5 sum calculation to single-byte.
16568
16569 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * doc-view.el (doc-view-new-window-function): Add assertion.
16572 (doc-view-doc-type): New var.
16573 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16574 (doc-view-intersection): New fun.
16575 (doc-view-mode): Use it to set the new var.
16576
16577 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16578
16579 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16580 (doc-view-already-converted-p): New functions.
16581 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16582 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16583 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16584 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16585 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16586 (doc-view-convert-current-doc): Don't hardwire the functions the
16587 sentinels call. Now they're provided by two args CALLBACK and
16588 CB-ARGS to the functions.
16589 (doc-view-search): Use doc-view-doc->txt.
16590 (doc-view-initiate-display): Use doc-view-already-converted-p.
16591 Mention new binding C-c C-t if doc-view-mode doesn't work.
16592
16593 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16594
16595 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16596
16597 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16600 Mark " outside of tags as punctuation.
16601
16602 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * menu-bar.el (minibuffer-local-map): Use the same command for the
16605 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16606 Prefer RET over C-j for exit-minibuffer.
16607
16608 * files.el (display-buffer-other-frame): Eliminate problematic code.
16609
16610 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16611 (menu-bar-select-buffer): Remove.
16612 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16613 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16614
16615 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16616
16617 * icomplete.el (icomplete-completions): Remove obsolete code.
16618
16619 * net/net-utils.el (iwconfig-program-options): Doc fix.
16620 (net-utils-run-program, run-network-program): Define as functions.
16621
16622 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16623
16624 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16625
16626 2008-03-11 Glenn Morris <rgm@gnu.org>
16627
16628 * faces.el (mode-line-emphasis): New face.
16629 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16630
16631 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16632
16633 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * simple.el (set-mark-command): Doc fix.
16636
16637 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16640
16641 * emacs-lisp/autoload.el (autoload-find-destination):
16642 Don't force raw-text.
16643
16644 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16645 * calendar/cal-loaddefs.el: Don't version control.
16646
16647 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16648
16649 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16650 entries and add :help to the existing ones.
16651
16652 2008-03-10 Glenn Morris <rgm@gnu.org>
16653
16654 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16655 to where they are needed.
16656
16657 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16658 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16659 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16660 (calendar-version): Doc fixes.
16661 (calendar-absolute-from-gregorian): Use zerop.
16662 (calendar-mode-line-format): Make it a defcustom.
16663
16664 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16665 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16666 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16667 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16668 (mark-included-diary-files, mark-calendar-days-named)
16669 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16670 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16671 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16672 (insert-anniversary-diary-entry, insert-block-diary-entry)
16673 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16674 (diary-font-lock-sexps): Doc fixes.
16675 (diary-remind-message, mark-calendar-month): Use zerop.
16676 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16677 (diary-list-entries): Revert let to let* (previous change).
16678
16679 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16680
16681 2008-03-10 Kim F. Storm <storm@cua.dk>
16682
16683 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16684 function aliases for the old names.
16685
16686 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16687
16688 * iswitchb.el (iswitchb-use-faces): Doc fix.
16689 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16690 Fix typos in docstrings.
16691
16692 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16693
16694 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16695 Fix typo.
16696 (verilog-type-font-keywords): Reindent.
16697
16698 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16699
16700 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16701 Fix bug in the grouping-keyword regular expression.
16702 (verilog-font-lock-keywords): Allow users to toggle special
16703 highlight of grouping-keywords.
16704 (verilog-highlight-grouping-keywords): The toggle for special
16705 highlighting of grouping keywords.
16706
16707 2008-03-10 Juri Linkov <juri@jurta.org>
16708
16709 * startup.el: Revert 2008-02-28 change that adds initial message
16710 to *scratch* buffer regardless of the value of
16711 `inhibit-startup-screen'.
16712
16713 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16714
16715 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16716 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16717 * progmodes/verilog-mode.el (verilog-mode):
16718 * net/socks.el (socks):
16719 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16720
16721 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16724 (doc-view-bookmark-make-record): Use them.
16725 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16726 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16727
16728 * bookmark.el (bookmark-make-record-function): Change expected return
16729 value to include a suggested bookmark name.
16730 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16731 Fix reversed `overwrite' semantics.
16732 (bookmark-set): Call bookmark-make-record before prompting the user.
16733 Then pass the result to bookmark-store later on.
16734 (bookmark-make-name-function): Remove.
16735 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16736 * info.el (bookmark-make-name-function): Remove.
16737 (Info-mode): Don't set it.
16738 (Info-bookmark-make-name): Remove.
16739 (Info-bookmark-make-record): Use Info-current-node as suggested default
16740 bookmark name.
16741
16742 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16743 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16744 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16745 (bookmark-annotation-buffer, bookmark-annotation-file)
16746 (bookmark-annotation-point, bookmark-send-annotation)
16747 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16748 (bookmark-edit-annotation-text-func): Rename from
16749 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16750 (bookmark-edit-annotation-mode-map): Move initialization into
16751 declaration.
16752
16753 * bookmark.el: Remove spurious * in docstrings.
16754 (bookmark-minibuffer-read-name-map): New var.
16755 (bookmark-set): Use it. Also pass the default value as it should.
16756 (bookmark-send-edited-annotation): Take no chances with text properties.
16757 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16758 (bookmark-insert-buffer-name): Remove.
16759 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16760
16761 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16762
16763 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16764
16765 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16766
16767 * diff-mode.el (diff-mode-menu): Add :help.
16768
16769 2008-03-09 Glenn Morris <rgm@gnu.org>
16770
16771 * calendar/calendar.el (general-holidays, oriental-holidays)
16772 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16773 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16774 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16775 (calendar-holidays): Restore autoload cookies, because people are
16776 used to using these variables without loading calendar.el.
16777
16778 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16779 (date, number): Declare where needed.
16780
16781 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16782 (list-sexp-diary-entries): Doc fixes.
16783 (diary-list-entries): Doc fix. Remove free variable `entry'.
16784 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16785 Simplify setting of `date-holiday-list'.
16786 (mark-diary-entries): Remove free variable `entry'.
16787 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16788 Use let where let* is not needed.
16789
16790 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16793 make-record function, instead paste it in afterwards.
16794 (bookmark-make-record-for-text-file):
16795 * doc-view.el (doc-view-bookmark-make-record):
16796 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16797
16798 2008-03-08 Glenn Morris <rgm@gnu.org>
16799
16800 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16801
16802 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16803
16804 * calendar/diary-lib.el (diary-list-entries)
16805 (include-other-diary-files, mark-diary-entries)
16806 (mark-sexp-diary-entries, mark-included-diary-files)
16807 (diary-entry-time, list-sexp-diary-entries): Remove the special
16808 handling of ^M that dates back to the use of selective-display.
16809 (simple-diary-display): Obey setting of pop-up-frames.
16810 (body, entry): Remove unnecessary declarations.
16811
16812 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16813 (bookmark-get-annotation, bookmark-set-annotation)
16814 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16815 (bookmark-set-position, bookmark-get-front-context-string)
16816 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16817 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16818 * info.el (Info-bookmark-make-record): Don't bother recording point.
16819 (bookmark-get-filename, bookmark-get-front-context-string)
16820 (bookmark-get-rear-context-string, bookmark-get-position):
16821 Don't declare any more.
16822 (bookmark-get-info-node): Remove.
16823 (bookmark-prop-get): Declare.
16824 (Info-bookmark-jump): Use it.
16825
16826 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16827
16828 * subr.el (while-no-input): Don't splice BODY directly into the
16829 `or' form.
16830
16831 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16832
16833 * diff-mode.el (diff-ignore-whitespace-hunk):
16834 Bind inhibit-read-only before trying to change the buffer.
16835
16836 2008-03-08 Glenn Morris <rgm@gnu.org>
16837
16838 * calendar/appt.el (appt): Move custom group here from calendar.el.
16839 (appt-disp-window, appt-convert-time): Doc fixes.
16840
16841 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16842 (calendar-bahai-mark-date-pattern):
16843 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16844 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16845 * calendar/cal-julian.el (calendar-absolute-from-julian):
16846 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16847
16848 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16849 calendar.el.
16850 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16851 Make constants.
16852 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16853 (chinese-calendar-daylight-savings-starts)
16854 (chinese-calendar-daylight-savings-ends)
16855 (chinese-calendar-daylight-savings-starts-time)
16856 (chinese-calendar-daylight-savings-ends-time)
16857 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16858 Doc fixes.
16859
16860 * calendar/cal-coptic.el (coptic-name): Add doc string.
16861
16862 * calendar/cal-french.el (french-calendar-month-name-array)
16863 (french-calendar-day-name-array, french-calendar-special-days-array):
16864 Add doc strings.
16865
16866 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16867 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16868 (diary-bahai-insert-yearly-entry):
16869 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16870 (calendar-time-zone):
16871 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16872 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16873 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16874 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16875 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16876 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16877 (list-islamic-diary-entries, mark-islamic-diary-entries)
16878 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16879 (insert-yearly-islamic-diary-entry):
16880 * calendar/cal-iso.el (calendar-iso-read-args):
16881 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16882 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16883 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16884 (calendar-next-calendar-round-date)
16885 (calendar-mayan-long-count-common-era):
16886 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16887 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16888 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16889 (calendar-mouse-goto-date):
16890 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16891 * calendar/holidays.el (holidays):
16892 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16893 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16894 (safe-date-to-time): Doc fixes.
16895
16896 * calendar/cal-persia.el (persian-calendar-month-name-array)
16897 (persian-calendar-epoch): Make constants.
16898
16899 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16900 calendar.el.
16901
16902 * calendar/cal-x.el (diary-frame-parameters)
16903 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16904 (calendar-after-frame-setup-hooks): Make defcustoms.
16905 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16906 (calendar-two-frame-setup): Doc fix.
16907
16908 * calendar/cal-loaddefs.el: New file.
16909
16910 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16911 * calendar/cal-french.el, calendar/cal-html.el:
16912 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16913 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16914 * calendar/cal-tex.el, calendar/cal-x.el:
16915 Unquote lambda functions. Add autoload cookies to functions formerly
16916 autoloaded in calendar.el. Set `generated-autoload-file' to
16917 "cal-loaddefs.el".
16918
16919 * calendar/calendar.el: Move many autoloads to separate file,
16920 cal-loaddefs.el. Move defcustoms to start and re-order.
16921 (calendar-month-name-array, calendar-starred-day): No need to
16922 declare for compiler.
16923 (cal-loaddefs): Require it.
16924 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16925 appropriate file.
16926 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16927 Reverse logic.
16928 (diary-face, diary-file-name-prefix-function, diary-include-string)
16929 (diary-glob-file-regexp-prefix, diary-face-attrs)
16930 (diary-file-name-prefix, sexp-diary-entry-symbol)
16931 (print-diary-entries-hook, list-diary-entries-hook)
16932 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16933 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16934 Move to diary-lib.
16935 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16936 (all-bahai-calendar-holidays): Doc fix.
16937 (calendar-insert-indented): Doc fix. Use when rather than if.
16938 (exit-calendar): Use mapc rather than mapcar.
16939 (calendar-cursor-to-date): Use zerop.
16940 (calendar-mark-ring): Add doc-string.
16941 (calendar-starred-day): Defvar it.
16942 (calendar-mode): Make calendar-starred-day local.
16943 (calendar-star-date): No need to make calendar-starred-day local.
16944
16945 * calendar/diary-lib.el: Move defcustoms to start.
16946 (diary-include-string, diary-list-include-blanks)
16947 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16948 (diary-file-name-prefix, diary-file-name-prefix-function)
16949 (sexp-diary-entry-symbol, list-diary-entries-hook)
16950 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16951 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16952 Move here from calendar.el.
16953 (diary-file-name-prefix-function): Use 'identity.
16954 (diary-face): Make it a defcustom, and mark as obsolete.
16955 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16956 (calendar-hebrew-month-name-array-leap-year)
16957 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16958 Define for compiler.
16959 (diary-font-lock-keywords): Use format rather than concat.
16960 Add bahai-diary-entry-symbol.
16961
16962 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16963 * calendar/solar.el: Unquote lambda functions.
16964
16965 * calendar/solar.el (calendar-location-name, calendar-latitude)
16966 (calendar-longitude, solar-setup, solar-sin-degrees)
16967 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16968 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16969 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16970 (solar-exact-local-noon, solar-julian-ut-centuries)
16971 (solar-ephemeris-time, solar-date-next-longitude)
16972 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16973 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16974 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16975 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16976 Doc fixes.
16977 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16978 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16979 (solar-ecliptic-coordinates): Use unless.
16980 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16981 Use or.
16982
16983 * calendar/timeclock.el: Add doc-strings to all functions.
16984 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16985 (timeclock-entry-list-length, timeclock-entry-list-projects)
16986 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16987
16988 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16989
16990 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16991 (org-get-entries-from-diary): Require diary-lib.
16992
16993 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16994
16995 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16996 Pacify byte-compiler.
16997
16998 2008-03-07 Alan Mackenzie <acm@muc.de>
16999
17000 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17001 paren/bracket pairs parsed, to solve performance problem.
17002
17003 2008-03-07 Bastien Guerry <bzg@altern.org>
17004
17005 * bookmark.el (bookmark-set): Don't check for
17006 `bookmark-make-name-function' since `bookmark-buffer-file-name'
17007 already takes care of this.
17008 (bookmark-buffer-name, bookmark-buffer-file-name):
17009 Remove Info-mode specific code.
17010
17011 * info.el (bookmark-get-info-node): Define this function in
17012 info.el, not in bookmark.el.
17013 (Info-mode): Set `bookmark-make-name-function' to
17014 `Info-bookmark-make-name' locally.
17015 (Info-bookmark-make-name): New function.
17016
17017 * bookmark.el (bookmark-make-name-function): New variable.
17018
17019 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17020
17021 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17022 buffer-local, not `bookmark-make-cell-function' (the old name).
17023
17024 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
17025
17026 * doc-view.el (doc-view-bookmark-make-record):
17027 * image-mode.el (image-bookmark-make-record):
17028 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17029
17030 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
17031
17032 * vc.el (vc-status-menu-map-filter): Return orig-binding if
17033 boundp 'vc-ignore-menu-filter.
17034 (vc-status-tool-bar-map): Make it defvar.
17035 (vc-status-mode): vc-status-tool-bar-map now variable.
17036 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17037
17038 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17039
17040 Give a better name to part of the bookmark interface.
17041
17042 This was originally a much larger change, but halfway through I
17043 updated and discovered that Stefan Monnier had done the rest.
17044 It looks like he anticipated the new name too, because he used
17045 `the-record' instead of `the-cell' for some internal variable names.
17046
17047 * bookmark.el (bookmark-make-record-function): Was
17048 `bookmark-make-cell-function'.
17049 (bookmark-make, bookmark-send-annotation): Update for above.
17050 (bookmark-make-record-for-text-file):
17051 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17052
17053 * info.el: Adjust accordingly.
17054 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17055
17056 * image-mode.el: Adjust accordingly.
17057 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17058
17059 * doc-view.el: Adjust accordingly.
17060 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17061
17062 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17065 Move initialization into declaration.
17066 (bookmark-get-info-node, bookmark-set-info-node): Remove.
17067 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17068 (bookmark-info-current-node): Remove.
17069 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17070 Add relocation fallback. Set bookmark-current-bookmark.
17071 (bookmark-default-handler): Rename from bookmark-jump-noselect.
17072 Remove relocation fallback. Don't set bookmark-current-bookmark.
17073 (bookmark-set): Let it be used even if there's no buffer-file-name
17074 as long as there is a bookmark-make-cell-function.
17075 * info.el (Info-bookmark-jump): Remove relocation fallback.
17076 Don't set bookmark-current-bookmark.
17077
17078 2008-03-07 Glenn Morris <rgm@gnu.org>
17079
17080 * calendar/appt.el (appt-issue-message)
17081 (appt-message-warning-time, appt-audible, appt-visible)
17082 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17083 (appt-display-diary): Remove autoload cookies.
17084
17085 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17086 Remove leading `*' from defcustom doc-strings.
17087
17088 * calendar/cal-dst.el (calendar-dst): New custom group.
17089 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17090 (calendar-time-zone, calendar-daylight-time-offset)
17091 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17092 (calendar-daylight-savings-starts-time)
17093 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17094 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17095 Move to start.
17096
17097 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17098
17099 * calendar/calendar.el (calendar-version): Use emacs-version and
17100 make it obsolete. Move to end.
17101 (calendar-offset, view-diary-entries-initially)
17102 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17103 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17104 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17105 (all-bahai-calendar-holidays, calendar-load-hook)
17106 (initial-calendar-window-hook, today-visible-calendar-hook)
17107 (today-invisible-calendar-hook, calendar-move-hook)
17108 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17109 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17110 (diary-include-string, sexp-diary-entry-symbol)
17111 (abbreviated-calendar-year, american-date-diary-pattern)
17112 (european-date-diary-pattern, european-calendar-display-form)
17113 (american-calendar-display-form, print-diary-entries-hook)
17114 (list-diary-entries-hook, diary-hook, diary-display-hook)
17115 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17116 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17117 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17118 (local-holidays, other-holidays, hebrew-holidays-1)
17119 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17120 (hebrew-holidays, christian-holidays, islamic-holidays)
17121 (bahai-holidays, solar-holidays, calendar-setup)
17122 (calendar-week-start-day): Remove autoload cookies.
17123 (diary-glob-file-regexp-prefix): Doc fix.
17124 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17125 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17126 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17127
17128 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17129 (calendar-time-display-form, calendar-latitude)
17130 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17131 cookies.
17132 (calendar-latitude, calendar-longitude): Move functions after
17133 variables.
17134 (diary-sabbath-candles-minutes): Move to start.
17135 (solar-setup): Use or rather than if.
17136 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17137 Remove condition-case.
17138 (solar-atn2): Use zerop.
17139 (solar-equinoxes-solstices): Doc fix.
17140
17141 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17142 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17143
17144 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17145 (calendar-longitude, calendar-latitude, calendar-location-name):
17146 Declare for compiler.
17147
17148 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17149
17150 * arc-mode.el (archive-ar-file-header-re): New const.
17151 (archive-ar-summarize, archive-ar-extract): New funs.
17152 (archive-find-type): Recognize ar archives.
17153
17154 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17155 New functions.
17156
17157 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17158
17159 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17160
17161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17162 Replace :enable (mark-active) with :enable mark-active.
17163
17164 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17165
17166 * vms-patch.el (make-legal-file-name): New obsolete alias.
17167 (make-valid-file-name): Rename from `make-legal-file-name'.
17168 (make-auto-save-file-name): Use it.
17169
17170 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17171 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17172 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17173
17174 * textmodes/org.el (org-export-html-style): Doc fix.
17175 (org-get-legal-level): New obsolete alias.
17176 (org-get-valid-level): Rename from `org-get-legal-level'.
17177 (org-promote, org-demote, org-archive-subtree)
17178 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17179
17180 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17181
17182 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17183
17184 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17185 (vc-status-toggle-mark): New functions.
17186 (vc-status-mode): Set tool bar map.
17187
17188 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17189
17190 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17191 Reported by Drew Adams <drew.adams@oracle.com>.
17192
17193 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17194
17195 * subr.el (read-quoted-char): Resolve modifiers of the character
17196 event.
17197
17198 * comint.el (comint-exec-1): Don't change the coding-system for
17199 decoding to dos-like EOL.
17200 (comint-carriage-motion): Fully rewrite.
17201
17202 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17203
17204 * epg.el (epg-context-include-certs): Reflow docstring.
17205 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17206 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17207 (epg-context-set-signers, epg-context-set-sig-notations)
17208 (epg-make-import-status, epg-make-import-result)
17209 (epg-start-delete-keys): Fix typos in docstrings.
17210 (epg-start-sign-keys, epg-sign-keys):
17211 Fix typos in obsolescence declarations.
17212
17213 * iswitchb.el: Don't check for `cadr' and `last'.
17214 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17215 Add obsolescence declaration and remove redundant info from docstring.
17216 (iswitchb-set-common-completion, iswitchb-set-matches)
17217 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17218 (recentf-list, most-len, most-is-exact):
17219 Don't wrap defvars within `eval-when-compile'.
17220
17221 2008-03-05 Glenn Morris <rgm@gnu.org>
17222
17223 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17224 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17225 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17226 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17227 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17228
17229 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17230 declaration for compiler.
17231 (ediff-xemacs-init-menus): Use when rather than if.
17232
17233 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17234 if+and to just and.
17235 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17236 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17237
17238 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17239
17240 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17241 test inside XEmacs test.
17242 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17243 since it was doing nothing on Emacs.
17244 (ediff-make-bullet-proof-overlay): Use when rather than if.
17245
17246 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17247 (ediff-setup-control-frame): Remove
17248 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17249 a (featurep 'xemacs) test.
17250
17251 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17252
17253 * calc/calc-ext.el (calc-extended-command-history): New variable.
17254 (calc-execute-extended-command): Use `calc-extended-command-history'.
17255
17256 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17257
17258 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17259 (standard-mode-line-position): Add mouse-face.
17260
17261 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17262 * progmodes/grep.el (grep-mode-map): Add :help.
17263
17264 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17265 initialize in one step. Add :help. Use :enable to activate menu
17266 items. Show the key binding for edebug-defun.
17267 (lisp-interaction-mode-map): Add a menu.
17268
17269 * term.el (term-mode-map): Define and initialize in one step.
17270
17271 * ediff-init.el (ediff-color-display-p): Simplify.
17272 (Xor): Remove unused function.
17273 (ediff-with-syntax-table): Simplify for Emacs.
17274
17275 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17276 menu-bar being loaded, it always is.
17277
17278 2008-03-05 Glenn Morris <rgm@gnu.org>
17279
17280 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17281 multiple definitions when compiling.
17282
17283 2008-03-04 Alan Mackenzie <acm@muc.de>
17284
17285 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17286
17287 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17288 doc-string, "c-old-LEN" -> "c-old-END".
17289
17290 2008-03-04 Jason Rumney <jasonr@gnu.org>
17291
17292 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17293 namespaces.
17294
17295 2008-03-04 Glenn Morris <rgm@gnu.org>
17296
17297 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17298
17299 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17300 than mapcar.
17301
17302 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17305 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17306
17307 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17308 so that M-q can fill comments.
17309 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17310 commands implemented in elisp.
17311 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17312 (tex-format-cmd): New function.
17313 (tex-compile): Use it to let the user specify default arguments.
17314 (tex-cmd-bibtex-args): New var.
17315 (tex-cmd-doc-view): New function.
17316
17317 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17318
17319 * faces.el (face-spec-set): Fix typos in docstring.
17320
17321 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17322
17323 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17324 (standard-mode-line-position): Use it to add a menu for toggling
17325 column number and line number display.
17326
17327 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17330 Remove optimization that was working around the form-code-walker bug.
17331
17332 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17333 Walk into the body of lambdas after byte-compile-unfold-lambda.
17334
17335 2008-03-03 Glenn Morris <rgm@gnu.org>
17336
17337 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17338 value, if set, over frame value.
17339
17340 * simple.el (transient-mark-mode): Don't turn on by default.
17341
17342 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17343 accidentally removed by the 2007-12-05 merge from Gnus.
17344
17345 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17346
17347 * progmodes/compile.el (compilation-menu-map): Add menu entries
17348 for useful options.
17349
17350 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17351 Glenn Morris <rgm@gnu.org>
17352
17353 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17354 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17355 Give a `bytecomp-' prefix to local variables with common names.
17356
17357 2008-03-01 Glenn Morris <rgm@gnu.org>
17358
17359 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17360 Restore code commented out 2007-11-10.
17361
17362 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17363
17364 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17365 Delete macro.
17366 * emulation/viper-cmd.el, emulation/viper-ex.el:
17367 * emulation/viper-init.el, emulation/viper-keym.el:
17368 * emulation/viper-mous.el, emulation/viper-util.el:
17369 * emulation/viper.el:
17370 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17371 featurep test.
17372
17373 Replace obsolete frame-local variables with frame-parameters.
17374 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17375 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17376 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17377 on XEmacs.
17378 * emulation/viper-util.el (viper-frame-value): New macro.
17379 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17380 (viper-R-state-post-command-sentinel)
17381 (viper-replace-state-post-command-sentinel)
17382 (viper-change-state-to-insert, viper-change-state-to-emacs):
17383 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17384 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17385 (viper-get-saved-cursor-color-in-insert-mode)
17386 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17387 Use viper-frame-value for viper-replace-overlay-cursor-color,
17388 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17389 viper-vi-state-cursor-color values.
17390
17391 * emulation/viper-cmd.el (zmacs-region-stays):
17392 * emulation/viper-util.el (zmacs-region-stays): No need to define
17393 for compiler.
17394
17395 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17396 mapcar on Emacs.
17397
17398 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17399 on XEmacs.
17400
17401 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17402 rather than if.
17403
17404 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17405
17406 * whitespace.el: New version 9.3. As the glyph code generation was
17407 fixed, it is possible now to use character code above ?\x1FFFF in the
17408 display table. Fix `whitespace-indentation-regexp' to not include an
17409 extra ending character. Reported by Michael Welsh Duggan
17410 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17411 the original whitespace package had. Suggested by Eric Cooper
17412 <ecc@cmu.edu>. Doc fix.
17413 (whitespace-action): New option.
17414 (whitespace-display-mappings): Changed default newline visualization to
17415 display downwards arrow, as the glyph code generation was fixed.
17416 (whitespace-unload-function): Assure that all local whitespace mode is
17417 turned off.
17418 (whitespace-global-modes): Fix type customization.
17419 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17420 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17421 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17422 Fix code.
17423 (whitespace-buffer): Command removed.
17424 (whitespace-trailing-regexp, whitespace-mark-x)
17425 (whitespace-display-window, whitespace-action-when-on)
17426 (whitespace-add-local-hook, whitespace-remove-local-hook)
17427 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17428 (whitespace-action): New funs.
17429 (whitespace-report-list, whitespace-report-text)
17430 (whitespace-report-buffer-name): New consts.
17431 (whitespace-report, whitespace-report-region): New commands.
17432
17433 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17434
17435 * disp-table.el (make-glyph-code): Don't test the result of
17436 `face-id', which already signals an error for invalid faces.
17437 (glyph-face): Simplify.
17438
17439 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17440 running `desktop-not-loaded-hook' to allow modifying it.
17441 Don't show warning message if `desktop-dirname' was modified.
17442
17443 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17444
17445 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17446 we still expect more lines.
17447
17448 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17449 comment-paragraph filling if the commark doesn't match
17450 comment-start-skip.
17451
17452 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17453
17454 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17455 the `imap' variant.
17456
17457 2008-03-01 Jason Rumney <jasonr@gnu.org>
17458
17459 * files.el (make-auto-save-file-name): Encode more characters in
17460 non-file buffer names. Use url-encoding.
17461
17462 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17463
17464 * net/net-utils.el (ftp-program): Fix typo in docstring.
17465 (ifconfig-program-options, netstat-program-options)
17466 (arp-program-options, route-program-options, nslookup-program-options)
17467 (ftp-program-options, smbclient-program-options)
17468 (dns-lookup-program-options, arp, route): Doc fixes.
17469
17470 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17471 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17472 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17473 Fix typos in docstrings.
17474 (gdb-pending-triggers): Reflow docstring.
17475 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17476
17477 2008-03-01 Alan Mackenzie <acm@muc.de>
17478
17479 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17480 typing "#" at EOB.
17481
17482 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17483
17484 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17485
17486 2008-02-29 Kim F. Storm <storm@cua.dk>
17487
17488 * emulation/cua-base.el (cua-remap-control-v)
17489 (cua-remap-control-z): New defcustoms.
17490 (cua-mode): Add them to set-after property.
17491 (cua--init-keymaps): Use them.
17492 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17493
17494 * help.el (view-emacs-todo): Rename from view-todo.
17495 (describe-gnu-project): Rename from describe-project. Users changed.
17496 (view-help-file): New helper function.
17497 (describe-distribution, describe-copying, describe-gnu-project)
17498 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17499 (view-emacs-debugging, view-external-packages): New commands.
17500 (help-map): Move describe-distribution to C-h C-o (ordering).
17501 Move view-emacs-problems to C-h C-p (problems).
17502 Bind view-emacs-debugging to C-h C-d (debugging).
17503 Bind view-external-packages to C-h C-e (extras).
17504 (help-for-help-internal): Cleanup and align descriptions.
17505 Remove command names to reduce clutter.
17506
17507 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17508
17509 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17510 and quieter face (not a warning).
17511
17512 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17513
17514 * vc.el (vc-status-crt-marked): New variable.
17515 (vc-status-mode): Make it local.
17516 (vc-status-refresh): Use it to save the marked files.
17517 (vc-update-vc-status-buffer): Use it to restore the marked files.
17518
17519 * vc-svn.el (vc-svn-after-dir-status):
17520 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17521
17522 2008-02-29 Glenn Morris <rgm@gnu.org>
17523
17524 * allout.el (allout-topic-encryption-bullet)
17525 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17526 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17527 from 22.0 to 22.1.
17528
17529 * net/imap.el (imap-ping-server):
17530 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17531 Change defcustom :version from 23.0 to 23.1.
17532
17533 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17534
17535 * desktop.el (desktop-save): Save the buffer name if the
17536 uniquified base name is empty.
17537
17538 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17539
17540 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17541 correctly when user has "set print address off".
17542
17543 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17544
17545 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17546 version number of the next major Emacs release, not 23.0.
17547
17548 * longlines.el (longlines-unload-function): New function.
17549
17550 2008-02-28 Juri Linkov <juri@jurta.org>
17551
17552 * startup.el (normal-splash-screen): Add argument `concise'.
17553 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17554 to the created buffer. If `concise' is non-nil, call
17555 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17556 (display-startup-screen): Add argument `concise' to the call to
17557 `normal-splash-screen'.
17558
17559 2008-02-28 Kim F. Storm <storm@cua.dk>
17560
17561 * startup.el (startup-echo-area-message): Check for about-emacs.
17562
17563 2008-02-28 Juri Linkov <juri@jurta.org>
17564
17565 * startup.el: Always add initial message to *scratch* buffer if
17566 `initial-scratch-message' is non-nil regardless of the value of
17567 `inhibit-startup-screen'.
17568 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17569 (command-line-1): Move code that inserts `initial-scratch-message'
17570 up before the if-form that checks for `inhibit-startup-screen'.
17571 Suggested by Jonathan Rockway <jon@jrock.us>.
17572
17573 2008-02-28 Juri Linkov <juri@jurta.org>
17574
17575 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17576 Rename `custom-mode' to `Custom-mode' in docstrings.
17577 (custom-buffer-create-internal, customize-browse):
17578 Rename `custom-mode' to `Custom-mode'.
17579 (custom-mode-hook): Rename to `Custom-mode-hook'.
17580 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17581 (custom-mode): Rename to `Custom-mode'.
17582 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17583 (custom-mode): Add backward-compatible non-interactive variant of
17584 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17585 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17586
17587 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17588
17589 * emulation/viper.el (viper-emacs-state-mode-list):
17590 Rename `custom-mode' to `Custom-mode'.
17591
17592 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17593 Capitalize "Tagged Files".
17594 (minibuffer-local-map): Add menu items for next/previous
17595 history elements and isearch history forward/backward.
17596
17597 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17598 `hs-isearch-open' with t instead of `comment' in :selected
17599 for "Code and Comment blocks" menu item.
17600
17601 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17604 Should be done in desktop.el instead.
17605
17606 2008-02-28 Glenn Morris <rgm@gnu.org>
17607
17608 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17609
17610 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17611
17612 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17613 (Info-menu, Info-goto-node): Remove declarations.
17614 (report-emacs-bug-info): Use info rather than Info-goto-node.
17615
17616 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17617 (idlwave-convert-xml-system-routine-info): Don't require xml.
17618 (idlwave-show-commentary, idlwave-shell-show-commentary):
17619 Don't require finder.
17620 (idlwave-info): Don't require info. Use info rather than
17621 Info-goto-node.
17622
17623 * textmodes/org.el (Info-goto-node): Remove declaration.
17624 (org-info): Use info rather than Info-goto-node.
17625
17626 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17627 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17628
17629 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17630
17631 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17632 the menu.
17633
17634 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17635 (vc-finish-logentry): Check for vc-status-mode, not only for
17636 vc-dired-mode.
17637
17638 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17639
17640 * isearch.el (isearch-printing-char): Don't check
17641 keyboard-coding-system.
17642 Call isearch-process-search-multibyte-characters only when
17643 current-input-method is non-nil.
17644
17645 2008-02-27 Kim F. Storm <storm@cua.dk>
17646
17647 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17648 (glyph-char, glyph-face): Handle cons encoding.
17649
17650 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17651
17652 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17653 empty string, return nil to allow the caller to default to the
17654 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17655
17656 * tool-bar.el (tool-bar-setup): Doc fix.
17657
17658 * mail/supercite.el (sc-describe):
17659 Fix typos in obsolescence declaration.
17660
17661 2008-02-27 Glenn Morris <rgm@gnu.org>
17662
17663 * autoinsert.el (auto-insert-alist): Change permission text to
17664 match FSF's GPLv3 form.
17665
17666 * mail/supercite.el (sc-cite-original): Doc fix.
17667 (sc-version): Make obsolete.
17668 (sc-describe): Show the SC info page. Make obsolete.
17669
17670 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17671
17672 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17673 when using transient-mark-mode.
17674 (default-indicate-unused-lines): Remove unused var.
17675
17676 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17677
17678 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17679 and previous.
17680
17681 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17682
17683 2008-02-26 Glenn Morris <rgm@gnu.org>
17684
17685 * net/net-utils.el (top-level): Don't require comint when compiling.
17686 (nslookup-font-lock-keywords): Don't require font-lock.
17687 Use font-lock faces rather than variables.
17688 (nslookup, ftp, smbclient, network-service-connection):
17689 Don't require comint.
17690 (comint-prompt-regexp, comint-input-autoexpand)
17691 (comint-input-ring): Declare for compiler.
17692 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17693 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17694
17695 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17696 doc-string.
17697
17698 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * doc-view.el (doc-view-current-page): Add a `win' argument.
17701
17702 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17705 Demote it to plain defvar.
17706 (doc-view-conversion-refresh-interval): Reduce interval.
17707 (doc-view-goto-page): Allow moving to pages not yet rendered.
17708 (doc-view-goto-page): Construct a file name rather than extracting it
17709 from doc-view-current-files.
17710 (doc-view-kill-proc): Ignore errors from kill-process.
17711 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17712 (doc-view-insert-image): Use appropriate text if the page hasn't been
17713 rendered yet. Adjust scrolling so the text is displayed.
17714 (doc-view-display): Detect not just that a page is available, but also
17715 that it wasn't available before, so as to avoid refreshing all pages
17716 repeatedly.
17717 (doc-view-mode): Make doc-view-cache-directory if needed.
17718
17719 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17720
17721 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17722 toggle-read-only.
17723
17724 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17725 refering to a missing required field with the OPT prefix.
17726 Make unwindform more robust.
17727
17728 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17729 it duplicates the bibtex support in progmodes/hideshow.el.
17730 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17731 entries that do not start at the beginning of a line.
17732
17733 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17734
17735 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17736
17737 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17738
17739 * help-fns.el (describe-variable): Add phrases about
17740 initialization file with and without customization;
17741 use new button type help-info-variable.
17742
17743 * help-mode.el (help-info-variable):
17744 New button able to read Info files for help-fns.el.
17745
17746 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17747
17748 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17749 (grep-mode): Use grep-mode-tool-bar-map.
17750
17751 * progmodes/compile.el (tool-bar): Require tool-bar.
17752 (compilation-mode-tool-bar-map): New variable.
17753 (compilation-mode): Use compilation-mode-tool-bar-map.
17754
17755 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17756
17757 2008-02-25 Glenn Morris <rgm@gnu.org>
17758
17759 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17760
17761 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17762
17763 * diff-mode.el (diff-file-junk-re): New const.
17764 (diff-beginning-of-file-and-junk): Use it.
17765 (diff-file-kill): Make sure we were really inside a file diff.
17766
17767 * diff-mode.el: Make it more robust in the presence of empty context
17768 lines in unified hunks.
17769 (diff-valid-unified-empty-line): New var.
17770 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17771 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17772 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17773 (diff-hunk-header-re-unified): New const.
17774 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17775 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17776 (diff-sanity-check-hunk): Use it.
17777
17778 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17779 Index: line, don't search backward for the previous one.
17780
17781 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17782
17783 * international/fontset.el (setup-default-fontset): Add non-OTF
17784 lao font for lao script.
17785
17786 * language/tibetan.el: Register tibetan-composition-function in
17787 composition-function-table.
17788
17789 * language/tibet-util.el (tibetan-composition-function):
17790 Adjust for the new calling way (argument changed). Try font-shape-text
17791 if possible.
17792
17793 * language/lao.el: Register lao-composition-function in
17794 composition-function-table.
17795
17796 * language/lao-util.el (lao-composition-function): Adjust for the new
17797 calling way (argument changed). Try font-shape-text if possible.
17798
17799 2008-02-25 Jason Rumney <jasonr@gnu.org>
17800
17801 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17802
17803 2008-02-25 Juri Linkov <juri@jurta.org>
17804
17805 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17806 background, "red4" for a dark background, "red" for 16 and
17807 8 colors, "grey" for grayscale, and inverse video otherwise.
17808 Add :version tag.
17809 (isearch-message): Keep the original isearch-message intact, and
17810 add text properties to it where necessary. Add `isearch-error' to
17811 the condition that checks if isearch is unsuccessful.
17812
17813 2008-02-24 Juri Linkov <juri@jurta.org>
17814
17815 * progmodes/compile.el (compilation-handle-exit):
17816 Use compilation-error face instead of font-lock-warning-face.
17817 Display the same message in the minibuffer as is inserted
17818 at the end of the compilation buffer.
17819
17820 2008-02-24 Glenn Morris <rgm@gnu.org>
17821
17822 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17823 multiple file case.
17824
17825 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17826
17827 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17828 multiple file case. Use a single `let' rather than two.
17829
17830 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17831
17832 * progmodes/compile.el (compilation-start): Specify a face for
17833 mode-line-process.
17834 (compilation-handle-exit): Specify a face and a tooltip for
17835 mode-line-process.
17836
17837 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17840 (hilit-chg-make-ov): Simplify.
17841 (hilit-chg-fixup): Use remove-overlays.
17842 (hilit-chg-set-face-on-change): Remove redundant call to
17843 `remove-text-properties'.
17844
17845 * dired.el (dired-mark-prompt): Don't count/display the t element.
17846 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17847
17848 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17849
17850 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17851 add-submenu.
17852 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17853 Remove. Move contents to the only use ...
17854 (verilog-menu): ... here.
17855 (verilog-statement-menu): Remove. Move contents to the only use ...
17856 (verilog-stmt-menu): ... here.
17857 (verilog-mark-defun): Simply call mark-defun for emacs.
17858 (occur-pos-list): Declare for byte compiler.
17859 (mode-popup-menu): Don't defvar.
17860 (verilog-add-statement-menu): Remove.
17861 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17862 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17863
17864 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17865
17866 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17867 conditional.
17868 (verilog-font-grouping-keywords-face): Make the begin..end
17869 keywords standout more than other verilog keywords.
17870 (verilog-type-font-keywords): Move the begin..end out of this list
17871 to facilitate making them to (potentially) stand out more.
17872 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17873 function & task blocks.
17874 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17875 initial, function & task blocks.
17876 (verilog-forward-sexp): Handle the new "disable fork" statement of
17877 IEEE-1800 Verilog.
17878 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17879 statement of IEEE-1800 Verilog.
17880 (verilog-calc-1): Handle the new "disable fork" statement of
17881 IEEE-1800 Verilog.
17882 (verilog-disable-fork-re): Add const to help handle the new
17883 "disable fork" statement of IEEE-1800 Verilog.
17884 (verilog-declaration-core-re): Add port directions by themselves,
17885 with no qualification, as base item of a declaration.
17886 (verilog-pretty-declarations): Add new flag to ask it to refrain
17887 from printing to the message buffer.
17888 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17889 printing to the message buffer. Improve handling of the many
17890 types of expression line up.
17891 (verilog-just-one-space): Remove printing of an empty message.
17892 (verilog-get-lineup-indent): Rework to support the better handling
17893 of expression lineup for verilog-pretty-expr.
17894 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17895
17896 2008-02-24 Alan Mackenzie <acm@muc.de>
17897
17898 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17899 yesterday's commit.
17900
17901 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17902
17903 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17904 to mouse-set-point in buffers that aren't associated with files.
17905
17906 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17907
17908 2008-02-24 Alan Mackenzie <acm@muc.de>
17909
17910 Set of changes so that "obtrusive" syntactic elements in a
17911 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17912 unmatched paren) don't interact syntactically with stuff outside
17913 the CPP line.
17914
17915 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17916 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17917 off-by-one bug.
17918 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17919 a bit of refactoring.
17920 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17921 functionality of c-awk-advise-fl-for-awk-region, which has been
17922 refactored away.
17923
17924 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17925 (c-clear-char-property-with-value): New function and macro which
17926 remove text-properties `equal' to a supplied value.
17927
17928 * progmodes/cc-engine.el: Comment about text properties amended.
17929
17930 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17931 parens around "error\\|warning".
17932
17933 * progmodes/cc-langs.el (c-get-state-before-change-function)
17934 (c-before-font-lock-function, c-anchored-cpp-prefix):
17935 New language variables.
17936 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17937
17938 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17939 syntax-table text properties.
17940 (c-common-init): Call language specific before/after-change
17941 functions at mode initialisation.
17942 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17943 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17944 (c-neutralize-syntax-in-CPP): New functions.
17945 (c-before-change, c-after-change): Call the new language specific
17946 change functions defined in cc-langs.el.
17947 (c-advise-fl-for-region): New macro.
17948 (awk-mode): Remove AWK specific stuff which has been refactored
17949 into language independent stuff.
17950
17951 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17952
17953 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17954 (gdb): (Re)set gdb-flush-pending-output to nil here...
17955 (gdb-init-1): ...instead of here (before gdb-prompt).
17956
17957 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17960 Recognize ''' just like any other char-constant.
17961
17962 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17963
17964 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17965 careful enough. Detect the uid-change all within the main loop.
17966
17967 2008-02-24 Stefan Monnier <monnier@pastel.home>
17968
17969 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17970
17971 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17972
17973 * hilit-chg.el (highlight-save-buffer-state): New macro.
17974 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17975 (hilit-chg-clear): Use it to preserve the modified-p flag.
17976 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17977
17978 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17979
17980 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17981 when needed.
17982
17983 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17984
17985 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17986 from gnus-button-url-regexp.
17987
17988 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17989
17990 * progmodes/compile.el (compilation-next-error): Doc fix.
17991 (compilation-find-file): Doc fix.
17992
17993 2008-02-24 Glenn Morris <rgm@gnu.org>
17994
17995 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17996 Add obsolete aliases to the old names.
17997
17998 2008-02-24 Richard Stallman <rms@gnu.org>
17999
18000 * net/net-utils.el (ifconfig): Rename from ipconfig.
18001 (ipconfig): Alias to ifconfig.
18002 (ifconfig-program): Rename from ipconfig-program.
18003 (ifconfig-program-options): Rename from ipconfig-program-options.
18004
18005 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18006
18007 * progmodes/verilog-mode.el (verilog-declaration-core-re):
18008 Add port directions by themselves, with no qualification, as base
18009 item of a declaration.
18010 (verilog-pretty-declarations): Add new flag that inhibits printing
18011 to the message buffer.
18012 (verilog-pretty-expr): Add new flag that inhibits printing to the
18013 message buffer. Improve handling of the many types of expression
18014 line up.
18015 (verilog-just-one-space): Don't print an empty message.
18016 (verilog-get-lineup-indent): Rework to support the better handling
18017 of expression lineup for verilog-pretty-expr.
18018 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18019 (verilog-mode-version, verilog-mode-release-date): Update.
18020
18021 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18022
18023 * subr.el (cancel-change-group): Don't move point.
18024
18025 2008-02-23 Markus Triska <markus.triska@gmx.at>
18026
18027 * linum.el (linum-after-config): Update all visible windows.
18028
18029 2008-02-23 Glenn Morris <rgm@gnu.org>
18030
18031 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18032 Add :help for Solitaire and Tetris.
18033
18034 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18035
18036 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18037 (smtpmail-code-conv-from): Doc fix. Fix custom type.
18038 (smtpmail-queue-index-file): Make it a defcustom.
18039 (smtpmail-queue-index): Delete.
18040 (smtpmail-send-it, smtpmail-send-queued-mail):
18041 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18042 smtpmail-queue-index.
18043
18044 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18045 Add :version.
18046
18047 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
18048
18049 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18050 New variables.
18051 (iwconfig): New function.
18052
18053 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * vc.el (vc-find-revision): Make vc-parent-buffer local before
18056 setting it.
18057 (vc-status-menu-map): Do not define using easy-menu.
18058 (vc-status-menu-map): New defalias.
18059 (vc-status-mode-map): Hook up the menu.
18060 (top-level): Update TODO.
18061
18062 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18063
18064 * vc-bzr.el (vc-bzr-init-version): Rename to ...
18065 (vc-bzr-init-revision): ... this.
18066
18067 2008-02-23 Jason Rumney <jasonr@gnu.org>
18068
18069 * makefile.w32-in (WINS_ALMOST): Remove term.
18070 (WINS): Add term here.
18071 (custom-deps, finder-data): Use WINS_ALMOST.
18072
18073 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
18074
18075 * faces.el (font-weight-table): Fix value of `semi-light'.
18076
18077 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18078
18079 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18080 Make those tables bijective.
18081
18082 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18083
18084 Finish pdbtrack integration cleanup, settling missing-functions
18085 byte compiler warnings appropriately.
18086
18087 * progmodes/python.el (python-point): Remove this - beginning-of-line
18088 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18089 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18090 (python-goto-initial-line): Drop these - they were only needed for
18091 python-point.
18092 (python-comint-output-filter-function): Use condition-case and
18093 beginning-of-line directly, instead of python-mode.el functions
18094 which require all sorts of baggage.
18095 (point-safe): Unnecessary - we're using condition-case directly,
18096 instead.
18097 (python-execute-file): Include for python-shell, which I'm leaving
18098 in keeping despite it being unnecessary for pdb tracking.
18099
18100 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18101
18102 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18103 Add SRFI 11 support.
18104 (let-values, let*-values): Specify scheme-indent-function.
18105
18106 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18107
18108 * vc.el (vc-exec-after): Move setting mode-line-process in the
18109 busy case ...
18110 (vc-set-mode-line-busy-indicator): ... in this new function.
18111 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18112 (vc-update-vc-status-buffer): Reset mode-line-process.
18113 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18114 mark/unmark all the files with the same state as the current one.
18115 With a prefix argument mark/unmark all files.
18116 (vc-status-mode-menu): Adjust strings.
18117 (vc-update-vc-status-buffer): Only do something when the argument
18118 is not nil.
18119 (vc-status-kill-dir-status-process): New function.
18120 (vc-status-mode-map): Bind it.
18121 (vc-status-process-buffer): New variable.
18122 (vc-status-mode): Make it local.
18123 (vc-status-refresh): Set it.
18124
18125 * vc-hg.el (vc-hg-dir-status):
18126 * vc-git.el (vc-git-dir-status):
18127 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18128 command is run.
18129
18130 2008-02-22 Glenn Morris <rgm@gnu.org>
18131
18132 * json.el (top-level): No need to require thingatpt.
18133 (json-read-keyword): Use thing-at-point rather than word-at-point.
18134
18135 * time.el (top-level): No need to require time-date when compiling.
18136
18137 * emacs-lisp/copyright.el (copyright-update-year):
18138 Fix subexpression numbering for the case when years are split over
18139 lines, and for the replace case.
18140
18141 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18142 (tpu-caar, tpu-cadr): Delete functions.
18143 (zmacs-regions): No need to declare for compiler.
18144 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18145 (tpu-spell-check): Rewrite, and handle mark after point.
18146 (tpu-special-insert): Use or rather than if.
18147
18148 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18149 rather than spell-region.
18150
18151 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18152 warnings about spell-region.
18153
18154 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18155
18156 * ldefs-boot.el: Regenerated.
18157
18158 * loadup.el: Don't load language/devanagari, language/kannada,
18159 language/malayalam, and language/tamil. Load language/sinhala.
18160
18161 * language/indian.el (indian-font-foundry)
18162 (indian-script-language-alist, indian-font-char-index-table)
18163 (indian-font-char, indian-font-char-range, indian-script-table)
18164 (indian-default-script, indian-composable-pattern): Delete them.
18165 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18166 language environments moved to here.
18167 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18168 New language environments.
18169
18170 * language/devanagari.el, language/devan-util.el,
18171 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18172 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18173 Delete them.
18174
18175 * language/sinhala.el: New file.
18176
18177 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18178
18179 Update Nick Robert's port of pdb tracking from python-mode.el.
18180
18181 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18182 Clarify docstring.
18183 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18184 tracking is happening.
18185 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18186 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18187 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18188 Tracking is plugged in to all comint buffers once python.el is loaded.
18189 (python-pdbtrack-overlay-arrow): Toggle activation of
18190 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18191 (python-pdbtrack-track-stack-file): Use new
18192 `python-pdbtrack-get-source-buffer' for more flexible access to
18193 debugging source files.
18194 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18195 according to pdb stack trace, optionally using new
18196 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18197 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18198 named buffer, or having function with indicated name.
18199 (python-shell): Remove comint-output-filter-functions hook
18200 addition, it's being done elsewhere. Wrap long line.
18201
18202 2008-02-21 Michael Olson <mwolson@gnu.org>
18203
18204 * json.el: Replace XEmacs compatibility code to get rid of
18205 compiler warnings.
18206
18207 * time.el: Fix compiler warning.
18208
18209 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18210
18211 * json.el: New file (JavaScript Object Notation parser / generator).
18212
18213 2008-02-21 Dave Love <fx@gnu.org>
18214
18215 * progmodes/sym-comp.el: New file.
18216
18217 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18218 Require sym-comp. Add Python buffer to same-window-buffer-names.
18219 Fixup whitespaces.
18220 (python-font-lock-keywords): Add highlighting for Python builtins.
18221 (python-font-lock-syntactic-keywords): Rewrite.
18222 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18223 ppss directly.
18224 (python-mode-map): Add binding for python-find-function.
18225 (python-calculate-indentation): Clean up the logic.
18226 (python-beginning-of-defun): Explicitly set return value.
18227 (python-beginning-of-statement): Stop looping if we get stuck
18228 going backwards.
18229 (python-next-statement): Stop looping if we somehow end up inside
18230 a string while advancing.
18231 (python-preoutput-continuation, python-version-checked): New vars.
18232 (python-check-version): New function.
18233 (run-python): Set default command to python-command instead of
18234 python-python-command.
18235 (run-python): Use python-check-version. Give PYTHONPATH
18236 precedence over data-directory in the process environment.
18237 Load function definitions in python process after.
18238 (python-check-comint-prompt): New function.
18239 (python-send-command, python-send-receive): Use it.
18240 (python-complete-symbol, python-try-complete): Functions deleted.
18241 Use symbol-complete instead of python-complete-symbol throughout.
18242 (python-fill-paragraph): Further refine the fenced-string regexp.
18243 (def-python-skeleton): Expand to the original abbrev instead if in
18244 a comment or string. Tweak skeletons for `if', `while', `for',
18245 `try/except', `try/finally', `name'.
18246 (python-pea-hook, python-abbrev-pc-hook): New functions.
18247 (python-abbrev-syntax-table): New var.
18248 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18249 Use symbol-completion-try-complete for hippie expansion.
18250 Turn on font lock unconditionally.
18251 (python-mode-hook): Defcustom it. No need to use make-local
18252 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18253 option, since it's buffer-local.
18254
18255 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18256
18257 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18258
18259 2008-02-21 Drew Adams <drew.adams@oracle.com>
18260
18261 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18262 "Turn off" and a "Help" entry when the minor mode has no menu.
18263
18264 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18265
18266 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18267 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18268 vc-status-mark-file and vc-status-unmark-file.
18269 (vc-status-mark-unmark): New function.
18270 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18271
18272 2008-02-21 Glenn Morris <rgm@gnu.org>
18273
18274 * composite.el (encode-composition-rule): Fix typo in error message.
18275 (composition-function-table, auto-composition-mode): Doc fixes.
18276
18277 * subr.el (sit-for): Fix obsolete form for nil second argument.
18278
18279 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18280 (spell-string): Make obsolete, in favor of ispell.
18281
18282 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18283
18284 * language/devanagari.el: Don't setup composition-function-table
18285 here.
18286 ("Devanagari"): Change charset, coding-system, coding-priority to
18287 Unicode-based ones. Don't require the feature devan-util.
18288
18289 * composite.el (compose-chars-after): Fix arguments for a function
18290 in composition-function-table.
18291 (auto-compose-region): Likewise.
18292
18293 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18294 for Ethiopic.
18295 (ps-mule-plot-string): Ignore glyph-string based compositions.
18296
18297 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * doc-view.el: Allow different windows to show different pages.
18300 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18301 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18302 add them back as macros instead, using image-mode-winprops instead.
18303 Update all users of those variables.
18304 (doc-view-new-window-function): New function to create a new overlay
18305 for each new window.
18306 (doc-view-mode): Use it and image-mode-setup-winprops.
18307 (doc-view-clone-buffer-hook): Rewrite accordingly.
18308
18309 * image-mode.el: Extend [hv]scroll support to per-window properties.
18310 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18311 (image-mode-winprops-alist): New var to replace them.
18312 (image-mode-new-window-functions): New hook.
18313 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18314 New funs.
18315 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18316 Remove the `window' argument, update callers.
18317 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18318 Use the new functions.
18319 (image-mode-reapply-winprops): New fun.
18320 (image-mode): Use it.
18321
18322 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18323
18324 * calc/calc-math.el (math-sin-raw): Add optional argument
18325 to keep track of original argument.
18326 (math-cos-raw): Use optional argument when calling math-sin-raw.
18327 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18328 with close to original precision.
18329
18330 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18331
18332 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18333 args in calls of sit-for.
18334
18335 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18336
18337 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18338 (vc-svn-checkin): Fix typo in error message.
18339
18340 * help-mode.el: Require easymenu when compiling.
18341
18342 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18343
18344 * help-mode.el (help-mode-menu): New menu.
18345
18346 2008-02-20 Glenn Morris <rgm@gnu.org>
18347
18348 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18349 on Windows.
18350
18351 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18352
18353 * ps-mule.el (ps-mule-encode-region): Return a single string.
18354 (ps-mule-plot-string): Adjust for the above change.
18355 (ps-mule-encode-header-string): Likewise.
18356
18357 * international/latin1-disp.el (latin1-display): Don't use
18358 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18359 standard-display-table.
18360 (latin1-display-identities): Adjust for the change of what is
18361 returned by (get-language-info charset 'charset).
18362
18363 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18364 characters and terminal case.
18365
18366 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18367
18368 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18369
18370 * progmodes/python.el: Also require comint when loading.
18371 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18372 Replace python-shell with run-python on menu bar.
18373 (python-shell-map): New map.
18374 (python-default-interpreter, python-python-command-args)
18375 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18376 New options.
18377 (python-which-shell, python-which-args, python-which-bufname):
18378 New buffer local variables.
18379 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18380
18381 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18382 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18383 New constants.
18384
18385 Pdbtrack features:
18386
18387 (python-point, python-end-of-def-or-class)
18388 (python-beginning-of-def-or-class, python-goto-initial-line)
18389 (python-comint-output-filter-function)
18390 (python-pdbtrack-overlay-arrow)
18391 (python-pdbtrack-track-stack-file, python-toggle-shells)
18392 (python-shell, python-pdbtrack-toggle-stack-tracking)
18393 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18394 New functions.
18395
18396 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18399 when the argument is nil.
18400
18401 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18402
18403 * vc.el (dir-status): Add a brief description.
18404
18405 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18406
18407 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18408 If non-nil, reverse the sense of the check.
18409
18410 * vc-rcs.el (vc-rcs-root): New func.
18411 * vc-cvs.el (vc-cvs-root): New func.
18412 * vc-svn.el (vc-svn-root): New func.
18413 * vc-sccs.el (vc-sccs-root): New func.
18414
18415 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18416
18417 * language/japan-util.el (setup-japanese-environment-internal):
18418 Call use-cjk-char-width-table.
18419
18420 * language/japanese.el ("Japanese"): Set exit-function to
18421 use-default-char-width-table.
18422
18423 * international/characters.el: Delete occurrences of non-Unicode
18424 tibetan and ethiopic characters.
18425 (cjk-char-width-table): New variable.
18426 (use-cjk-char-width-table, use-default-char-width-table):
18427 New functions.
18428
18429 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18430
18431 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18432 (vc-status-mode-menu): Add a :filter.
18433 (vc-status-printer): Add faces.
18434
18435 * vc-hg.el (vc-hg-extra-status-menu): New function.
18436 (vc-hg-dir-status): Clean up the buffer before using it.
18437
18438 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18441 (gdb): Initialize it here instead.
18442
18443 * files.el (locate-dominating-file): Fix thinko in last change.
18444 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18445
18446 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18447
18448 * vc.el (vc-status-mode-menu): New menu for vc-status.
18449
18450 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18453 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18454 (verilog-mode-auto, verilog-indent-level-module)
18455 (verilog-minimum-comment-distance, verilog-library-flags)
18456 (verilog-library-directories, verilog-library-files)
18457 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18458 (verilog-xemacs-menu, verilog-set-compile-command)
18459 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18460 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18461 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18462 (verilog-batch-inject-auto, verilog-batch-indent)
18463 (verilog-continued-line, verilog-type-keywords)
18464 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18465 (verilog-read-inst-pins, verilog-read-arg-pins)
18466 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18467 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18468 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18469 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18470 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18471 (verilog-mode-version, verilog-mode-release-date)
18472 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18473 (verilog-simulator, verilog-compiler)
18474 (verilog-auto-sense-defines-constant, verilog-company)
18475 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18476 Fix typos in docstrings.
18477 (verilog-set-auto-endcomments, verilog-calculate-indent)
18478 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18479 Reflow docstrings.
18480 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18481 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18482 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18483 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18484 (verilog-leap-to-head, verilog-current-indent-level)
18485 (verilog-case-indent-level, verilog-cpp-keywords)
18486 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18487 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18488 (verilog-signals-not-in, verilog-symbol-detick-text)
18489 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18490 (verilog-forward-close-paren, verilog-backward-open-paren)
18491 (verilog-backward-open-bracket): Doc fixes.
18492
18493 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18494 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18495 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18496 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18497 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18498 Fix typos in docstrings.
18499
18500 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18501
18502 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18503
18504 * info.el (Info-read-node-name): Removed unused `default' arg.
18505
18506 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18507
18508 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18509
18510 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18511
18512 * image-mode.el (image-get-display-property): New fun.
18513 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18514 (image-mode, image-minor-mode, image-toggle-display-text)
18515 (image-toggle-display): Use it.
18516
18517 2008-02-18 Jason Rumney <jasonr@gnu.org>
18518
18519 * international/mule.el (xml-find-file-coding-system): Don't warn
18520 about utf-16 with BOM.
18521
18522 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18523
18524 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18525 warn if file encoding is not utf-8 and encoding not specified.
18526 (xml-find-file-coding-system): New function.
18527 * international/mule-conf.el (file-coding-system-alist): Use it.
18528
18529 2008-02-17 Glenn Morris <rgm@gnu.org>
18530
18531 * international/mule-cmds.el (set-locale-environment):
18532 Pass `frame' to getenv for LC_MESSAGES.
18533
18534 2008-02-17 Juri Linkov <juri@jurta.org>
18535
18536 * time.el (emacs-init-time): Use format instead of format-seconds.
18537
18538 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18539
18540 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18541 bibtex-find-entry. Add autoload cookie.
18542 (bibtex-find-entry): Alias for bibtex-search-entry.
18543 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18544 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18545 (bibtex-clean-entry): atomic-change-group removed.
18546 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18547 to locate buffer location where error occurred.
18548 Make error messages more specific.
18549 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18550
18551 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18552
18553 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18554 top level.
18555
18556 * simple.el (transient-mark-mode): Add an :init-value.
18557
18558 * startup.el (command-line): Use custom-reevaluate-setting for
18559 transient-mark-mode.
18560
18561 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18562
18563 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18564
18565 2008-02-16 Juri Linkov <juri@jurta.org>
18566
18567 * startup.el (after-init-time): New variable.
18568 (command-line): Set `after-init-time' to the current time.
18569
18570 * time.el (emacs-init-time): New function.
18571
18572 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18573
18574 * files.el (locate-dominating-file): Remove initial loop because it's
18575 not careful enough. Detect the uid-change all within the main loop.
18576
18577 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18578
18579 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18580
18581 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18582
18583 * vc.el (vc-annotate): Add new argument.
18584 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18585
18586 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18587 Move make-variable-buffer-local code after the corresponding defvar.
18588 (hs-minor-mode-map): Define and initialize in one step.
18589 (hs-minor-mode): Change from defun to define-minor-mode.
18590
18591 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18592
18593 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18594 (gdb-ready): Move declaration...
18595
18596 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18597 (gdb-early-user-input): New variable.
18598 (gdb): Reset gdb-flush-pending-output to nil and set
18599 comint-input-sender here (before gdb-prompt), instead of...
18600 (gdb-init-1): ...here.
18601 (gdb-send): If Emacs is not ready, defer user input to...
18602 (gdb-prompt): ...here.
18603
18604 2008-02-16 Glenn Morris <rgm@gnu.org>
18605
18606 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18607
18608 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18609 (before-init-time): New name for `emacs-startup-time'.
18610 (command-line): Use before-init-time rather than emacs-startup-time.
18611 * time.el (emacs-uptime): Use before-init-time rather than
18612 emacs-startup-time.
18613
18614 * composite.el (composition-function-table): Doc fix.
18615
18616 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18617 in favor of `%z' specifier.
18618 (emacs-uptime): Move to time.el.
18619 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18620 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18621 argument of format-seconds.
18622
18623 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18624
18625 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18626
18627 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18628
18629 * ielm.el (ielm-is-whitespace): Remove.
18630 (ielm-is-whitespace-or-comment): New function.
18631 (ielm-eval-input): Use it.
18632
18633 2008-02-15 Jason Rumney <jasonr@gnu.org>
18634
18635 * term/mac-win.el: Fix coding tag.
18636
18637 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18638
18639 * vc-hooks.el (vc-menu-map):
18640 * bindings.el (mode-line-mode-menu): Add tooltips.
18641
18642 * bindings.el (help-echo): Add more tooltips. Use a less
18643 telegraphic style for existing tooltips.
18644
18645 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18646
18647 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18648 from the auto-generated one.
18649
18650 2008-02-14 Glenn Morris <rgm@gnu.org>
18651
18652 * mail/rmail-spam-filter.el (rmail-spam-filter):
18653 Let-bind message-spam-status.
18654
18655 * mail/smtpmail.el (password-cache-add): Declare as function.
18656
18657 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18658
18659 * mail/smtpmail.el: Use password-cache.
18660
18661 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18662
18663 * uniquify.el (uniquify-buffer-base-name): New function.
18664 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18665
18666 * desktop.el (uniquify-managed): Don't defvar.
18667 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18668 `uniquify-managed'. Return also the buffer's base name.
18669 (desktop-save): When saving the buffer info, filter out the base name,
18670 and save it as buffer name if the buffer is managed by uniquify.
18671 (uniquify-item-base): Don't declare; not called anymore.
18672
18673 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18674
18675 * vc.el (vc-annotate-find-revision-at-line): New function.
18676 (vc-annotate-mode-map): Bind it.
18677 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18678 some entries.
18679
18680 2008-02-14 Glenn Morris <rgm@gnu.org>
18681
18682 * calendar/time-date.el (format-seconds): New function.
18683 (emacs-uptime): Use format-seconds.
18684
18685 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18686 Remove `LC_ALL=C', since it's included in $(emacs) now.
18687
18688 2008-02-14 Zhang Wei <id.brep@gmail.com>
18689
18690 * textmodes/org-publish.el (org-publish-timestamp-filename):
18691 Replace colon characters in filename too.
18692
18693 2008-02-13 Bastien Guerry <bzg@altern.org>
18694
18695 * mail/rmail.el (rmail-header-name): New face.
18696 (rmail-font-lock-keywords): Use rmail-header-name.
18697
18698 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18699 against X-Spam-Status header field.
18700 (rmail-spam-filter): Also check X-Spam-Status header field.
18701
18702 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18703
18704 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18705 Add support for .pm files and .php files.
18706 (flymake-err-line-patterns): Add pattern for PHP errors.
18707 (flymake-php-init): New function. PHP support for flymake.
18708
18709 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18710 Add regular expression for PHP errors.
18711
18712 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18713
18714 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18715 This DTRT even on w32 machines.
18716 (ange-ftp-cf1): Quote FILENAME.
18717
18718 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18719
18720 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18721 (smerge-auto-combine): New fun.
18722
18723 2008-02-12 Juri Linkov <juri@jurta.org>
18724
18725 * startup.el (fancy-startup-screen, normal-splash-screen):
18726 Set default-directory to command-line-default-directory.
18727
18728 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18729 after reading the desktop.
18730
18731 * progmodes/compile.el (compilation-auto-jump):
18732 Call compile-goto-error only when compilation-auto-jump-to-first-error
18733 is non-nil.
18734 (compilation-scroll-output): Replace :type 'boolean with a choice
18735 that has three options including a third option `first-error'.
18736 Doc fix.
18737 (compilation-start, compilation-forget-errors): Add an alternate
18738 condition comparing compilation-scroll-output with `first-error'
18739 in addition to compilation-auto-jump-to-first-error (to call
18740 compilation-auto-jump in the proper place).
18741
18742 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18743
18744 * international/mule.el (sgml-html-meta-auto-coding-function):
18745 Make sure the search limit is ahead.
18746
18747 * tar-mode.el: Fix broken indentation.
18748 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18749 Use with-current-buffer.
18750
18751 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18752
18753 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18754 it is already automatically buffer-local.
18755
18756 2008-02-12 Drew Adams <drew.adams@oracle.com>
18757
18758 * help.el (describe-key): Join some split lines to facilitate filling.
18759 * help-fns.el (describe-function-1): Fill text of overlong lines.
18760
18761 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18762
18763 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18764 Use unibyte-string instead of string-make-unibyte.
18765
18766 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18767
18768 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18771 works also for buffers w/o buffer-file-name. Update callers.
18772 (doc-view-clone-buffer-hook): New fun.
18773 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18774 the `doc-view' property so they can be recognized.
18775
18776 * simple.el (clone-indirect-buffer-hook): New hook.
18777 (clone-indirect-buffer): Run it.
18778
18779 2008-02-11 Michael Olson <mwolson@gnu.org>
18780
18781 * epa-setup.el:
18782 * epg-package-info.el: Files removed.
18783
18784 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18785
18786 * epa.el (epa-menu-mode): Merge into epa-mode.
18787 (epa-menu-items): Rename the label "EasyPG Assistant" to
18788 "Encryption/Decryption".
18789
18790 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18791 (epa-dired-mode-map): Rename from epa-dired-map.
18792 (epa-global-dired-mode): Rename the global minor mode.
18793
18794 2008-02-11 Drew Adams <drew.adams@oracle.com>
18795
18796 * isearch.el (isearch-fail): New face.
18797 (isearch-message): Highlight failure part of input.
18798
18799 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * ibuffer.el (ibuffer-header-line-format): New var.
18802 (ibuffer-mode): Set it instead of header-line-format.
18803 (ibuffer-update): Use it to set header-line-format.
18804
18805 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18806 properties like self-insert-command.
18807
18808 2008-02-11 Drew Adams <drew.adams@oracle.com>
18809
18810 * progmodes/etags.el: Add many doc strings.
18811
18812 2008-02-11 Jason Rumney <jasonr@gnu.org>
18813
18814 * ldefs-boot.el: Regenerated.
18815
18816 2008-02-11 Glenn Morris <rgm@gnu.org>
18817
18818 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18819 Shorten some names.
18820
18821 * ffap.el (ffap-rfc-directories): Add :version.
18822
18823 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18824
18825 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18826 files, and backup files of same.
18827
18828 2008-02-11 Kevin Ryde <user42@zip.com.au>
18829
18830 * ffap.el (ffap-rfc-directories): New variable.
18831 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18832
18833 * info.el (Info-next-reference, Info-prev-reference)
18834 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18835
18836 * simple.el (completion-list-mode): Show full completion-list-mode-map
18837 in the docstring.
18838
18839 2008-02-11 Sam Steingold <sds@gnu.org>
18840
18841 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18842
18843 2008-02-11 Glenn Morris <rgm@gnu.org>
18844
18845 * startup.el (emacs-startup-time): New variable.
18846 (command-line): Set emacs-startup-time.
18847
18848 * calendar/time-date.el (emacs-uptime): New function.
18849
18850 2008-02-10 Bastien Guerry <bzg@altern.org>
18851
18852 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18853 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18854 it is nil.
18855
18856 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18857
18858 * epg-config.el: Expand the contents of epg-package-info.el.
18859 (epg-package-name): New constant.
18860 (epg-version-number): New constant.
18861 (epg-bug-report-address): New constant.
18862
18863 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18864 (epa-global-mail-mode): New global minor mode.
18865
18866 * epa-file.el (epa-file-mode): New global minor mode.
18867
18868 * epa-dired.el (epa-dired-mode): New global minor mode.
18869
18870 * epa.el (epa-menu): New variable.
18871 (epa-menu-items): New variable.
18872 (epa-menu-mode): New global minor mode.
18873 (epa-global-minor-modes): New user option.
18874 (epa-mode): New global minor mode.
18875
18876 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18877
18878 * net/dbus.el: Remove `no-byte-compile' cookie.
18879 (dbus-call-method, dbus-register-signal, dbus-debug)
18880 (dbus-registered-functions-table): Declare them with
18881 `declare-function' or `defvar', respectively.
18882 (top): Don't assert any longer. Require 'cl when compiling.
18883 Apply `ignore-errors' but `dbus-ignore-errors'.
18884
18885 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18886
18887 * diff-mode.el (diff-add-change-log-entries-other-window):
18888 Use add-change-log-entry.
18889
18890 2008-02-09 Jason Rumney <jasonr@gnu.org>
18891
18892 * button.el (button-map):
18893 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18894 * ldefs-boot.el: Regenerate.
18895
18896 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18897
18898 * epa.el (epa-faces, epa):
18899 * epa-file.el (epa-file):
18900 * epg-config.el (epg): Add :version.
18901
18902 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18903
18904 * vc.el (vc-exec-after): Append CODE to previous fragments.
18905 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18906 take MESSAGES instead of VERBOSE; use it when non-nil.
18907 (vc-diff-internal): Compute messages once; use them;
18908 update call to vc-diff-finish.
18909
18910 2008-02-09 Michael Olson <mwolson@gnu.org>
18911
18912 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18913 buffer has been killed, such as by
18914 `tramp-cleanup-all-connections'.
18915
18916 2008-02-09 Miles Bader <miles@gnu.org>
18917
18918 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18919
18920 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18921
18922 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18923 splitter in context hunks.
18924
18925 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18926
18927 * international/fontset.el (setup-default-fontset): Fix arabic otf
18928 font specification.
18929
18930 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18931
18932 * epa-dired.el:
18933 * epa-file.el:
18934 * epa-mail.el:
18935 * epa-setup.el:
18936 * epa.el:
18937 * epg-config.el:
18938 * epg-package-info.el:
18939 * epg.el: Initial check-in of EasyPG.
18940
18941 2008-02-08 Glenn Morris <rgm@gnu.org>
18942
18943 * woman.el (woman-locale): New defcustom.
18944 (woman-expand-locale, woman-manpath-add-locales): New functions.
18945 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18946
18947 * international/mule-cmds.el (locale-translate): New function,
18948 with old code extracted from set-locale-environment.
18949 (set-locale-environment): Use locale-translate. Set woman-locale.
18950
18951 * cus-start.el (selection-coding-system): Remove, since it's now
18952 defined in select.el rather than in xselect.c.
18953 * select.el (selection-coding-system): Make it a defcustom, and
18954 add the properties from cus-start.el. Bump :version.
18955
18956 * custom.el (custom-theme-set-variables): Sort symbols that are
18957 dependencies before symbols that depend on them.
18958 (custom-enabled-themes): Set after custom-theme-directory.
18959
18960 * pcmpl-unix.el (top-level): Move provide statement to end.
18961 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18962 `*' from doc-string. Allow to be nil.
18963 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18964 Allow to be nil. Add :version.
18965 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18966 without hostnames, and multiple hostnames per line.
18967
18968 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18969
18970 2008-02-08 Phil Hagelberg <phil@evri.com>
18971
18972 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18973 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18974
18975 2008-02-07 Timo Savola <timo.savola@iki.fi>
18976
18977 * startup.el (command-line-x-option-alist): Add --parent-id.
18978
18979 * term/x-win.el (x-handle-parent-id): New function.
18980
18981 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18982
18983 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18984 "Font Menu".
18985
18986 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18987
18988 * net/dbus.el (dbus-interface-peer): New defconst.
18989 (dbus-ping): New defun.
18990
18991 2008-02-06 Sam Steingold <sds@gnu.org>
18992
18993 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18994
18995 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18998 Just return nil and let the C code provide a fallback.
18999
19000 2008-02-05 Glenn Morris <rgm@gnu.org>
19001
19002 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19003 tramp-flush-connection-property for removed 2nd argument.
19004
19005 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * diff-mode.el (diff-add-change-log-entries-other-window):
19008 Rename from diff-create-changelog. Change users.
19009 Minor change to hopefully work with plain diffs.
19010 (diff-mode-map): Add binding for it.
19011
19012 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
19013
19014 * diff-mode.el: Add new TODO entry.
19015 (diff-create-changelog): New function.
19016 (diff-mode-menu): Bind it.
19017
19018 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19019
19020 * international/mule-diag.el (print-fontset-element): Handle the
19021 case of inhibiting the fallback fonts.
19022
19023 2008-02-04 Kim F. Storm <storm@cua.dk>
19024
19025 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19026 (ido-magic-delete-char): Use prefix arg.
19027
19028 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
19029
19030 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19031 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19032 of today, the most recent libpng is 1.2.24).
19033
19034 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
19035
19036 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19037
19038 * net/dbus.el (top): Check (featurep 'dbusbind).
19039
19040 * net/tramp.el (tramp-process-sentinel): New defun.
19041 (tramp-do-copy-or-rename-file-out-of-band)
19042 (tramp-maybe-open-connection): Use it as process sentinel.
19043 (tramp-handle-delete-directory): Don't use the "-f" option; it
19044 isn't portable.
19045 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19046 after the command.
19047 (tramp-handle-shell-command): Set `mode-line-process' in the
19048 asynchronous case.
19049
19050 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19051
19052 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19053 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19054 Use `tramp-process-sentinel' as process sentinel.
19055
19056 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
19057
19058 * whitespace.el (global-whitespace-mode): Revert last change.
19059 (whitespace-unload-function): Force `global-whitespace-mode'
19060 to deactivate local modes in a slightly less intrusive way.
19061
19062 2008-02-02 Eli Zaretskii <eliz@gnu.org>
19063
19064 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19065
19066 2008-02-02 Glenn Morris <rgm@gnu.org>
19067
19068 * international/latin1-disp.el (latin1-display):
19069 * progmodes/fortran.el (fortran-comment-indent-char):
19070 * progmodes/idlw-shell.el (top-level):
19071 * term/mac-win.el (mac-keyboard-translate-char):
19072 * whitespace.el (whitespace-char-valid-p):
19073 * wid-edit.el (widget-key-sequence-read-event):
19074 Use characterp rather than char-valid-p.
19075
19076 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19077 to capitalized-find-word-boundary. Doc fix. Update callers.
19078 (capitalized-next-word-boundary-function-table): Rename to
19079 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19080
19081 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19082 string-to-int.
19083
19084 * ps-def.el (declare-function): Add compatibility definition.
19085 (ps-plot-with-face, ps-plot-string): Declare as functions.
19086 (ps-bold-faces, ps-italic-faces): Declare variables.
19087
19088 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19089 (ps-mule-end-job): Declare as functions.
19090
19091 * wid-edit.el (widget-string-complete): Use assoc-string rather
19092 than assoc-ignore-case.
19093
19094 See ChangeLog.13 for earlier changes.
19095
19096 ;; Local Variables:
19097 ;; coding: utf-8
19098 ;; End:
19099
19100 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19101
19102 This file is part of GNU Emacs.
19103
19104 GNU Emacs is free software: you can redistribute it and/or modify
19105 it under the terms of the GNU General Public License as published by
19106 the Free Software Foundation, either version 3 of the License, or
19107 (at your option) any later version.
19108
19109 GNU Emacs is distributed in the hope that it will be useful,
19110 but WITHOUT ANY WARRANTY; without even the implied warranty of
19111 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19112 GNU General Public License for more details.
19113
19114 You should have received a copy of the GNU General Public License
19115 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19116
19117 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc