(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
[bpt/emacs.git] / lisp / ChangeLog
1 2009-02-26 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/cc-vars.el (c-style-variables-are-local-p):
4 Mark as safe if boolean. (Bug#2197)
5
6 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7
8 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
9 return a string. (Bug#2428)
10
11 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
12
13 * bs.el (bs--down):
14 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
15
16 2009-02-25 Glenn Morris <rgm@gnu.org>
17
18 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
19
20 * simple.el (eval-expression):
21 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
22
23 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
24
25 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
26
27 2009-02-25 David Reitter <david.reitter@gmail.com>
28
29 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
30
31 2009-02-25 Kenichi Handa <handa@m17n.org>
32
33 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
34
35 * composite.el (auto-composition-mode): Don't add a hook to
36 after-change-functions. Don't decompose the buffer.
37 (auto-composition-after-change): Delete it.
38 (toggle-auto-composition): Make it an alias of
39 auto-composition-mode.
40 (auto-compose-region): Delete it.
41
42 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
45 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
46 (ns-delete-working-text): Merge with ns-unecho-working-text.
47 Decide which to use based on ns-working-overlay.
48 (ns-unecho-working-text): Remove.
49 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
50
51 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
52
53 * textmodes/ispell.el (ispell-region): Adapt "done" message to
54 coding conventions. (Bug#2447)
55
56 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
57 argument is 0. Doc fix. (Bug#1527)
58
59 * w32-vars.el (w32-system-shells): Doc fix.
60
61 * image.el (image-load-path-for-library, insert-sliced-image):
62 Fix typos in docstrings.
63
64 2009-02-24 Glenn Morris <rgm@gnu.org>
65
66 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
67 :set function. (Bug#2429)
68
69 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
70 potential use.
71
72 * progmodes/cperl-mode.el (cperl-find-pods-heres):
73 Don't globally bind `name'.
74
75 * emacs-lisp/elint.el (elint-unknown-builtin-args):
76 Fix encode-time spec. (Bug#2453)
77 (elint-find-builtin-args): Make the match more restrictive.
78 Handle errors. Return a result actually containing the function name.
79
80 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
81 already did. (Bug#2440)
82 (rmail-quit): Don't swap buffers. (Bug#2441)
83 (rmail-list-to-menu): Don't globally bind `name'.
84
85 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
86
87 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
88 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
89
90 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
91
92 * bs.el (bs--down): When wrapping around, use `forward-line',
93 not `goto-line', to avoid distracting "Mark set" message.
94
95 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
96
97 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
98 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
99
100 2009-02-23 Miles Bader <miles@gnu.org>
101
102 * proced.el (proced-process-attributes):
103 * server.el (server-running-p): Rename `system-process-attributes'
104 to `process-attributes'.
105
106 2009-02-22 Juri Linkov <juri@jurta.org>
107
108 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
109 Doc fix.
110
111 * dired-x.el (dired-guess-shell-command): Use read-shell-command
112 instead of read-from-minibuffer.
113 (dired-read-shell-command): Add code that uses
114 minibuffer-with-setup-hook to set minibuffer-default-add-function
115 to minibuffer-default-add-dired-shell-commands exactly like
116 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
117
118 * dired-x.el (dired-smart-shell-command): Remove code that uses
119 minibuffer-with-setup-hook to set minibuffer-default-add-function
120 to minibuffer-default-add-shell-commands because the same code was
121 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
122
123 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
126 lisp number is in decimal.
127
128 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
129
130 * progmodes/compile.el (compilation-error-regexp-alist-alist):
131 Tweak regexp (Bug#2173).
132
133 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
134 avoid yanks (Bug#2408).
135
136 2009-02-21 Alan Mackenzie <acm@muc.de>
137
138 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
139
140 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
141 parse case clauses with (compile-time) expressions.
142
143 2009-02-21 Eli Zaretskii <eliz@gnu.org>
144
145 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
146 encoding during editing. Make sure to use encoding that can
147 safely encode the message. Rewrite MIME charset= header if the
148 new encoding is different from the old one.
149
150 2009-02-21 Glenn Morris <rgm@gnu.org>
151
152 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
153 at the start of the headers.
154 (sc-mail-check-from): New function.
155
156 2009-02-20 Martin Rudalics <rudalics@gmx.at>
157
158 * progmodes/python.el (python-shift-left, python-shift-right):
159 When the mark is not active shift the current line. (Bug#2381)
160 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
161
162 2009-02-20 Andreas Schwab <schwab@suse.de>
163
164 * startup.el (command-line): Don't match an empty argument as an
165 option.
166 (command-line-1): Likewise.
167
168 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
169
170 * apropos.el (apropos-library): Check for null filename in load-history.
171
172 2009-02-20 Glenn Morris <rgm@gnu.org>
173
174 * apropos.el (apropos-library): Remove the element with null filename,
175 if present, from the completion list.
176
177 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
178 (rmail-speedbar-find-file): Use rmail rather than find-file.
179
180 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
181
182 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
183
184 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
185
186 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
187 regexp (Bug#2385).
188 (bibtex-autokey-get-title): Observe case for
189 bibtex-autokey-titleword-ignore.
190
191 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
192
193 * server.el (server-start): Make the warning more
194 verbose (Bug#2395).
195
196 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
199 Make sure we stop when we reach the limit.
200
201 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
202 a "..." does not quote anything. (Bug#2384)
203
204 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
205
206 2009-02-19 Andreas Schwab <schwab@suse.de>
207
208 * term.el: Remap self-insert-command to term-send-raw in
209 term-raw-map. (Bug#2386)
210
211 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
214 of the function as being part of the function.
215
216 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
217
218 * progmodes/compile.el (compilation-error-regexp-alist-alist):
219 Move entry for maven (alphabetical order).
220
221 2009-02-19 Glenn Morris <rgm@gnu.org>
222
223 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
224 Regexp-quote default argument taken from current subject.
225 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
226
227 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
228 Move here from rmail.el. Be more careful about error-handling.
229 Restore the feature of temporarily setting all old messages
230 undeleted before expunging (removed 2009-02-18).
231
232 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
233 Don't declare.
234 (rmail-get-new-mail-filter-spam): Declare. Move definition to
235 rmail-spam-filter.el.
236 (rmail-get-new-mail-1): Move the beep and sleep to
237 rmail-get-new-mail-filter-spam.
238
239 2009-02-18 Martin Rudalics <rudalics@gmx.at>
240
241 * cus-edit.el (custom-group-value-create): Insert some
242 informatory text in the WIDGET-misses-doc-string case.
243
244 2009-02-18 Sam Steingold <sds@gnu.org>
245
246 * progmodes/compile.el: Require comint at top level to fix the
247 last patch.
248
249 2009-02-18 Martin Rudalics <rudalics@gmx.at>
250
251 * cus-edit.el (custom-group-value-create): Don't throw an error
252 when WIDGET has no doc-string. (Bug#2356)
253
254 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
255
256 * progmodes/cc-menus.el (imenu-progress-message):
257 Remove bogus cc-bytecomp-defun.
258 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
259 Don't let-bind variable `stupid'. (Bug#1638)
260
261 2009-02-18 Glenn Morris <rgm@gnu.org>
262
263 * mail/rmail.el (rmail-get-new-mail-filter-spam):
264 * mail/rmail-spam-filter.el (rmail-spam-filter):
265 Show a message rather than the raw mbox while prompting.
266
267 2009-02-18 Martin Rudalics <rudalics@gmx.at>
268
269 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
270
271 2009-02-18 Glenn Morris <rgm@gnu.org>
272
273 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
274 declaration.
275 (top-level): No need for cl now.
276 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
277 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
278 (rsf-autosave-newly-added-definitions, rsf-white-list)
279 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
280 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
281 (rsf-customize-spam-definitions, rsf-customize-group)
282 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
283 (rsf-check-field): Use setcar and setcdr rather than setf.
284 (rmail-spam-filter): Simplify.
285 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
286 (rsf-add-region-to-spam-list): Use rmail-get-header or
287 buffer-substring-no-properties. Regexp-quote the extracted data.
288 Make the messages less verbose.
289 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
290 simplify things.
291 (rsf-add-content-type-field): Make the message less verbose.
292
293 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
294 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
295 rmail-deleted-vector.
296 (rmail-insert-inbox-text, rmail-collect-deleted)
297 (rmail-set-message-deleted-p, rmail-only-expunge)
298 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
299 (rmail-get-labels): Remove unused local `blurb'.
300 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
301 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
302 (rmail-set-message-deleted-p): Doc fixes.
303
304 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
305 Update callers for associated name change.
306 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
307 * mail/unrmail.el (unrmail): Use mail-mbox-from.
308
309 2009-02-17 Richard M Stallman <rms@gnu.org>
310
311 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
312
313 * mail/rmail.el (rmail-copy-headers): When copying full headers,
314 correctly put point at the end.
315
316 2009-02-17 Sam Steingold <sds@gnu.org>
317
318 * progmodes/compile.el (compilation-filter): Call
319 `comint-carriage-motion', just like `comint-output-filter'.
320
321 2009-02-17 Jason Rumney <jasonr@gnu.org>
322
323 * files.el (make-directory): Stop recursing if parent is
324 self. (Bug#2309)
325
326 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
327
328 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
329
330 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
331
332 2009-02-17 Miles Bader <miles@gnu.org>
333
334 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
335 copyright statements where the years follow the name.
336
337 2009-02-17 Glenn Morris <rgm@gnu.org>
338
339 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
340 move point. (Bug#2209)
341
342 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
343 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
344 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
345 "not-rmail", and make it work. Simplify.
346 (rmail-mbox-from): New function.
347 (rmail-output-as-mbox): Use rmail-mbox-from.
348 (rmail-output): Ensure a From line in the not-rmail Babyl case.
349
350 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
351 error if the header is corrupt.
352
353 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
354
355 * net/newst-treeview.el (newsticker--treeview-load): Offer
356 deletion of old groups file.
357
358 2009-02-16 Glenn Morris <rgm@gnu.org>
359
360 * mail/rmailout.el (rmail-delete-unwanted-fields)
361 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
362 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
363 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
364 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
365
366 2009-02-15 Glenn Morris <rgm@gnu.org>
367
368 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
369
370 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
371 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
372 unnecessary use of with-no-warnings.
373 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
374 (rmail-output-as-mbox): Start search from point-min. If constructing a
375 "From " line, prefer the date header over the current time.
376 (rmail-update-summary): Move declaration earlier in file.
377
378 2009-02-15 Richard M Stallman <rms@gnu.org>
379
380 * mail/rmailedit.el (rmail-edit-diff-headers):
381 Delete spurious reference to OLD.
382
383 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
386 the `with-buffer-unmodified' to avoid useless `readlink' calls.
387
388 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
389
390 * textmodes/bibtex.el (bibtex-global-key-alist)
391 (bibtex-initialize): Exclude current buffer if it does not use
392 bibtex-mode.
393 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
394 (bibtex-sort-buffer, bibtex-search-entry)
395 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
396 test whether bibtex-strings and bibtex-reference-keys have their
397 initial values.
398
399 2009-02-14 Eli Zaretskii <eliz@gnu.org>
400
401 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
402 around forms that refer to translation-table-for-input.
403
404 * isearch.el (isearch-search-string): Use `with-no-warnings'
405 around forms that refer to translation-table-for-input.
406
407 * international/quail.el (quail-input-string-to-events)
408 (quail-store-decode-map-key, quail-char-equal-p):
409 Use `with-no-warnings' around forms that refer to
410 translation-table-for-input.
411
412 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
413 around forms that refer to translation-table-for-input.
414
415 * subr.el (translation-table-for-input): Declare obsolete again.
416
417 2009-02-14 Glenn Morris <rgm@gnu.org>
418
419 * mail/rmail.el (rmail): When reverting, swap buffers before setting
420 counters. (Bug#2229)
421 (rmail-revert): Swap buffers before replacing contents.
422
423 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
424
425 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
426 Remove host, user, password options not applicable to SQlite. (Bug#1904)
427
428 2009-02-14 Richard M Stallman <rms@gnu.org>
429
430 * mail/rmailedit.el: Handle editing of header fields.
431 (rmail-old-headers): New variable.
432 (rmail-edit-current-message): Set it, recording current headers.
433 (rmail-cease-edit): Compute new headers and diff against old ones.
434 Update the mbox buffer with the changes that were made.
435 (rmail-edit-headers-alist): New function.
436 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
437
438 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
439 in default file name.
440
441 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
442 (rmail-add-mbox-headers): Likewise.
443
444 2009-02-13 Eli Zaretskii <eliz@gnu.org>
445
446 * files.el (load-library): Doc fix.
447
448 * subr.el (locate-library): Doc fix. (Bug#2291)
449
450 2009-02-13 Alan Mackenzie <acm@muc.de>
451
452 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
453 in narrowed buffers.
454
455 2009-02-13 Kenichi Handa <handa@m17n.org>
456
457 * international/titdic-cnv.el (tit-process-header): Use
458 buffer-substring-no-properties instead of buffer-substring.
459 (tit-process-body): Likewise.
460 (tsang-quick-converter): Handle superfluous CR at eol.
461 (py-converter): Use buffer-substring-no-properties instead of
462 buffer-substring. Handle superfluous CR at eol.
463 (ziranma-converter): Likewise
464 (ctlau-converter): Likewise.
465 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
466
467 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
468
469 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
470
471 2009-02-13 Glenn Morris <rgm@gnu.org>
472
473 * mail/rmail.el (rmail-show-message-1): New name for the old
474 rmail-show-message.
475 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
476 * mail/rmailsort.el: Update for rmail-show-message name change.
477
478 * mail/rmail.el (rmail-show-message): New name for the old
479 rmail-show-message-maybe.
480 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
481 name change.
482
483 * mail/rmailsum.el (msgnum): Remove declaration.
484 (rmail-summary-redo): Add missing initialization value.
485 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
486 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
487 Fix skip-chars-forward calls.
488 (rmail-summary-mark-seen): New function. As well as removing the '-'
489 mark, update the summary-vector. (Bug#2135)
490 (rmail-summary-rmail-update, rmail-summary-goto-msg):
491 Use rmail-summary-mark-seen.
492
493 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
494
495 * mail/unrmail.el (unrmail): When getting message keywords, don't
496 include a leading space, but do include the space after the separating
497 comma. (Bug#2303)
498
499 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
500 header altogether.
501 (rmail-set-header): Doc fix.
502 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
503 labels are removed. (Bug#2302)
504
505 2009-02-12 Juri Linkov <juri@jurta.org>
506
507 * image-mode.el (image-toggle-display):
508 Let-bind `buffer-file-truename' to nil around the call to
509 `add-text-properties' to prevent directory time modification
510 by lock_file. Replace `set-buffer-modified-p' with
511 `restore-buffer-modified-p'. (Bug#2295)
512
513 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * progmodes/python.el (python-use-skeletons): Re-add.
516 (def-python-skeleton): Use it. (Bug#2238)
517
518 * international/quail.el (quail-make-guidance-frame): Remove the
519 `parent-id' parameter.
520 (quail-show-guidance): Make the new window dedicated.
521
522 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
523
524 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
525 Fix typos in docstrings.
526
527 2009-02-12 Alan Mackenzie <acm@muc.de>
528
529 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
530 to `eq'. (Bug#2304)
531
532 2009-02-12 Glenn Morris <rgm@gnu.org>
533
534 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
535 already present. (Bug#2210)
536
537 2009-02-12 Kenichi Handa <handa@m17n.org>
538
539 * international/characters.el (?.): New character category for
540 Base characters. Set them in the standard category table.
541
542 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
543 a base character.
544
545 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * isearch.el (isearch-yank-char-in-minibuffer)
548 (isearch-other-meta-char): Use with-current-buffer.
549
550 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
551 syntax-ppss. (Bug#1243)
552
553 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
554 to beginning-of-defun-raw.
555
556 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
557 calling end-of-defun-function if it already moved to BOL.
558
559 2009-02-12 Richard M Stallman <rms@gnu.org>
560
561 * mail/rmail.el (rmail-show-message-verbose-min): New option.
562 (rmail-show-message): Conditionally show start and finish in echo area.
563
564 2009-02-12 Glenn Morris <rgm@gnu.org>
565
566 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
567 for use in completion.
568 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
569 summary exists, since it's already done.
570
571 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
572 (rmail-enable-multibyte): Don't really define, only for compiler.
573
574 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * files.el (read-buffer-to-switch):
577 Add table to icomplete-with-completion-tables.
578
579 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
580
581 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
582 switches (Bug#2261).
583
584 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
585
586 * server.el (server-with-environment): Don't fail for negative
587 entries in ENV.
588
589 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
590
591 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
592 (vc-default-dir-printer): Add a comment about updating this function.
593
594 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
595 for the file name.
596
597 2009-02-11 Glenn Morris <rgm@gnu.org>
598
599 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
600 (calendar-set-mode-line): Fall back to a default width if we seem to be
601 called from daemon. (Bug#2199)
602
603 * mail/rmailkwd.el (rmail-make-label): Doc fix.
604 (rmail-read-label): Add current labels to completion list. (Bug#2222)
605 (rmail-set-label): Use `or'.
606
607 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
608
609 * emacs-lisp/find-func.el (find-library-name, find-library):
610 Doc fixes. (Part of bug#2270)
611
612 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
613
614 * env.el (getenv): When FRAME is non-nil, pass the frame environment
615 to `getenv-internal', not the frame. (Bug#2259)
616
617 2009-02-10 Kenichi Handa <handa@m17n.org>
618
619 * descr-text.el (describe-char-display): On terminal, if terminal
620 coding system is nil, assume us-ascii.
621 (describe-char): Don't show the composition information if it is
622 trivial.
623
624 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
625
626 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
627 number as it isn't present for unregistered files.
628
629 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
630 (vc-dir-mouse-map): New keymap.
631 (vc-default-dir-printer): Use it locally.
632
633 2009-02-10 Glenn Morris <rgm@gnu.org>
634
635 * speedbar.el: Avoid messing up font-lock-global-modes.
636
637 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
638 (mail-file-babyl-p): Use with-temp-buffer.
639
640 * mail/rmailsort.el: Just require rmail.
641
642 * mail/rmailedit.el: Just require rmail.
643 (rmail-old-pruned): Add doc string.
644 (rmail-edit-current-message): Use rmail-msg-is-pruned.
645 (rmail-cease-edit): Don't mangle the leading From line.
646 Don't mark as edited if there were no changes. (Bug#2256)
647 Correctly restore header state.
648
649 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
650 (rmail-current-message, rmail-total-messages)
651 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
652 (rmail-duplicate-message): Doc fix.
653 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
654 New functions.
655 (rmail-get-header, rmail-set-header, rmail-set-attribute):
656 Use rmail-apply-in-message.
657 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
658 unswapped-ness.
659 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
660 (rmail-auto-file): Set the filed attribute, rather than explicitly not
661 doing so. (Bug#2231)
662 (rmail-set-attribute): Allow ATTR to be a string.
663
664 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
665
666 * net/newst-treeview.el (newsticker-treeview-save)
667 (newsticker--treeview-load): Kill groups buffer after saving/loading.
668
669 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
670
671 * doc-view.el (doc-view-scroll-up-or-next-page)
672 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
673 the old hscroll value after switching pages.
674
675 2009-02-09 Glenn Morris <rgm@gnu.org>
676
677 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
678 (calendar-holiday-marker): Drop test for color display.
679
680 2009-02-08 Glenn Morris <rgm@gnu.org>
681
682 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
683 (calendar-holiday-marker, calendar-mark-visible-date):
684 * calendar/diary-lib.el (diary-fancy-display):
685 It doesn't make sense to check font-lock-mode (see comments;
686 reverts 2008-04-02 change). (Bug#2199)
687
688 2009-02-08 Juri Linkov <juri@jurta.org>
689
690 * simple.el (toggle-word-wrap): New command.
691
692 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
693
694 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
695 (ps-run-make-tmp-filename): Use temporary-file-directory.
696
697 * textmodes/artist.el (artist-system): Allow make-temp-file to use
698 temporary-file-directory.
699
700 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
701 temporary-file-directory.
702
703 2009-02-07 Glenn Morris <rgm@gnu.org>
704
705 * mail/unrmail.el (rmime-magic-string): Define for compiler.
706
707 2009-02-07 Eli Zaretskii <eliz@gnu.org>
708
709 * mail/rmail.el (rmail): Bind coding-system-for-read to
710 no-conversion before calling find-file-noselect. (Bug#2015)
711
712 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
713
714 * proced.el (proced-after-send-signal-hook): Use defcustom.
715 (proced-header-line): Handle header lines that are shorter than
716 window-hscroll.
717 (proced-send-signal): Rebind split-width-threshold analogous to
718 dired-pop-to-buffer.
719
720 2009-02-07 Eli Zaretskii <eliz@gnu.org>
721
722 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
723 message; instead, just rewrite the X-Coding-System header with the
724 new encoding, and let rmail-show-message do the rest. Remove
725 unused argument RAW. Fix doc string to be consistent with the new
726 implementation.
727 (rmail-show-message): Honor X-Coding-System header, if present, in
728 preference to Content-Type header.
729
730 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * server.el (server-execute): Enable quit.
733
734 2009-02-07 Andreas Schwab <schwab@suse.de>
735
736 * image-mode.el (image-mode): Always set image-type.
737 (image-minor-mode): Likewise.
738
739 2009-02-07 Eli Zaretskii <eliz@gnu.org>
740
741 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
742 encoding, and its "content-transfer-encoding" and "content-type"
743 headers only in the headers' portion. (Bug#2017)
744
745 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
746
747 * net/newst-treeview.el
748 (newsticker-treeview-next-new-or-immortal-item): New arg
749 DONT-WRAP-TREES to prevent infinite recursion.
750
751 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
754 extracting mail message headers. Use encode-coding-region instead
755 of insert-buffer-substring for re-encoding edited message.
756 Add qp/b64 encoding only after text was encoded.
757
758 2009-02-07 Eli Zaretskii <eliz@gnu.org>
759
760 * subr.el: Don't declare `translation-table-for-input' obsolete.
761 Equivalent info added to its doc string, q.v.
762
763 * files.el (save-buffer): Display "Saving file FOO..." message
764 regardless of buffer's size. (Bug#2137)
765
766 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
767
768 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
769
770 2009-02-07 Alex Schroeder <alex@gnu.org>
771
772 * mail/unrmail.el (unrmail): Use regexps to find message separators so
773 as not to match any fake rmime.el separators. Remove any sections added
774 by rmime.el.
775
776 2009-02-07 Glenn Morris <rgm@gnu.org>
777
778 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
779 that is no longer appropriate to mbox Rmail.
780
781 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
782 before trying to move to the start of the message.
783 (rmail-summary-undelete-many, rmail-summary-rmail-update):
784 Fix rmail-set-attribute calls.
785
786 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
787 Doc fix.
788 (rmail-output-to-rmail-buffer): Autoload it.
789 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
790
791 2009-02-06 Glenn Morris <rgm@gnu.org>
792
793 * mail/unrmail.el (unrmail): Use current-time-string.
794
795 * simple.el (kill-whole-line): Provide a default argument of 1.
796
797 * mail/undigest.el (rmail-mail-separator): Delete.
798 (undigestify-rmail-message, unforward-rmail-message): Update for
799 mbox Rmail.
800
801 2009-02-05 Kenichi Handa <handa@m17n.org>
802
803 * international/fontset.el (script-representative-chars): Remove
804 mathematical.
805 (setup-default-fontset): Add entries for each subgroup of
806 mathematical script.
807
808 2009-02-05 Juri Linkov <juri@jurta.org>
809
810 * image-mode.el (image-mode): Use `image-get-display-property'
811 instead of `get-text-property'.
812 (image-minor-mode): Sync the logic with `image-mode' including the
813 displaying an image file as the actual image by default.
814
815 2009-02-05 Alan Mackenzie <acm@muc.de>
816
817 * progmodes/cc-defs.el (c-emacs-features): Check the working of
818 beginning/end-of-defun-function more rigorously before setting
819 argumentative-bod-function.
820
821 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
822
823 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
824 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
825 mode on the initial terminal.
826
827 2009-02-05 Glenn Morris <rgm@gnu.org>
828
829 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
830 Make these functions work.
831
832 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
833 (rmail-narrow-to-non-pruned-header): Remove autoload.
834 (mairix-rmail-fetch-field): Handle mbox Rmail.
835
836 2009-02-04 Dave Love <fx@gnu.org>
837
838 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
839 (imap-debug): Add imap-fetch-safe.
840
841 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
842
843 * net/netrc.el (netrc-machine-user-or-password): Use list of
844 auth-source modes.
845
846 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
847
848 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
849 for newvars is nil. (C-u C-x v = with default values).
850
851 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
852
853 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
854 format. Use when instead of if.
855
856 2009-02-04 Miles Bader <miles@gnu.org>
857
858 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
859 (backward-list, backward-up-list, beginning-of-defun)
860 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
861
862 2009-02-04 Glenn Morris <rgm@gnu.org>
863
864 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
865 ill-advised.
866
867 * mail/rmail.el: No need for mule-util when compiling.
868 (rmail-first-message): Unbreak it.
869
870 * mail/rmailmsc.el: Require rmail not just when compiling.
871 Remove unneeded declarations.
872
873 * term/ns-win.el (ns): Define as a custom group.
874
875 2009-02-04 Kenichi Handa <handa@m17n.org>
876
877 * international/mule-cmds.el (select-safe-coding-system): Use
878 buffer-chars-modified-tick instead of buffer-modified-tick.
879
880 * descr-text.el (describe-char): Check font-object by fontp.
881
882 * composite.el (compose-gstring-for-terminal): If a character is
883 not supported by the current terminal, don't make a multi-glyph
884 grapheme cluster.
885 (auto-compose-chars): Check font-object by fontp.
886
887 2009-02-03 Glenn Morris <rgm@gnu.org>
888
889 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
890 over current-time. (Bug#2175)
891
892 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
893 inserting the converted mailbox.
894 (rmail-get-new-mail): Restore the loop over inboxes when two or more
895 have the same basename. (Bug#2164)
896 Set the return value according to whether any mail was found,
897 not just in the last inbox. Only show a message and run the hook after
898 checking all inboxes.
899 (rmail-get-new-mail-1): Move message display and running the hook to
900 rmail-get-new-mail.
901
902 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
903 rmail-attr-array.
904 (rmail-make-label, rmail-read-label): Give it a doc string.
905 (rmail-add-label, rmail-kill-label): Change argument name to match the
906 doc. Doc fix.
907 (rmail-set-label): Doc fix. Also update summary in attr case.
908 Accept labels as a string or a symbol. (Bug#2165)
909
910 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
911 null.
912
913 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
916 (vhdl-prepare-search-2): Properly cleanup on `quit'.
917
918 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
919 Mark the entries as being "system" entries rather than "user" entries.
920
921 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
922
923 * smerge-mode.el (smerge-start-session): Add interactive spec.
924
925 2009-02-02 Glenn Morris <rgm@gnu.org>
926
927 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
928 (rmail-retry-ignored-headers, rmail-highlighted-headers):
929 Restore autoloads.
930
931 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
934
935 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * cmuscheme.el (scheme-args-to-list): Remove.
938 (run-scheme): Use split-string-and-unquote instead, so as to allow
939 spaces in the command name and/or the arguments.
940
941 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
942
943 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
944
945 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
946
947 Sync with Tramp 2.1.15.
948
949 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
950 used.
951
952 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
953
954 * net/trampver.el: Update release number.
955
956 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
959 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
960 (rmail-undelete-previous-message, rmail-mark-message)
961 (rmail-speedbar-buttons): Use with-current-buffer.
962 (rmail-mode-map): Move initialization into declaration.
963 (rmail-swap-buffers, rmail-unfontify-buffer-function)
964 (rmail-fontify-message): Use restore-buffer-modified-p.
965 (rmail-expunge-and-save): Don't swap buffer.
966 (rmail-get-header, rmail-set-header, rmail-set-attribute)
967 (rmail-apply-in-message): Swap save-excursion and save-restriction.
968
969 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
970 if possible.
971
972 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
973 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
974
975 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
978
979 * progmodes/ebrowse.el:
980 * international/robin.el:
981 * emulation/viper-util.el:
982 * emulation/viper-mous.el:
983 * emulation/viper-keym.el:
984 * ediff.el:
985 * ediff-wind.el:
986 * ediff-vers.el:
987 * ediff-ptch.el:
988 * ediff-mult.el:
989 * ediff-merg.el:
990 * ediff-diff.el: Follow commenting conventions.
991
992 2009-01-31 Eli Zaretskii <eliz@gnu.org>
993
994 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
995 obsolete eight-bit-control and eight-bit-graphic.
996
997 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1000
1001 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * emacs-lisp/lisp.el (end-of-defun): Protect against
1004 infloops (Bug#2106).
1005
1006 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 * vc-dir.el (vc-dir-mouse-map):
1009 (vc-default-dir-printer):
1010 (vc-dir-find-file-other-window): Undo previous change, it breaks
1011 the behavior of mouse-2.
1012 (vc-dir-mode): Fix docstring.
1013
1014 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1015 logic, it makes the makes the normal case too slow.
1016
1017 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1018
1019 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1020 file to `raw-text-unix'. Bind coding-system-for-write when
1021 writing out the converted message, and make sure it uses Unix
1022 EOLs.
1023
1024 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1025 encoding to `raw-text-unix'.
1026 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1027 `undecided-unix'.
1028 (rmail-redecode-body): Don't change EOL conversion of the new
1029 encoding if the old one left it unspecified.
1030 (rmail-automatic-folder-directives, rmail): Doc fixes.
1031 (rmail-swap-buffers): New function.
1032 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1033 (rmail-show-message): Use rmail-swap-buffers.
1034 (rmail-decode-region): If DESTINATION is a buffer, set the
1035 encoding of that buffer, rather than the current buffer.
1036 (rmail-show-message): Make error message about uuencoded mail
1037 more explicit.
1038 (rmail-show-message-maybe): Simplify code. Doc fix.
1039 (rmail-show-message): Doc fix.
1040
1041 2009-01-31 Glenn Morris <rgm@gnu.org>
1042
1043 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1044 folder.
1045
1046 * mail/rmail.el (rmail-msg-is-pruned): New function.
1047 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1048 (rmail-reply): Set up to yank from the decoded message rather than the
1049 raw one. (Bug#2104).
1050
1051 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1052
1053 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1054 (uce-message-text, uce-default-headers): Fix custom type.
1055 (rmail-buffer, rmail-msg-is-pruned): Declare.
1056 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1057 Update for mbox Rmail.
1058
1059 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1060
1061 * vc-dir.el (vc-dir-mouse-map): New keymap.
1062 (vc-default-dir-printer): Use it locally.
1063 (vc-dir-find-file-other-window): Allow mouse events.
1064
1065 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1066
1067 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1068 into Rmail-mbox attributes.
1069
1070 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1071 coding-system-for-read to `raw-text', and use insert-file-contents
1072 instead of insert-file-contents-literally. Fixes bug #2019.
1073 (rmail-resent-attr-index): Fix index value.
1074
1075 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1076
1077 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1078 precedence even when its value is t. (Bug#2093)
1079
1080 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1081 connection. (Bug#2093)
1082 (vc-svn-diff): Use old version number even when it is the working
1083 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1084
1085 2009-01-30 Glenn Morris <rgm@gnu.org>
1086
1087 * mail/rmail.el (rmail-reply): Handle empty folders.
1088 (rmail-speedbar-buttons)
1089 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1090
1091 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1092 line-beginning-position calls.
1093 (rmail-header-summary): Use line-end-position.
1094
1095 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1096
1097 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1098 Fix regexp quoting. (Bug#1739)
1099
1100 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1103 correction of passwords.
1104
1105 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * mail/rmail.el (rmail-toggle-header): Determine current header
1108 style using the buffer-local value of rmail-header-style in the
1109 view buffer.
1110 (rmail-show-message): Set a buffer-local value of
1111 rmail-header-style in the view buffer. (Bug#2016)
1112
1113 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1116 Fix typos in docstrings.
1117
1118 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * bindings.el (completion-ignored-extensions):
1121 Add entries for VCS metadata directories (CVS/, .svn, etc).
1122
1123 * pcvs.el (completion-ignored-extensions):
1124 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1125 directory, now done in bindings.el.
1126
1127 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1128
1129 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1130
1131 2009-01-29 Glenn Morris <rgm@gnu.org>
1132
1133 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1134 (rmail-set-header): Ensure header changes get saved.
1135
1136 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1137
1138 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1139 one, after a label is added.
1140
1141 * mail/rmailsum.el (rmail-summary-update-line): New function.
1142 (rmail-summary-goto-msg): Return a value according to whether message
1143 was found.
1144 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1145 property. Use line-end-position.
1146
1147 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1150 quoted From lines.
1151
1152 * mail/rmail.el (rmail-redecode-body): New function, based on old
1153 version removed in 2009-01-22 change.
1154 (rmail-show-message): Unquote From lines.
1155
1156 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1157
1158 * doc-view.el (doc-view-mode): Don't use string-match and file
1159 extension to choose fallback mode on empty/non-existing files but
1160 let-bind auto-mode-alist and call normal-mode.
1161
1162 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1163
1164 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1165 concatenating the type indicating character.
1166 (ls-lisp-format): Don't propertize file-name only if
1167 ls-lisp-classify already did.
1168
1169 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1172 Describe second parameter of hook functions.
1173 (dbus-handle-event): Apply it.
1174
1175 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * mail/rmail.el (rmail-toggle-header): Don't reset
1178 rmail-header-style permanently (bug#2016).
1179
1180 2009-01-28 Denis Howe <denis.howe@gmail.com>
1181
1182 * complete.el (PC-do-completion): Correct case when completion is
1183 unambiguous.
1184
1185 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1186
1187 * calendar/todo-mode.el (todo-insert-item-here):
1188 Prevent insertion of a new entry inside of an existing entry.
1189 Minor code cleanup. (Bug#2084)
1190 (todo-add-category): Change the interactive spec. Signal an error
1191 if the Todo file is non-empty but contains no category. Reject
1192 category names that could induce bugs and confusion. Call
1193 todo-mode if the Todo file is new and unsaved. Simplify handling
1194 of local variables cookie. Properly display the newly added
1195 category in Todo mode.
1196 (todo-show): Call todo-initial-setup only if there is neither a
1197 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1198 (todo-category-alist): Delete function.
1199 (todo-completing-read): New function.
1200 (todo-insert-item, todo-jump-to-category): Use it.
1201 (todo-insert-item): Make the use of the prefix argument conform to
1202 the doc string. (Bug#2086)
1203
1204 2009-01-28 Glenn Morris <rgm@gnu.org>
1205
1206 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1207 even when called from the summary. (Bug#2075)
1208 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1209 (rmail-show-message-maybe): Use rmail-no-mail-p.
1210 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1211 (rmail-get-labels): Separate status and label fields with a semicolon,
1212 rather than a comma, for consistency with old Rmail.
1213
1214 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1215 starting from the beginning, since mail-fetch-field does not care.
1216 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1217 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1218 (rmail-get-summary-labels): New function. Returns labels rather than
1219 status (edited, etc).
1220 (rmail-create-summary): Insert an extra space after the status
1221 flags, for consistency with old rmail, and with current
1222 rmail-summary-font-lock-keywords.
1223
1224 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1227 if region is active. Use cond instead of nested ifs. (Bug#2053)
1228
1229 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1232 converting.
1233
1234 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1235 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1236
1237 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1238
1239 * mouse.el (mouse-select-font): Return a string instead of a list.
1240
1241 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1244 don't have to do it in normal-erase-is-backspace-mode.
1245
1246 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1247 and C-backspace; the latter is not available on ttys anyway.
1248
1249 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1250
1251 (doc-view-mode): Fix broken call to string-match.
1252
1253 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1254
1255 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1256 fundamental-mode or ps-mode if the file is empty or doesn't exist
1257 at all.
1258 (doc-view-initiate-display): Better info message if doc-view-mode
1259 cannot be used. (Missing utility or no png support/no X frame.)
1260 (Bug#2058)
1261
1262 2009-01-27 Glenn Morris <rgm@gnu.org>
1263
1264 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1265 of the headers in the full header case. (Bug#2073)
1266
1267 2009-01-27 Kenichi Handa <handa@m17n.org>
1268
1269 * mail/rmail.el (rmail-get-coding-system): Re-search
1270 rmail-mime-charset-pattern directly instead of using
1271 mail-fetch-field. Use coding-system-from-name.
1272
1273 * international/mule-cmds.el (canonicalize-coding-system-name)
1274 (coding-system-from-name): New functions.
1275
1276 2009-01-27 Glenn Morris <rgm@gnu.org>
1277
1278 * dired-x.el (dired-bind-vm): Doc fix.
1279
1280 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1281 Replace `first' and `rest' with `car' and `cdr' throughout.
1282 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1283 (rsf-scanning-messages-now): Doc fix.
1284 (rsf-check-field): Rename from `check-field' and update callers.
1285 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1286 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1287
1288 * mail/rmail.el: Remove leading `*' from defcustom docs.
1289 Remove needless autoloads of many defcustoms and hooks.
1290 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1291 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1292 (rmail-decode-mime-charset): Doc fix.
1293 (rmail-search-message, rmail-resend): Check functions set before use.
1294
1295 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1296 Remove needless autoloads of many defcustoms.
1297 (rmail-output-to-babyl-buffer): Rename from
1298 rmail-output-to-r-mail-buffer and update caller.
1299 (rmail-output): Doc fix.
1300
1301 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1302 Remove needless autoloads of many defcustoms.
1303 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1304 is set.
1305
1306 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1307 (batch-unrmail, unrmail): Doc fix.
1308
1309 * mail/rmailsum.el (rmail-message-recipients-p-1)
1310 (rmail-message-regexp-p-1): Ensure searches start from the
1311 beginning of the header.
1312
1313 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1316
1317 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1318
1319 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1320 expand the denominator.
1321
1322 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/dbus.el (dbus-event-error-hooks): New variable.
1325 (dbus-handle-event): Use it.
1326
1327 2009-01-26 Glenn Morris <rgm@gnu.org>
1328
1329 * Makefile.in (ELCFILES): Update.
1330
1331 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1332 replies. (Bug#512)
1333
1334 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1335
1336 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1337
1338 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1339
1340 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1341 Remove from global map and key definitions.
1342 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1343 definitions.
1344 (ns-show-preferences-help, ns-unput-working-text): New functions.
1345 (ns-unecho-working-text): Update message.
1346
1347 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1348
1349 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1350 variable to allow the user to choose icalendar UID format.
1351 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1352 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1353 (icalendar-export-region,icalendar--create-uid): Use custom
1354 function to compute icalendar UID for each entry.
1355 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1356 with description, location, etc. fields (need to keep active count
1357 of fields encountered). Another bug fix to the regex that matches
1358 multiple lines (need \' regex instead of $ to match end-of-entry).
1359
1360 2009-01-25 Juri Linkov <juri@jurta.org>
1361
1362 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1363 change its title from "Recursive grep..." to "Grep via Find...".
1364 Add menu items for lgrep and rgrep.
1365
1366 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1367
1368 * ps-print.el (ps-print-version): New version 7.3.4.
1369
1370 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1371
1372 * ps-print.el: Fix face background/foreground extraction.
1373 (ps-face-extract-color): New fun.
1374 (ps-face-attributes, ps-face-attribute-list): Code fix.
1375
1376 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1377
1378 * align.el (align-region): Avoid infloop.
1379
1380 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1381
1382 * env.el (environment): Function removed.
1383
1384 * international/mule-cmds.el (set-language-environment-coding-systems):
1385 If default-buffer-file-coding-system is nil, set up to have EOLs that
1386 are native for the underlying system-type. (Bug#1853)
1387 (prefer-coding-system, set-default-coding-systems): Doc fix.
1388
1389 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1392 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1393 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1394 Use `string-match-p'.
1395
1396 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1397
1398 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1399 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1400 next-feed does not succeed. Fixes bug#1710 even more.
1401 (newsticker-treeview-next-feed): Simplify.
1402 (newsticker--group-get-feeds): Suppress group names in result.
1403
1404 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1405
1406 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1407 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1408
1409 2009-01-24 Glenn Morris <rgm@gnu.org>
1410
1411 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1412 "popmail" by "pormail".
1413
1414 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1415 Remove unneeded declarations.
1416
1417 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1418
1419 * calc/calc-poly.el (calcFunc-apart): Improve test for
1420 rational functions.
1421
1422 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1425 return value of rmail-get-labels.
1426
1427 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1428 return value of rmail-get-labels.
1429
1430 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1431 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1432
1433 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1434
1435 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1436 old cache file. Fixes bug#1710.
1437
1438 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1441
1442 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1443
1444 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1445 Switch names and update comments for clarity.
1446
1447 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1450 start is nil, as was done in tar-mode.el.
1451
1452 2009-01-23 Glenn Morris <rgm@gnu.org>
1453
1454 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1455 more.
1456
1457 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1458
1459 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * server.el (server-name): Make it a defcustom. (Bug#1995)
1462
1463 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1464
1465 2009-01-23 Glenn Morris <rgm@gnu.org>
1466
1467 * Makefile.in (ELCFILES): Update.
1468
1469 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1470
1471 * net/newst-treeview.el
1472 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1473 current-item-counts. Move to next feed if necessary. (Bug#1569)
1474 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1475 feed if necessary. (Bug#1569)
1476 (newsticker-treeview-next-feed)
1477 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1478 Don't activate node nil. (Bug#1569)
1479
1480 2009-01-22 Paul Reilly <pmr@pajato.com>
1481 Henrik Enberg <enberg@printf.se>
1482 Alex Schroeder <alex@gnu.org>
1483 Chong Yidong <cyd@stupidchicken.com>
1484 Richard M Stallman <rms@gnu.org>
1485 Glenn Morris <rgm@gnu.org>
1486 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1489 (rmail-attribute-header, rmail-keyword-header)
1490 (rmail-answered-attr-index, rmail-deleted-attr-index)
1491 (rmail-edited-attr-index, rmail-filed-attr-index)
1492 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1493 (rmail-unseen-attr-index, rmail-resent-attr-index)
1494 (rmail-attr-array, rmail-header-style, rmail-file-name)
1495 (rmail-buffer-swapped): New vars.
1496 (rmail-convert-file-maybe, rmail-error-bad-format)
1497 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1498 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1499 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1500 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1501 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1502 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1503 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1504 (rmail-message-attr-p, rmail-message-unseen-p)
1505 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1506 (rmail-show-message-maybe, rmail-copy-headers)
1507 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1508 (rmail-write-region-annotate): New functions.
1509
1510 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1511 (rmail-convert-mailpath, rmail-convert-file)
1512 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1513 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1514 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1515 (rmail-redecode-body)
1516 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1517 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1518 (rmail-count-screen-lines, rmail-message-regexp-p)
1519 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1520 (rmail-nuke-pinhead-header): Move to rmailout.el.
1521
1522 (rmail-ignored-headers): Add additional headers.
1523 (rmail-mode-map): Update key commands.
1524 (rmail-tool-bar-map): Build tool-bar unconditionally.
1525 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1526 conversion and new buffer swapping mechanism.
1527 (rmail-perm-variables): Use new vars, and remove deleted ones.
1528 (rmail-revert): Use rmail-convert-file-maybe.
1529 (rmail-duplicate-message): Use rmail-show-message-maybe.
1530 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1531 a disk-full error.
1532 (rmail-parse-url): Strip embedded password.
1533 (rmail-insert-inbox-text): Default to movemail if
1534 rmail-movemail-program is null. Handle mbox format.
1535 (rmail-decode-region): New arg.
1536 (rmail-display-labels): Don't perform Babyl processing.
1537 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1538 (rmail-set-message-counters, rmail-count-new-messages)
1539 (rmail-set-message-counters-counter, rmail-show-message)
1540 (rmail-next-same-subject, rmail-reply): Use mbox format.
1541 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1542 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1543 buffer swapping mechanism.
1544
1545 * mail/rmailedit.el: Require rmailsum.el.
1546 (rmail-edit-mode): First check if buffer is swapped.
1547 (rmail-edit-saved-coding-system): Delete var.
1548 (rmail-edit-current-message): Don't call deleted vars.
1549 (rmail-cease-edit): Handle mbox format.
1550 (rmail-abort-edit): Widen buffer.
1551
1552 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1553 declarations.
1554 (rmail-buffer, rmail-current-message, rmail-last-label)
1555 (rmail-last-multi-labels, rmail-summary-vector)
1556 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1557 (rmail-keywords): Delete vars.
1558 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1559 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1560 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1561 (rmail-make-label): New function.
1562 (rmail-read-label): Don't call rmail-parse-file-keywords.
1563 (rmail-set-label): Rewrite using rmail-set-attribute.
1564 (rmail-next-labeled-message): Use rmail-get-labels.
1565
1566 * mail/rmailmm.el: New file.
1567
1568 * mail/rmailmsc.el: Require rmail.el.
1569 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1570
1571 * mail/rmailout.el (rmail-output-decode-coding): New var.
1572 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1573 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1574 (rmail-output-to-rmail-buffer): New functions.
1575 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1576 Delete functions.
1577 (rmail-nuke-pinhead-header): Move from rmail.el.
1578 (rmail-output): Rewrite to accept both mbox and babyl output.
1579 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1580 use mbox internal format.
1581
1582 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1583 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1584 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1585 Use rmail-get-header.
1586 (rmail-sort-messages): Use new buffer swapping mechanism.
1587 Handle mbox internal format.
1588
1589 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1590 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1591 (rmail-message-regexp-p, rmail-new-summary-1)
1592 (rmail-get-create-summary-buffer, rmail-get-summary)
1593 (rmail-create-summary-line, rmail-get-summary-labels)
1594 (rmail-create-summary, rmail-header-summary)
1595 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1596 (rmail-summary-by-topic, rmail-message-senders-p)
1597 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1598 internal format.
1599 (rmail-new-summary): Rewrite window handling.
1600 (rmail-make-summary-line, rmail-make-summary-line-1)
1601 (rmail-make-basic-summary-line)
1602 (rmail-summary-output-to-rmail-file): Functions deleted.
1603 (rmail-summary-undelete, rmail-summary-rmail-update)
1604 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1605 (rmail-summary-show-message, rmail-summary-wipe)
1606 (rmail-summary-toggle-header, rmail-summary-reply):
1607 Use rmail-buffer instead of rmail-view-buffer.
1608 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1609 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1610 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1611
1612 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1613
1614 * term/ns-win.el (ns-show-manual): Fix node name.
1615 (x-open-connection): Fix typo in declaration filename.
1616
1617 2009-01-22 Romain Francoise <romain@orebokech.com>
1618
1619 * Makefile.in (ELCFILES): Update.
1620
1621 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1622
1623 * frame.el (make-frame-on-tty): Remove function, inline contents
1624 in the only user ...
1625
1626 * server.el (server-create-tty-frame): ... here.
1627
1628 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * format.el (format-annotate-function):
1631 Set write-region-post-annotation-function.
1632
1633 2009-01-21 John Wiegley <johnw@newartisans.com>
1634
1635 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1636 list of output filters.
1637 (eshell-mode): Change the default binding of C-a to eshell-bol.
1638 I don't think it's actually bound at all by default in eshell;
1639 it just falls back to the default binding of C-a.
1640
1641 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * minibuffer.el (completion--insert-strings): Fix up computation of
1644 column position which manifested e.g. in proced's signal completion.
1645
1646 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * server.el (server-start): Allow server to shut down when no
1649 frames are available in daemon-mode.
1650
1651 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * term.el (term-previous-matching-input, term-next-matching-input)
1654 (term-previous-matching-input-from-input)
1655 (term-next-matching-input-from-input, term-backward-matching-input)
1656 (term-forward-matching-input): Change argument name to match docstring.
1657
1658 2009-01-21 Glenn Morris <rgm@gnu.org>
1659
1660 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1661 that are no longer needed.
1662 (authors-scan-change-log): Doc fix.
1663 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1664
1665 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1666
1667 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1668 Use aspell default dict.
1669
1670 2009-01-20 Kenichi Handa <handa@m17n.org>
1671
1672 * descr-text.el (describe-char): Improve description of eight-bit
1673 char in a unibyte buffer. (Bug#1935)
1674
1675 2009-01-20 Glenn Morris <rgm@gnu.org>
1676
1677 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1678 Add some entries.
1679
1680 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * progmodes/ruby-mode.el: Autoload other interpreter names.
1683
1684 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * descr-text.el (describe-char-categories): New defsubst.
1687 (describe-char): Use it.
1688
1689 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1692 IPv4 mapped IPv6 addresses.
1693
1694 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1697 the beginning of the buffer. (Bug#1949)
1698
1699 2009-01-18 Markus Triska <markus.triska@gmx.at>
1700
1701 * linum.el (linum-update-window): Use `delq' instead of `delete';
1702 compare strings with `equal-including-properties'.
1703
1704 2009-01-17 Glenn Morris <rgm@gnu.org>
1705
1706 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1707 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1708
1709 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1710 (eldoc-message-commands, eldoc-print-current-symbol-info):
1711 Doc fix (consistent case of "ElDoc").
1712
1713 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1714
1715 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1716
1717 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1718
1719 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1720 TARGET)' does not exist, try again with its basename replaced by
1721 `(cdr TARGET)'. (Related to Bug #1853.)
1722
1723 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1724
1725 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1726
1727 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1728 unless flyspell-mode is enabled.
1729 (flyspell-pre-point): Make buffer-local.
1730
1731 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1732
1733 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1734 delimiters, allow fields that are composed of strings and string
1735 constants.
1736 (bibtex-mode): Doc fix.
1737
1738 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1739
1740 * textmodes/ispell.el: Protect against declare-function undefined
1741 in XEmacs.
1742 (ispell-program-name): Search also for hunspell when setting default.
1743 (ispell-find-aspell-dictionaries): Better error message. Use correct
1744 dictionary alist for default. Better fallback default dictionary.
1745
1746 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1747
1748 * international/quail.el (quail-insert-kbd-layout):
1749 Delete superfluous handling of 8-bit code. (Bug#1418)
1750
1751 2009-01-16 Glenn Morris <rgm@gnu.org>
1752
1753 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1754 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1755 (eldoc-highlight-function-argument): Doc fix - mention effect of
1756 eldoc-documentation-function.
1757 (eldoc-message-commands-table-size, eldoc-message-commands)
1758 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1759 (eldoc-documentation-function): Mention effect on user options.
1760
1761 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1762
1763 2009-01-16 Kevin Ryde <user42@zip.com.au>
1764
1765 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1766 its version number, and then set both.
1767
1768 2009-01-16 Richard M Stallman <rms@gnu.org>
1769
1770 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1771
1772 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1775 Refer to revert-buffer, not Buffer-menu-revert.
1776 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1777 (Buffer-menu-revert): Remove function, unused.
1778 (Buffer-menu-mode-map): Don't bind keys already
1779 bound by special-mode.
1780 (Buffer-menu-mode-map): Add a menu.
1781
1782 2009-01-15 Stephen Eglen <stephen@gnu.org>
1783
1784 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1785
1786 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1787
1788 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1789
1790 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1791
1792 * window.el (special-display-p): Revert 2009-01-14 change.
1793
1794 2009-01-15 Glenn Morris <rgm@gnu.org>
1795
1796 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1797 (authors-obsolete-files-regexps, authors-ignored-files):
1798 (authors-renamed-files-alist): Add some entries.
1799 (authors-fixed-entries): Change some entries.
1800 (authors-canonical-file-name): Doc fix.
1801 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1802
1803 2009-01-14 Juri Linkov <juri@jurta.org>
1804
1805 * info.el (Info-isearch-filter): Don't filter out invisible text
1806 when search-invisible is t. (Bug#1848)
1807
1808 * simple.el (blink-matching-open): Use `minibuffer-message' to
1809 display messages in the minibuffer.
1810
1811 * help.el (view-help-file):
1812 * menu-bar.el (menu-bar-help-extra-packages):
1813 Use goto-address-mode instead of goto-address.
1814
1815 * net/goto-addr.el (goto-address-url-face): Change default value
1816 from `bold' to `link'.
1817
1818 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1821
1822 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1823
1824 * frame.el (special-display-popup-frame): Rewrite doc-string and
1825 simplify code.
1826
1827 * window.el (special-display-buffer-names)
1828 (special-display-regexps): Add customization support for
1829 function/other-args elements. Rewrite doc-strings.
1830 (special-display-function): Rewrite doc-string.
1831 (same-window-buffer-names, same-window-regexps):
1832 Minor doc-string fixes.
1833 (special-display-p): Minor rewrite.
1834
1835 2009-01-14 Glenn Morris <rgm@gnu.org>
1836
1837 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1838
1839 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1842 MESSAGEs with internal square brackets (i.e., " this [test] message").
1843 Use `string-match-p'.
1844 (completion--make-envvar-table, completion--file-name-table)
1845 (completion-pcm--string->pattern, completion-pcm--all-completions)
1846 (completion-pcm--filename-try-filter): Use `string-match-p'.
1847
1848 2009-01-14 Juri Linkov <juri@jurta.org>
1849
1850 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1851 non-nil `bug-reference-url-format' before putting an overlay
1852 property `bug-reference-url'.
1853 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1854 `bug-reference-url-format'. Doc fix. (Bug#1744)
1855
1856 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1859 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1860
1861 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1862 loaded.
1863
1864 2009-01-13 Jason Rumney <jasonr@gnu.org>
1865
1866 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1867
1868 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * subr.el (play-sound): Doc fix. (Bug#250)
1871 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1872
1873 2009-01-12 Alan Mackenzie <acm@muc.de>
1874
1875 * textmodes/paragraphs.el (forward-sentence): Change limit of
1876 re-search-backward to allow values of `sentence-end' anchored at BOL.
1877
1878 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1881 subfield of the magic string.
1882
1883 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1884
1885 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1886 (math-special-function-table): Use `math-compose-tex-sqrt' to
1887 compose sqrts in TeX and LaTeX mode.
1888
1889 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * faces.el (describe-face): Ignore anonymous faces.
1892
1893 * server.el (server-save-buffers-kill-terminal): Args changed.
1894 Handle nowait client frames.
1895
1896 * files.el (save-buffers-kill-terminal): Args for
1897 server-save-buffers-kill-terminal changed.
1898
1899 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1902
1903 2009-01-11 Glenn Morris <rgm@gnu.org>
1904
1905 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1906 Silence compiler.
1907
1908 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1909 some entries.
1910 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1911 (authors-renamed-files-alist): Add entries.
1912 (authors-fixed-entries): Update for renamed and removed files.
1913 (authors-canonical-file-name): Add entries to
1914 authors-checked-files-alist based on their full names, expanded relative
1915 to each log-file directory.
1916 (authors-scan-el, authors-add-to-author-list, authors):
1917 Handle multiple authors in a file, via a new :cowrote category.
1918
1919 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1920
1921 2009-01-10 Richard M Stallman <rms@gnu.org>
1922
1923 * mail/mail-utils.el (mail-quote-printable-region): New function.
1924
1925 2009-01-10 Glenn Morris <rgm@gnu.org>
1926
1927 * calendar/cal-move.el (calendar-scroll-left-three-months)
1928 (calendar-scroll-right-three-months):
1929 * calendar/holidays.el (calendar-list-holidays)
1930 (calendar-mark-holidays):
1931 * calendar/lunar.el (calendar-lunar-phases):
1932 Add event handling, for when called from menus with the calendar buffer
1933 not current.
1934
1935 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1936
1937 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1938 Move setting up whitepace-mode ...
1939 (diff-mode): ... here.
1940 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1941
1942 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * faces.el (x-font-family-list): Remove entirely.
1945
1946 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1947
1948 Fix Bug #876:
1949
1950 * info.el (info-insert-file-contents, Info-insert-dir):
1951 Bind inhibit-null-byte-detection to non-nil.
1952
1953 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1954
1955 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1956 toggling tool bars on. (Bug#1754)
1957
1958 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * faces.el (face-valid-attribute-values): Use string as value for
1961 :family attribute. Now, font-family-list returns a list of strings.
1962 (x-font-family-list): Obsolete compatibility version of function
1963 from xfaces.c.
1964
1965 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1966
1967 * window.el (special-display-buffer-names)
1968 (special-display-regexps, special-display-function):
1969 In doc-strings say "same-window" instead of "same-buffer".
1970
1971 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1972
1973 * net/tramp.el: Revert previous patch. `last-command-char' is
1974 used in code intended only for XEmacs, where it is different from
1975 `last-command-event'.
1976
1977 2009-01-09 Glenn Morris <rgm@gnu.org>
1978
1979 * subr.el (last-input-char, last-command-char):
1980 Move here from src/keyboard.c.
1981
1982 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1983 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1984 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1985 * wdired.el:
1986 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1987 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1988 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1989 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1990 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1991 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1992 * eshell/em-smart.el, eshell/esh-mode.el:
1993 * international/mule-cmds.el:
1994 * mail/mailabbrev.el:
1995 * net/tramp.el:
1996 * play/mpuz.el:
1997 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1998 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1999 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2000 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2001 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2002 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2003 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2004 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2005 Replace last-command-char with last-command-event.
2006
2007 * double.el, electric.el, replace.el, term.el, terminal.el:
2008 * calc/calc.el:
2009 * emulation/viper-cmd.el:
2010 * international/mule-cmds.el:
2011 * obsolete/iso-acc.el:
2012 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2013
2014 * emacs-lisp/edebug.el: Remove references to last-command-char and
2015 last-input-char, since these have been identical to last-command-event
2016 and last-input-event since at least Emacs 19.
2017 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2018 Remove.
2019
2020 2009-01-09 Dave Love <fx@gnu.org>
2021
2022 * calendar/time-date.el: Require cl for `declare'.
2023
2024 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2025
2026 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2027 Suggested by Dave Love.
2028
2029 2009-01-09 Dave Love <fx@gnu.org>
2030
2031 * net/imap.el (imap-string-to-integer): Fix typo.
2032 (imap-fetch-safe): New function.
2033 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2034
2035 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2036 (imap-parse-greeting): Fix doc strings.
2037 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2038 (imap-parse-flag-list): Make messages unique.
2039 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2040
2041 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2042 call.
2043
2044 * net/imap.el: Fix author email. Doc fixes.
2045 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2046 reply.
2047
2048 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2049
2050 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2051
2052 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2053
2054 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2055 Call nslookup if resolv.conf isn't available.
2056 (dns-query): Rename from query-dns.
2057 (dns-query-cached): Rename from query-dns-cached.
2058
2059 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2060
2061 * net/imap.el (imap-enable-exchange-bug-workaround):
2062 Explain auto-detection in the doc string.
2063
2064 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2067 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2068 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2069 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2070 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2071 Fix typos in docstrings.
2072 (ispell-command-loop): Reflow docstring.
2073
2074 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2075
2076 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2077 (ispell-aspell-supports-utf8): Mark as obsoleted by
2078 ispell-encoding8-command.
2079 (ispell-check-version): Set ispell-encoding8-command.
2080 (ispell-check-spellchecker-params, ispell-start-process):
2081 Use ispell-encoding8-command.
2082
2083 * textmodes/flyspell.el (flyspell-large-region):
2084 Use ispell-encoding8-command.
2085
2086 2009-01-08 Glenn Morris <rgm@gnu.org>
2087
2088 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2089 scroll the calendar.
2090
2091 * international/mule-cmds.el (universal-coding-system-argument):
2092 last-input-char need not be a char.
2093
2094 * textmodes/ispell.el (ispell-check-minver): Declare.
2095 Use string-to-number rather than string-to-int.
2096
2097 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * add-log.el (change-log-search-tag-name): Reflow docstring.
2100 (change-log-mode): Fix typo in docstring.
2101
2102 * international/mule.el (define-coding-system): Doc fix.
2103
2104 2009-01-07 Kenichi Handa <handa@m17n.org>
2105
2106 * international/mule.el (define-coding-system): Fix docstring
2107 about :bom usage.
2108
2109 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2110
2111 * dired.el (dired-pop-to-buffer): Don't split windows
2112 horizontally. (Bug#1806)
2113
2114 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * tar-mode.el (tar-mode, tar-mode-write-contents)
2117 (tar-write-region-annotate): Undo Andreas's last change.
2118
2119 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2120
2121 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2122 (tramp-handle-file-local-copy, tramp-handle-write-region)
2123 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2124 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2125
2126 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * minibuffer.el (completion-hilit-commonality): Don't presume
2129 all-completions always include the input as prefix.
2130 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2131 as trivial.
2132 (completion-pcm--hilit-commonality): Remove leftover code that used to
2133 deal with the now removed cdr-in-last-cons.
2134
2135 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * international/mule.el (define-coding-system): Fix typos in docstring.
2138
2139 2009-01-05 Alan Mackenzie <acm@muc.de>
2140
2141 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2142 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2143
2144 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * net/tramp.el (tramp-handle-load)
2147 (tramp-do-copy-or-rename-file-directly)
2148 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2149 (tramp-handle-write-region)
2150 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2151 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2152 Delete temporary file in case of error.
2153
2154 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2155
2156 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2157
2158 2009-01-05 Richard M Stallman <rms@gnu.org>
2159
2160 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2161
2162 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2163
2164 * window.el (display-buffer): Fix last fix.
2165
2166 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2167
2168 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2169 to shorten the desktop file directory shown in message.
2170
2171 2009-01-05 Glenn Morris <rgm@gnu.org>
2172
2173 * version.el (emacs-copyright):
2174 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2175 Update copyrights for 2009.
2176
2177 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2178
2179 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2180 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2181 hard-coded 0.
2182 (ada-get-indent-loop): Fix list access bug.
2183
2184 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2187 (lisp-interaction-mode): Add a blank line in the docstring
2188 before the keymap listing.
2189
2190 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2191
2192 * window.el (display-buffer): When a buffer is displayed in the
2193 selected and some other window, and not-this-window is non-nil,
2194 try to return that other window instead of popping up a new
2195 frame. (Bug#30)
2196
2197 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2200
2201 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2202
2203 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2204
2205 2009-01-03 Michael Olson <mwolson@gnu.org>
2206
2207 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2208 blank characters which will confuse `read', so skip past them.
2209
2210 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2211
2212 * emacs-lisp/authors.el (authors-aliases): Addition.
2213 (authors): Allow to use it for other projects.
2214
2215 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2216 Clarify MATCH argument. Print filenames.
2217
2218 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2219
2220 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2221
2222 * net/tramp.el (tramp-local-host-regexp)
2223 (tramp-prefix-domain-format)
2224 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2225 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2226 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2227 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2228 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2229 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2230 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2231 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2232 (tramp-handle-insert-file-contents): Fix setting of
2233 `buffer-read-only'.
2234 (tramp-compute-multi-hops, tramp-local-host-p):
2235 Use `tramp-local-host-regexp'.
2236 (tramp-file-name-real-user, tramp-file-name-domain):
2237 Use `tramp-user-with-domain-regexp'.
2238
2239 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2240 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2241
2242 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2243
2244 * proced.el (proced-grammar-alist): Refiner can be a
2245 list (function help-echo) instead of a cons pair.
2246 (proced-post-display-hook): New variable.
2247 (proced-tree-depth): Rename from proced-tree-indent.
2248 (proced-mode): Derive mode from special-mode.
2249 (proced-mode-map): Change accordingly.
2250 (proced, proced-update): Run proced-post-display-hook.
2251 (proced-do-mark-all): Count processes for which mark has been updated.
2252 (proced-format): Check for ppid attribute.
2253 (proced-process-attributes): Take time and ctime attribute from
2254 system-process-attributes.
2255 (proced-send-signal): Doc fix. Collect properly the info on
2256 marked processes. Use fit-window-to-buffer instead of
2257 dired-pop-to-buffer.
2258
2259 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2262 point-min==1.
2263
2264 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2267 (mode-line-client): Fix typo in help message and docstring.
2268
2269 2009-01-02 Jason Rumney <jasonr@gnu.org>
2270
2271 * term/w32-win.el (image-library-alist): Add gobject library.
2272
2273 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2274
2275 * frame.el (window-system-default-frame-alist)
2276 (initial-frame-alist, minibuffer-frame-alist)
2277 (pop-up-frame-alist, pop-up-frame-function)
2278 (special-display-frame-alist): Rewrite and reformat doc-strings.
2279
2280 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2281
2282 * simple.el (minibuffer-default-add-shell-commands):
2283 Fix doc-string typo.
2284
2285 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * language/cham.el: Fix setting of composition-function-table.
2288
2289 * language/khmer.el: Fix setting of composition-function-table.
2290
2291 * language/tibet-util.el (tibetan-composition-function):
2292 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2293
2294 * simple.el (minibuffer-default): Add defvar.
2295
2296 * hippie-exp.el: Require comint.
2297
2298 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2299
2300 * simple.el (last-buffer): Don't set major mode of *scratch* if
2301 that buffer exists already. Rewrite doc-string.
2302
2303 2008-12-31 Andreas Schwab <schwab@suse.de>
2304
2305 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2306 write-region-annotate-functions.
2307 (tar-mode-write-contents): New function.
2308 (tar-write-region-annotate): Remove.
2309
2310 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2313 (buffer-swapped-with): Var removed.
2314
2315 2008-12-30 Kenichi Handa <handa@m17n.org>
2316
2317 * language/japanese.el (compose-gstring-for-variation-glyph):
2318 New function. Register it in composition-function-table.
2319
2320 * composite.el (lglyph-set-code): New function.
2321
2322 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * tar-mode.el (tar-data-swapped): New var.
2325 (tar-data-swapped-p, tar-swap-data):
2326 Use it instead of buffer-swapped-with.
2327 (tar-write-region-annotate): Re-add (partial undo of last change).
2328 (tar-mode): Use it again (partial undo as well).
2329
2330 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2331
2332 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2333
2334 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * follow.el (follow-select-if-visible): Improve the check for the
2337 last line of the window.
2338 (follow-post-command-hook): Perform redisplay in more
2339 circumstances, to avoid getting point stuck on partially visible lines.
2340
2341 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * follow.el (follow-calc-win-end): Use with-selected-window.
2344 (follow-windows-start-end, follow-pos-visible)
2345 (follow-windows-aligned-p): Code cleanup.
2346 (follow-select-if-visible): Try to avoid partially-visible lines.
2347 (follow-select-if-visible-from-first): Call follow-redisplay and
2348 move point to destination.
2349 (follow-redisplay): New arg, to keep selected window unchanged.
2350 (follow-post-command-hook): In final check for destination
2351 visibility, use window-start and window-end instead of the less
2352 accurate follow-pos-visible. If the selected window is redrawn,
2353 tell follow-redisplay to preserve it.
2354 (follow-calculate-first-window-start-from-below): Avoid looping
2355 forever if vertical-motion returns an unexpected value.
2356
2357 2008-12-30 Andreas Schwab <schwab@suse.de>
2358
2359 * server.el (server-running-p): Remove interactive spec.
2360 Fix regexp.
2361
2362 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * follow.el (follow-calc-win-start): Don't use `inline'.
2365 (follow-update-window-start, follow-select-if-visible)
2366 (follow-calculate-first-window-start-from-below)
2367 (follow-post-command-hook): Code cleanup.
2368 (follow-downward, follow-calculate-first-window-start):
2369 Delete function and merge into follow-redisplay.
2370 (follow-redisplay): Merge code from follow-downward and
2371 follow-calculate-first-window-start.
2372
2373 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * proced.el (proced-tree-flag): Fix typo in docstring.
2376
2377 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2378
2379 * proced.el (proced-temp-alist): Rename from variable
2380 proced-children-alist.
2381 (proced-process-tree, proced-toggle-tree): Fix docstring.
2382 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2383 (proced-temp-internal): Use proced-temp-alist.
2384
2385 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * subr.el (mkdir): New defalias.
2388
2389 2008-12-29 Juri Linkov <juri@jurta.org>
2390
2391 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2392 command `proced-next-line' removed on 2008-09-06.
2393
2394 2008-12-28 Juri Linkov <juri@jurta.org>
2395
2396 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2397 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2398
2399 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2400 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2401 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2402 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2403 set 4 obsolete variables for backward-compatibility with Emacs 22.
2404
2405 2008-12-28 Juri Linkov <juri@jurta.org>
2406
2407 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2408
2409 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2410
2411 * misc.el (butterfly): New command.
2412
2413 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2414
2415 * proced.el (proced-grammar-alist): Allow predicate nil.
2416 New attribute tree.
2417 (proced-format-alist): Use attribute tree.
2418 (proced-tree-flag, proced-tree-indent): New variables.
2419 (proced-children-alist): Rename from proced-process-tree.
2420 PPID must refer to a process in process-alist.
2421 Ignore PPIDs that equal PID (Bug#1718).
2422 Children alist inherits sorting order from process-alist.
2423 (proced-process-tree): New variable. New function.
2424 (proced-process-tree-internal, proced-toggle-tree)
2425 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2426 (proced-mark-process-alist): Add docstring.
2427 (proced-filter-parents): PPID must refer to a process in
2428 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2429 (proced-sort): Throw error if attribute is not sortable.
2430 (proced-sort-interactive): Restrict completion to sortable attributes.
2431 (proced-format): Include tree in standard attributes if
2432 proced-tree-flag is non-nil. Make header clickable only if
2433 corresponding predicate is non-nil.
2434 (proced-update): Use proced-tree.
2435
2436 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * diff.el (diff): Doc fix.
2439
2440 * emacs-lisp/rx.el (rx): Doc fix.
2441
2442 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2443 before uniquifying backup trash file name.
2444
2445 2008-12-27 Andreas Schwab <schwab@suse.de>
2446
2447 * vc-git.el (vc-git-dir-printer): Fix filename column.
2448
2449 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2450
2451 * term.el (term-emulate-terminal): Decode substring just prior to
2452 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2453
2454 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2455
2456 * makefile.w32-in (MH_E_DIR): New variable.
2457 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2458 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2459 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2460 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2461 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2462 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2463 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2464 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2465 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2466 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2467 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2468
2469 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2470 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2471 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2472 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2473 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2474 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2475 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2476 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2477 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2478 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2479 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2480
2481 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2482
2483 * files.el (dosified-file-name): Declare.
2484
2485 2008-12-26 Andreas Schwab <schwab@suse.de>
2486
2487 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2488
2489 * tar-mode.el (tar-swap-data): New function.
2490 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2491 (tar-mode-revert): Likewise.
2492 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2493 (tar-data-swapped-p): Test buffer-swapped-with.
2494 (tar-write-region-annotate): Remove.
2495 (tar-header-block-tokenize): Add argument `coding' and use it
2496 instead of tar-file-name-coding-system.
2497 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2498
2499 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2500
2501 * dos-fns.el (dosified-file-name): New function.
2502
2503 * files.el (dir-locals-find-file): Run dir-locals-file through
2504 dosified-file-name. Compare files case-insensitively on systems
2505 whose filesystems are case-insensitive.
2506
2507 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2508
2509 * help.el (help-for-help-internal): Fix entry for "l".
2510
2511 2008-12-25 Richard M Stallman <rms@gnu.org>
2512
2513 * shadowfile.el (shadow-copy-file): Revert previous change.
2514 This code as it was should work properly with buffer-swapped-with.
2515
2516 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2517
2518 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2519
2520 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2521
2522 * subr.el (chmod): New defalias for set-file-modes.
2523
2524 2008-12-23 Juri Linkov <juri@jurta.org>
2525
2526 * isearch.el (isearch-filter-predicate, isearch-search):
2527 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2528 (isearch-filter-visible): Rename from
2529 `isearch-filter-invisible'. Doc fix.
2530
2531 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2532 value from `dired-isearch-filter-predicate-orig' instead of the
2533 symbol `isearch-filter-invisible'. Doc fix.
2534 (dired-isearch-filter-filenames): Doc fix.
2535 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2536
2537 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2538 for Info-point-loc since it is more correct in all cases.
2539 (Info-isearch-filter): Rename from
2540 `Info-isearch-filter-predicate'. Doc fix.
2541 (Info-mode): Replace `Info-isearch-filter-predicate' with
2542 `Info-isearch-filter'.
2543
2544 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2545
2546 * pgg.el: Add obsolescence info.
2547
2548 2008-12-22 Richard M Stallman <rms@gnu.org>
2549
2550 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2551
2552 * files.el (buffer-swapped-with): New variable.
2553 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2554 (basic-save-buffer): Unswap the buffer temporarily if nec.
2555
2556 * dired.el (dired-readin): Inhibit modification hooks.
2557
2558 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2559
2560 * net/newst-backend.el (newst-backend):
2561 Remove wrong duplicate provide statement.
2562
2563 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2566 end, before updating.
2567 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2568 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2569
2570 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2571
2572 * window.el (set-window-text-height): Fix doc-string.
2573
2574 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2577 (completion-all-completions): Don't set it.
2578 (completion-table-with-context, completion--file-name-table):
2579 Don't add base-size in last cdr.
2580 (completion-hilit-commonality): Add argument `base-size'.
2581 (display-completion-list, completion-emacs21-all-completions)
2582 (completion-emacs22-all-completions, completion-basic-all-completions):
2583 Provide it.
2584 (completion-pcm--all-completions): Don't need to remove the base-size
2585 in last-cdr any more.
2586
2587 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2588
2589 * textmodes/ispell.el (ispell-check-minver): New function.
2590 (ispell-check-version): Rewrite spellchecker and version checking.
2591 Use (ispell-check-minver). Handle hunspell versions.
2592
2593 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * ido.el (ido-read-internal): Handle `confirm' and
2596 `confirm-after-completion' values for the require-match argument.
2597
2598 2008-12-20 Jason Rumney <jasonr@gnu.org>
2599
2600 * international/mule.el (auto-coding-regexp-alist):
2601 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2602
2603 2008-12-20 Ami Fischman <ami@fischman.org>
2604
2605 * bindings.el (mode-line-eol-desc): Use assoc to query
2606 mode-line-eol-desc-cache.
2607
2608 2008-12-20 Glenn Morris <rgm@gnu.org>
2609
2610 * comint.el (comint-save-input-ring-index): Add missing initial value.
2611
2612 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * proced.el (proced-grammar-alist): Doc fix.
2615 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2616 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2617 (proced-undo): Fix typos in docstrings.
2618
2619 2008-12-19 Glenn Morris <rgm@gnu.org>
2620
2621 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2622 (authors-fixed-case): New constant.
2623 (authors-public-domain-files, authors-ignored-files):
2624 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2625 (authors-renamed-files-regexps): Add some new entries.
2626 (authors-canonical-file-name): Don't complain about ignored files.
2627 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2628 (authors): Ensure error buffer is writable.
2629
2630 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2631
2632 (ispell-really-hunspell): New variable to signal hunspell.
2633 (ispell-check-version):
2634 Check if hunspell and set ispell-really-hunspell if needed.
2635 (ispell-send-string, ispell-start-process, flyspell-large-region):
2636 Pass right options for hunspell if needed.
2637
2638 2008-12-18 Kenichi Handa <handa@m17n.org>
2639
2640 * international/fontset.el (script-representative-chars)
2641 (setup-default-fontset): Add more scripts.
2642
2643 * international/characters.el: Add more scripts.
2644
2645 2008-12-19 Juri Linkov <juri@jurta.org>
2646
2647 * info.el (Info-isearch-search): Implement lax version of
2648 incremental word search in Info.
2649 (Info-isearch-start): Set Info-isearch-initial-node to the
2650 current node when search is nonincremental to not stop at the
2651 initial node in this case.
2652 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2653
2654 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2655
2656 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2657 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2658 (rst-repeat-last-character): Fix typos in docstrings.
2659 (rst-mode, rst-backward-section): Doc fixes.
2660
2661 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2662
2663 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2664 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2665 (newsticker--treeview-load): Check whether groups file exists.
2666
2667 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2668 (newsticker-dir): Use `locate-user-emacs-file'.
2669
2670 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2671
2672 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2673 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2674
2675 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2676
2677 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2678
2679 * startup.el (command-line): Do not mention the server name in
2680 case the user has not mentioned it, print a more explicit message.
2681
2682 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2683 Change all callers.
2684
2685 2008-12-18 Sam Steingold <sds@gnu.org>
2686
2687 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2688
2689 2008-12-18 Juri Linkov <juri@jurta.org>
2690
2691 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2692 `isearch-edit-string-set-word'.
2693 (isearch-edit-string-set-word): Remove.
2694 (isearch-occur): Imitate the C function `wordify' by replacing
2695 non-word character with the \\W+ regexp.
2696 (isearch-search-fun): Add `isearch-nonincremental' to the
2697 condition of using a non-lax version of `word-search-forward'.
2698
2699 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2700
2701 * epa-file.el (epa-file-insert-file-contents):
2702 Set buffer-file-name before decrypting a file.
2703
2704 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * server.el (server-start): If unable to start the server,
2707 display a warning instead of raising an error.
2708
2709 * startup.el (server-process): Add defvar.
2710 (command-line): If the daemon is unable to start the server,
2711 display a message and exit Emacs.
2712
2713 2008-12-15 Sam Steingold <sds@gnu.org>
2714
2715 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2716 mostly for CLISP modules, but could also be useful elsewhere.
2717
2718 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2721 * icomplete.el (icomplete-prospects-height):
2722 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2723
2724 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * international/mule.el (find-auto-coding): Fix typo in docstring.
2727
2728 * international/mule-cmds.el (select-safe-coding-system):
2729 * mail/rmail.el (rmail-require-mime-maybe):
2730 Fix arguments of `display-warning'.
2731
2732 * simple.el (bad-package-check): Fix arguments of `display-warning',
2733 using the package name as TYPE. Use `string-match-p'.
2734
2735 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2736
2737 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2738 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2739 (proced-sort-user, proced-sort-header): Prefix arg determines
2740 sorting order. Suggested by Dan Nicolaescu.
2741 (proced-revert): Doc fix.
2742
2743 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2744
2745 * proced.el (proced-grammar-alist): Allow refiner elements that
2746 are cons pairs (function . help-echo) or nil.
2747 (proced-refine): Use them.
2748 (proced-format-alist): Allow alternatives.
2749 (proced-descend): New variable.
2750 (proced-sort): New arg descend.
2751 (proced-sort-interactive): Repeated calls toggle sort order.
2752 (proced-format): Accomodate changes of proced-format-alist.
2753 Undefined attributes are displayed as "?".
2754 (proced-process-attributes): New optional arg pid-list.
2755 Ignore processes with empty attribute list.
2756
2757 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2758
2759 * proced.el (proced-auto-update-interval): Rename from
2760 proced-timer-interval.
2761 (proced-auto-update-flag): Rename from proced-timer-flag.
2762 (proced-auto-update-timer): Rename from proced-timer.
2763 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2764 (proced-available): Initialize appropriately.
2765
2766 2008-12-13 Glenn Morris <rgm@gnu.org>
2767
2768 * subr.el (declare-function): Doc fix.
2769
2770 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2771 refer to elisp manual.
2772
2773 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2774
2775 * window.el (fit-window-to-buffer): Return non-nil when height
2776 was orderly adjusted, nil otherwise.
2777
2778 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2779 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * server.el (server-sentinel): Uncomment code to delete connection file.
2782 (server-start): Save the connection file in the server property list.
2783 Delete it only when we are reasonably convinced that it is not owned by
2784 a running server.
2785 (server-force-delete): New command to force-delete the connection file,
2786 and stop the server if it is running.
2787 (server-running-p): Return t also for local TCP servers when we find a
2788 process with a matching PID, and :other for undecided cases.
2789
2790 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2791
2792 * window.el (fit-window-to-buffer): Use with-selected-window and
2793 condition-case. Do not delete more windows than necessary in
2794 the shrinking (delta < 0) case. Do not raise an error when the
2795 containing frame is too small to show all of buffer. (Bug#1488)
2796
2797 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2798 min-height arg 1 to make sure that small buffers are shown.
2799
2800 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2803 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2804 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2805 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2806 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2807 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2808 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2809 (ruby-backward-sexp, ruby-add-log-current-method)
2810 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2811 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2812 (ruby-deep-indent-paren): Doc fix.
2813 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2814 (ruby-here-doc-find-end): Reflow docstring.
2815
2816 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2817
2818 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2819 dired-shrink-to-fit is non-nil. (Bug#1488)
2820
2821 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2824 decoding of long locale info is now done in `w32-get-locale-info'.
2825
2826 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2829
2830 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2833
2834 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2835 terminal variable assignment.
2836
2837 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2838 Nobuyoshi Nakada <nobu@ruby-lang.org>
2839
2840 * progmodes/ruby-mode.el: New file.
2841
2842 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2843
2844 * net/tramp.el (top): Don't fail if there is no current message.
2845 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2846
2847 2008-12-10 Kenichi Handa <handa@m17n.org>
2848
2849 * international/fontset.el (setup-default-fontset): Add an entry
2850 for characters in the Unicode SIP area.
2851
2852 2008-12-10 Glenn Morris <rgm@gnu.org>
2853
2854 * vc-mcvs.el: Move to obsolete/, with warning comment.
2855 * Makefile.in (ELCFILES): Update.
2856
2857 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2858
2859 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2860 buffer unmodified. (Bug#1509)
2861 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2862 modification time if visiting a file and the content is
2863 successfully decrypted.
2864
2865 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2868 check whether the buffer is still alive.
2869
2870 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2873
2874 2008-12-09 Glenn Morris <rgm@gnu.org>
2875
2876 * Makefile.in (ELCFILES): Update.
2877
2878 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2881 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2882
2883 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * term/xterm.el (terminal-init-xterm): Discard pending input
2886 before reading a reply to the terminal attributes query.
2887
2888 2008-12-05 Andreas Schwab <schwab@suse.de>
2889
2890 * dired.el (dired-font-lock-keywords): Fix last change.
2891
2892 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2893
2894 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2895 into (defcustom ... "..." :type ... :group...).
2896
2897 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * international/mule-diag.el (mule-diag): Display the window
2900 system version in a less laconic way.
2901
2902 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2903
2904 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2905 if the sorting functions are not loaded. (Bug#1432)
2906
2907 2008-12-04 Sam Steingold <sds@gnu.org>
2908
2909 * progmodes/compile.el (compilation-read-command): Extract from
2910 compile.
2911 (compile): Use it.
2912 (recompile): Accept an optional argument to enable editing the
2913 command line.
2914
2915 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * net/tramp.el (top): Write a message, when loading Tramp.
2918
2919 * net/tramp-cache.el (tramp-dump-connection-properties):
2920 Polish the check, whether to dump the data.
2921
2922 2008-12-04 Lute Kamstra <lute@gnu.org>
2923
2924 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2925 check if the file "CVS/Entries" exists.
2926
2927 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * international/mule-diag.el (list-character-sets): Doc fix.
2930 (list-character-sets-2): Fix info in header. Simplify.
2931 (print-coding-system): Simplify.
2932 (list-input-methods-1): Simplify.
2933 (mule-diag): Display current font/fontset for all window systems,
2934 not just X. Simplify.
2935
2936 2008-12-04 Glenn Morris <rgm@gnu.org>
2937
2938 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2939 (vc-cvs-register): Doc fix.
2940 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2941 (vc-mcvs-register): Doc fix.
2942 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2943 (vc-rcs-register): Doc fix.
2944 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2945 (vc-sccs-register): Doc fix.
2946 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2947 (vc-svn-register): Doc fix.
2948
2949 * files.el (toggle-read-only): Doc fix.
2950
2951 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2954 be used in compact layout and vice-versa.
2955
2956 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2959 like most list-* commands.
2960
2961 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2962 They already exist in descr-text.el as `describe-char-unicodedata-file'
2963 and `describe-char-unicode-data'.
2964 (print-list): Simplify.
2965 (read-charset): Reflow docstring.
2966 (list-coding-systems): Doc fix.
2967
2968 2008-12-03 Glenn Morris <rgm@gnu.org>
2969
2970 * vc.el (vc-diff-switches): Doc fix.
2971 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2972 (vc-bzr-log-switches): Doc fix.
2973 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2974 * vc-git.el (vc-git-diff-switches): Doc fix.
2975 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2976 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2977 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2978 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2979 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2980
2981 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2982 other backends.
2983 (vc-arch-diff): Apply switches.
2984
2985 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2986 than appending.
2987
2988 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2989
2990 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2991
2992 * epa.el (epa--show-key): Use past tense of "expire" if the key
2993 has already been expired. Thanks to Peter BARABAS.
2994
2995 2008-12-03 Lute Kamstra <lute@gnu.org>
2996
2997 * align.el:
2998 * allout.el:
2999 * apropos.el:
3000 * arc-mode.el:
3001 * autoinsert.el:
3002 * avoid.el:
3003 * battery.el:
3004 * bookmark.el:
3005 * buff-menu.el:
3006 * calculator.el:
3007 * chistory.el:
3008 * cmuscheme.el:
3009 * comint.el:
3010 * compare-w.el:
3011 * dabbrev.el:
3012 * delim-col.el:
3013 * desktop.el:
3014 * diff-mode.el:
3015 * diff.el:
3016 * dired-aux.el:
3017 * dired-x.el:
3018 * dired.el:
3019 * dos-vars.el:
3020 * ediff-diff.el:
3021 * ediff-help.el:
3022 * ediff-init.el:
3023 * ediff-merg.el:
3024 * ediff-mult.el:
3025 * ediff-ptch.el:
3026 * ediff-vers.el:
3027 * ediff-wind.el:
3028 * ediff.el:
3029 * emerge.el:
3030 * facemenu.el:
3031 * faces.el:
3032 * ffap.el:
3033 * filecache.el:
3034 * find-dired.el:
3035 * font-core.el:
3036 * font-lock.el:
3037 * forms.el:
3038 * fringe.el:
3039 * help-at-pt.el:
3040 * hippie-exp.el:
3041 * ido.el:
3042 * image-file.el:
3043 * imenu.el:
3044 * indent.el:
3045 * info.el:
3046 * isearchb.el:
3047 * iswitchb.el:
3048 * jit-lock.el:
3049 * jka-compr.el:
3050 * log-edit.el:
3051 * lpr.el:
3052 * ls-lisp.el:
3053 * man.el:
3054 * menu-bar.el:
3055 * midnight.el:
3056 * mouse-sel.el:
3057 * mouse.el:
3058 * msb.el:
3059 * outline.el:
3060 * paren.el:
3061 * pcmpl-cvs.el:
3062 * pcmpl-gnu.el:
3063 * pcomplete.el:
3064 * pcvs-info.el:
3065 * pcvs-parse.el:
3066 * printing.el:
3067 * ps-mule.el:
3068 * ps-print.el:
3069 * replace.el:
3070 * ruler-mode.el:
3071 * saveplace.el:
3072 * sb-image.el:
3073 * scroll-bar.el:
3074 * sha1.el:
3075 * shadowfile.el:
3076 * shell.el:
3077 * sort.el:
3078 * speedbar.el:
3079 * strokes.el:
3080 * tempo.el:
3081 * term.el:
3082 * terminal.el:
3083 * time-stamp.el:
3084 * time.el:
3085 * tree-widget.el:
3086 * type-break.el:
3087 * vc-cvs.el:
3088 * vc-hg.el:
3089 * vc-mcvs.el:
3090 * vc-rcs.el:
3091 * vc-sccs.el:
3092 * vc.el:
3093 * view.el:
3094 * w32-vars.el:
3095 * whitespace.el:
3096 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3097 deffaces, defconsts and defuns.
3098
3099 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3102 the prompt was added to the minibuffer.
3103
3104 2008-12-02 Glenn Morris <rgm@gnu.org>
3105
3106 * format.el (format-write-file): Rewrite doc yet again.
3107
3108 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3109 Doc fix. (Bug#1368)
3110
3111 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3112
3113 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3114
3115 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3116 case where point is at the beginning of the buffer. (Bug#1239)
3117
3118 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3119
3120 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3121 already have the correct indentation. (Bug#859)
3122
3123 2008-12-02 Kenichi Handa <handa@m17n.org>
3124
3125 * international/uni-decomposition.el: Re-generated.
3126
3127 2008-12-01 Andreas Schwab <schwab@suse.de>
3128
3129 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3130 ending in a colon as directory header.
3131
3132 2008-12-01 Kenichi Handa <handa@m17n.org>
3133
3134 * international/uni-numeric.el: Re-generated.
3135
3136 * international/charprop.el: Re-generated.
3137
3138 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * international/mule-cmds.el (locale-preferred-coding-systems):
3141 Fix alist item.
3142
3143 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3146 (tramp-set-connection-property, tramp-flush-connection-property)
3147 (tramp-dump-connection-properties): Use it.
3148
3149 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * wdired.el (wdired-finish-edit): If displaying a single file,
3152 change dired-directory if that file was renamed.
3153
3154 * emacs-lisp/byte-run.el (macro-declaration-function):
3155 Disallow declare specs with lengths of 3 or more.
3156
3157 * dirtrack.el (dirtrack): Fix error message.
3158
3159 2008-11-30 Glenn Morris <rgm@gnu.org>
3160
3161 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3162 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3163
3164 * vc-git.el (vc-git-diff):
3165 * vc-hg.el (vc-hg-diff):
3166 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3167
3168 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3169 (eshell-needs-pipe-p): New function.
3170 (eshell-gather-process-output): Set process-connection-type according to
3171 eshell-needs-pipe-p. (Bug#1388)
3172
3173 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3176 (diary-remind-message, diary-number-of-entries)
3177 (diary-include-other-diary-files, diary-mark-included-diary-files)
3178 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3179 (diary-font-lock-keywords-1): Reflow docstrings.
3180 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3181 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3182
3183 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3184 (timer-duration): Use `string-match-p'.
3185
3186 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * complete.el (PC-do-complete-and-exit):
3189 Use minibuffer-confirm-exit-commands.
3190
3191 * minibuffer.el (minibuffer-confirm-exit-commands):
3192 Add PC-complete and PC-complete-word to the list.
3193
3194 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * files.el (break-hardlink-on-save): Fix typo in docstring.
3197 Add :version tag.
3198
3199 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3200 (reb-mode): Define with `define-derived-mode'.
3201
3202 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3203
3204 * files.el (break-hardlink-on-save): New variable.
3205 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3206 (file-precious-flag): Mention it in doc string.
3207
3208 2008-11-29 Miles Bader <miles@gnu.org>
3209
3210 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3211 (minibuffer-complete-and-exit): Use it.
3212
3213 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3214
3215 * term/x-win.el (x-gtk-stock-cache): New hash table.
3216 (x-gtk-map-stock): Perform caching to prevent excess consing
3217 during redisplay.
3218
3219 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * minibuffer.el (completion--try-word-completion): Don't ignore
3222 partial-completion if it's the only style.
3223
3224 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3227 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3228 (reb-initialize-buffer): Update matches, in case we're reentering
3229 RE Builder mode.
3230
3231 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3232
3233 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3234 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3235 values for minibuffer-completion-confirm.
3236
3237 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3238
3239 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3240 any but the first "*" in a doc-string.
3241
3242 2008-11-28 Glenn Morris <rgm@gnu.org>
3243
3244 * format.el (format-write-file): Improve previous doc fix.
3245
3246 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * simple.el (use-empty-active-region, use-region-p)
3249 (region-active-p): Doc fix.
3250
3251 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3252
3253 * window.el (display-buffer): Fix handling of not-this-window
3254 argument. (Bug#1415)
3255
3256 2008-11-27 Kenichi Handa <handa@m17n.org>
3257
3258 * international/characters.el: Set category 'C' to characters
3259 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3260
3261 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3262
3263 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3266 (tool-bar-find-image): Function deleted.
3267 (tool-bar-local-item, tool-bar-local-item-from-menu):
3268 Use find-image instead of tool-bar-find-image.
3269 (tool-bar-keymap-cache): New hash table.
3270 (tool-bar-make-keymap): Use it.
3271 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3272
3273 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * net/dbus.el (dbus-handle-event): The result of a message call
3276 handler can also be an object, which is not a consp.
3277
3278 2008-11-25 Alan Mackenzie <acm@muc.de>
3279
3280 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3281 (forward-list, backward-list, down-list, backward-up-list)
3282 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3283 (insert-pair, insert-parentheses): State that the command assumes
3284 that point is not in a string or comment.
3285
3286 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * net/dbus.el (dbus-string-to-byte-array)
3289 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3290 (dbus-unescape-from-identifier): New defuns.
3291 (dbus-handle-event): The result of a message call is a list of
3292 arguments, which must be expanded when passing to
3293 `dbus-method-return-internal'.
3294
3295 * net/tramp.el (tramp-handle-write-region): Improve the check for
3296 calling direct copy.
3297 (tramp-find-inline-encoding): Don't raise an error but a warning,
3298 when no inline encoding is found.
3299 (tramp-get-remote-coding): Check for a symbol. The negative check
3300 for a string fails, when there is an empty string.
3301
3302 2008-11-26 Glenn Morris <rgm@gnu.org>
3303
3304 * vc-git.el (vc-git-diff-switches): New option.
3305 (vc-git-diff): Apply diff switches. (Bug#1386)
3306 Give it a basic doc string.
3307
3308 * term/pc-win.el (x-font-family-list): Replace redefinition with
3309 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3310
3311 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3312
3313 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3314 of the polynomial rather than the whole polynomial.
3315
3316 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3319 mailrc, recognize string quoting. When reading from Lisp, accept
3320 rfc822-like addresses.
3321
3322 * mail/mailalias.el (define-mail-alias): Sync code with
3323 define-mail-abbrev.
3324
3325 2008-11-25 Glenn Morris <rgm@gnu.org>
3326
3327 * eshell/esh-proc.el (eshell-gather-process-output):
3328 Revert previous change. (re-opens Bug#1388)
3329
3330 * select.el (x-set-cut-buffer): Fix signal arguments.
3331
3332 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3333
3334 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3337 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3338 (bubbles--empty-char): Use "\s".
3339
3340 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3341
3342 * calc/calc.el (calc-settings-file, calc-language-alist)
3343 (calc-embedded-announce-formula)
3344 (calc-embedded-announce-formula-alist)
3345 (calc-embedded-open-formula, calc-embedded-close-formula)
3346 (calc-embedded-open-close-formula-alist)
3347 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3348 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3349 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3350 (calc-embedded-open-close-new-formula-alist)
3351 (calc-embedded-open-mode, calc-embedded-close-mode)
3352 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3353 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3354 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3355 from docstrings.
3356
3357 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * calculator.el (calculator-op-or-exp): Reflow docstring.
3360 (calculator-remove-zeros, calculator-repR, calculator-repL):
3361 Fix typos in docstrings.
3362
3363 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3366 windows instead of calling switch-to-buffer.
3367
3368 * diff.el (diff-sentinel): Take note of diff error return value.
3369
3370 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3371
3372 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3373 frame can't be split.
3374
3375 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3376
3377 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3378 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3379 (newsticker--treeview-tree-update-tag): Remove dead code.
3380 (newsticker-treeview-update): Don't update cache.
3381 (newsticker-treeview-quit): Don't save cache.
3382 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3383 (newsticker-treeview-save): Use `newsticker-dir'.
3384 (newsticker--treeview-load): Use `newsticker-dir'.
3385 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3386 Update tags.
3387 (newsticker-treeview-tree-do-click): Slightly simplified.
3388
3389 * net/newst-backend.el (newsticker-dir): New.
3390 (newsticker-start): Use `newsticker--cache-read'.
3391 (newsticker-stop): Use `newsticker--cache-save'.
3392 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3393 (newsticker--images-dir): New.
3394 (newsticker--image-get, newsticker--image-sentinel):
3395 Use `newsticker--images-dir'.
3396 (newsticker--cache-save-version1): Backup version of
3397 `newsticker--cache-save'.
3398 (newsticker--cache-update): Create newsticker-dir if necessary.
3399 (newsticker--cache-dir): New.
3400 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3401 (newsticker--cache-save-feed): New.
3402 (newsticker--cache-read-version1): New. Backuped version for reading
3403 cache data..
3404 (newsticker--cache-read, newsticker--cache-do-read): New.
3405
3406 * net/newst-reader.el (newsticker--image-read):
3407 Use `newsticker--images-dir'.
3408
3409 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * files.el (confirm-nonexistent-file-or-buffer):
3412 Allow `after-completion' value to request confirm only after TAB.
3413 (confirm-nonexistent-file-or-buffer): New function.
3414 (read-buffer-to-switch, find-file, find-file-other-window)
3415 (find-file-other-frame, find-file-read-only)
3416 (find-file-read-only-other-window)
3417 (find-file-read-only-other-frame): Use it.
3418 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3419 Thanks to Alan Mackenzie for suggesting the new behavior.
3420
3421 * minibuffer.el (minibuffer-complete-and-exit):
3422 Change `confirm-only' value of minibuffer-completion-confirm to
3423 `confirm', and handle a `confirm-after-completion' value.
3424
3425 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3428
3429 2008-11-24 Andreas Schwab <schwab@suse.de>
3430
3431 * image.el (image-type-header-regexps): Recognize more xbm format
3432 variants.
3433
3434 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3437 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3438 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3439 (artist-replace-string, artist-draw-rect, artist-draw-line)
3440 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3441 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3442 (artist-pen, artist-pen-line, artist-text-insert-common)
3443 (artist-text-overwrite, artist-spray-get-interval)
3444 (artist-spray-clear-circle, artist-erase-char)
3445 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3446 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3447 (artist-key-draw-1point, artist-key-draw-2points)
3448 (artist-mouse-draw-continously): Fix typos in docstrings.
3449 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3450 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3451 (artist-backward-char, artist-forward-char): Doc fixes.
3452 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3453 Reflow docstrings.
3454
3455 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * international/quail.el (quail-vunion): New function.
3458 (quail-defrule-internal): Use it to prevent accumulating redundant
3459 alternatives when `append' is set.
3460 (quail-insert-decode-map): Simplify computation of the max-key-width.
3461 Compute it right for multiple-list.
3462
3463 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3466 explicitly. Doc fix.
3467
3468 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3469
3470 * calendar/appt.el (appt-disp-window): Move minibuffer check
3471 after binding this-window and do not set-buffer to make sure we
3472 won't deselect the minibuffer. (Bug#1413)
3473
3474 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3475
3476 * vc-hg.el (vc-hg-program): Remove.
3477 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3478 Undo previous change.
3479
3480 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3481
3482 * info-look.el (info-lookup): When Info buffer is visible on
3483 another frame, raise that frame.
3484
3485 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * allout.el (allout-mode): Fix typo in docstring.
3488
3489 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3490 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3491
3492 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * vc-hooks.el (vc-follow-link): Complete last change.
3495
3496 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * textmodes/remember.el (remember-region): Doc fix.
3499 (remember-filter-functions, remember-handler-functions)
3500 (remember-save-after-remembering, remember-mailbox)
3501 (remember-default-priority, remember-data-file, remember-leader-text)
3502 (remember-diary-file): Remove * from defcustom docstrings.
3503 (remember-run-all-annotation-functions-flag)
3504 (remember-all-handler-functions): Reflow docstrings.
3505 (remember-store-in-mailbox): Fix typo in docstring.
3506 (remember-mode): Define with `define-derived-mode'. Doc fix.
3507
3508 2008-11-23 Glenn Morris <rgm@gnu.org>
3509
3510 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3511 (eshell-do-pipelines): Add optional argument to distinguish recursive
3512 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3513 in a pipeline.
3514
3515 * eshell/esh-proc.el (eshell-gather-process-output):
3516 Set process-connection-type nil for all but the first element of a
3517 pipeline. (Bug#1388)
3518
3519 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3520
3521 * ediff-hook.el: Add tooltips to Emacs menus.
3522
3523 * ediff.el: Change date of last update.
3524
3525 2008-11-22 Juri Linkov <juri@jurta.org>
3526
3527 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3528 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3529 Doc fix.
3530 (dired-isearch-filenames-setup): Run filename Isearch only when
3531 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3532 and the text property `dired-filename' at point is non-nil.
3533 In this case also set isearch-message-prefix-add to "filename ".
3534 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3535 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3536 Don't let-bind isearch-message-prefix-add since this is done now
3537 in dired-isearch-filenames-setup.
3538
3539 * isearch.el (isearch-mode): Change the order of calling
3540 `isearch-update' and running the `isearch-mode-hook' to call
3541 `isearch-update' with Isearch parameters set in this hook.
3542
3543 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3544 Fix docstring - change "during `compile'" to "during compilation".
3545
3546 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3547 be immediately after `name'.
3548
3549 * startup.el (initial-buffer-choice): Change an abstract file name
3550 "file.txt" to more reasonable default file name value "~/.emacs".
3551
3552 2008-11-22 Juri Linkov <juri@jurta.org>
3553
3554 * files.el (hack-local-variables-confirm): Rename arg `project' to
3555 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3556 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3557 (hack-local-variables): Rename call of `hack-project-variables' to
3558 `hack-dir-local-variables'. Change error text to "Directory-local
3559 variables error".
3560 (dir-locals-class-alist): Rename from `project-class-alist'.
3561 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3562 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3563 (dir-locals-collect-mode-variables): Rename from
3564 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3565 `mode-variables', and arg `settings' to `variables'.
3566 (dir-locals-collect-variables): Rename from
3567 `project-collect-binding-list'. Rename arg `binding-list' to
3568 `class-variables', and arg `settings' to `variables'.
3569 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3570 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3571 Rename arg `settings' to `variables'.
3572 (dir-locals-file): New defconst.
3573 (dir-locals-find-file): Rename from `project-find-settings-file'.
3574 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3575 and `pda' to `dir-elt'.
3576 (dir-locals-read-from-file): Rename from
3577 `project-define-from-project-file'. Rename arg `settings-file'
3578 to `file'. Rename let-bound `list' to `variables'.
3579 (hack-dir-local-variables): Rename from `hack-project-variables'.
3580 Rename let-bound `settings' to `variables-file', `root-dir'
3581 to `dir-name', and `bindings' to `variables'.
3582
3583 2008-11-22 Lute Kamstra <lute@gnu.org>
3584
3585 * simple.el (goto-line): Rename argument.
3586
3587 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3588
3589 * makefile.w32-in (compile-first): New target.
3590 (recompile): Depend on compile-first.
3591
3592 * Makefile.in (recompile): Depend on compile-first.
3593
3594 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3595
3596 * files.el (switch-to-buffer-other-window)
3597 (switch-to-buffer-other-frame): Rename buffer argument to
3598 buffer-or-name. Reword and mention new option
3599 confirm-nonexistent-file-or-buffer in doc-string.
3600
3601 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3602
3603 * emulation/viper.el: Date change.
3604
3605 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3606 viper-translate-all-ESC-keysequences is now a function.
3607
3608 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3609 Make this variable.
3610
3611 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3614 Use buffer-file-truename to handle symlinks in any part of the filename.
3615
3616 2008-11-22 Glenn Morris <rgm@gnu.org>
3617
3618 * vc-mtn.el (vc-mtn-diff-switches): New option.
3619 (vc-mtn-program): Rename from vc-mtn-command, for
3620 consistency with other backends. Keep old name as alias.
3621 Update callers. Make it a defcustom.
3622 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3623
3624 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3625 consistency with other backends. Keep old name as alias.
3626 Make it a defcustom.
3627 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3628
3629 * vc-hg.el (vc-hg-program): New option.
3630 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3631 Use vc-hg-program rather than hard-coded "hg".
3632
3633 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3634 (vc-svn-program): Move defcustom to start.
3635 (vc-svn-create-repo, vc-svn-modify-change-comment):
3636 Use vc-svn-program rather than hard-coded "svn".
3637
3638 * menu-bar.el: Stylistic consistency fixes for various menu and
3639 help texts.
3640
3641 * kmacro.el (kmacro-insert-counter): Doc fix.
3642
3643 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3644
3645 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3646
3647 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * international/quail.el (quail-indent-to): New function.
3650 (quail-completion-1, quail-completion-list-translations)
3651 (quail-insert-decode-map): Use it to improve alignment.
3652 (quail-build-decode-map): Don't ignore latin-1 chars.
3653 (quail-help): Increase the max decode-map size so that even the TeX map
3654 gets printed.
3655
3656 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3657 Signal error for invalid bookmark.
3658 (bookmark-get-bookmark-record): Undo last change.
3659 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3660
3661 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3662 Suggested by Toru TSUNEYOSHI.
3663
3664 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3665
3666 * byte-opt.el (byte-compile-butlast): Move up in file.
3667 (byte-optimize-plus): Don't call
3668 byte-optimize-delay-constants-math (bug#1334).
3669 Use byte-optimize-predicate to optimize constants.
3670 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3671 Remove zero arguments first
3672 if possible. Call byte-optimize-predicate to optimize constants.
3673 (byte-optimize-multiply): Remove optimizations for arguments of 0
3674 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3675 Call byte-optimize-predicate.
3676 (byte-optimize-divide): Leave runtime errors unchanged.
3677 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3678 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3679
3680 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3683 declaration and remove redundant info from docstring.
3684
3685 * isearch.el (isearch-search-string): Doc fix.
3686 (search-exit-option, search-slow-window-lines, search-slow-speed)
3687 (search-upper-case, search-nonincremental-instead)
3688 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3689 (search-ring-update, search-highlight, isearch-lazy-highlight)
3690 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3691 (lazy-highlight-interval): Remove * from defcustom docstrings.
3692 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3693 Remove * from defcustom docstrings; fix typos.
3694 (isearch-push-state-function, isearch-help-for-help-internal)
3695 (isearch-help-for-help, isearch-describe-bindings)
3696 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3697 (isearch-pop-fun-state, isearch-search-fun-function)
3698 (isearch-lazy-highlight-search): Fix typos in docstrings.
3699 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3700 (isearch-forward): Fix typo and reflow docstring.
3701 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3702 (isearch-mode-map): Don't use `let*'.
3703
3704 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3707
3708 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * isearch.el (isearch-search-string): Simplify and convert docstring.
3711
3712 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3713
3714 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3717 (lookup-nested-alist): Doc fix.
3718 (with-coding-priority): Reflow docstring.
3719 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3720 (char-displayable-p): Reflow docstring. Use `when'.
3721
3722 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3723
3724 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3725 week forward/backward.
3726
3727 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3730 (with-electric-help): Fix typo and reflow docstring.
3731
3732 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3735 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3736 (list-buffers-noselect): Don't need to pad.
3737
3738 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3739
3740 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3741 Pay attention to char widths when computing string sizes.
3742
3743 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3744
3745 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3746 (byte-compile-output-docform): Reflow docstrings.
3747 (no-byte-compile): Fix typo in docstring.
3748 (byte-recompile-directory, compile-defun): Doc fixes.
3749 (emacs-lisp-file-regexp, byte-compile-verbose)
3750 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3751 (byte-compile-dynamic-docstrings, byte-optimize-log)
3752 (byte-compile-error-on-warn, byte-compile-warnings)
3753 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3754 Remove * from defcustom docstrings.
3755
3756 2008-11-20 Glenn Morris <rgm@gnu.org>
3757
3758 * format.el (format-alist, format-write-file): Doc fix.
3759
3760 * proced.el (proced-available): New variable.
3761 (proced-process-attributes): Move availability check from previous
3762 change from here...
3763 (proced): ... to here.
3764
3765 * vc-hg.el (vc-hg-diff-switches): New option.
3766 (vc-hg-diff): Apply diff switches. (Bug#1017)
3767
3768 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3769
3770 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3771
3772 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3773
3774 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3775
3776 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * calc/calc-units.el (math-units-table): Doc fix.
3779 (math-standard-units): Fix typo in constant's description.
3780 (math-additional-units): Fix typo in docstring.
3781
3782 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3783
3784 * calc/calc-units.el (math-standard-units): Add eps0,
3785 permittivity of vacuum.
3786
3787 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3788
3789 * files.el (project-settings-file): Remove.
3790 (project-find-settings-file): Undo previous change that added the
3791 use of project-settings-file.
3792
3793 2008-11-19 Glenn Morris <rgm@gnu.org>
3794
3795 * proced.el (proced, proced-format-time): Doc fixes.
3796 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3797
3798 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3799
3800 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3801 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3802
3803 2008-11-19 Lute Kamstra <lute@gnu.org>
3804
3805 * autoinsert.el (auto-insert-alist): Don't use match data.
3806
3807 2008-11-19 Glenn Morris <rgm@gnu.org>
3808
3809 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3810
3811 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3812
3813 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3814 * term/w32-win.el (x-select-font): Declare.
3815
3816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3817 Use the imperative for all help strings.
3818
3819 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3822 case where the default dictionary is French, Spanish, younameit.
3823
3824 * window.el (window--frame-usable-p): Consider dedicated windows
3825 as usable.
3826
3827 * files.el (confirm-nonexistent-file-or-buffer):
3828 Rename from find-file-confirm-nonexistent-file.
3829 (read-buffer-to-switch): Use it.
3830
3831 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3832
3833 * server.el (server-temp-file-p): Use `string-match-p'.
3834 (server-socket-dir): Set to nil if local sockets are unsupported.
3835 (server-start): Don't try to delete local socket if unsupported.
3836 (server-kill-new-buffers): Reflow docstring.
3837 (server-delete-client, server-handle-delete-frame)
3838 (server-save-buffers-kill-terminal): Doc fixes.
3839 (server-send-string): Fix typo in docstring.
3840
3841 2008-11-18 Sam Steingold <sds@gnu.org>
3842
3843 * progmodes/compile.el (compilation-start-hook): New hook.
3844 (compilation-start): Run it on the compilation process.
3845
3846 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * international/mule-cmds.el (update-leim-list-file): Simplify.
3849 (prefer-coding-system, find-coding-systems-for-charsets):
3850 Fix docstring typos.
3851 (select-safe-coding-system, input-method-exit-on-first-char)
3852 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3853 (toggle-input-method, read-multilingual-string): Doc fixes.
3854 Reflow docstrings.
3855 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3856 (read-char-by-name): Use `string-match-p'.
3857 (get-char-code-property, put-char-code-property)
3858 (char-code-property-description): Be silent while loading uni-* files.
3859 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3860 the Unicode character names is *slow*.
3861
3862 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3863
3864 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3865
3866 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3867
3868 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * international/mule-cmds.el (ucs-completions): Mark as risky.
3871
3872 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3873
3874 * help-macro.el (three-step-help): Remove * from defcustom.
3875 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3876 Use when instead of if and cond within condition-case.
3877
3878 * window.el (quit-window): Bind window to selected window when
3879 trying to delete it.
3880
3881 2008-11-17 Glenn Morris <rgm@gnu.org>
3882
3883 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3884 definition of 'ignore, rather than nil. (Bug#1353)
3885
3886 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3889
3890 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3893
3894 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3895 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3896 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3897 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3898 (shell-command, repeat-complex-command): Reflow docstrings.
3899 (pop-to-mark-command): Fix typos in docstring.
3900
3901 2008-11-17 Juri Linkov <juri@jurta.org>
3902
3903 * isearch.el (isearch-filter-predicate): Rename from
3904 `isearch-success-function'. Rename default value from
3905 `isearch-success-function-default' to
3906 `isearch-filter-invisible'. Doc fix.
3907 (isearch-filter-invisible): Rename from
3908 `isearch-success-function-default'. Doc fix.
3909 (isearch-search, isearch-lazy-highlight-search):
3910 Rename `isearch-success-function' to `isearch-filter-predicate'.
3911
3912 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3913 `dired-isearch-orig-success-function'.
3914 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3915 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3916 `isearch-filter-predicate'. Doc fix.
3917 (dired-isearch-filter-filenames): Rename from
3918 `dired-isearch-success-function'.
3919
3920 * info.el (Info-search, Info-mode):
3921 Rename `isearch-success-function' to `isearch-filter-predicate'.
3922 (Info-isearch-filter-predicate): Rename from
3923 `Info-search-success-function'.
3924
3925 * simple.el (minibuffer-default-add-function): Fix docstring to
3926 use clear text "default values" instead of obscure references to
3927 the dynamic variable `minibuffer-default'.
3928
3929 2008-11-16 Glenn Morris <rgm@gnu.org>
3930
3931 * term/ns-win.el (ns-extended-platform-support-mode):
3932 Tweak menu entry from previous change.
3933
3934 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3935
3936 * cus-edit.el (custom-buffer-create-internal): Always insert the
3937 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3938
3939 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3942
3943 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * ielm.el (ielm-eval-input): Fix thinko in last change.
3946
3947 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3950
3951 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3952
3953 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3954 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3955
3956 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3957 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3958 Handle `file-name-as-directory'.
3959
3960 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3963 usual variable-pitch face.
3964
3965 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3968 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3969 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3970 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3971 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3972 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3973 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3974 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3975 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3976 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3977 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3978 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3979 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3980 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3981 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3982 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3983 (ange-ftp-default-user, ange-ftp-default-password)
3984 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3985 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3986 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3987 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3988 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3989 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3990 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3991 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3992 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3993 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3994 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3995 (ange-ftp-gateway-tmp-name-template)
3996 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3997 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3998 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3999 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4000 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4001 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4002 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4003 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4004 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4005 (ange-ftp-rename-local-to-remote): Doc fixes.
4006 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4007 Use `when', `unless'.
4008 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4009 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4010 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4011 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4012 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4013 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4014 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4015 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4016 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4017 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4018 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4019 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4020 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4021 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4022 `(save-match-data (string-match ...))'.
4023 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4024 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4025 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4026 Doc fixes.
4027
4028 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4029
4030 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4031 function instead of a variable.
4032
4033 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4034 viper-ESC-keyseq-timeout as a function.
4035 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4036 defsubst.
4037
4038 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4039 next-line or previous-line.
4040 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4041
4042 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4043
4044 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4045 live.
4046 (ediff-save-buffer): Let window-min-height to 2.
4047
4048 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4049 the minibuffer.
4050
4051 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4054 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4055 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4056 (ielm-map): Define within defvar. Add docstring.
4057 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4058 (ielm-complete-filename): Use `when', `unless'.
4059 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4060 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4061 (ielm-change-working-buffer): Check that the buffer is live.
4062 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4063 Simplify. Reflow docstring.
4064 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4065 New aliases, to satisfy `define-derived-mode' expectations.
4066
4067 2008-11-15 Glenn Morris <rgm@gnu.org>
4068 Martin Rudalics <rudalics@gmx.at>
4069
4070 * emacs-lisp/find-func.el (find-function-advised-original): New.
4071 (find-function-C-source, find-function-noselect):
4072 Use find-function-advised-original to handle advised funcs. (Bug#789)
4073
4074 2008-11-15 Glenn Morris <rgm@gnu.org>
4075
4076 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4077 alias message.
4078
4079 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4080 Remove uniquify-after-kill-buffer-p dependency.
4081 (uniquify-kill-buffer-function): New function.
4082 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4083
4084 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4085 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4086 main Emacs manual.
4087
4088 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4089
4090 * window.el (quit-window): Restore delete window with second
4091 arg non-nil behavior as of before 2008-10-30 change.
4092
4093 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * help-fns.el (describe-function-1): Do char-range check for
4096 self-insert-command.
4097
4098 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4099
4100 * files.el (file-precious-flag): Document that this flag is advisory.
4101
4102 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4103
4104 * emacs-lisp/bytecomp.el (byte-compile-associative)
4105 (byte-compile-minus, byte-compile-quo): If there are more than two
4106 operands, don't use binary operation code (bug#1334).
4107
4108 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4109
4110 * w32-fns.el (w32-shell-dos-semantics):
4111 * calendar/diary-lib.el (diary-face-attrs):
4112 * international/mule-cmds.el (set-default-coding-systems)
4113 (prefer-coding-system):
4114 * net/tramp.el (tramp-set-completion-function):
4115 * progmodes/vhdl-mode.el (vhdl-file-header):
4116 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4117
4118 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4119
4120 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4121 (kill-matching-buffers, save-buffers-kill-emacs)
4122 (save-buffers-kill-terminal): Fix typos in docstrings.
4123 (switch-to-buffer-other-window): Reflow docstring.
4124 (revert-buffer): Doc fix.
4125 (define-project-bindings): Rename arg LIST to SETTINGS.
4126 (project-find-settings-file): Use `let', not `let*'.
4127 Use `when'.
4128
4129 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * files.el (project-settings-file, locate-dominating-file):
4132 Fix typos in docstrings.
4133 (find-file-visit-truename): Remove * from defcustom docstring.
4134
4135 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4136
4137 * files.el (project-settings-file): New variable.
4138 (project-find-settings-file): Use it, instead of hardcoding
4139 .dir.settings.el.
4140
4141 2008-11-13 Glenn Morris <rgm@gnu.org>
4142
4143 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4144
4145 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4146
4147 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4148 in mail bodies.
4149
4150 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * international/mule.el (autoload-coding-system, with-category-table)
4153 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4154 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4155 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4156 (set-file-name-coding-system, ctext-pre-write-conversion)
4157 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4158 Reflow docstrings.
4159 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4160 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4161 (char-valid-p): Define with `define-obsolete-function-alias'.
4162
4163 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4164
4165 2008-11-12 Sam Steingold <sds@gnu.org>
4166
4167 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4168 between hostname and path.
4169
4170 2008-11-11 Juri Linkov <juri@jurta.org>
4171
4172 * dired-aux.el (dired-isearch-filenames)
4173 (dired-isearch-filenames-regexp):
4174 Let-bind isearch-message-prefix-add to "filename ".
4175
4176 * isearch.el (isearch-message-prefix-add)
4177 (isearch-message-suffix-add): New variables.
4178 (isearch-message-prefix): Show additional text from
4179 `isearch-message-prefix-add' before "I-search".
4180 (isearch-message-suffix): Show additional text from
4181 `isearch-message-suffix-add' at the end.
4182
4183 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4184 `isearch-search'. Call isearch-success-function to skip matches
4185 outside the current isearch scope. Let-bind search-invisible to
4186 nil to not match invisible text.
4187
4188 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4189 Let-bind `isearch-recursive-edit' to nil to prevent calling
4190 `exit-recursive-edit' in `isearch-done' that terminates the
4191 execution of these commands when it is non-nil. Call
4192 `exit-recursive-edit' explicitly at the end.
4193 (isearch-occur): For word search construct the correct regexp
4194 with word boundaries to proceed with occur.
4195
4196 * isearch.el (isearch-search-fun): Compare the length of the
4197 current search string with the length of the string from the
4198 previous search state to detect the situation when the user
4199 adds or removes characters in the search string.
4200 Use word-search-forward-lax and word-search-backward-lax in this
4201 case, and otherwise word-search-forward and word-search-backward.
4202
4203 2008-11-11 Sam Steingold <sds@gnu.org>
4204
4205 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4206 the "Version Control" group (for C-x v g).
4207
4208 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * server.el (server-process-filter): Fix typos and reflow docstring.
4211
4212 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4213
4214 * mail/footnote.el (footnote-mode): Improve doc-string.
4215 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4216
4217 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4220
4221 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4222
4223 * mail/smtpmail.el (smtpmail-open-stream): Use
4224 `starttls-any-program-available'. Auto-load starttls.el for it.
4225
4226 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4229 version (bug@1285).
4230
4231 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4232
4233 * startup.el (command-line): Ignore init-file-user when checking
4234 user's home directory on MS-DOS as well.
4235
4236 2008-11-07 Sam Steingold <sds@gnu.org>
4237
4238 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4239
4240 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4241
4242 * frame.el (make-frame-on-display): Use `string-match-p'.
4243
4244 2008-11-07 Glenn Morris <rgm@gnu.org>
4245
4246 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4247
4248 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4249
4250 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4251 to initialize font-lock keyword case sensitivity.
4252 (lisp-mode): Use it.
4253
4254 2008-11-06 Glenn Morris <rgm@gnu.org>
4255
4256 * eshell/esh-maint.el: Remove unused file.
4257
4258 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4259
4260 * cus-edit.el (custom-comment-tag): Doc fix.
4261 (custom-comment, custom-variable-value-create, custom-face):
4262 Use face names sans -face suffix rather than aliases.
4263
4264 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4265
4266 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4267 window width.
4268
4269 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * server.el (server-process-filter): Only default to emacsclient's
4272 terminal in daemon mode.
4273
4274 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4275
4276 * window.el (quit-window): Restore prefix argument behavior
4277 removed in 2008-10-30 change. (Bug#1308)
4278
4279 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4280
4281 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4282 function to kill-buffer-hook, not to kill-buffer.
4283 Reported by Markus Triska <markus.triska@gmx.at>
4284
4285 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4286
4287 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4288 exists before deleting its windows.
4289
4290 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * server.el (server-process-filter): Don't call
4293 server-create-tty-frame when no tty name is specified.
4294
4295 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4296
4297 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4298
4299 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4302 (define-char-code-property):
4303 * textmodes/reftex.el (reftex-index):
4304 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4305
4306 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4309 vc-bzr-status-printer.
4310
4311 * startup.el (startup-echo-area-message): Display a different
4312 message in daemon mode. Suggested by Stephen Turnbull.
4313
4314 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4315 Windows.
4316
4317 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * dframe.el (dframe-mouse-position-function)
4320 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4321 (dframe-mouse-set-point): Fix typos in docstrings.
4322
4323 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * vc-dir.el (vc-dir-headers): Undo previous change.
4326
4327 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4330 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4331
4332 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4333
4334 * subr.el (looking-back): Fix doc-string typo.
4335
4336 * electric.el (Electric-pop-up-window): Call window-end with
4337 UPDATE set to t.
4338
4339 * window.el (save-selected-window): Make it behave like
4340 save-selected-window-norecord.
4341 (save-selected-window-norecord): Remove, since functionality
4342 fully taken over by save-selected-window.
4343 (walk-windows, set-window-text-height, fit-window-to-buffer):
4344 Use save-selected-window instead of save-selected-window-norecord.
4345 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4346 save-selected-window-norecord.
4347 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4348 indent-function for save-selected-window-norecord.
4349
4350 2008-11-03 Alan Mackenzie <acm@muc.de>
4351
4352 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4353
4354 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * subr.el (looking-back): Doc fix.
4357
4358 * term/x-win.el (x-initialize-window-system):
4359 Call x-wm-set-size-hint after initialization.
4360
4361 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4362 to t.
4363
4364 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4365 2000-12-08 (bug#1297).
4366
4367 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4368
4369 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4370
4371 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4372 when appropriate.
4373
4374 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4375
4376 * window.el (save-selected-window-norecord): New macro.
4377 (walk-windows): Use save-selected-window-norecord and call
4378 select-window with NORECORD set. (Bug#1237)
4379 (set-window-text-height, fit-window-to-buffer):
4380 Use save-selected-window-norecord and call select-window with
4381 NORECORD set.
4382 * subr.el (with-selected-window): Call set-frame-selected-window
4383 with new argument NORECORD set. Update doc-string.
4384 (with-selected-frame): Call select-frame with new argument
4385 NORECORD set. Update doc-string.
4386 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4387 Put indent-function for save-selected-window-norecord.
4388 * font-lock.el (lisp-font-lock-keywords-2):
4389 Add save-selected-window-norecord.
4390
4391 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * cus-edit.el (customize-apropos-options, custom-comment)
4394 (custom-comment-tag, custom-face-edit-attribute-tag):
4395 Fix typos in docstrings.
4396 (custom-buffer-done-kill): Remove * from defcustom docstring.
4397 (custom-file): Fix typo in doc of defcustom choice.
4398
4399 * frame.el (display-visual-class): Fix typo in docstring.
4400 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4401 (special-display-frame-alist, show-trailing-whitespace)
4402 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4403 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4404 Remove * from defcustom docstrings.
4405
4406 * md4.el (md4-buffer): Fix typo in docstring.
4407 (md4, md4-64): Doc fixes.
4408 (md4-pack-int32): Reflow docstring.
4409
4410 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4411 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4412
4413 * rect.el (open-rectangle): Reflow docstring.
4414 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4415
4416 * select.el (x-get-cut-buffer): Fix typo in docstring.
4417
4418 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4419 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4420 Fix typos in docstrings.
4421
4422 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4423 Fix typos in docstrings.
4424
4425 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4426
4427 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4428
4429 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4430 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4431 (newsticker--treeview-tree-update)
4432 (newsticker--treeview-tree-update-highlight)
4433 (newsticker-treeview-update)
4434 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4435 (newsticker-treeview-next-new-or-immortal-item)
4436 (newsticker-treeview-prev-new-or-immortal-item)
4437 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4438 (newsticker-treeview-tree-click): Watch for layout changes.
4439 (newsticker--treeview-set-current-node): Cleanup.
4440 (newsticker--treeview-restore-layout): Rename from
4441 newsticker--treeview-restore-buffers.
4442 (newsticker--treeview-mark-item): Update cache file.
4443
4444 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4445
4446 * calendar/icalendar.el (icalendar--uid-count): New.
4447 (icalendar--create-uid): New. Extracted from
4448 `icalendar-export-region' and add uid counter.
4449 (icalendar-export-region): Use `icalendar--create-uid'.
4450
4451 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4452
4453 * tooltip.el (tooltip-frame-parameters): Doc fix.
4454
4455 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4456
4457 * window.el (window-body-height, window-current-scroll-bars)
4458 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4459 (minibuffer-window-active-p, count-windows)
4460 (window-safely-shrinkable-p, window--splittable-p)
4461 (window--try-to-split-window, window--frame-usable-p)
4462 (window--even-window-heights, window--display-buffer-1)
4463 (window--display-buffer-2, set-window-text-height)
4464 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4465 (truncated-partial-width-window-p): Rewrite doc-string.
4466 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4467 (split-window-vertically, split-window-horizontally):
4468 Rename args, rewrite doc-string, and simplify code.
4469 (split-window-save-restore-data): Rename args and use
4470 when instead of if.
4471
4472 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * indent.el (indent-for-tab-command): Use use-region-p.
4475
4476 * vc.el (vc-revert): Limit the length of the query string.
4477
4478 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * simple.el (idle-update-delay, next-error-highlight)
4481 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4482 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4483 (kill-read-only-ok, backward-delete-char-untabify-method)
4484 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4485 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4486 (goal-column, line-move-ignore-invisible, fill-prefix)
4487 (auto-fill-inhibit-regexp, blink-matching-paren)
4488 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4489 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4490 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4491 (minibuffer-history-isearch-wrap, transient-mark-mode)
4492 (next-logical-line, auto-fill-mode, line-number-mode)
4493 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4494 (normal-erase-is-backspace-mode): Doc fixes.
4495 (current-kill, transient-mark-mode, toggle-truncate-lines)
4496 (visible-mode): Reflow docstrings.
4497 (minibuffer-local-shell-command-map, interprogram-paste-function):
4498 Fix typos in docstrings.
4499
4500 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * server.el (server-process-filter): In daemon mode, default to
4503 emacsclient's tty if not opening a new frame and only the
4504 terminal-frame is available.
4505
4506 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4507
4508 * window.el (quit-window): Simplify code. Say in doc-string
4509 that it operates on the selected window's buffer. (Bug#1259)
4510
4511 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4512
4513 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4514 nil so that log-view-diff-changeset works.
4515
4516 2008-10-30 Glenn Morris <rgm@gnu.org>
4517
4518 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4519
4520 * resume.el: Move to obsolete/.
4521 * Makefile.in (ELCFILES): Update.
4522
4523 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * electric.el (Electric-pop-up-window): Don't shrink the window if
4526 it's already big enough.
4527
4528 * minibuffer.el (delete-minibuffer-contents): Delete all
4529 minibuffer contents instead of just the current field.
4530
4531 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4532
4533 * bookmark.el (bookmark-handle-bookmark): Rename from
4534 bookmark-jump-noselect.
4535 (bookmark--jump-via, bookmark-insert): Callers changed.
4536 (bookmark-jump-noselect): Wrapper function for
4537 bookmark-handle-bookmark.
4538 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4539
4540 * textmodes/ispell.el (ispell-word): Use use-region-p.
4541
4542 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4545 to follow naming conventions for abnormal hooks. Doc fix.
4546 (tooltip-mode, tooltip-timeout): Use it.
4547 (tooltip-hook): New obsolete alias.
4548 (tooltip-help-tips): Doc fix.
4549
4550 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4551
4552 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4553
4554 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4555 of hardcoded /tmp.
4556
4557 2008-10-29 Glenn Morris <rgm@gnu.org>
4558
4559 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4560
4561 * vc-hooks.el (vc-find-root): Remove bogus alias.
4562
4563 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * international/quail.el (quail-show-guidance): Don't create
4566 a guidance-frame if current buffer is not a minibuffer, since even if
4567 selected-window is mini-p, the buffer will never be displayed in it, so
4568 it wil be usable for guidance.
4569
4570 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * smerge-mode.el: Require diff-mode at run-time as well.
4573
4574 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4575
4576 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4577 * vc-hooks.el (vc-stay-local): Likewise.
4578
4579 2008-10-28 Phil Sung <psung@mit.edu>
4580
4581 * follow.el (follow-scroll-down, follow-calc-win-end)
4582 (follow-estimate-first-window-start): Reduce effective window
4583 height when header line is present. (Bug#925)
4584
4585 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * subr.el (locate-user-emacs-file): Simplify. Don't create
4588 `user-emacs-directory' when Emacs is running in batch mode.
4589
4590 * startup.el (inhibit-startup-screen): Reflow docstring.
4591 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4592
4593 2008-10-27 Kenichi Handa <handa@m17n.org>
4594
4595 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4596
4597 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * face-remap.el (text-scale-increase, text-scale-decrease)
4600 (text-scale-adjust): Remove &optional keyword from the arg list;
4601 the INC argument is not really optional, if the functions happen
4602 to be called from elisp.
4603
4604 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4605
4606 * vc.el: Rename VC methods that were missed when vc-status was
4607 renamed to vc-dir.
4608 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4609 vc-svn-status-extra-headers.
4610 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4611 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4612 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4613 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4614 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4615 vc-dir-status-printer.
4616 (vc-dir-headers): Use `dir-extra-headers' instead of
4617 `status-extra-headers'.
4618 (vc-dir-printer): Rename from vc-dir-status-printer.
4619 (vc-default-dir-extra-headers): Rename from
4620 vc-default-status-extra-headers.
4621 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4622 vc-cvs-status-extra-headers.
4623
4624 * startup.el (server-name): Pacify byte compiler.
4625 (command-line): If --daemon=SERVER_NAME was used, set server-name
4626 before calling server-start.
4627
4628 2008-10-26 Romain Francoise <romain@orebokech.com>
4629
4630 * startup.el (command-line): Call daemon-initialized after
4631 starting the server.
4632
4633 2008-10-26 Kenichi Handa <handa@m17n.org>
4634
4635 * help-fns.el (describe-categories): Display the terse legend at
4636 the head.
4637
4638 * international/characters.el: Docstrings of categories improved.
4639
4640 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4643
4644 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4645 to the courier family.
4646 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4647 usually not serif'd and hence rather unlike verbatim's printed output.
4648
4649 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4652 when reporting the module.
4653
4654 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4655
4656 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4657
4658 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * files.el (locate-dominating-stop-dir-regexp): New var.
4661 (locate-dominating-file): Change arg from a regexp to a file name.
4662 Rewrite using the vc-find-root code to avoid directory-files which is
4663 too slow. Obey locate-dominating-stop-dir-regexp.
4664 Don't pay attention to changes in owner.
4665 (project-find-settings-file): Adjust call to locate-dominating-file.
4666
4667 * progmodes/flymake.el (flymake-find-buildfile):
4668 Adjust call to locate-dominating-file.
4669
4670 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4671 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4672
4673 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4674
4675 * subr.el (with-current-buffer): Rename buffer argument to
4676 buffer-or-name.
4677 * window.el (get-buffer-window-list): Rename buffer argument to
4678 buffer-or-name and make it optional.
4679
4680 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4683 (completion-search-next, add-completions-from-file):
4684 Fix typos in docstrings.
4685
4686 * filesets.el (filesets-menu-ensure-use-cached)
4687 (filesets-ingroup-patterns, filesets-filetype-property):
4688 * tutorial.el (get-lang-string):
4689 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4690 Fix typos in docstrings.
4691
4692 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4693 (image-dired-line-up-method, image-dired-thumb-size)
4694 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4695 (image-dired-track-original-file, image-dired-track-thumbnail)
4696 (image-dired-dired-next-line, image-dired-dired-previous-line)
4697 (image-dired-write-comments): Reflow docstrings.
4698 (image-dired-show-all-from-dir-max-files)
4699 (image-dired-format-properties-string, image-dired-create-thumbs)
4700 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4701 Fix typos in docstrings.
4702
4703 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4704 (savehist-additional-variables, savehist-ignored-variables)
4705 (savehist-file-modes, savehist-autosave-interval):
4706 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4707 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4708 (fancy-splash-image):
4709 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4710 (thumbs-conversion-program, thumbs-margin):
4711 Remove spurious * in docstrings.
4712
4713 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4714
4715 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4716 (forward-same-syntax): Omit default arguments to char-after and
4717 char-before.
4718
4719 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * subr.el (locate-user-emacs-file): New function.
4722 (user-emacs-directory): Mention it in docstring.
4723
4724 * completion.el (save-completions-file-name):
4725 * filesets.el (filesets-menu-cache-file):
4726 * image-dired.el (image-dired-dir, image-dired-db-file)
4727 (image-dired-temp-image-file, image-dired-gallery-dir)
4728 (image-dired-temp-rotate-image-file):
4729 * savehist.el (savehist-file):
4730 * server.el (server-auth-dir):
4731 * thumbs.el (thumbs-thumbsdir):
4732 * tutorial.el (tutorial--saved-dir):
4733 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4734
4735 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4736
4737 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4738 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4739
4740 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * filesets.el: Update author email.
4743 (filesets-data): Doc fix.
4744
4745 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4746
4747 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4748
4749 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4750
4751 * international/mule-cmds.el (describe-language-environment):
4752 Indent sample text.
4753
4754 2008-10-23 Glenn Morris <rgm@gnu.org>
4755
4756 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4757
4758 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4759 byte-compile a redefinition of a function with special byte-compile
4760 handling. (Bug#411)
4761
4762 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4763
4764 * ps-print.el: Deal with page sizes for label printes. Suggested by
4765 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4766 (ps-print-version): New version 7.3.3.
4767 (ps-page-dimensions-database): New page sizes for label printers.
4768 (ps-n-up-printing): Fix code.
4769
4770 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4771
4772 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4773
4774 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4775 (list-at-point): Add docstrings.
4776
4777 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4778
4779 * dired-aux.el (dired-do-create-files): Doc fix.
4780
4781 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4782
4783 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4784 with other documentation.
4785
4786 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * replace.el (how-many): Fix typo in docstring.
4789 Reported by Leo <sdl.web@gmail.com>.
4790
4791 2008-10-22 Glenn Morris <rgm@gnu.org>
4792
4793 * international/mule-cmds.el (universal-coding-system-argument):
4794 Check for C-g. (Bug#1205)
4795
4796 2008-10-22 Kenichi Handa <handa@m17n.org>
4797
4798 * international/characters.el: Don't setup
4799 find-word-boundary-function-table.
4800 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4801 (word-combining-categories, word-separating-categories):
4802 Adjust to the change of the docstrings.
4803
4804 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * simple.el (region-active-p): Doc fix.
4807
4808 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4809
4810 * subr.el (apply-partially): Move from here...
4811
4812 * simple.el (apply-partially): ...to here.
4813
4814 2008-10-20 Andreas Schwab <schwab@suse.de>
4815
4816 * subr.el (split-string-and-unquote): Simplify regexp.
4817
4818 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4819
4820 * subr.el (top-level): Require `cl' when compiling.
4821
4822 2008-10-20 David Reitter <david.reitter@gmail.com>
4823
4824 * info.el (Info-mode): Do not remove an existing header line if
4825 `Info-use-header-line' is nil.
4826
4827 2008-10-19 Juri Linkov <juri@jurta.org>
4828
4829 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4830 Add arg `delimited' as in `query-replace' for the case when
4831 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4832 Add more indicators to the prompt ("word" and "in region").
4833
4834 * replace.el (query-replace, query-replace-regexp)
4835 (replace-string, replace-regexp, perform-replace): Add "word"
4836 indicatiors to the prompt for word delimited replacements.
4837
4838 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4839 Doc fix.
4840
4841 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4842
4843 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4844
4845 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4846
4847 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4848
4849 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4850 Make argument names follow Elisp manual.
4851
4852 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4853
4854 * textmodes/remember.el (remember-data-file):
4855 * shadowfile.el (shadow-initialize)
4856 <shadow-info-file, shadow-todo-file>:
4857 * savehist.el (savehist-file):
4858 * recentf.el (recentf-save-file):
4859 * pcvs-defs.el (cvs-cvsrc-file):
4860 * international/kkc.el (kkc-init-file-name):
4861 * ido.el (ido-save-directory-list-file):
4862 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4863 (todo-file-top): Run file names that begin with a period thru
4864 `convert-standard-filename'.
4865
4866 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4867 before-init-hook.
4868
4869 Fix Bug #1183:
4870
4871 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4872 coding-system-for-read to ediff-coding-system-for-write.
4873
4874 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4875 coding-system-for-write to ediff-coding-system-for-write.
4876
4877 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4878 (ediff-coding-system-for-write): Set to emacs-internal.
4879
4880 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * international/mule-conf.el (emacs-internal): New coding system alias.
4883
4884 2008-10-18 Juri Linkov <juri@jurta.org>
4885
4886 * info.el (Info-file-supports-index-cookies-list): New variable.
4887 (Info-file-supports-index-cookies): New function.
4888 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4889 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4890 without an index cookie to ignore it when Info-index-nodes is
4891 called during navigating from an index node with line numbers.
4892 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4893
4894 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4895 variable definition section.
4896
4897 * info.el (Info-find-node-2): Put initial point below the header line
4898 and breadcrumbs line.
4899
4900 2008-10-18 Glenn Morris <rgm@gnu.org>
4901
4902 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4903 the needed external programs were not found.
4904
4905 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4906
4907 * files.el (trash-directory): Run thru `convert-standard-filename'.
4908 (file-modes-char-to-who, file-modes-char-to-right)
4909 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4910 (read-file-modes): Doc fixes.
4911
4912 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * abbrev.el (define-abbrev): Doc fix.
4915
4916 2008-10-17 Alan Mackenzie <acm@muc.de>
4917
4918 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4919 foo bar [] = { ...".
4920
4921 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4924 set-face-attribute.
4925
4926 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4927
4928 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4929 according to `locale-coding-system'. (This fixes trivial bug reported
4930 as part of bug#1179).
4931 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4932 particular order). Use `when'.
4933
4934 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4937 (w32-add-charset-info): Fix typo in docstring.
4938
4939 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4940
4941 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4942 after discussion.
4943
4944 2008-10-16 Magnus Henoch <mange@freemail.hu>
4945
4946 * vc-arch.el (vc-arch-dir-status): New function.
4947 (vc-arch-after-dir-status): New function.
4948
4949 2008-10-16 Glenn Morris <rgm@gnu.org>
4950
4951 * man.el (Man-getpage-in-background): Force recent `man's to output
4952 escape sequences even when stdout is not a tty. (Bug#1142)
4953
4954 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4955
4956 * international/mule-conf.el: Add `utf8' and `UTF8' as
4957 aliases for the `utf-8' coding system.
4958
4959 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * find-file.el (ff-get-file): Doc fix.
4962 (ff-get-file-name): Use `let', not `let*'.
4963 (ff-search-directories): Fix typo in docstring.
4964 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4965 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4966 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4967 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4968 (cc-other-file-alist, modula2-other-file-alist):
4969 Remove spurious * in docstrings.
4970
4971 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * faces.el (set-face-attribute): Set family and foundry before
4974 other attributes.
4975 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4976
4977 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * hl-line.el (hl-line-unload-function): New function.
4980 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4981 (hl-line-sticky-flag): Remove spurious * in docstring.
4982
4983 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4984
4985 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4986 search string.
4987
4988 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * net/tramp.el (tramp-process-one-action): Embed regexp in
4991 parentheses, before adding end-of-buffer construct. Suggested by
4992 Markus Triska <markus.triska@gmx.at>.
4993
4994 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4995
4996 * net/newst-plainview.el (w3m-toggle-inline-image):
4997 Define 'declare-function if necessary, for compatibility.
4998
4999 * net/newst-treeview.el (w3m-toggle-inline-images):
5000 Define 'declare-function if necessary, for compatibility.
5001
5002 2008-10-13 Alan Mackenzie <acm@muc.de>
5003
5004 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5005 so that the function works on one-line macros.
5006
5007 * progmodes/cc-engine.el: Amend several doc strings and comments.
5008
5009 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5010
5011 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5012
5013 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5014 (vc-cvs-stay-local): Add a new choice and default to it.
5015 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5016
5017 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5018
5019 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5020
5021 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5022 Add support for extended return statement.
5023
5024 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5025 and obj-dir; keep user order.
5026
5027 2008-10-12 Glenn Morris <rgm@gnu.org>
5028
5029 * Makefile.in (ELCFILES): Update.
5030
5031 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5032 (shell-file-name-quote-list): Declare.
5033
5034 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5037
5038 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * startup.el (command-line): If toolbar is disabled but ought to
5041 be initialized, call tool-bar-setup.
5042
5043 * tool-bar.el (tool-bar-setup): Variable deleted.
5044 (tool-bar-setup): Set it up unconditionally.
5045
5046 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5047
5048 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5049 tool-bar-map has been initialized before setting it up.
5050
5051 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5052 tool-bar-map has been initialized before setting it up.
5053
5054 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * emacs-lisp/warnings.el (display-warning): Issue a message if
5057 called during daemon initialization.
5058
5059 * tool-bar.el (tool-bar-local-item)
5060 (tool-bar-local-item-from-menu): Put the check for number of
5061 display colors into the image expression.
5062 (tool-bar-setup): Don't be a no-op on ttys.
5063
5064 * info.el (info-tool-bar-map):
5065 * progmodes/gud.el (gud-tool-bar-map):
5066 * progmodes/grep.el (grep-mode-tool-bar-map):
5067 * progmodes/compile.el (compilation-mode-tool-bar-map):
5068 Initialize it unconditionally.
5069
5070 2008-10-11 Romain Francoise <romain@orebokech.com>
5071
5072 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5073 * kmacro.el (kmacro-edit-lossage): Ditto.
5074 * edmacro.el (edit-kbd-macro): Ditto.
5075
5076 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5077
5078 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5079 Fix variable names.
5080
5081 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * startup.el (command-line): Revert 2008-09-26 change, not
5084 necessary anymore.
5085
5086 2008-10-10 Andreas Schwab <schwab@suse.de>
5087
5088 * simple.el (minibuffer-complete-shell-command):
5089 Bind comint-delimiter-argument-list, comint-file-name-chars and
5090 comint-file-name-quote-list like shell-mode.
5091
5092 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5093
5094 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5095 call of select-window.
5096
5097 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5098
5099 * calc/calc.el (calc-embedded-word-regexp)
5100 (calc-embedded-word-regexp-alist): New variables.
5101 (calc-embedded-open-word, calc-embedded-close-word)
5102 (calc-embedded-open-close-word-alist): Remove unused variables.
5103
5104 * calc/calc-embed.el (calc-embedded-make-info):
5105 Use `calc-embedded-word-regexp' to find words.
5106
5107 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5108
5109 * info.el (Info-extract-menu-counting): New argument no-detail to
5110 skip detailed node listings.
5111 (Info-forward-node): New argument not-up to inhibit going up.
5112 (Info-final-node): Call Info-extract-menu-counting and
5113 Info-forward-node with the new arguments set to avoid infinite
5114 looping. (Bug#1116)
5115
5116 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5117
5118 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5119 not fboundp.
5120
5121 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * startup.el (command-line): Enable tool-bar-mode as long as it is
5124 not suppressed by X resources, regardless of the terminal.
5125
5126 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5127 graphical terminals.
5128 (tool-bar-setup): No-op if called on a tty.
5129
5130 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5131
5132 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5133 Support `pc' ``window-system''.
5134
5135 * progmodes/compile.el (compilation-start): Resurrect the version
5136 for systems that don't support asynchronous subprocesses.
5137
5138 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5139
5140 * window.el (pop-up-frames): Add choice graphic-only.
5141 (display-buffer): When pop-up-frames equals graphic-only do
5142 not pop up new frame on text-only terminals. (Bug#1061)
5143
5144 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5147 (vc-cvs-dir-status): Use it.
5148
5149 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * json.el (json-skip-whitespace): Fix last change.
5152
5153 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * bs.el (bs-unload-function): New function.
5156
5157 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5158
5159 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5160 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5161 For clarity, explicitly require cl.
5162
5163 2008-10-08 Michael Olson <mwolson@gnu.org>
5164
5165 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5166 can avoid a bad interaction with programs that add functions to
5167 the window-scroll-functions hook. This fixes Bug #858.
5168
5169 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * startup.el (command-line): Use display-warning to warn about an
5172 init file error.
5173 (command-line-1): Remove init file error delay.
5174
5175 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5176
5177 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5178 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5179 (rx-group-if): New function.
5180 (rx-parent): New variable.
5181 (rx-and, rx-or): Put shy groups only when necessary.
5182 (rx-bracket): Remove.
5183 (rx-anything): New function.
5184 (rx-any-delete-from-range, rx-any-condense-range)
5185 (rx-check-any-string): New functions.
5186 (rx-check-any): Return result as a list. Don't convert chars to
5187 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5188 Check char category string. Call rx-form instead of rx-to-string.
5189 (rx-any): Rebuid to complete the function.
5190 (rx-check-not): Fix char category regexp pattern string.
5191 Call rx-form instead of rx-to-string.
5192 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5193 "[^^]". Call regexp-quote for one char string when not called from
5194 rx-not. Add "\\w", and toggle to upcase. Add the case of
5195 "\\[SCBW]" to toggle.
5196 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5197 instead of rx-to-string.
5198 (rx-kleene): Call rx-form instead of rx-to-string.
5199 Call rx-group-if to adjust putting of shy groups.
5200 (rx-atomic-p): Make check more precisely.
5201 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5202 (rx-regexp): Call rx-group-if.
5203 (rx-form): New function.
5204 (rx-to-string): Call rx-form, rx-group-if.
5205 Refine definition of NO-GROUP.
5206
5207 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5208
5209 * json.el (json-advance): Use forward-char.
5210 (json-skip-whitespace): Use skip-syntax-forward.
5211
5212 2008-10-07 Alan Mackenzie <acm@muc.de>
5213
5214 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5215 indenting a macro followed by blank lines doesn't backslash the
5216 following non-blank line into the macro.
5217
5218 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5221 (command-line): Set after-init-time to nil before initialization.
5222
5223 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5224
5225 * calc/calc-units.el (math-standard-units): Update the values
5226 of the units.
5227
5228 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * bookmark.el (bookmark-unload-function): New function.
5231
5232 2008-10-06 Andreas Schwab <schwab@suse.de>
5233
5234 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5235
5236 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5237
5238 * mail/footnote.el: Remove * in defcustom docstrings and tell
5239 for most options that customizing them doesn't affect buffers
5240 already displaying footnotes.
5241 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5242 Fix handling of text properties and identical start/end tags.
5243 Do not use format when renumbering.
5244 (Footnote-set-style): Make it work.
5245 (Footnote-insert-numbered-footnote): Simplify.
5246 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5247 (Footnote-goto-footnote): Fix handling of empty section tag.
5248 (Footnote-delete-footnote): Fix handling of identical start/end
5249 tags, empty section tag, and spaced footnotes. Do not use
5250 kill-region.
5251 (footnote-mode): Make most options buffer-local to avoid that
5252 customizing messes up handling of footnotes in buffers that
5253 already display them.
5254
5255 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * faces.el (x-create-frame-with-faces): Undo previous change.
5258
5259 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5260 existent files.
5261
5262 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5263
5264 * international/mule-cmds.el (universal-coding-system-argument):
5265 Handle digit-argument too.
5266
5267 2008-10-05 Mario Lang <mlang@delysid.org>
5268
5269 * xml.el (xml-parse-string): Use skip-chars-forward.
5270
5271 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5274 existent files.
5275 (vc-bzr-dir-status-files): New function.
5276
5277 2008-10-04 Glenn Morris <rgm@gnu.org>
5278
5279 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5280
5281 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5282 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5283
5284 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5285 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5286
5287 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5288
5289 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5290 Fix typo. (Bug#1074)
5291
5292 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5293
5294 * progmodes/compile.el (compilation-start): Make sure to move to
5295 point-max only when we are in the compilation buffer. (Bug#1073)
5296
5297 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5300 tool-bar-mode is on.
5301
5302 * vc-svn.el (vc-svn-dir-status-files):
5303 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5304
5305 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5306
5307 * vc-hg.el (vc-hg-dir-status-files): New function.
5308
5309 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5310
5311 * window.el (window--display-buffer-1): Don't care about
5312 visibility since raise-frame does.
5313
5314 2008-10-03 Mario Lang <mlang@delysid.org>
5315
5316 * nxml/xmltok.el (xmltok-forward): Simplify.
5317
5318 2008-10-03 Glenn Morris <rgm@gnu.org>
5319
5320 * Makefile.in (ELCFILES): Update.
5321
5322 * frame.el (set-default-font): Make obsolete.
5323 * mouse.el (mouse-set-font): Use set-frame-font.
5324
5325 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5326 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5327
5328 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5329 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5330
5331 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5332
5333 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5334 (vc-dir-refresh): Set it here instead. (Bug#1067)
5335
5336 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * faces.el (inhibit-frame-set-background-mode): New var.
5339 (frame-set-background-mode): Use it to avoid a loop in
5340 face-spec-recalc.
5341
5342 2008-10-02 Glenn Morris <rgm@gnu.org>
5343
5344 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5345 vc-diff-switches.
5346
5347 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5348
5349 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5350 that is, to take some action when a buffer is killed. Suggested by
5351 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5352 11.2.2.
5353 (whitespace-action): Docstring and :type fix.
5354 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5355 Code fix.
5356 (whitespace-add-local-hook, whitespace-remove-local-hook)
5357 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5358
5359 2008-10-01 Magnus Henoch <mange@freemail.hu>
5360
5361 * net/tls.el (open-tls-stream): Show the actual command being
5362 executed, instead of the format string.
5363
5364 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5365
5366 * term/internal.el (dos-locale-alist): New alist.
5367 (dos-codepage-setup): Use it to compute a value of locale with
5368 which to call set-locale-environment. Remove code to set
5369 terminal, keyboard, and file-name encoding (done by
5370 set-locale-environment).
5371
5372 * international/mule-cmds.el
5373 (set-language-environment-nonascii-translation): Fix nonascii
5374 value for `pc' ``window-system''.
5375 (set-display-table-and-terminal-coding-system)
5376 (set-default-coding-systems): Don't special-case `pc'.
5377
5378 2008-10-01 Glenn Morris <rgm@gnu.org>
5379
5380 * filesets.el (filesets-menu-name): Fix type.
5381 (filesets-menu-path, filesets-menu-before): Fix types.
5382 Change defaults to be consistent with recentf. (Bug#1056)
5383
5384 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * term/xterm.el (xterm-turn-on-modify-other-keys)
5387 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5388 Don't forget to pass `terminal' to `send-string-to-terminal'.
5389
5390 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5393 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5394 non-nil. It is not clear, whether this is only fixing symptoms on
5395 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5396 is embedded by that check. So it might be TRT. Suggested by Dan
5397 Nicolaescu <dann@ics.uci.edu>.
5398
5399 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5400
5401 * Makefile.in (ELCFILES): Remove codepage.elc.
5402
5403 * international/codepage.el: File removed, as even ms-dos doesn't
5404 need it anymore.
5405
5406 * loadup.el [ms-dos]: Don't load ccl and codepage.
5407
5408 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5409 (IT-character-translations, cjk-codepages-alist): Remove variables.
5410 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5411 (IT-unicode-translations): Remove charset and base elements.
5412 Add translations for Latin-1 characters.
5413 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5414 base and chset elements of IT-unicode-translations. Don't wrap
5415 translation in "{...}". Set up translations only for characters
5416 for which unencodable-char-position returns non-nil.
5417 (dos-codepage-setup): Don't use special-case codepages in
5418 cjk-codepages-alist.
5419
5420 * files.el (locate-dominating-file): Wrap directory-files with
5421 condition-case, instead of calling file-directory-p, which stats
5422 the directory one more time.
5423
5424 * mail/mail-utils.el (mail-unquote-printable-region):
5425 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5426 non-nil.
5427
5428 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5429
5430 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5431
5432 2008-09-30 Glenn Morris <rgm@gnu.org>
5433
5434 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5435
5436 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5437
5438 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5439 (which-function): Handle nested imenu trees.
5440
5441 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5442 some nested menu items.
5443
5444 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5445
5446 * calc/calc-units.el (math-standard-units): Add entries used to
5447 display the values in the units buffer.
5448 (math-build-units-table): Add entries to the units table to be used
5449 to display the values in the units buffer.
5450 (math-build-units-table-buffer): Use the display entry of the units
5451 table when non-nil.
5452 (calc-define-unit): Add option to enter display value of unit.
5453
5454 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5455
5456 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5457
5458 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5459
5460 * files.el (locate-dominating-file): Take file-attributes of
5461 `dir', not of `file' (which never changes).
5462
5463 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5464
5465 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5466 also be `localname'.
5467
5468 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5469 IDENTIFICATION.
5470
5471 2008-09-28 Glenn Morris <rgm@gnu.org>
5472
5473 * vc.el (vc-switches): Give it a doc string.
5474
5475 2008-09-28 Romain Francoise <romain@orebokech.com>
5476
5477 * comint.el (comint-show-output): Adjust to stickiness changes of
5478 the output field.
5479
5480 * startup.el (command-line): Start the daemon server later.
5481
5482 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5483
5484 * subr.el (read-quoted-char): Call char-resolve-modifiers
5485 instead of char-resolve-modifers.
5486
5487 2008-09-27 Glenn Morris <rgm@gnu.org>
5488
5489 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5490 than [return]. (Bug#1031)
5491
5492 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5493
5494 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5495
5496 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5497
5498 * epg.el (epg-wait-for-status): Check if there is no pending status.
5499 Reported by Ted Romer <ted@romerfamily.com>.
5500
5501 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * startup.el (command-line): Turn on menu-bar-mode and
5504 tool-bar-mode when running as a daemon.
5505
5506 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5507
5508 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5509 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5510 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5511 ($(lisp)/progmodes/cc-engine.elc)
5512 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5513 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5514 ($(lisp)/progmodes/cc-subword.elc)
5515 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5516
5517 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5518 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5519 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5520 ($(lisp)/progmodes/cc-engine.elc)
5521 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5522 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5523 ($(lisp)/progmodes/cc-subword.elc)
5524 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5525
5526 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5527
5528 * informat.el (Info-split-threshold): New variable.
5529 (Info-split): Use it.
5530
5531 * textmodes/texinfmt.el (texinfo-format-buffer):
5532 Use Info-split-threshold to decide whether to split Info files.
5533
5534 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5537 quoting.
5538
5539 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5540 name when reinserting it.
5541
5542 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5543 word-search-backward-lax for incremental word search.
5544
5545 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5546
5547 * generic-x.el (generic-other-modes): Fix typo in docstring.
5548 (generic-use-find-file-hook, generic-lines-to-scan)
5549 (generic-find-file-regexp, generic-ignore-files-regexp)
5550 (generic-define-mswindows-modes, generic-define-unix-modes):
5551 Remove `*' from docstring.
5552 (generic-mode-find-file-hook): Use `string-match-p'.
5553 (apache-log-generic-mode, mailagent-rules-generic-mode)
5554 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5555 (java-manifest-generic-mode, java-properties-generic-mode)
5556 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5557 for consistency with other modes in generic-x.el.
5558
5559 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5560
5561 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5562 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5563 parens specially only if latex-handle-escaped-parens is non-nil.
5564 (latex-indent-within-escaped-parens): New option.
5565 (latex-find-indent): Bind latex-handle-escaped-parens to
5566 latex-indent-within-escaped-parens. Do not treat escaped parens
5567 specially when this is nil. (Bug#954)
5568
5569 2008-09-25 Glenn Morris <rgm@gnu.org>
5570
5571 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5572
5573 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * vc.el (vc-mark-resolved): Move message here from
5576 vc-default-mark-resolved.
5577 (vc-default-mark-resolved): Change to an alias for ignore.
5578
5579 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5580
5581 * term.el (term-emulate-terminal): Encode input string before
5582 checking its length.
5583
5584 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5587 is loaded.
5588
5589 * server.el (server-buffer-done): Avoid changing the buffer when
5590 deleting the client's frame (bug#640).
5591
5592 * vc.el (vc-default-mark-resolved): New function.
5593
5594 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5595
5596 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5597 from raising a wrong-type-argument error.
5598
5599 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5600
5601 * help-fns.el (describe-function-1, describe-variable): Print
5602 relative file name in help buffer.
5603 * faces.el (describe-face): Print relative file name in help
5604 buffer.
5605
5606 2008-09-23 Romain Francoise <romain@orebokech.com>
5607
5608 * subr.el (with-output-to-string): Make sure that the temporary
5609 buffer gets killed.
5610
5611 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5612
5613 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5614 indentation problem with keyword symbols when a list starts with
5615 ,@ or spaces. (Bug#1012)
5616
5617 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5618
5619 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5620 escaped close parens correctly. (Bug#954)
5621
5622 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5623
5624 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5625 usage of `fortune-file' even though a FILE argument was passed to
5626 the function.
5627
5628 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 * startup.el (command-line): Start the server when in daemon mode.
5631 Remove always true test.
5632
5633 * frame.el (frame-initialize): Remove spurious setting of
5634 special-display-function with the default value.
5635
5636 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5637
5638 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5639
5640 2008-09-20 Glenn Morris <rgm@gnu.org>
5641
5642 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5643 Fix custom type. (Bug#1011)
5644
5645 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5646
5647 * files.el (move-file-to-trash): Avoid recursive trashing if
5648 rename-file calls delete-file.
5649
5650 2008-09-20 Glenn Morris <rgm@gnu.org>
5651
5652 * play/fortune.el: Remove leading `*' from defcustom docs.
5653 (fortune-program-options): Doc fix. Allow to be a string again.
5654 Add :version.
5655 (fortune-in-buffer): Handle fortune-program-options as a string.
5656 Don't rely on fortune program accepting options after fortune file.
5657
5658 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5659
5660 * play/fortune.el (fortune-program-options): Change to a list.
5661 (fortune-in-buffer): Use apply.
5662
5663 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5664
5665 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5666 (authors-coding-system): Likewise.
5667
5668 2008-09-20 Ami Fischman <ami@fischman.org>
5669
5670 * savehist.el (savehist-save): Handle errors in writing as well as
5671 reading.
5672
5673 2008-09-20 Michael Olson <mwolson@gnu.org>
5674
5675 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5676 to provide a minimal performance boost.
5677
5678 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5679
5680 * proced.el (proced-grammar-alist, proced-custom-attributes)
5681 (proced-format-alist, proced-format, proced-filter-alist)
5682 (proced-filter, proced-sort): Use defcustom.
5683 (proced-mode): Fix docstring.
5684 (proced-process-attributes): Handle return value nil of functions
5685 in proced-custom-attributes.
5686
5687 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5688
5689 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5690 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5691
5692 2008-09-19 Miles Bader <miles@gnu.org>
5693
5694 * comint.el (comint-output-filter): Make field properties for
5695 output text front-sticky.
5696
5697 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * vc-bzr.el (vc-bzr-show-log-entry):
5700 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5701 C-x v l for a directory uses that.
5702
5703 2008-09-18 Simon Josefsson <simon@josefsson.org>
5704
5705 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5706 .sieve files.
5707
5708 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5709
5710 * help-macro.el (make-help-screen): Preserve key bindings
5711 established in help-mode call when exiting this macro.
5712
5713 2008-09-17 Kenichi Handa <handa@m17n.org>
5714
5715 * language/burmese.el: Fix setting of composition-function-table.
5716
5717 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5718
5719 * info.el (Info-follow-nearest-node): Don't raise an error for
5720 mouse-1 clicks.
5721
5722 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5723
5724 * calc/calc-units.el (calc-convert-temperature): Use default
5725 units when appropriate.
5726
5727 2008-09-16 Markus Triska <markus.triska@gmx.at>
5728
5729 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5730 catch errors raised in `texmathp'.
5731 (flyspell-tex-math-initialized): Remove.
5732
5733 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5734
5735 * frame.el (select-frame-set-input-focus): With non-nil
5736 mouse-autoselect-window always move mouse cursor to frame's
5737 selected window. Otherwise restore pre 2008-09-13 behavior.
5738 (select-frame-by-name): Use select-frame-set-input-focus.
5739
5740 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5741 pop-to-buffer already does it.
5742 (display-buffer-other-frame): Fix doc-string.
5743
5744 2008-09-16 Glenn Morris <rgm@gnu.org>
5745
5746 * add-log.el (diff-find-source-location): Update declaration.
5747
5748 * progmodes/make-mode.el (makefile-match-function-end):
5749 Move point. (Bug#983)
5750
5751 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5752
5753 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5754
5755 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5758 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5759
5760 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5761
5762 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5763
5764 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5765
5766 * files.el (file-truename): Don't raise args-out-of-range error
5767 when filename has no separator on windows-nt. (Bug#982)
5768
5769 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5772 be more honest when we don't know.
5773 (diff-tell-file-name): Don't prompt before the actual prompt.
5774 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5775 (diff-find-source-location): Add `noprompt' argument.
5776 (diff-current-defun): Don't prompt.
5777
5778 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5779
5780 * proced.el (proced-mark-face, proced-marked-face)
5781 (proced-sort-header-face): Remove.
5782 (proced-font-lock-keywords): Simplify.
5783 (proced-format): Use face proced-sort-header.
5784 (proced-format-interactive, proced-sort-interactive)
5785 (proced-filter-interactive): Only call proced-update if the scheme
5786 has changed.
5787 (proced-sort-header): Use posn-actual-col-row.
5788
5789 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5790
5791 * add-log.el (change-log-find-window): New variable.
5792 (change-log-goto-source-1, change-log-goto-source):
5793 Set change-log-find-window to window displaying source.
5794 (change-log-next-error): Select window specified by
5795 change-log-find-window.
5796
5797 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5798
5799 * frame.el (select-frame-set-input-focus): With focus follows
5800 mouse move mouse cursor to right window.
5801 * window.el (pop-to-buffer): Select window before calling
5802 select-frame-set-input-focus.
5803
5804 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5805
5806 * proced.el (proced-sort-header): New face.
5807 (proced-sort-header-face): New variable.
5808 (proced-format): Allow format value nil.
5809 Use proced-sort-header-face for header of sort column.
5810 (proced-format-args): New function.
5811 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5812 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5813 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5814 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5815 (proced-sort-header): Bind also to mouse-1.
5816 (proced-move-to-goal-column): Return position of point.
5817 (proced-filter-interactive): Always revert listing.
5818 (proced-format-ttname): Simplify.
5819 (proced-update): Do not keep undo information. Put point at
5820 beginning of buffer if we generate the first listing.
5821
5822 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5823
5824 * doc-view.el (doc-view-scroll-up-or-next-page)
5825 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5826 vertically split windows.
5827
5828 2008-09-12 Glenn Morris <rgm@gnu.org>
5829
5830 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5831
5832 * indent.el (indent-line-function): Doc fix.
5833 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5834
5835 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5836
5837 * window.el (pop-to-buffer): If the window for buffer-or-name is
5838 not on the selected frame, raise that window's frame and give it
5839 input focus. (Bug#745)
5840
5841 2008-09-11 Glenn Morris <rgm@gnu.org>
5842
5843 * ido.el (ido-mode): Initialize with custom-initialize-default,
5844 rather than a set function. (Bug#947)
5845
5846 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * replace.el (perform-replace): Don't set inhibit-read-only using
5849 query-replace-skip-read-only (bug#956).
5850
5851 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5852 of the <<foo>> form.
5853
5854 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5855
5856 * window.el (display-buffer): Fix doc-string typo.
5857
5858 2008-09-10 Kenichi Handa <handa@m17n.org>
5859
5860 * composite.el (compose-gstring-for-graphic): Fix previous change.
5861
5862 2008-09-10 Glenn Morris <rgm@gnu.org>
5863
5864 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5865
5866 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5867
5868 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5869 manuals. (Bug#886)
5870
5871 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5872
5873 * ido.el (ido-unload-function): New function.
5874
5875 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5876
5877 * ido.el (ido-file-internal): Fix typo in prompt.
5878 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5879 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5880 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5881 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5882 Fix typos in docstrings.
5883
5884 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5885
5886 * help-fns.el (describe-function-1): Don't print extra newline
5887 after filling.
5888
5889 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5890
5891 * help-fns.el (find-lisp-object-file-name): Handle case where
5892 library is compressed.
5893
5894 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * complete.el (PC-do-completion): Don't replace buffer
5897 contents (bug#227).
5898
5899 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * loadhist.el (unload-feature-special-hooks):
5902 Add `choose-completion-string-functions'.
5903
5904 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * vc-svn.el (vc-svn-root):
5907 * vc-sccs.el (vc-sccs-root):
5908 * vc-rcs.el (vc-rcs-root):
5909 * vc-cvs.el (vc-cvs-root): Delete.
5910 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5911
5912 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5913
5914 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5915 errors occurring in different files.
5916
5917 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5918
5919 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5920 (vc-bzr-status-printer): New function.
5921 (vc-bzr-after-dir-status): Deal with renamed files.
5922
5923 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5924
5925 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5926 buffer's filename.
5927
5928 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5929
5930 * subr.el (cancel-change-group): Widen buffer temporarily when
5931 undoing changes. (Bug#810)
5932
5933 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5934
5935 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5936 with gud-stop-subjob rather than exit debugger.
5937
5938 2008-09-07 Kenichi Handa <handa@m17n.org>
5939
5940 * composite.el: Compose combining characters only when it
5941 follows a character matching with "[[:alpha:]]".
5942
5943 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5944
5945 * proced.el: Require time-date.
5946 (proced-command-alist, proced-command, proced-goal-header-re)
5947 (proced-sorting-schemes-alist, proced-sorting-scheme)
5948 (proced-header-alist, proced-sorting-schemes-re)
5949 (proced-skip-regexp, proced-next-line, proced-previous-line)
5950 (proced-listing-type, proced-sorting-scheme-p): Remove.
5951 (proced-grammar-alist, proced-custom-attributes)
5952 (proced-format-alist, proced-format, proced-filter-alist)
5953 (proced-filter, proced-sort, proced-goal-attribute)
5954 (proced-timer-interval, proced-timer-flag, proced-timer)
5955 (proced-process-alist, proced-sort-internal, proced-process-tree)
5956 (proced-header-help-echo, proced-field-help-echo): New variables.
5957 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5958 (proced-omit-process, proced-filter, proced-process-tree)
5959 (proced-filter-children, proced-children-pids)
5960 (proced-filter-parents, proced-<, proced-string-lessp)
5961 (proced-time-lessp, proced-xor, proced-sort-p)
5962 (proced-format-time, proced-format-start, proced-format-ttname)
5963 (proced-format, proced-process-attributes): New functions.
5964 (proced-toggle-timer-flag, proced-mark-children)
5965 (proced-mark-parents, proced-filter-interactive)
5966 (proced-filter-attribute, proced-sort-interactive)
5967 (proced-sort-header, proced-format-interactive): New commands.
5968 (proced-move-to-goal-column): Use goal-column.
5969 (proced-mode): Use proced-timer.
5970 (proced-do-mark-all): Display process count. Use use-region-p.
5971 Simplify.
5972 (proced-omit-processes): Use use-region-p.
5973 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5974 (proced-sort-start, proced-sort-time, proced-sort-user):
5975 Use proced-sort-interactive.
5976 (proced-sort): Make it a function that performs the actual sort.
5977 (proced-update): New arg revert. Use proced-process-alist,
5978 proced-filter, proced-sort, proced-format, and
5979 proced-grammar-alist. Preserve position of point based on fields.
5980 Make header line and fields clickable.
5981 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5982 (proced-why): Use save-selected-window.
5983 (proced-log): Use buffer-read-only.
5984
5985 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5988
5989 2008-09-06 Glenn Morris <rgm@gnu.org>
5990
5991 * add-log.el (diff-find-source-location): Declare.
5992 (find-change-log): If called from a diff buffer, try to switch to the
5993 source buffer (e.g. to respect change-log-default-name there).
5994
5995 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5996 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5997
5998 * Makefile.in (ELCFILES): Update.
5999
6000 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6003 user enters a mouse event in another frame, or a special event.
6004
6005 * server.el (server-switch-buffer): New arg.
6006 (server-execute): If reusing an existing window, set file position
6007 if required.
6008
6009 2008-09-06 Kenichi Handa <handa@m17n.org>
6010
6011 * language/lao.el: Fix setting of composition-function-table.
6012
6013 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6014
6015 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6016 displaying help echo messages.
6017
6018 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6019
6020 * subr.el (symbol-file): Fix doc-string.
6021
6022 2008-09-06 Glenn Morris <rgm@gnu.org>
6023
6024 * help-mode.el (help-xref-forward-stack): Doc fix.
6025
6026 * add-log.el (change-log-default-name): Autoload safety.
6027
6028 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6029
6030 * verilog-mode.el (verilog-library-extensions): Enable .sv
6031 filename extensions to call verilog-mode.
6032 (verilog-auto, verilog-auto-inst, verilog-faq)
6033 (verilog-submit-bug-report): Update author support URLs.
6034 (verilog-delete-auto, verilog-auto-inout-module)
6035 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6036 creating complemented testbench modules. Suggested by Yishay Belkind.
6037 (verilog-auto-inst-port, verilog-simplify-range-expression):
6038 When verilog-auto-inst-param-value is set, don't require a
6039 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6040 Yishay Belkind.
6041 (verilog-auto-inst-param-value): Add safe variable.
6042 (verilog-re-search-forward, verilog-re-search-backward):
6043 Fix returning wrong search results on Emacs 22.1.
6044 (verilog-modi-cache-results, verilog-auto): Fix warning message
6045 about "toggling font-lock-mode."
6046 (verilog-auto): Fix losing font-lock on errors.
6047 (verilog-auto-inst-param-value, verilog-mode-version)
6048 (verilog-mode-version-date, verilog-read-inst-param-value)
6049 (verilog-auto-inst, verilog-auto-inst-param)
6050 (verilog-auto-inst-port, verilog-simplify-range-expression):
6051 Allow parameters to be replaced with their values, on the expansion of
6052 an AUTOINST with Verilog 2001 style parameter settings.
6053 Suggested by David Rogoff.
6054
6055 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6056
6057 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6058 Better support for the property statement. Sometimes this keyword
6059 introduces a statement which requires an endproperty keyword, and
6060 sometimes it doesn't, depending on the work before the property
6061 word. If property is prefixed with assert, assume or cover
6062 keyword, then the statement is ended with a ';'. Otherwise,
6063 property is like task or specify, and is followed by some number
6064 of statements, which are ended with an endproperty keyword.
6065 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6066 in a highlighted region: indent each line in region according to
6067 mode. Supply this so it works in XEmacs and older Emacs.
6068
6069 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6070
6071 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6072 Don't clean up a buffer when killing it.
6073
6074 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6075
6076 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6077 buffers (bug#360). New version 11.2.1.
6078 (whitespace-action): New value `warn-read-only' to give a warning when
6079 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6080 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6081 (whitespace-warn-read-only): New fun.
6082
6083 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * international/quail.el: Require help-mode.
6086 (quail-help-init): Function removed.
6087 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6088 Define directly.
6089
6090 * dired.el (dired-get-filename): Rewrite octal escape character
6091 processor (bug#885).
6092
6093 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6094
6095 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6096
6097 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6098 not just for terminal-frame.
6099
6100 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6101
6102 * window.el (window--try-to-split-window): Don't split when window
6103 is not splittable in last disjunct. (Bug#888)
6104
6105 2008-09-05 Kenichi Handa <handa@m17n.org>
6106
6107 * language/tibetan.el: Fix setting of composition-function-table.
6108
6109 * composite.el (find-composition): Mention about the automatic
6110 composition in the docstring.
6111 (compose-gstring-for-graphic): Fix handling "above" marks.
6112
6113 * descr-text.el (describe-char): Fix handling of automatic composition.
6114
6115 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6116
6117 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6118 (tramp-parse-connection-properties): Reflow docstring.
6119
6120 2008-09-04 Kim F. Storm <storm@cua.dk>
6121
6122 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6123 and other-frame methods when switching between file and buffer modes.
6124
6125 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6126
6127 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6128 removing duplicate entries under same heading. Don't skip char
6129 matching anything but a space or tab at bol. (Bug#864)
6130
6131 2008-09-03 Alan Mackenzie <acm@muc.de>
6132
6133 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6134
6135 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6138 (completion-pcm--all-completions): Move the case-fold-search binding to
6139 it also applies to completion-regexp-list (used in all-completions).
6140 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6141
6142 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6143
6144 * window.el (pop-up-frame-function): Move ...
6145 * frame.el (pop-up-frame-function): ... here, to avoid
6146 "CHANGED outside Customize;".
6147
6148 2008-09-03 Glenn Morris <rgm@gnu.org>
6149
6150 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6151
6152 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6155 non-alphabetical characters properly.
6156
6157 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6158
6159 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6160
6161 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6162
6163 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6164 control-prefixed keys. (Bug#835)
6165
6166 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * image-mode.el (image-mode): Fix 2008-07-19 change.
6169
6170 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6171
6172 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6173
6174 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6175
6176 2008-09-02 Glenn Morris <rgm@gnu.org>
6177
6178 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6179
6180 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6181
6182 2008-09-01 Glenn Morris <rgm@gnu.org>
6183
6184 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6185 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6186 and fix name typos. (Bug#856)
6187
6188 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6189
6190 * minibuffer.el (completion-pcm--pattern->regex):
6191 When completion-ignore-case is non-nil, generate a regexp that
6192 ignores case.
6193
6194 * window.el (recenter-top-bottom): Doc fix.
6195
6196 2008-09-01 Simon South <ssouth@member.fsf.org>
6197
6198 * progmodes/delphi.el: New maintainer.
6199 (delphi-interface-types): New var.
6200 (delphi-composite-types): Use it.
6201 (delphi-enclosing-indent-of): Distinguish between "interface"
6202 keyword as a unit separator and used like a class declaration.
6203
6204 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6205
6206 * help-fns.el (describe-simplify-lib-file-name)
6207 (find-source-lisp-file): Remove.
6208 (find-lisp-object-file-name): New function giving preference to
6209 files found via load-path instead of loaddefs.el.
6210 (describe-function-1): Use new function instead of the removed
6211 ones. (Bugs #587, #669, #690)
6212 * faces.el (describe-face): Use find-lisp-object-file-name instead
6213 of describe-simplify-lib-file-name.
6214
6215 2008-09-01 Kenichi Handa <handa@m17n.org>
6216
6217 * international/mule-diag.el (font-show-log): Fix previous change.
6218
6219 * international/mule-cmds.el (set-language-environment):
6220 Don't overwrite current-iso639-language if the current language
6221 environment doesn't provide that data.
6222 (set-locale-environment): Set current-iso639-language from the
6223 locale name.
6224
6225 * international/fontset.el (script-representative-chars): Re-add
6226 the entry for symbol, but with vector of characters.
6227 (setup-default-fontset): Cancel previous change.
6228
6229 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * ido.el: Move provide statement to the end of the file.
6232
6233 2008-08-30 Markus Triska <markus.triska@gmx.at>
6234
6235 * linum.el (linum-mode): `window-size-change-functions' can now be
6236 buffer-local.
6237 (linum-update-window): Use result of `move-overlay'.
6238
6239 2008-08-30 Glenn Morris <rgm@gnu.org>
6240
6241 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6242
6243 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6244 Doc fixes.
6245
6246 * apropos.el (apropos-command): Report documentation errors.
6247 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6248
6249 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6252 string.
6253
6254 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6255
6256 * bindings.el (mode-line-frame-identification): Fix last change.
6257
6258 2008-08-29 Kenichi Handa <handa@m17n.org>
6259
6260 These changes are to adjust the automatic composition for the new
6261 implementation (avoid using text property).
6262
6263 * composite.el (composition-function-table): Move declaration to
6264 composite.c.
6265 (terminal-composition-base-character-p): Delete it.
6266 (terminal-composition-function): Delete it.
6267 (terminal-composition-function-table): Delete it.
6268 (lgstring-header, lgstring-set-header, lgstring-font)
6269 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6270 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6271 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6272 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6273 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6274 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6275 (compose-glyph-string, compose-glyph-string-relative)
6276 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6277 New functions.
6278 (auto-compose-chars): Argument changed.
6279
6280 * language/european.el: Don't setup composition-function-table.
6281 (diacritic-composition-pattern, diacritic-compose-region)
6282 (diacritic-compose-string, diacritic-compose-buffer)
6283 (diacritic-composition-function): Delete them.
6284
6285 * language/lao-util.el (lao-composition-function): Argument changed.
6286
6287 * language/sinhala.el: Fix setting up of composition-function-table.
6288
6289 * language/thai.el: Fix setting up of composition-function-table.
6290
6291 * language/thai-util.el: Encoding changed to utf-8.
6292 (thai-composition-function): Argument changed.
6293
6294 * language/indian.el: Fix setting up of composition-function-table.
6295 (devanagari-composable-pattern)
6296 (tamil-composable-pattern, kannada-composable-pattern)
6297 (malayalam-composable-pattern): New variables.
6298
6299 * international/characters.el (unicode-category-table):
6300 Setup unicode-category-table.
6301
6302 * international/fontset.el (setup-default-fontset): Prepend
6303 iso10646-1 fonts to the fallback font groups instead of appending.
6304
6305 2008-08-29 Glenn Morris <rgm@gnu.org>
6306
6307 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6308
6309 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6312 are no X frames active.
6313
6314 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6315
6316 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6317 `ignore-errors' (the function must succeed always).
6318
6319 2008-08-28 Edward O'Connor <hober0@gmail.com>
6320
6321 * json.el (json-read-number): New arg. Handle explicitly signed
6322 numbers.
6323 (json-readtable): Add `+' and `.'.
6324
6325 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6326
6327 * term/pc-win.el (msdos-previous-message): New variable.
6328 (msdos-show-help): New function.
6329 (msdos-initialize-window-system): Set show-help-function to
6330 msdos-show-help.
6331
6332 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6333
6334 * emacs-lisp/debug.el (debug): When killing a noninteractive
6335 Emacs, give an exit status of -1.
6336
6337 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6340
6341 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6342
6343 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6344 not the same as the last modification time, fall back on the
6345 backend-specific check.
6346
6347 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6348
6349 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6350 to go to the position of interest.
6351
6352 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6353
6354 * textmodes/artist.el (artist-mode-init): Add comment on the
6355 setting up of the `artist-replacement-table' array.
6356 (artist-get-replacement-char): New defsubst.
6357 (artist-get-char-at-xy-conv, artist-replace-char)
6358 (artist-replace-chars, artist-replace-string): Use it instead of
6359 accessing `artist-replacement-table' directly.
6360 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6361
6362 (artist-mt): Fix structures for cut and copy operations.
6363
6364 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * shell.el (shell-file-name-quote-list): Quote `$'.
6367
6368 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6369 change to allow quoting of characters before point.
6370 (comint-dynamic-list-filename-completions): Quote common substring.
6371
6372 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * comint.el (comint-dynamic-complete-as-filename): If case is
6375 ignored while matching, replace the entire filename with completion.
6376
6377 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6378 flyspell-pre-point is valid to avoid signalling an error in
6379 post-command-hook.
6380
6381 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6382
6383 * linum.el (linum): Inherit remaining face attributes from default
6384 face.
6385
6386 2008-08-26 Markus Triska <markus.triska@gmx.at>
6387
6388 * linum.el (linum-delay): Disable - it should no longer be
6389 necessary, and can lead to longer delays.
6390 (linum-update-window): Renumber if margin width has changed.
6391
6392 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6393
6394 * epa.el (epa--key-widget-action): Save the selected window to
6395 make `widget-button-click-moves-point' work. (Bug#733).
6396
6397 2008-08-26 Glenn Morris <rgm@gnu.org>
6398
6399 * calendar/holidays.el (calendar-holidays): Doc fix.
6400
6401 * progmodes/gud.el (tramp-file-name-localname)
6402 (tramp-dissect-file-name): Declare.
6403
6404 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6405
6406 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6407
6408 * bindings.el (mode-line-frame-control): New function, caters to
6409 `pc' ``window system''.
6410 (mode-line-frame-identification): Use it instead of accessing
6411 window-system directly.
6412
6413 2008-08-25 Juri Linkov <juri@jurta.org>
6414
6415 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6416 `center-line' and "\eS" from `center-paragraph'.
6417 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6418 `center-paragraph'.
6419
6420 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6421
6422 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6423 (newsticker-treeview-treewindow-width): New.
6424 (newsticker-treeview-listwindow-height): New.
6425 (newsticker-treeview-browse-url-item): New.
6426 (newsticker-treeview-mode-map):
6427 Add newsticker-treeview-browse-url-item.
6428 (newsticker--treeview-window-init):
6429 Use newsticker-treeview-treewindow-width and
6430 newsticker-treeview-listwindow-height.
6431
6432 * net/newst-reader.el (newsticker-browse-url-item): New.
6433
6434 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6435
6436 * vc-dir.el (vc-dir-marked-only-files-and-states):
6437 (vc-dir-child-files-and-states): Reverse the list before returning it.
6438
6439 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6442
6443 2008-08-24 Romain Francoise <romain@orebokech.com>
6444
6445 * progmodes/python.el (run-python): Remove '' from sys.path.
6446
6447 2008-08-23 Glenn Morris <rgm@gnu.org>
6448
6449 * progmodes/fortran.el (fortran-tab-mode-string)
6450 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6451
6452 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6453
6454 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6455 Add declare-function.
6456
6457 * startup.el (command-line): Don't call tty-register-default-colors
6458 if initial-window-system is `pc'.
6459
6460 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6461 (msdos-key-remapping-map): New variable. Move here all the special
6462 keys we will be remapping via local-function-key-map.
6463 (msdos-setup-keyboard): New function.
6464
6465 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6466 make-msdos-frame.
6467 (terminal-init-internal): New function, errors out if called.
6468 (msdos-initialize-window-system): New function.
6469 (msdos-create-frame-with-faces): Set the terminal's
6470 `terminal-initted' (sic!) parameter.
6471 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6472 (window-system-initialization-alist):
6473 Add msdos-initialize-window-system.
6474 (handle-args-function-alist): Use tty-handle-args for `pc'
6475 ``window system'' as well.
6476 (pc-win): Provide.
6477
6478 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6479 code for using msdos-color-values.
6480
6481 * loadup.el [ms-dos]: Load term/pc-win.
6482
6483 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6486 directory name.
6487
6488 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6489
6490 * progmodes/gud.el (gud-common-init): Use absolute file so that
6491 perldb works with tramp (sudo).
6492
6493 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6494 match data in process filters.
6495
6496 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6497
6498 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6499 can be written.
6500
6501 2008-08-23 Glenn Morris <rgm@gnu.org>
6502
6503 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6504 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6505
6506 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * subr.el (temp-buffer-show-hook): Doc fix.
6509
6510 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6513 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6514 <tassilo@member.fsf.org>.
6515
6516 * net/trampver.el: Update release number.
6517
6518 * net/xesam.el (xesam-minor-mode): New minor mode.
6519 (xesam-highlight-buffer): Remove. Code moved to
6520 `xesam-minor-mode'.
6521 (xesam-refresh-entry): Use `xesam-minor-mode'.
6522
6523 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * minibuffer.el (completion--try-word-completion):
6526 Disable partial-completion when considering the addition of a space
6527 or hyphen.
6528
6529 2008-08-21 John Paul Wallington <jpw@pobox.com>
6530
6531 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6532 filename of `tofile' doesn't contain any colons on Windows,
6533 Cygwin, and MS-DOS systems.
6534
6535 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6536
6537 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6538 (epg-context-set-progress-callback): Make sure the callback is a
6539 cons of a function and a handback. Update all callers.
6540
6541 2008-08-20 David Reitter <david.reitter@gmail.com>
6542
6543 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6544 Patch applied by Adrian Robert.
6545
6546 2008-08-20 Kevin Ryde <user42@zip.com.au>
6547
6548 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6549 directive lines.
6550
6551 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6552
6553 * net/xesam.el (xesam-highlight-string): Precise doc string.
6554 (xesam-highlight-buffer): New defun.
6555 (xesam-refresh-entry): Use it. Better check for sourceModified.
6556
6557 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6560 their names.
6561
6562 2008-08-19 Kenichi Handa <handa@m17n.org>
6563
6564 * language/european.el ("Esperanto"): Change the preferred
6565 charsets to iso-8859-3.
6566
6567 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6568
6569 * international/fontset.el (script-representative-chars):
6570 Delete the entry for symbol.
6571 (setup-default-fontset): For symbol characters, don't specify
6572 :script property.
6573
6574 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * minibuffer.el (completion-table-dynamic): Doc fix.
6577
6578 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6579 saved.
6580
6581 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * emulation/edt.el (edt-default-emulation-setup):
6584 Share global-buffers-menu-map with the emulated global map.
6585
6586 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6587
6588 * term/ns-win.el (global): Uncomment "put backspace
6589 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6590
6591 2008-08-18 Kenichi Handa <handa@m17n.org>
6592
6593 * international/mule-diag.el (font-show-log): Add optional arg N
6594 to control the limit of font listing.
6595
6596 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6597
6598 * window.el (recenter-top-bottom): Determine top and bottom
6599 positions using scroll-margin instead of scroll-conservatively.
6600
6601 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6602
6603 * proced.el (proced-send-signal): Use beginning-of-line.
6604
6605 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6606
6607 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6608 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6609 listing types.
6610 (proced-log-buffer): New variable.
6611 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6612 region if transient-mark-mode is turned on and the region is active.
6613 (proced-omit-processes): Rename from proced-hide-processes to
6614 avoid key clash with describe-mode (bound to h). Search for
6615 marked processes starting from point-min.
6616 (proced-header-space): Remove.
6617 (proced-send-signal): Handle errors. Operate on current process
6618 if no process is marked.
6619 (proced-why): New command.
6620 (proced-log, proced-log-summary): New functions.
6621 (proced-help): Use proced-why.
6622 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6623 (bibtex-autokey-year-title-separator): Fix docstring.
6624
6625 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6626
6627 * net/xesam.el (xesam-vendor, xesam-notify-function):
6628 New local variables.
6629 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6630 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6631 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6632 (xesam-new-search): Initialize `xesam-vendor'.
6633
6634 2008-08-15 Glenn Morris <rgm@gnu.org>
6635
6636 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6637 a pipeline.
6638 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6639 unless at the end of the pipeline. (Bug#699).
6640
6641 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * minibuffer.el (completion-boundaries): Doc fix.
6644 (display-completion-list): Only default base-size to zero if
6645 completing in the minibuffer.
6646
6647 * simple.el (completion-base-size): Doc fix.
6648 (choose-completion): Try reselecting completion-reference-buffer.
6649
6650 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6653 also for remote directories.
6654
6655 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6658 since those precomputed values aren't used any more.
6659 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6660
6661 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6662
6663 * help.el (with-help-window): Return last value in BODY.
6664
6665 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6668 notify function of the URL.
6669 (xesam-new-search): Encode special characters in the query string.
6670
6671 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6672
6673 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6674
6675 2008-08-13 Andreas Schwab <schwab@suse.de>
6676
6677 * net/tramp.el (tramp-handle-shell-command): Handle output going
6678 to current buffer like shell-command. Don't disable undo.
6679
6680 2008-08-13 Glenn Morris <rgm@gnu.org>
6681
6682 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6683 description is found.
6684
6685 2008-08-12 Alan Mackenzie <acm@muc.de>
6686
6687 * progmodes/cc-defs.el (c-emacs-features):
6688 argumentative-bod-function: bind mark-ring to avoid accumulating a
6689 spurious mark.
6690
6691 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * simple.el (visual-line--saved-state): New var.
6694 (visual-line-mode): Save local values of variables, and restore
6695 them when visual-line-mode is disabled.
6696
6697 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6698
6699 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6700
6701 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * progmodes/cc-defs.el (c-emacs-features):
6704 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6705 moving point during the test.
6706
6707 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6708
6709 2008-08-11 Glenn Morris <rgm@gnu.org>
6710
6711 * term/ns-win.el (x-parse-geometry): Doc fix.
6712
6713 * dired.el (x-popup-menu):
6714 * hi-lock.el (x-popup-menu):
6715 * mouse.el (font-face-attributes):
6716 * calendar/cal-menu.el (x-popup-menu):
6717 * calendar/calendar.el (x-popup-menu):
6718 * calendar/holidays.el (x-popup-menu):
6719 * progmodes/cperl-mode.el (x-popup-menu):
6720 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6721 (x-open-connection):
6722 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6723 (x-command-line-resources):
6724 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6725 (x-display-name, x-command-line-resources):
6726 Add declarations for builds without X.
6727
6728 2008-08-10 Glenn Morris <rgm@gnu.org>
6729
6730 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6731
6732 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6733
6734 * vc-bzr.el (vc-bzr-find-revision): Rename from
6735 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6736
6737 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6740 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6741 "DONE", when all hits are retrieved.
6742 (xesam-search): Autoload it.
6743
6744 2008-08-11 John Paul Wallington <jpw@pobox.com>
6745
6746 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6747 empty string when no filename.
6748 (define-ibuffer-column filename): Accommodate that change.
6749
6750 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6751 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6752
6753 2008-08-10 Glenn Morris <rgm@gnu.org>
6754
6755 * Makefile.in (ELCFILES): Update.
6756
6757 2008-08-10 John Paul Wallington <jpw@pobox.com>
6758
6759 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6760
6761 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6762
6763 * battery.el (battery-echo-area-format, battery-status-function):
6764 Handle new Linux sysfs format for battery reporting.
6765 (battery-linux-sysfs): New function.
6766
6767 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6768
6769 * add-log.el (change-log-search-tag-name)
6770 (change-log-goto-source): Fix behavior when point is not on tag.
6771
6772 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6773
6774 * startup.el (command-line-ns-option-alist): Use ignore instead of
6775 ns-ignore-0-arg.
6776
6777 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6778 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6779 (ns-alternatives-map): New variable.
6780 (x-set-up-function-keys): Use it.
6781 (global): Comment out "put backspace ascii-character..." and friends.
6782 Move function-key-map into ns-alternatives-map. Don't call
6783 precompute-menubar-bindings. Don't set anything connected with
6784 browse-url.
6785 (after-make-frame-functions): Clarify comment why a hook is added.
6786
6787 2008-08-06 Joakim Verona <joakim@verona.se>
6788
6789 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6790 in url:s.
6791
6792 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6793
6794 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6795 Fix 2008-01-01 change: use a shy group to not affect subsequent
6796 match calls.
6797
6798 2008-08-06 Reto Zimmermann <reto@gnu.org>
6799
6800 * progmodes/vera-mode.el (vera-electric-tab):
6801 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6802 region when active.
6803
6804 2008-08-06 Kenichi Handa <handa@m17n.org>
6805
6806 * faces.el (face-valid-attribute-values): Fix handling the value
6807 of (font-family-list) and font-XXX-table.
6808
6809 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6810
6811 * proced.el (proced-menu): Bind the correct function to for toggling.
6812
6813 * vc-dir.el (vc-dir-mode): Fix typo.
6814
6815 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6816
6817 * whitespace.el (whitespace-newline-mode)
6818 (global-whitespace-newline-mode, whitespace-mode)
6819 (global-whitespace-mode): Improve docstring.
6820
6821 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6822
6823 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6824
6825 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6826
6827 * cus-start.el (all): Handle auto-save-visited-file-name.
6828
6829 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6830
6831 * files.el (hack-one-local-variable-eval-safep): Handle
6832 lisp-indent-function and scheme-indent-function in addition to the
6833 deprecated lisp-indent-hook.
6834
6835 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * net/xesam.el (top): Require `wid-edit' always.
6838 (xesam-mode-line, xesam-highlight): New deffaces.
6839 (xesam-objects): New local variable.
6840 (xesam-search-engines): Fix error in field list.
6841 (xesam-mode): Use `xesam-mode-line' instead of
6842 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6843 proper initialization (why?).
6844 (xesam-highlight-string, xesam-get-hits)
6845 (xesam-kill-buffer-function): New defuns.
6846 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6847 result of "hit.fields", it isn't a string only. Wrap an error of
6848 the strigi search engine ("xesam:size" is returned as string).
6849 Highlight search items.
6850 (xesam-refresh-search-buffer): Make logic of counters more simple.
6851 Prefetch next hits.
6852 (xesam-signal-handler): Use `xesam-mode-line' instead of
6853 `font-lock-type-face'.
6854 (xesam-new-search): Add `xesam-kill-buffer-function' to
6855 `kill-buffer-hook'.
6856
6857 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6858
6859 * add-log.el (change-log-next-error, change-log-mode): Add support
6860 for `next-error' to call `change-log-goto-source' on named files
6861 in a ChangeLog.
6862
6863 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6864
6865 * calc/calc.el (math-read-number): Handle all C-like languages
6866 properly.
6867
6868 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6869
6870 * calc/calc.el (math-read-number): Handle C numbers beginning with
6871 0 correctly.
6872
6873 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6874
6875 * term/ns-win.el ([ns-new-frame]): New global key.
6876
6877 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6878
6879 * international/mule-cmds.el (read-char-by-name):
6880 Check UCS names with `assoc-string' and case folding.
6881
6882 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * net/dbus.el (dbus-call-method-asynchronously)
6885 (dbus-method-return-internal, dbus-method-error-internal):
6886 Declare them with `declare-function'.
6887
6888 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * descr-text.el (describe-char-display): Fix last change:
6891 don't pass CHARSET to `encoded-string-description'.
6892
6893 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6894
6895 * vc.el (vc-next-action): Update list var correctly after delete.
6896
6897 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * ido.el (ido-mode): Add toggle notification.
6900
6901 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6902 already visiting the custom file.
6903
6904 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6905 pending output coming after the status change.
6906
6907 2008-08-02 Jason Rumney <jasonr@gnu.org>
6908
6909 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6910
6911 2008-08-01 Kenichi Handa <handa@m17n.org>
6912
6913 * international/mule-cmds.el (encode-coding-char):
6914 New optional arg CHARSET.
6915
6916 * descr-text.el (describe-char-display): Call encode-coding-char
6917 with the arg CHARSET.
6918 (describe-char): Pay attention to the text-property `charset'.
6919
6920 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6923 error messages.
6924 (dbus-set-property): Call `dbus-introspect-get-property' instead
6925 of `dbus-get-property'.
6926
6927 * net/xesam.el (xesam-all-fields): Remove source and content
6928 identifiers.
6929 (xesam-dbus-unique-names): New defvar.
6930 (xesam-dbus-call-method): New defun. Replace all calls of
6931 `dbus-call-method' by `xesam-dbus-call-method'.
6932 (xesam-get-cached-property, xesam-set-cached-property):
6933 New defuns.
6934 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6935 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6936 (xesam-search-engines): Make it an association list. Take changed
6937 layout into account in the corresponding function.
6938 (xesam-delete-search-engine): Remove check for consistency of
6939 `xesam-search-engines', not needed anymore.
6940 (xesam-mode): Show XML query string only in the debug case.
6941
6942 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6943
6944 * files.el (read-file-modes): Fix typo in docstring.
6945
6946 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6949 files.
6950
6951 * apropos.el (apropos-symbol): Don't set button skip by default.
6952 (apropos-print): Set button skip iff searching for multiple types.
6953 (apropos-print-doc): Insert blank label button when searching for
6954 a single type.
6955
6956 * button.el (forward-button): Avoid infloop.
6957
6958 * minibuffer.el (read-file-name-completion-ignore-case):
6959 Add cygwin to the list.
6960
6961 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6962
6963 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6964 turn off case-fold-search.
6965
6966 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6969 (dbus-message-type-invalid, dbus-message-type-method-call)
6970 (dbus-message-type-method-return, dbus-message-type-error)
6971 (dbus-message-type-signal): New defconst.
6972 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6973 (dbus-return-values-table): New defvar.
6974 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6975 New defun.
6976 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6977 Extend docstring. Adapt implementation according to new
6978 `dbus-event' layout.
6979 (dbus-event-service-name, dbus-event-path-name)
6980 (dbus-event-interface-name, dbus-event-member-name):
6981 Adapt implementation according to new `dbus-event' layout.
6982 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6983
6984 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6985 (xesam-mode): Rework implementation.
6986 (xesam-new-search): Additional parameter TYPE.
6987 (xesam-search): Adapt call of `xesam-new-search'.
6988
6989 2008-07-31 Juri Linkov <juri@jurta.org>
6990
6991 * dired-aux.el (dired-do-chmod): Set default value to the original
6992 mode string using absolute notation like u=rwx,g=rx,o=rx.
6993 Use it as a new arg `default' of `dired-mark-read-string'.
6994 (dired-mark-read-string): Add new optional arg `default'.
6995
6996 * files.el (read-file-modes): Set default value to the original
6997 mode string using absolute notation like u=rwx,g=rx,o=rx.
6998 Use it as the `default' arg of `read-string'.
6999
7000 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7001 variable `files' is bound to avoid warnings.
7002
7003 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7004 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7005 to the command `isearch-forward' instead of displaying "See C-s".
7006 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7007 with their interactive specifications. Move reading the face name to
7008 the main body after calls to isearch-done and isearch-clean-overlays.
7009
7010 * mb-depth.el: Unify all names under one common name prefix
7011 `minibuffer-depth-'.
7012 (minibuffer-depth-indicator-function): Rename from
7013 `minibuf-depth-indicator-function'.
7014 (minibuffer-depth-overlay): Rename from
7015 `minibuf-depth-overlay'.
7016 (minibuffer-depth-setup): Rename from
7017 `minibuf-depth-setup-minibuffer'.
7018 (minibuffer-depth-indicate-mode): Rename from
7019 `minibuffer-indicate-depth-mode'.
7020
7021 2008-07-31 Juri Linkov <juri@jurta.org>
7022
7023 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7024 (dired-isearch-filenames-setup): Bind "\M-sf" to
7025 dired-isearch-filenames-toggle in isearch-mode-map.
7026 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7027 in isearch-mode-map.
7028
7029 * isearch.el (isearch-edit-string-set-word): New command.
7030 (minibuffer-local-isearch-map): Bind "\C-w" to
7031 isearch-edit-string-set-word.
7032 (isearch-new-word): Temporary internal variable.
7033 (isearch-edit-string): Remove special case of reading the
7034 first character and checking it for C-w.
7035
7036 * simple.el (read-shell-command, shell-command):
7037 Move code that uses minibuffer-with-setup-hook to set
7038 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7039 from the interactive spec of `shell-command' to `read-shell-command'.
7040
7041 * international/mule-cmds.el (read-char-by-name):
7042 Accept hash notation. Doc fix.
7043 (ucs-insert): Doc fix. Convert to number only when `arg' is
7044 a string. Use separate error message when `arg' is not an integer.
7045 Bind `ucs-insert' to `C-x 8 RET'.
7046
7047 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7048
7049 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7050 move the (arglist-cont-nonempty) from c-offsets-alist to
7051 c-hanging-braces-alist like other styles already have.
7052
7053 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * textmodes/texinfmt.el:
7056 * nxml/nxml-enc.el:
7057 * mail/feedmail.el:
7058 * international/mule.el:
7059 * international/latexenc.el:
7060 * emulation/viper-util.el:
7061 * emulation/viper-init.el:
7062 * emulation/viper-ex.el:
7063 * emacs-lisp/bytecomp.el:
7064 * version.el:
7065 * subr.el:
7066 * startup.el:
7067 * sort.el:
7068 * shadowfile.el:
7069 * recentf.el:
7070 * printing.el:
7071 * paths.el:
7072 * minibuffer.el:
7073 * ls-lisp.el:
7074 * loadup.el:
7075 * hippie-exp.el:
7076 * finder.el:
7077 * files.el:
7078 * ediff-util.el:
7079 * ediff-ptch.el:
7080 * ediff-init.el:
7081 * ediff-diff.el:
7082 * dired.el:
7083 * dired-aux.el:
7084 * cus-edit.el:
7085 * bindings.el:
7086 * arc-mode.el:
7087 * add-log.el: Remove VMS support.
7088 * obsolete/vmsproc.el:
7089 * obsolete/vms-pmail.el:
7090 * obsolete/vms-patch.el: Remove file.
7091
7092 2008-07-31 Alan Mackenzie <acm@muc.de>
7093
7094 * progmodes/cc-mode.el (c-before-hack-hook): New function
7095 (Top Level): Install c-before-hack-hook on
7096 before-hack-local-variables-hook, rather than
7097 c-postprocess-file-styles on hack-local-variables-hook.
7098
7099 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * files.el (normal-mode): Move call to hack-project-variables into
7102 hack-local-variables.
7103 (file-local-variables-alist, before-hack-local-variables-hook):
7104 New vars.
7105 (ignored-local-variables): Add file-local-variables-alist.
7106 (hack-local-variables-filter): Renamed from
7107 hack-local-variables-apply. Add the result to
7108 file-local-variables-alist, without applying them.
7109 (hack-local-variables): Set file-local-variables-alist to nil.
7110 Call hack-project-variables and before-hack-local-variables-hook.
7111 Apply variables here, instead of hack-local-variables-apply.
7112 Based on a patch by Alan Mackenzie.
7113
7114 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7115
7116 * info-look.el (autoconf-mode :doc-spec): For
7117 "(autoconf)M4 Macro Index", if the item already
7118 begins with "AS_", don't prefix that string again.
7119
7120 2008-07-30 Juri Linkov <juri@jurta.org>
7121
7122 * info.el (info, Info-mode): Doc fix.
7123
7124 * isearch.el (isearch-mode-map): Bind `M-s r' to
7125 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7126 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7127 in the global map `search-map'.
7128 (isearch-forward): Doc fix.
7129 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7130
7131 * simple.el (quoted-insert): Comment out code that treats
7132 0240-0377 specially.
7133
7134 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * cus-start.el: Add customization info for
7137 read-buffer-completion-ignore-case.
7138
7139 2008-07-30 Sam Steingold <sds@gnu.org>
7140
7141 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7142
7143 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7144
7145 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7146 (vc-dir-mode): Improve docstring.
7147
7148 2008-07-30 Juri Linkov <juri@jurta.org>
7149
7150 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7151 for the sake of isearch-mode-hook in dired-mode in dired.el.
7152
7153 2008-07-19 Markus Triska <markus.triska@gmx.at>
7154
7155 * image-mode.el (image-mode): Set image-mode-text-map when image
7156 cannot be displayed.
7157
7158 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7159
7160 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7161 ada-xref-set-default-prj-values.
7162 (ada-prj-display-page): Ditto.
7163
7164 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7165 (ada-make-filename-from-adaname): Fix free variable.
7166
7167 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7168
7169 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7170
7171 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7172
7173 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7174 for declarations inside a parenthetical list. The code is ill-advised,
7175 and doesn't work given user defined types.
7176 (verilog-set-auto-endcomments): Enhance function automatic
7177 endcomment to support functions that return user defined types.
7178 (verilog-mode): Add code to tell which-function-mode minor mode
7179 that Verilog supports this feature.
7180 (verilog-beg-block-re-ordered, verilog-indent-re)
7181 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7182 (verilog-leap-to-head): Support the new virtual and/or protected
7183 tasks, as well as extern declarations of tasks for indenting and
7184 for forward/backward expression.
7185
7186 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7187
7188 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7189 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7190 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7191 (verilog-string-replace-matches): Avoid recursion with small
7192 replacements.
7193 (verilog-auto-inst-param-value, verilog-mode-version)
7194 (verilog-mode-version-date, verilog-read-inst-param-value)
7195 (verilog-auto-inst, verilog-auto-inst-param)
7196 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7197 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7198 David Rogoff. This allows parameters to be replaced with their
7199 values, on the expansion of an AUTOINST with Verilog 2001 style
7200 parameter settings.
7201
7202 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7203
7204 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7205 to `cddr'.
7206
7207 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7208
7209 * Makefile.in (ELCFILES): Add mairix.elc.
7210
7211 2008-07-29 David Engster <deng@randomsample.de>
7212
7213 * net/mairix.el: New file.
7214
7215 2008-07-29 Juri Linkov <juri@jurta.org>
7216
7217 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7218 instead of variable-pitch with bold and 1.2 height.
7219
7220 * dired-aux.el (dired-do-async-shell-command): New command.
7221
7222 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7223 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7224
7225 2008-07-29 Juri Linkov <juri@jurta.org>
7226
7227 * international/mule-cmds.el (ucs-names): New internal variable.
7228 (ucs-names): New function.
7229 (ucs-completions): New lazy completion variable.
7230 (read-char-by-name): New function.
7231 (ucs-insert): Replace interactive spec letter "s" with the call to
7232 `read-char-by-name'.
7233
7234 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7235
7236 * replace.el (occur-read-primary-args):
7237 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7238 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7239 second arg of `read-regexp'.
7240
7241 * dired-aux.el (dired-isearch-filenames): New user option.
7242 (dired-isearch-orig-success-function): New internal variable.
7243 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7244 (dired-isearch-success-function): New functions.
7245 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7246 New commands.
7247
7248 * dired.el (dired-insert-set-properties): Add new text property
7249 `dired-filename' to put on file names.
7250 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7251 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7252 Add menu items.
7253 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7254 buffer-local `isearch-mode-hook'.
7255
7256 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7257
7258 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7259 (ada-create-case-exception): Fix typo in docstring.
7260 (ada-no-auto-case): Return nil, not the docstring.
7261 (ada-indent-current): Reflow docstring.
7262
7263 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7264 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7265 (ada-prj-load-from-file): Reflow docstring.
7266 (ada-prj-display-page): Fix typo in widget.
7267
7268 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7269 Fix typos in docstrings.
7270
7271 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7272 (ada-compile-current, ada-check-current, ada-run-application)
7273 (ada-get-ali-file-name): Fix typos in docstrings.
7274 (ada-xref-confirm-compile, ada-find-references)
7275 (ada-find-local-references, ada-find-any-references): Doc fixes.
7276 (ada-get-all-references): Fix typo in error message.
7277 (ada-xref-current-project): Use `let', not `let*'.
7278 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7279
7280 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7281
7282 * whitespace.el (whitespace-newline): Change initialization to have a
7283 low contrast relative to the background color. Suggested by David
7284 Reitter <david.reitter@gmail.com>.
7285
7286 2008-07-28 Juri Linkov <juri@jurta.org>
7287
7288 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7289 New functions.
7290
7291 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7292 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7293
7294 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7295
7296 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7297 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7298
7299 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7300
7301 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7302 Add support for add-log.
7303 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7304
7305 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7306 (ada-prj-save): Prompt for file name if not given.
7307 (ada-prj-display-page): Display casing exceptions.
7308
7309 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7310 Ada mode project files. Delete 'main_unit' project variable;
7311 only need 'main'. Simplify handling of default project values.
7312 Use cross-prefix consistently.
7313 (ada-find-executable): Throw error if not found.
7314 (ada-initialize-runtime-library): Improve error handling when
7315 gnatls not found.
7316 (ada-gnat-parse-gpr): New.
7317 (ada-treat-cmd-string): Allow process environment variables.
7318 (ada-xref-set-default-prj-values): Delete; replace with
7319 ada-default-prj-properties.
7320 (ada-parse-prj-file): Handle GNAT project files.
7321 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7322 (ada-select-prj-file): New.
7323 (ada-get-absolute-dir-list): Allow project and environment variables.
7324
7325 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7326
7327 Sync with Tramp 2.1.14.
7328
7329 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7330 (tramp-get-device): Make device number a cons cell.
7331 (tramp-convert-file-attributes): Make inode a cons cell.
7332
7333 * net/trampver.el: Update release number.
7334
7335 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7336
7337 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7338 window systems.
7339
7340 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7341
7342 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7343
7344 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7345
7346 Remove support for Mac Carbon.
7347 * term/mac-win.el: Remove file
7348 * international/mule-cmds.el:
7349 * version.el:
7350 * startup.el:
7351 * simple.el:
7352 * mwheel.el:
7353 * mouse.el:
7354 * loadup.el:
7355 * isearch.el:
7356 * info.el:
7357 * frame.el:
7358 * faces.el:
7359 * disp-table.el:
7360 * cus-start.el:
7361 * cus-face.el:
7362 * cus-edit.el:
7363 * Makefile.in: Remove code for Carbon.
7364
7365 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7366
7367 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7368 bindings for functions deleted by Dan N. 2008-07-21. Set
7369 where-is-preferred-modifier. Add show-manual option to Help menu.
7370
7371 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7372
7373 * net/tramp.el (tramp-handle-start-file-process):
7374 Set query-on-exit flag. Kill temporary buffer.
7375 (tramp-process-sentinel): Remove defun.
7376 (tramp-do-copy-or-rename-file-out-of-band)
7377 (tramp-maybe-open-connection): Don't call it.
7378
7379 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7380 `tramp-process-sentinel'.
7381
7382 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7383 `tramp-process-sentinel'.
7384
7385 * net/xesam.el (xesam-from): Remove defvar.
7386 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7387 and `mode-line-position'.
7388 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7389 information to the widgets. Don't set `mode-line-position'.
7390 (xesam-refresh-search-buffer): Correct hit number computing.
7391 Don't set `mode-line-position'.
7392 (xesam-new-search): Add debug information to the mode line.
7393
7394 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7395
7396 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7397 diff-show-trailing-whitespaces.
7398
7399 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7402 invalid filename strings when parsing tex errors (bug#376).
7403
7404 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * menu-bar.el (menu-bar-file-menu): Fix typo.
7407
7408 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7411 (solitaire-mode): Define with `define-derived-mode'.
7412 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7413 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7414 (solitaire-undo, solitaire-check): Use `when'.
7415 (solitaire-solve): Err out if the solitaire is already in progress.
7416 Use `when'.
7417
7418 * descr-text.el (describe-char): Don't overwrite local variable char
7419 when describing characters with display-table entries. Display font
7420 backend when describing composed characters. Simplify: use `let'
7421 instead of `let*', and `or x y' instead of `if x x y'.
7422
7423 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * image-mode.el (image-minor-mode): Set up winprops.
7426
7427 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7428
7429 * diff-mode.el (diff-show-trailing-blanks): New fun.
7430 Show trailing blanks in modified lines for diff-mode.
7431
7432 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7433
7434 * Makefile.in (ELCFILES): Add net/xesam.el.
7435
7436 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7437 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7438
7439 * net/xesam.el: New file.
7440
7441 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7442
7443 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7444 set-file-modes when creating target directories.
7445
7446 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7449 Set `show-trailing-whitespace' to nil.
7450 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7451 Fix typos in docstrings.
7452
7453 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7456 key remapping, not directly.
7457
7458 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7459
7460 * whitespace.el: New version 11.2.
7461 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7462 minor mode visualization.
7463
7464 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7467
7468 * Makefile.in (ELCFILES): Add term/common-win.elc.
7469
7470 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7471 (vc-dir-isearch-regexp): New functions.
7472 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7473
7474 2008-07-23 Juri Linkov <juri@jurta.org>
7475
7476 * isearch-multi.el: Remove file to avoid dos file name clashes
7477 with isearch-x.el. Move most content to misearch.el.
7478
7479 * misearch.el: New file with most content from isearch-multi.el.
7480 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7481 Remove `isearch-buffers-minor-mode'. Add new function
7482 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7483 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7484 `multi-isearch-files', `multi-isearch-files-regexp'.
7485
7486 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7487
7488 * isearch.el (isearch-message-prefix): Display "Multi" when
7489 `multi-isearch-next-buffer-current-function' is non-nil.
7490 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7491 with `multi-isearch-next-buffer-current-function', and
7492 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7493
7494 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7495 `multi-isearch-next-buffer-function' instead of
7496 `isearch-buffers-next-buffer-function'. Remove call to
7497 `isearch-buffers-minor-mode'.
7498
7499 * buff-menu.el (Buffer-menu-marked-buffers)
7500 (Buffer-menu-isearch-buffers)
7501 (Buffer-menu-isearch-buffers-regexp): New functions.
7502 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7503 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7504 `Buffer-menu-isearch-buffers-regexp'.
7505 (Buffer-menu-mode): Document new commands in docstring.
7506 (list-buffers-noselect): Add one space after Info file name
7507 according to the Info address convention.
7508
7509 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7510 New functions.
7511
7512 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7513 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7514 (ibuffer-mode): Document new commands in docstring.
7515
7516 * filesets.el (filesets-commands): Add commands for "Isearch" and
7517 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7518 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7519 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7520 or `multi-isearch-files-regexp'.
7521 (filesets-cmd-query-replace-getargs): Call standard function
7522 `query-replace-read-args' to read `query-replace' arguments.
7523 Add `multi-query-replace-map'.
7524 (filesets-cmd-query-replace-regexp-getargs)
7525 (filesets-cmd-isearch-getargs): New functions.
7526
7527 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * international/mule.el (recode-region): Deactivate mark at the end.
7530
7531 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7532
7533 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7534 Use more suitable colors on dark displays.
7535
7536 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7539 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7540 (tramp-temp-buffer-name): New defconst.
7541 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7542 command. No trailing prompt.
7543 (tramp-process-sentinel): Remove temporary buffer, if existing.
7544 Don't handle trailing prompt.
7545 (tramp-open-connection-setup-interactive-shell):
7546 Use `tramp-temp-buffer-name'.
7547
7548 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * shell.el (shell-dynamic-complete-functions):
7551 Use comint-dynamic-complete-filename as well (bug#361).
7552
7553 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7554
7555 * term/ns-win.el:
7556 * version.el (emacs-version):
7557 * loadup.el:
7558 * frame.el (make-frame-on-display): Check for ns instead of
7559 ns-windowing.
7560
7561 * dired.el (dired-mode-map): Show the key binding for wdired.
7562
7563 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7564 exiting Emacs.
7565
7566 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7567
7568 * term/ns-win.el (x-list-fonts): Drop alias.
7569
7570 2008-07-23 Juri Linkov <juri@jurta.org>
7571
7572 * replace.el (multi-query-replace-map): New variable.
7573 (perform-replace): Add processing of new multi-buffer keys bound
7574 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7575 if last input char was `automatic-all'. Set new local variable
7576 `multi-buffer' to t when one of new two keys were typed. Return
7577 non-nil value of `multi-buffer' that tells to calling functions
7578 to continue replacement on the next file.
7579
7580 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7581 `perform-replace' to `multi-query-replace-map'.
7582
7583 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7586 otherwise displayed in every buffer.
7587
7588 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7589 (vc-arch-trim-one-revlib): Delete temp directories as well.
7590
7591 2008-07-22 Stephen Eglen <stephen@gnu.org>
7592
7593 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7594
7595 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7596
7597 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7598
7599 2008-07-22 Miles Bader <miles@gnu.org>
7600
7601 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7602 (sh-mode-map): Remove remapping of newline-and-indent.
7603
7604 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 * vc.el (Todo): Update.
7607
7608 * vc-hooks.el: Remove obsolete comment.
7609
7610 * vc-git.el (vc-git-status-printer): Update the directory display
7611 to match the default.
7612
7613 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7614
7615 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7616
7617 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7618 for "word wrap" command.
7619
7620 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7621
7622 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * term/ns-win.el: Rename ns- functions/variables to the
7625 corresponding x- versions.
7626 (x-select-text, x-cut-buffer-or-selection-value)
7627 (x-disown-selection-internal, x-get-selection-internal)
7628 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7629 (x-display-mm-width, x-display-mm-height)
7630 (x-display-backing-store, x-display-save-under)
7631 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7632 defaliases.
7633
7634 * frame.el (ns-display-name): Remove declaration.
7635 (make-frame-on-display): Use x-display-name instead
7636 ns-display-name. Use unless.
7637
7638 * startup.el (command-line-1): Fix indentation.
7639
7640 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7641 checked in inadvertently.
7642
7643 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * term/ns-win.el: Standardize references to "Nextstep" in
7646 comments, messages, and docstrings.
7647 (ns-handle-args, x-parse-geometry)
7648 (ns-extended-platform-support-mode, x-setup-function-keys)
7649 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7650 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7651 (ns-initialized, ns-initialize-window-system): Doc fixes.
7652
7653 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7654
7655 * diff-mode.el (diff-auto-refine): Delete defcustom.
7656 (diff-auto-refine-mode): New func/var via define-minor-mode.
7657 Update var ref to use diff-auto-refine-mode.
7658 * smerge-mode.el (diff-mode): Require when compiling.
7659 (smerge-auto-refine): Delete defcustom.
7660 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7661
7662 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * simple.el (visual-line): New custom group.
7665 (visual-line-fringe-indicators): New var.
7666 (visual-line-mode): Set fringe-indicator-alist based on
7667 visual-line-fringe-indicators. Add lighter.
7668
7669 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7670
7671 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7672 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7673 (x-handle-geometry, x-handle-name-switch, x-display-name)
7674 (x-handle-display, x-handle-args, x-colors): Move ...
7675 * term/common-win.el: ... here. New file.
7676 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7677 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7678 (x-handle-geometry, x-handle-name-switch, x-display-name)
7679 (x-handle-display, x-handle-args, x-colors): Remove.
7680 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7681
7682 2008-07-19 Juri Linkov <juri@jurta.org>
7683
7684 * startup.el (fancy-startup-text): Move the line "To quit
7685 a partially entered command, type Control-g" a few lines below
7686 to be after the line "To start". Add text "at gnu.org" to
7687 "Overview of Emacs features".
7688
7689 * dired.el (dired-mode-map): Fix menu text of
7690 image-dired-display-thumbs.
7691
7692 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7693 (image-dired-cmd-create-temp-image-options)
7694 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7695 ImageMagick command line to change the dimensions of the image
7696 only if its width or height exceeds the geometry specification.
7697
7698 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7699
7700 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7701 to docstrings.
7702
7703 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7704
7705 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7706 Vinicius Jose Latorre.
7707
7708 2008-07-19 Glenn Morris <rgm@gnu.org>
7709
7710 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7711 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7712
7713 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * net/dbus.el (dbus-interface-properties): New defconst.
7716 (dbus-introspect): Update docstring.
7717 (dbus-introspect-xml, dbus-introspect-get-attribute)
7718 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7719 (dbus-introspect-get-interface-names)
7720 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7721 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7722 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7723 (dbus-introspect-get-property)
7724 (dbus-introspect-get-annotation-names)
7725 (dbus-introspect-get-annotation)
7726 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7727 (dbus-introspect-get-signature, dbus-get-property)
7728 (dbus-set-property, dbus-get-all-properties): New defuns.
7729
7730 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7731
7732 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7733 ns-grabenv.elc.
7734
7735 * ns-carbon-compat.el: File removed.
7736
7737 * ns-grabenv.el: File removed.
7738
7739 * term/ns-win.el: Contents of ns-carbon-compat.el and
7740 ns-grabenv.el moved here.
7741 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7742 (ns-submit-bug-report): Function removed. Reports go to the main
7743 Emacs bug list.
7744 (ns-handle-args, ns-spi-service-call): Doc fixes.
7745 (info-ns-emacs): Function removed. Nextstep port manual will be
7746 merged into the Emacs manual, so no separate link needed.
7747
7748 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7749
7750 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7751
7752 2008-07-18 Glenn Morris <rgm@gnu.org>
7753
7754 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7755 to XEmacs, since it does nothing for Emacs.
7756
7757 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7758
7759 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7760 BUFFER that is a string but does not exist as a buffer object, as
7761 mentioned in the doc-string.
7762
7763 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * simple.el (line-move-visual): Make it a defcustom.
7766 (line-move-1): Convert temporary-goal-column back to an integer if
7767 it was set as a float by a previous call to line-move-visual.
7768 (end-of-visual-line, beginning-of-visual-line)
7769 (next-logical-line, previous-logical-line): New functions.
7770
7771 2008-07-17 David Reitter <david.reitter@gmail.com>
7772
7773 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7774 functions.
7775 (visual-line-mode, global-visual-line-mode): New minor mode.
7776 (visual-line-mode-map): New variable.
7777
7778 2008-07-17 Glenn Morris <rgm@gnu.org>
7779
7780 * term/ns-win.el (parameters): Declare for compiler.
7781
7782 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7783
7784 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7785 for Windows.
7786
7787 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7788
7789 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7790 (epa-key-mode): Ditto.
7791 (epa-info-mode): Ditto.
7792
7793 2008-07-17 Glenn Morris <rgm@gnu.org>
7794
7795 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7796 (ns-handle-numeric-switch): Just call ns-handle-switch.
7797 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7798 (ns-handle-args): Simplify using `pop'.
7799 (ns-display-name): Define (used in frame.el).
7800 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7801 original definition.
7802 (ns-perform-service): Declare.
7803 (ns-save-preferences): Use fewer `let's.
7804
7805 * frame.el (ns-display-name): Declare for compiler.
7806
7807 2008-07-17 Kenichi Handa <handa@m17n.org>
7808
7809 * descr-text.el (describe-char-unidata-list): Initialize to the
7810 list of name, general-category, decomposition, and old-name.
7811
7812 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7813
7814 * startup.el (command-line-1): Update processing of NS long options to
7815 mimic recent changes to processing of X long options.
7816
7817 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7820 list of #defines for remote files.
7821 (gdb-source-info): Only show main if it has been found.
7822
7823 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * term/ns-win.el: Require CL; fix up comment style; reindent.
7826 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7827 (ns-save-preferences): Use `case'.
7828 (ns-initialize-window-system): Use `dolist'.
7829
7830 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7831
7832 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7833 windowing is used.
7834 * term/ns-win.el (ns-extended-platform-support-mode):
7835 Correct/improve documentation.
7836
7837 2008-07-16 Glenn Morris <rgm@gnu.org>
7838
7839 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7840 Simply require 'cl (see comment in cl-compat.el).
7841 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7842 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7843 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7844 directly rather by subterfuge. Provide cl before loading cl-macs.
7845
7846 * paths.el (rmail-spool-directory): Remove settings for systems that are
7847 no longer supported.
7848
7849 * frame.el (ns-initialize-window-system): Declare for compiler.
7850
7851 * term/ns-win.el: Add numerous declarations for compiler.
7852 (ns-pop-up-frames): Move definition before use. Doc fix.
7853
7854 * emacs-lisp/check-declare.el (check-declare-locate)
7855 (check-declare-verify): Handle .m files.
7856
7857 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7858
7859 * ns-carbon-compat.el: New file: user-visible compatibility of
7860 NeXTstep port with Carbon port.
7861 * ns-grabenv.el: New file: functionality useful on OS X platform to
7862 expose environment variables inside Emacs started from icon.
7863 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7864 * cus-edit.el:
7865 * cus-face.el:
7866 * disp-table.el:
7867 * faces.el:
7868 * info.el:
7869 * mouse.el:
7870 * mwheel.el:
7871 * simple.el: Add ns to window systems treated as GUIs.
7872 * facemenu.el (facemenu-read-color): Don't require a name match under
7873 NS, to allow numeric color entry.
7874 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7875 'ns window system if need be.
7876 (various): Add 'ns as described above.
7877 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7878 ns-windowing is active.
7879 * startup.el (command-line-ns-option-alist): New constant to handle NS
7880 windowing system specific command line args analogous to how they are
7881 handled for X windows.
7882 (command-line-1): Use the above where appropriate.
7883 * version.el: Add NS port version.
7884 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7885 Darwin (usually OS X) systems.
7886 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7887 * emulation/viper-util.el (ns-display-color-p)
7888 (ns-color-defined-p): Remove these (caustically-commented) outdated
7889 compensations for a port that was never itself integrated until now.
7890 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7891 for NS window system.
7892 * international/mule-cmds.el: Add 'ns to list of special-cased window
7893 systems (probably most of these, x/w32/mac/ns could be changed to
7894 window-system non-nil).
7895 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7896
7897 2008-07-14 Jason Rumney <jasonr@gnu.org>
7898
7899 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7900 (x-handle-numeric-switch, x-handle-initial-switch)
7901 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7902 (xw-defined-colors, w32-initialize-window-system):
7903 Avoid use of cl pop and push macros.
7904
7905 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7906
7907 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7908 error when change-log-search-file-name returns nil.
7909
7910 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7911
7912 * add-log.el (change-log-search-file-name):
7913 Use match-string-no-properties.
7914 (change-log-search-tag-name-1, change-log-search-tag-name)
7915 (change-log-goto-source-1, change-log-goto-source): New functions.
7916 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7917 New variables.
7918 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7919
7920 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7921
7922 * calc/calc-help.el (calc-describe-key): Add angles to special key
7923 descriptions.
7924
7925 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7926
7927 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7928 search for regexp.
7929
7930 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7931
7932 * simple.el (line-move-visual): Handle null pixel position gracefully.
7933
7934 2008-07-11 Jason Rumney <jasonr@gnu.org>
7935
7936 * files.el (file-truename): Get truename of ancestors if file does
7937 not exist on Windows.
7938
7939 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7942 (track-eol, temporary-goal-column, previous-line, next-line):
7943 Update docstring.
7944 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7945 to nil.
7946
7947 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * simple.el (line-move-visual): New var.
7950 (line-move-visual): New function.
7951 (line-move): Call line-move-visual.
7952
7953 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7954
7955 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7956 pattern and add patterns for C++ header files.
7957
7958 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * window.el (truncated-partial-width-window-p): New function.
7961
7962 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7963
7964 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7965 are set later to x-create-frame.
7966 (face-set-after-frame-default): Apply X resources for non-default
7967 faces.
7968
7969 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7972 frame-specific X resource settings. Set faces using a list of
7973 frame parameters explicitly passed to the calling
7974 function (e.g. make-frame).
7975 (x-create-frame-with-faces, tty-create-frame-with-faces):
7976 Supply explicit frame parameter list to face-set-after-frame-default.
7977
7978 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7979
7980 * net/browse-url.el (browse-url-default-browser):
7981 Fix argument list in lambda.
7982
7983 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7984
7985 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7986 from url-retrieve.
7987 (newsticker--sentinel-work): Fix xerror typo.
7988
7989 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7990
7991 * vc-dir.el (vc-dir-refresh): Only update files.
7992
7993 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7994
7995 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7996
7997 2008-07-06 John Paul Wallington <jpw@pobox.com>
7998
7999 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8000
8001 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8002
8003 * vc-git.el (vc-git-registered): Return true for removed files.
8004 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8005 all the files instead of one per file.
8006 (vc-git-previous-revision): Add support for project-wide previous
8007 revision when specified file is nil.
8008
8009 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8010
8011 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8012
8013 * vc-dir.el (vc-dir-find-child-files): New function.
8014 (vc-dir-resync-directory-files): New function.
8015 (vc-dir-recompute-file-state): New function, broken out of ...
8016 (vc-dir-resynch-file): ... here. Also deal with directories.
8017 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8018 (vc-resynch-buffer): Use it.
8019
8020 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8021
8022 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8023
8024 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8027 if it's not part of gdb-ui, e.g, at start.
8028
8029 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8030 filenames in stack trace (text command mode).
8031
8032 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8035
8036 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8037 Use syntax-ppss on a position *before* the char we want to change.
8038
8039 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8040
8041 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8042 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8043 (vc-dir-mode-map): Likewise.
8044
8045 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8048 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8049 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8050 Remove spurious * in defcustom docstrings.
8051
8052 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8053 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8054 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8055 (default-justification): Remove spurious * in defcustom docstrings.
8056
8057 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8058 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8059 (rst-compare-decorations, rst-default-indent, rst-update-section)
8060 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8061 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8062 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8063 Fix typos in docstrings.
8064 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8065 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8066 (rst-get-decorations-around, rst-section-tree-point)
8067 (rst-font-lock-adornment-point): Reflow docstrings.
8068 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8069 Doc fixes.
8070 (rst-re-enumerations): Comment out.
8071
8072 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8073 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8074 (nxml-unicode-block-char-name-set):
8075 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8076 * nxml/rng-nxml.el (rng-set-state-after):
8077 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8078
8079 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8080 (rng-c-parse-annotation-body):
8081 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8082
8083 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8084 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8085 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8086 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8087 Fix typos in docstrings.
8088 (nxml-attribute-indent): Reflow docstring.
8089 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8090 (nxml-default-buffer-file-coding-system): Doc fixes.
8091
8092 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8093 (nxml-ns-set-prefix): Fix typos in docstrings.
8094 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8095 Reflow docstring.
8096 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8097
8098 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8099 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8100 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8101 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8102 (nxml-outline-display-rest, nxml-outline-set-overlay)
8103 (nxml-section-tag-forward, nxml-section-tag-backward)
8104 (nxml-back-to-section-start): Fix typos in docstrings.
8105
8106 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8107 Doc fixes.
8108
8109 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8110 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8111 (nxml-scan-after-change): Fix typo in docstring.
8112
8113 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8114 (rng-name-class-possible-names): Doc fixes.
8115 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8116 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8117 Fix typos in docstrings.
8118 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8119 Reflow docstrings.
8120
8121 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8122 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8123
8124 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8125 (rng-xsd-convert-date-time): Reflow docstrings.
8126 (rng-xsd-compile): Fix typo in docstring.
8127
8128 * nxml/rng-loc.el (rng-current-schema-file-name)
8129 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8130 Doc fixes.
8131 (rng-set-schema-file): Fix typo in docstring.
8132
8133 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8134 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8135 Fix typos in docstrings.
8136 (rng-message-overlay, rng-conditional-up-to-date-start)
8137 (rng-conditional-up-to-date-end): Doc fixes.
8138 (rng-next-error, rng-previous-error): Reflow docstrings.
8139
8140 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8141 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8142 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8143 (xmltok-merge-attributes): Fix typos in docstrings.
8144 (xmltok-make-attribute, xmltok-forward-special)
8145 (xmltok-get-declared-encoding-position): Reflow docstrings.
8146
8147 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8148 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8149 Fix typos in docstrings.
8150
8151 2008-07-02 John Paul Wallington <jpw@pobox.com>
8152
8153 * ibuffer.el (ibuffer-buffer-file-name):
8154 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8155 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8156
8157 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8158
8159 * files.el (backup-extract-version): Handle versioned directories.
8160 (trash-directory): New variable.
8161 (move-file-to-trash): New function.
8162
8163 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8164
8165 2008-07-02 Magnus Henoch <mange@freemail.hu>
8166
8167 * vc-git.el (vc-git-annotate-command): Use proper option for
8168 specifying revision.
8169
8170 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8171
8172 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8173 if available.
8174
8175 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8176
8177 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8178
8179 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8180 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8181
8182 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8183
8184 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8185
8186 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8187 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8188 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8189 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8190 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8191 (gdb-stack-list-locals-regexp): Future proof regexps better.
8192
8193 2008-06-30 Juri Linkov <juri@jurta.org>
8194
8195 * faces.el (face-name-history): New variable.
8196 (make-face, make-empty-face): Replace interactive spec "S"
8197 with `read-from-minibuffer' where `read' arg is t and
8198 `hist' arg is `face-name-history'.
8199 (read-face-name): Set `hist' arg of `completing-read-multiple'
8200 to `face-name-history'.
8201 (list-faces-display): Use `read-regexp' instead of `read-string'
8202 to read regexp.
8203
8204 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8205 to `regexp-history'.
8206 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8207 make it an obsolete alias to it.
8208 (hi-lock-face-defaults): New variable renamed from
8209 `hi-lock-face-history'.
8210 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8211 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8212 `read-from-minibuffer'. Doc fix.
8213 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8214 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8215 Set `hist' arg of `completing-read' to `face-name-history'.
8216 Put a list of default faces to `default' arg instead of `hist' arg.
8217
8218 * bindings.el (abbrev-map, narrow-map): New variables.
8219 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8220 Rebind related commands to these new maps.
8221 (ctl-x-r-map): New variable for rectangle, register and bookmark
8222 keys. Move rectangle keybindings to rect.el and register
8223 keybindings to register.el.
8224 (next-buffer, previous-buffer): Remove C-x prefix and move
8225 keybindings to ctl-x-map.
8226
8227 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8228 to the new map `ctl-x-r-map' in autoload cookies.
8229
8230 * expand.el: Rebind two global `C-x a' keys "n", "p"
8231 to the new map `abbrev-map' in autoload cookies.
8232
8233 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8234
8235 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8236
8237 2008-06-30 Miles Bader <miles@gnu.org>
8238
8239 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8240 after processing an escape sequence.
8241
8242 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8243
8244 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8245 from 2008-06-28. It does not work on W32.
8246
8247 2008-06-29 Juri Linkov <juri@jurta.org>
8248
8249 * replace.el (read-regexp): New function.
8250 (keep-lines-read-args, occur-read-primary-args):
8251 Call `read-regexp' instead of code moved to new function.
8252 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8253 from the end of prompt.
8254 (replace-re-search-function): Doc fix.
8255
8256 2008-06-29 Kenichi Handa <handa@m17n.org>
8257
8258 * descr-text.el (describe-char-display): Always return a string.
8259 (describe-char-padded-string): New function.
8260 (describe-char): Adjusted for the change of
8261 describe-char-display. Use describe-char-padded-string.
8262
8263 2008-06-29 Andreas Schwab <schwab@suse.de>
8264
8265 * vc-dir.el (vc-dir): Make backend argument optional and use
8266 vc-responsible-backend when nil. Interactively pass nil for
8267 backend instead of using the backend of what happens to be
8268 default-directory at the time of the call.
8269
8270 * find-dired.el (find-dired-filter): Preserve point.
8271
8272 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8275 (sasl-find-mechanism, sasl-next-step):
8276 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8277 (sasl-ntlm-response): Fix typos in docstrings.
8278
8279 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8280
8281 * international/mule-cmds.el (view-hello-file): Doc fix.
8282
8283 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8286 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8287
8288 2008-06-28 John Paul Wallington <jpw@pobox.com>
8289
8290 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8291
8292 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8293
8294 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8295 (tramp-convert-file-attributes): Convert symlinks only when
8296 returned from `tramp-handle-file-attributes-with-stat'.
8297
8298 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8299 `substitute-in-file-name' when unloading.
8300 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8301
8302 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8303
8304 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8305 (vc-string-prefix-p): Move function ...
8306 * vc.el (vc-string-prefix-p): ... here.
8307
8308 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8309
8310 * vc-dir.el (vc-dir): Complete only directory names.
8311
8312 2008-06-27 Jason Rumney <jasonr@gnu.org>
8313
8314 * w32-fns.el (top-level): Unconditionally define all charsets.
8315
8316 2008-06-27 Alan Mackenzie <acm@muc.de>
8317
8318 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8319 the CC Mode specific functions; this is no longer needed, since
8320 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8321
8322 * progmodes/cc-defs.el (c-emacs-features): New feature
8323 'argumentative-bod-function.
8324
8325 2008-06-27 John Paul Wallington <jpw@pobox.com>
8326
8327 * chistory.el (list-command-history): Use `bound-and-true-p'.
8328 (command-history-map): Define within defvar. Add docstring.
8329
8330 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8331
8332 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8333 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8334 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8335 (image-type-from-buffer): Use `looking-at-p'.
8336
8337 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8338
8339 * ibuf-ext.el (diff-sentinel): Declare.
8340
8341 2008-06-27 Glenn Morris <rgm@gnu.org>
8342
8343 * calendar/lunar.el (calendar-lunar-phases): Rename from
8344 calendar-phases-of-moon. Keep old name as alias, update callers.
8345 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8346 (diary-lunar-phases): Rename from diary-phases-of-moon.
8347 Keep old name as alias.
8348 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8349 (cal-menu-global-mouse-menu): Update for lunar name changes.
8350 * calendar/calendar.el (calendar-mode-map): Update for name change.
8351 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8352
8353 2008-06-26 Glenn Morris <rgm@gnu.org>
8354
8355 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8356 argument `nolocation'.
8357 (calendar-sunrise-sunset-month): New function.
8358 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8359 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8360 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8361 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8362 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8363 (calendar-buffer-list): Add solar-sunrises-buffer.
8364
8365 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8366
8367 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * cus-start.el: Add customization types for word-wrap and
8370 shift-select-mode.
8371
8372 2008-06-26 John Paul Wallington <jpw@pobox.com>
8373
8374 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8375 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8376 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8377 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8378
8379 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8380
8381 * vc-dir.el (tool-bar): Require.
8382
8383 * vc.el (ewoc, tool-bar): Do not require.
8384
8385 2008-06-26 Kenichi Handa <handa@m17n.org>
8386
8387 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8388 characters.
8389
8390 * composite.el (terminal-composition-base-character-p): New function.
8391 (terminal-composition-function):
8392 Use terminal-composition-base-character-p. Include the base character
8393 in the composition.
8394 (auto-compose-chars): Don't check font-object for terminal display.
8395
8396 2008-06-26 Glenn Morris <rgm@gnu.org>
8397
8398 * doc-view.el (bookmark-make-record-default):
8399 * image-mode.el (bookmark-make-record-default): Fix declaration.
8400
8401 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8402 Add default :value for sexp type.
8403 (calendar-month-edges): New variable.
8404 (calendar-month-edges): New function.
8405 (calendar-recompute-layout-variables): Set calendar-month-edges.
8406 (calendar-intermonth-header, calendar-intermonth-text): New options.
8407 (calendar-insert-at-column): New function.
8408 (calendar-generate-month): Use calendar-insert-at-column.
8409 Handle intermonth text. Add 'date property.
8410 (calendar-column-to-month): Remove function.
8411 (calendar-column-to-segment): New function.
8412 (calendar-cursor-to-date): Use calendar-column-to-segment.
8413 Check 'date property.
8414
8415 * calendar/calendar.el (calendar-print-other-dates):
8416 Handle mouse events.
8417 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8418 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8419
8420 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8421 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8422 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8423
8424 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8425 Use calendar-column-to-segment, calendar-month-edges, and
8426 the 'date property to handle intermonth text.
8427
8428 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8429
8430 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8431 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8432 Add doc strings.
8433 (cal-menu-context-mouse-menu): Add some :keys.
8434 (calendar-check-holidays): Declare rather than autoloading.
8435 (diary-show-holidays-flag): Remove unneeded declaration.
8436
8437 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8438 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8439 event-start is nil.
8440
8441 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * minibuffer.el (completion-basic-try-completion): Use the text after
8444 point to constrain the completion candidates.
8445 (completion-basic-all-completions): Adjust accordingly.
8446
8447 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8448
8449 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8450 courier.
8451
8452 * faces.el (set-face-attribute): Doc fix.
8453
8454 2008-06-25 Juri Linkov <juri@jurta.org>
8455
8456 * bindings.el (goto-map): New variable. Rebind goto-related
8457 commands to this `M-g' prefix keymap.
8458 (search-map): New variable for `M-s' prefix keymap.
8459 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8460 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8461 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8462 `M-shw' to `hi-lock-write-interactive-patterns'.
8463
8464 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8465 `isearch-highlight-regexp'.
8466 (isearch-highlight-regexp): New function.
8467
8468 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * info.el (Info-bookmark-make-record):
8471 Use bookmark-make-record-default.
8472 (Info-bookmark-jump): Use bookmark-default-handler.
8473
8474 * image-mode.el (image-bookmark-make-record):
8475 Use bookmark-make-record-default.
8476 (image-bookmark-jump): Use bookmark-default-handler.
8477
8478 * doc-view.el (doc-view-bookmark-make-record):
8479 Use bookmark-make-record-default.
8480 (doc-view-bookmark-jump): Use bookmark-default-handler.
8481
8482 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8483 used until now in bookmark.el's code.
8484 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8485 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8486 used until now in bookmark.el's code.
8487 (bookmark-set-filename): Remove special code, moved to its only caller.
8488 (bookmark-store): Use the newer format.
8489 (bookmark-make-record-default): Add arg `point-only'.
8490 Rename from bookmark-make-record-for-text-file.
8491 (bookmark--jump-via): New function.
8492 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8493 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8494 Use it.
8495 (bookmark-jump-noselect, bookmark-default-handler):
8496 Don't return an alist, instead return the data implicitly by changing
8497 current buffer and point. Signal an error if the file doesn't exist.
8498
8499 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8500 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8501
8502 * bs.el: Use with-current-buffer. Simplify.
8503 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8504
8505 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8506 is bound before using it.
8507
8508 2008-06-25 Kenichi Handa <handa@m17n.org>
8509
8510 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8511
8512 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8513
8514 * vc-hg.el:
8515 * vc-git.el: Require vc-dir when compiling.
8516
8517 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8518 vc-dir-marked-only-files. Change the return value.
8519 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8520 Change the return value.
8521 (vc-dir-deduce-fileset): New function broken out from ...
8522 * vc.el (vc-deduce-fileset): ... here and ...
8523 (vc-deduce-fileset): ... here.
8524
8525 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8526 (vc-svn-parse-status): Do not set the vc-backend property.
8527
8528 2008-06-25 Andreas Schwab <schwab@suse.de>
8529
8530 * faces.el (face-font-family-alternatives, variable-pitch):
8531 Use "Sans Serif", not "Sans-Serif".
8532
8533 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * faces.el (face-font-family-alternatives, variable-pitch):
8536 Change "Sans" to the canonical name "Sans-Serif".
8537
8538 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8539
8540 * calc/calc.el (calc-mode-map): Add extra keybindings to
8541 `calc-missing-key'.
8542 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8543 `kill-ring-save'.
8544
8545 2008-06-24 Miles Bader <miles@gnu.org>
8546
8547 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8548 pops up the menu but doesn't select anything.
8549
8550 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8551
8552 * add-log.el (add-change-log-entry): Add new arg to force each new
8553 entry to be on a new line.
8554 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8555
8556 * vc-dir.el (vc-client-object): Remove.
8557 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8558 use it when looking for a buffer.
8559 (vc-dir): Add a backend argument. Set revert-buffer-function.
8560 Don't create a client object. Move bindings ...
8561 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8562 (vc-dir-revert-buffer-function): New function.
8563 (vc-generic-status-printer): Rename to ...
8564 (vc-dir-status-printer): ... this.
8565 (vc-generic-state, vc-generic-status-fileinfo-extra)
8566 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8567 (vc-default-status-printer): Use a different face for
8568 directories. Don't display any text for directories in the state
8569 column. Add tooltips.
8570
8571 * vc.el (Todo): Update.
8572
8573 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8574 * vc-rcs.el (vc-annotate-convert-time):
8575 * vc-mtn.el (vc-annotate-convert-time):
8576 * vc-git.el (vc-annotate-convert-time):
8577 * vc-cvs.el (vc-annotate-convert-time):
8578 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8579
8580 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8581
8582 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8583 instead of using view-mode.
8584
8585 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8588
8589 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8590
8591 * vc.el:
8592 * vc-hooks.el:
8593 * vc-dispatcher.el: Move vc-dir variables and functions ...
8594 * vc-dir.el: ... here. New file.
8595 * Makefile.in (ELCFILES): Add vc-dir.elc.
8596
8597 * vc.el: Move vc-annotate variables and functions ...
8598 * vc-annotate.el: ... here. New file.
8599 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8600
8601 * vc-dav.el: Move here from url/vc-dav.el.
8602 (Todo): Note work needed to make this backend functional.
8603
8604 * Makefile.in (ELCFILES): Update vc-dav.el location.
8605
8606 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8609
8610 2008-06-21 John Paul Wallington <jpw@pobox.com>
8611
8612 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8613
8614 * textmodes/rst.el (rst-mode): Put docstring in right place.
8615
8616 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8619 size for legibility.
8620
8621 * faces.el (fixed-pitch): Use "Monospace" family.
8622 (variable-pitch): Use "Sans" family.
8623 (face-font-family-alternatives): Define alternatives for "Sans"
8624 and "Monospace".
8625
8626 2008-06-21 Glenn Morris <rgm@gnu.org>
8627
8628 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8629 Require 'cl when compiling.
8630
8631 * emacs-lisp/debug.el (help-xref-interned): Declare.
8632
8633 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8634 Evaluate definition when compiling.
8635
8636 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8637 rather than mouse-1.
8638 (bug-reference-url-format): Autoload safe if string.
8639 (bug-reference-bug-regexp): Make space after "bug" optional.
8640
8641 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8642 for some non-GNU makes.
8643
8644 * cus-dep.el (custom-dependencies-no-scan-regexp):
8645 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8646
8647 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8648 increments.
8649
8650 * calendar/calendar.el: Factor out the magic numbers controlling the
8651 calendar layout.
8652 (calendar-month-digit-width, calendar-month-width)
8653 (calendar-right-margin): New variables.
8654 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8655 New functions.
8656 (calendar-left-margin, calendar-intermonth-spacing)
8657 (calendar-column-width, calendar-day-header-width)
8658 (calendar-day-digit-width): New options.
8659 (calendar-first-date-row): New constant.
8660 (calendar-move-to-column, calendar-ensure-newline): New functions,
8661 replacing calendar-insert-indented.
8662 (calendar-insert-indented): Remove function.
8663 (calendar-generate-month): Use calendar-move-to-column and
8664 calendar-ensure-newline. Use layout variables.
8665 (calendar-generate, calendar-update-mode-line)
8666 (calendar-font-lock-keywords): Use layout variables.
8667 (calendar-column-to-month): New function.
8668 (calendar-cursor-to-date): Use calendar-column-to-month.
8669 Use layout variables.
8670 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8671 Use layout variables. Use calendar-column-to-month.
8672 (calendar-cursor-to-visible-date): Use layout variables.
8673
8674 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8677 (all): Run compile-last.
8678 (compile-onefile): New target.
8679 (compile-first): Simplify.
8680 (compile-last): Don't treat COMPILE_FIRST specially.
8681 (COMPILE_FIRST): List the elc files rather than the el files.
8682 (ELCFILES): Update.
8683
8684 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8685
8686 * net/newst-treeview.el: Remove dead code.
8687 (newsticker--window-config): Remove.
8688 (newsticker-treeview-quit): Do not save window config.
8689 (newsticker-treeview): Do not try to restore window config.
8690 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8691 (newsticker--treeview-list-new-items)
8692 (newsticker--treeview-list-immortal-items)
8693 (newsticker--treeview-list-obsolete-items)
8694 (newsticker--treeview-list-all-items)
8695 (newsticker--treeview-list-feed-items): Fix documentation.
8696
8697 2008-06-21 Miles Bader <miles@gnu.org>
8698
8699 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8700
8701 2008-06-21 Alan Mackenzie <acm@muc.de>
8702
8703 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8704 infinite loop on invalid syntax.
8705
8706 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * textmodes/rst.el: Run rst-define-level-faces when loading.
8709 (rst-mode): Don't set the font-lock-multiline var.
8710 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8711 Set the font-lock-multiline property by hand.
8712
8713 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8714
8715 * Makefile.in (emacs-deps): Remove.
8716 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8717 (all): Use them.
8718 (autogen-clean): Remove.
8719
8720 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * Makefile.in (all): New target.
8723 (bootstrap-prepare): Remove.
8724
8725 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8726 the .elc file to batch-byte-compile.
8727
8728 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8729 set-keymap-parents if set-keymap-parent doesn't exist.
8730
8731 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8732 Allow more than one space before the |.
8733
8734 * textmodes/rst.el: Fix up docstring conventions.
8735 Move vars to before their first use.
8736 (rst-mode): Don't mess with font-lock-support-mode.
8737 (rst-suggest-new-decoration, rst-adjust-decoration):
8738 Avoid CL's copy-list.
8739 (rst-delete-entire-line): Use line-beginning-position.
8740 (rst-position): New fun.
8741 (rst-straighten-decorations): Use it instead of CL's position.
8742 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8743 (rst-toc-mode): Use define-derived-mode.
8744 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8745 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8746 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8747 (rst-replace-lines): Simplify.
8748 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8749
8750 * simple.el (special-mode-map): New var.
8751 (special-mode): New major mode.
8752
8753 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8754
8755 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8756 log-view-file-re.
8757
8758 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8759 (vc-switch-backend): Simplify.
8760 (Todo): Remove solved items.
8761
8762 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8763 the vc-backend property.
8764
8765 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8768 Bind inhibit-read-only since the buffer is always read-only.
8769
8770 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8771
8772 * net/newst-treeview.el (newsticker-treeview-own-frame):
8773 Change default value to nil.
8774 (newsticker--treeview-list-add-item)
8775 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8776
8777 2008-06-20 Martin Blais <blais@furius.ca>
8778 Stefan Merten <smerten@oekonux.de>
8779 David Goodger <goodger@python.org>
8780
8781 * textmodes/rst.el: New file.
8782
8783 2008-06-20 Sam Steingold <sds@gnu.org>
8784
8785 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8786 remove DIRECTORY entries.
8787
8788 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8789
8790 * makefile.w32-in (distclean): Depend on `clean'.
8791 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8792 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8793 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8794 empty cus-load.el with `echo', and include "Local Variables"
8795 section to prevent the empty file from being compiled.
8796 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8797 that generate an empty cus-load.el.
8798
8799 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8800
8801 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8802 Don't copy ldefs-boot.el over loaddefs.el.
8803 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8804 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8805 to loaddefs.el; they are not needed now. Add coding cookie.
8806
8807 2008-06-20 Miles Bader <miles@gnu.org>
8808
8809 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8810 Strip unnecessary list levels from SPECS.
8811 (buffer-face-set, buffer-face-toggle):
8812 Change argument from FACE to &rest SPECS, and strip unnecessary
8813 list levels from SPECS.
8814 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8815
8816 2008-06-20 Jason Rumney <jasonr@gnu.org>
8817
8818 * international/fontset.el (setup-default-fontset): Specify script
8819 for latin use of iso10646-1. Fix use of lang tags.
8820
8821 2008-06-19 Miles Bader <miles@gnu.org>
8822
8823 * face-remap.el (text-scale-increase): Start from zero if
8824 text-scale-mode isn't enabled.
8825
8826 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8829 frame parameters after setting up the `default' face.
8830
8831 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8834
8835 2008-06-18 Glenn Morris <rgm@gnu.org>
8836
8837 * mouse.el (buffer-face-mode-invoke): Declare.
8838
8839 * Makefile.in (ELCFILES): Add org/org-id.elc.
8840
8841 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8842 * calendar/cal-menu.el (cal-menu-holidays-menu):
8843 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8844 (cal-menu-today-holidays): Remove function.
8845
8846 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8847 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8848 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8849 Remove unused functions.
8850 (calendar-mouse-view-diary-entries): Use format rather than concat.
8851
8852 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8853 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8854 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8855
8856 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8857 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8858 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8859 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8860 cal-menu-event-to-date.
8861
8862 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8863 Handle mouse events.
8864 * calendar/cal-tex.el (cal-tex-cursor-year)
8865 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8866 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8867 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8868 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8869 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8870 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8871 (cal-tex-cursor-month): Mark N as optional.
8872 * calendar/cal-menu.el (calendar-mouse-tex-day)
8873 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8874 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8875 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8876 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8877 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8878 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8879 Remove functions.
8880 (cal-menu-context-mouse-menu): Replace the above functions with the
8881 cal-tex versions. Add HTML submenu.
8882
8883 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8884
8885 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8886 text command mode.
8887 (gdb): Explain that gud-gdb is needed for text command mode.
8888
8889 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8890
8891 * window.el (split-height-threshold): Remove spurious extra line.
8892
8893 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8896 (calendar-set-mark):
8897 * calendar/diary-lib.el (diary-insert-entry):
8898 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8899 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8900 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8901 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8902 diary-insert-entry, and calendar-sunrise-sunset instead.
8903
8904 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8905 (vc-next-action): Pass the new arg.
8906 (vc-register): Don't use `only-files'.
8907 Don't set `backup-inhibited' in the current buffer.
8908
8909 2008-06-17 Miles Bader <miles@gnu.org>
8910
8911 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8912
8913 * face-remap.el (buffer-face-mode-face)
8914 (buffer-face-mode-remapping): New variables.
8915 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8916 (buffer-face-mode-invoke): New functions.
8917 (variable-pitch-mode-remapping): Variable removed.
8918 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8919
8920 * face-remap.el (internal-lisp-face-attributes): New variable.
8921 (face-attrs-more-relative-p, face-remap-order): New functions.
8922 (face-remap-add-relative): Use `face-remap-order'.
8923
8924 2008-06-17 Glenn Morris <rgm@gnu.org>
8925
8926 * mouse.el (x-select-font): Declare.
8927
8928 * calendar/calendar.el (calendar-move-hook):
8929 Add calendar-update-mode-line as an option.
8930 (calendar-date-echo-text): New user option.
8931 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8932 (calendar-insert-indented): Simplify newline insertion.
8933 (calendar-describe-mode): Remove unused function.
8934 (calendar-mode-line-entry): New function.
8935 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8936 Mark as risky.
8937 (calendar-mouse-other-month): Remove function.
8938 (calendar-other-month): Handle mouse events.
8939 (calendar-goto-info-node): Call fit-window-to-buffer.
8940 (calendar-mode): Use define-derived-mode. Doc fix.
8941 (calendar-update-mode-line): Tweak whitespace.
8942
8943 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8946 (vc-dir-marked-only-files): vc-string-prefix-p.
8947
8948 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * progmodes/gdb-ui.el (gdb-memory-set-address)
8951 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8952 (gdb-memory-mode-map): Bind above functions respectively
8953 to 'S' and 'N'.
8954
8955 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8956
8957 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8958
8959 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * log-view.el (vc-diff-internal): Declare for compiler.
8962
8963 * vc-bzr.el (log-view-per-file-logs):
8964 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8965
8966 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8967
8968 * mouse.el (mouse-appearance-menu-map): New var.
8969 (mouse-appearance-menu): New function.
8970 Bind it to S-down-mouse-1.
8971
8972 2008-06-15 Juri Linkov <juri@jurta.org>
8973
8974 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8975 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8976 as the second element.
8977 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8978 Don't print progress messages.
8979 (Info-toc-nodes): New variable and function.
8980 (Info-index-nodes): Optimize non-string file name case.
8981 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8982 (Info-insert-breadcrumbs): Use the cached document structure instead
8983 of visiting all ancestor nodes. Remove the initial `>'.
8984
8985 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8986
8987 * log-view.el (log-view-diff-changeset): New function.
8988 (log-view-mode-map, log-view-mode-menu): Bind it.
8989 (log-view-per-file-logs, log-view-vc-fileset)
8990 (log-view-vc-backend): New variables.
8991 (log-view-find-revision, log-view-modify-change-comment)
8992 (log-view-annotate-version): Throw an error if the log is for more
8993 than one file and we can't find the current file. Get the current
8994 file from log-view-vc-fileset if necessary.
8995 (log-view-diff): Get the current file from log-view-vc-fileset if
8996 necessary.
8997
8998 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8999
9000 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9001 (vc-hg-log-view-mode): Declare for compiler.
9002 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9003 log-view-file-re.
9004 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9005
9006 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9007
9008 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9009
9010 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9011
9012 * net/tramp.el (tramp-handle-start-file-process):
9013 Clear modification time of the connection buffer.
9014 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9015 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9016 restart `tramp-maybe-open-connection' when the remote system has
9017 been changed. Throw 'uname-changed event.
9018 (tramp-maybe-open-connection): Catch it.
9019
9020 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9021 Reset `tramp-locked'.
9022
9023 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9024
9025 * net/newst-treeview.el (newsticker--treeview-list-update)
9026 (newsticker--treeview-item-update)
9027 (newsticker--treeview-tree-update)
9028 (newsticker-treeview-jump, newsticker-group-add-group)
9029 (newsticker-group-move-feed, newsticker-group-delete-group):
9030 Remove window dedication.
9031 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9032 newsticker-groups.
9033 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9034
9035 2008-06-15 Andreas Schwab <schwab@suse.de>
9036
9037 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9038 when parsing CVS/Repository.
9039
9040 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9041
9042 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9043
9044 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9045 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9046 net/newst-reader.el.
9047
9048 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9049 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9050 net/newst-reader.el.
9051
9052 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9055 Catch and recover from case when the bytes we thought we were reading
9056 turn out to be something else entirely, such as latin-1 chars from
9057 quail. See bug#396.
9058
9059 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9060
9061 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9062 (vc-register): Call the backend function only once, instead of
9063 once for each file.
9064 (vc-next-action): Update call to vc-register.
9065 (vc-dir-register): Remove function.
9066 (vc-dir): Bind vc-register instead of vc-dir-register.
9067
9068 2008-06-14 Glenn Morris <rgm@gnu.org>
9069
9070 * Makefile.in (ELCFILES): Add net/newst-*.el.
9071
9072 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * wdired.el (wdired-do-renames): New function.
9075 (wdired-finish-edit): Use it to.
9076 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9077
9078 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9081
9082 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9083
9084 * window.el (window--even-window-heights): Even window heights
9085 only if the selected window is higher than WINDOW.
9086 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9087
9088 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9091
9092 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * term/linux.el (terminal-init-linux): Load t-mouse.
9095
9096 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9097 Drew Adams <drew.adams@oracle.com>
9098
9099 * info.el (Info-breadcrumbs-depth): New var.
9100 (Info-insert-breadcrumbs): New function.
9101 (Info-fontify-node): Use it.
9102 (Info-mode-map): Move initialization into declaration.
9103
9104 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9105
9106 Rename net/newsticker-*.el to net/newst-*.el.
9107 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9108 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9109 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9110 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9111 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9112 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9113 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9114 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9115 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9116 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9117
9118 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * progmodes/compile.el (compilation-start): Don't disable undo in
9121 comint buffer. Don't override the comint-filter with our own.
9122 (compilation-filter): Change point's insertion-type.
9123
9124 * comint.el (comint-output-filter): Use copy-marker.
9125
9126 2008-06-13 David Reitter <david.reitter@gmail.com>
9127
9128 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9129 Check message-signature-separator exists before using it.
9130
9131 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9132
9133 * vc.el (vc-delete-file): Bind default-directory before calling
9134 the backend.
9135 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9136 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9137 New function.
9138 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9139 (vc-annotate-mode-menu): Bind it.
9140
9141 2008-06-13 Jason Rumney <jasonr@gnu.org>
9142
9143 * term/w32-win.el (mouse-set-font): Remove overridden function.
9144 (w32-select-font): Declare as obsolete alias for x-select-font.
9145
9146 2008-06-13 Daniel Engeler <engeler@gmail.com>
9147
9148 These changes add serial port access.
9149 * term.el (term-update-mode-line): Modify.
9150 (serial-port-is-file-p, serial-nice-speed-history)
9151 (serial-no-speed, serial-mode-line-speed-menu)
9152 (serial-mode-line-config-menu): New variables and constants.
9153 (serial-name-history, serial-speed-history)
9154 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9155 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9156 (serial-mode-line-speed-menu, serial-update-speed-menu)
9157 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9158 (serial-update-config-menu): New functions.
9159
9160 2008-06-13 Glenn Morris <rgm@gnu.org>
9161
9162 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9163
9164 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9165
9166 2008-06-13 Kenichi Handa <handa@m17n.org>
9167
9168 * cus-face.el (custom-face-attributes): Add :foundry.
9169
9170 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9171 (face-x-resources): Add :foundry.
9172 (face-valid-attribute-values): Likewise.
9173 (face-attribute-name-alist): Likewise.
9174 (describe-face): Likewise.
9175
9176 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9179
9180 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * longlines.el (longlines-search-forward, longlines-search-backward)
9183 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9184
9185 2008-06-12 Sam Steingold <sds@gnu.org>
9186
9187 * vc.el (vc-rename-file): DTRT when the destination is a directory
9188 name and the source is a file.
9189
9190 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9193
9194 2008-06-12 Glenn Morris <rgm@gnu.org>
9195
9196 * progmodes/f90.el (f90-beginning-of-subprogram)
9197 (f90-end-of-subprogram): Only give a message when interactive.
9198
9199 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9200
9201 * progmodes/cperl-mode.el (cperl-info-on-command):
9202 Use display-pixel-height rather than x-display-pixel-height.
9203
9204 * mail/rmailedit.el (rmail-cease-edit):
9205 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9206
9207 * emulation/edt.el (edt-xserver):
9208 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9209
9210 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9211
9212 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9213 Evaluate definitions when compiling. Reverse tests.
9214
9215 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9216 use unless.
9217
9218 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9219
9220 * textmodes/artist.el (x-pointer-shape):
9221 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9222 (x-open-connection, x-server-max-request-size, x-get-resource):
9223 * term/w32console.el (x-setup-function-keys):
9224 * term/w32-win.el (x-parse-geometry, x-resource-name)
9225 (generate-fontset-menu, image-library-alist, x-open-connection)
9226 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9227 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9228 (x-get-resource):
9229 * term/mac-win.el (x-parse-geometry, x-resource-name)
9230 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9231 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9232 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9233 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9234 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9235 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9236 (tooltip-identifier-from-point, define-fringe-bitmap):
9237 * play/gamegrid.el (image-size):
9238 * play/bubbles.el (image-size):
9239 * mail/emacsbug.el (x-server-vendor, x-server-version):
9240 * international/mule-util.el (internal-char-font):
9241 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9242 (fontset-alias-alist, fontset-list, fontset-plain-name):
9243 * international/mule-cmds.el (x-server-vendor, x-server-version):
9244 * international/fontset.el (font-encoding-charset-alist)
9245 (otf-script-alist, new-fontset, set-fontset-font)
9246 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9247 (fontset-list, query-fontset, x-get-resource):
9248 * emulation/edt.el (x-server-vendor):
9249 * emulation/edt-mapper.el (x-server-vendor):
9250 * emacs-lisp/map-ynp.el (x-popup-dialog):
9251 * emacs-lisp/lmenu.el (x-popup-dialog):
9252 * x-dnd.el (x-window-property, x-change-window-property)
9253 (x-get-selection-internal):
9254 * woman.el (x-list-fonts):
9255 * w32-fns.el (x-server-version):
9256 * tooltip.el (x-show-tip, x-hide-tip):
9257 * tool-bar.el (image-mask-p):
9258 * thumbs.el (image-size):
9259 * term.el (overflow-newline-into-fringe):
9260 * subr.el (scroll-bar-scale):
9261 * startup.el (x-get-resource, tool-bar-mode, image-size):
9262 * select.el (x-get-selection-internal, x-own-selection-internal)
9263 (x-disown-selection-internal):
9264 * mouse.el (generate-fontset-menu):
9265 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9266 * image.el (image-library-alist):
9267 * image-mode.el (image-size, image-refresh):
9268 * image-dired.el (clear-image-cache):
9269 * gs.el (x-display-mm-width, x-display-pixel-width)
9270 (x-display-mm-height, x-display-pixel-height)
9271 (x-change-window-property, x-display-grayscale-p, x-window-property):
9272 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9273 (x-focus-frame, x-list-fonts, x-display-screens)
9274 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9275 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9276 (x-display-planes, x-display-color-cells, x-display-visual-class):
9277 * faces.el (internal-face-x-get-resource)
9278 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9279 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9280 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9281 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9282 (tool-bar-setup):
9283 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9284 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9285 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9286 * descr-text.el (internal-char-font):
9287 Define for compiler, for builds without X.
9288
9289 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9292
9293 2008-06-11 Glenn Morris <rgm@gnu.org>
9294
9295 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9296 before trying to move there.
9297 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9298 is non-nil, indent most terminating statements like loop body.
9299
9300 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9301 Gregorian date, and add it, not the local date, to diary-entries-list.
9302 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9303
9304 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * progmodes/compile.el (compilation-filter): Fix up last change.
9307
9308 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9309
9310 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9311 (gpm-mouse-mode): Make it into a proper global minor mode.
9312
9313 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9314 if the user enabled recursive-minibuffers.
9315
9316 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9317 Add support for scroll-other-window.
9318
9319 2008-06-11 Jason Rumney <jasonr@gnu.org>
9320
9321 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9322 Use tmm-menubar if menu is disabled in this frame.
9323
9324 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9325 from frame type, per documentation. Add w32 case.
9326
9327 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * minibuffer.el (completion--merge-suffix): New function.
9330 (completion-basic-try-completion): Use it.
9331 (completion-pcm--find-all-completions): Add argument `filter'.
9332 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9333 New functions.
9334 (completion-pcm-try-completion): Use them.
9335
9336 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9337 (turn-off-xterm-mouse-tracking): Use terminal-list.
9338
9339 * cus-start.el (underline-minimum-offset): Rename from
9340 x-underline-minimum-display-offset.
9341
9342 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9343
9344 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9345
9346 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * mouse.el (mouse-select-font): New function.
9349
9350 * faces.el (face-spec-recalc): When the face is set using
9351 Customize, avoid recalculating it twice.
9352
9353 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9354 Font" menu item to it. Apply selected font to all frames, and
9355 make it savable.
9356 (menu-bar-options-save): Save `default' font if changed.
9357
9358 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * ffap.el (ffap-string-at-point-mode-alist):
9361 Use alpha rather than lower.
9362
9363 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9364
9365 * subr.el (momentary-string-display): Use an overlay.
9366
9367 * progmodes/compile.el (compilation-mode):
9368 Set window-point-insertion-type.
9369 (compilation-filter): Don't use insert-before-markers any more.
9370 * emacs-lisp/trace.el (trace-make-advice):
9371 Set window-point-insertion-type in the trace buffer.
9372 * startup.el (normal-top-level): Set window-point-insertion-type in
9373 *Messages*.
9374 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9375 (telnet-filter): Don't use insert-before-markers any more.
9376 * comint.el (comint-mode): Set window-point-insertion-type.
9377 (comint-output-filter): Don't use insert-before-markers any more.
9378 * button.el (make-text-button): Allow `start' to be a string.
9379
9380 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9381
9382 * emacs-lisp/autoload.el (autoload-rubric):
9383 Fix coding cookie not to force Unix EOL.
9384
9385 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9386
9387 * window.el (window--splittable-p, window--try-to-split-window):
9388 Don't use with-selected-window to avoid messing up get-lru-window.
9389 Reported by David Hansen <david.hansen@gmx.net>.
9390
9391 2008-06-10 Glenn Morris <rgm@gnu.org>
9392
9393 * subr.el (locate-library): Doc fix.
9394
9395 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9396 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9397 Check tool-bar-map is bound, for non-X builds.
9398
9399 * net/newsticker-reader.el (newsticker--next-item-image)
9400 (newsticker--previous-item-image, newsticker--previous-feed-image)
9401 (newsticker--next-feed-image, newsticker--mark-read-image)
9402 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9403 (newsticker--get-all-image, newsticker--update-image)
9404 (newsticker--browse-image): Check xpm images are available.
9405 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9406 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9407
9408 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9409 (newsticker--plainview-tool-bar-map, newsticker-mode):
9410 Check tool-bar-map is bound, for non-X builds.
9411 (w3m-toggle-inline-image): Declare.
9412
9413 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9414
9415 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9416
9417 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9418 (finder-compile-keywords): Move let to where needed.
9419 (finder-mouse-face-on-line): Go back one more line if needed.
9420 (finder-list-matches): Use cadr.
9421 (finder-goto-xref): New function.
9422 (finder-commentary): Add buttons to jump to foo.el libraries.
9423
9424 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * apropos.el (apropos-function, apropos-macro, apropos-command)
9427 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9428 (apropos-plist): Add apropos-short-label property.
9429 (apropos-multi-type): New variables.
9430 (apropos-command, apropos-value): Set it.
9431 (apropos-compact-layout): New custom.
9432 (apropos-print, apropos-print-doc): Use it.
9433 (apropos-print): Truncate lines.
9434
9435 2008-06-09 Kenichi Handa <handa@m17n.org>
9436
9437 * international/fontset.el (font-encoding-alist):
9438 Add an entry for "ascii-0".
9439
9440 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9441
9442 * language/hanja-util.el (hanja-init-load): Show the message only
9443 when loading a table.
9444
9445 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9446
9447 * net/newsticker-treeview.el (newsticker-treeview):
9448 * net/newsticker-plainview.el (newsticker-plainview):
9449 Add autoload cookie.
9450
9451 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9452
9453 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9454 -reader, -plainview, and -treeview.
9455 (newsticker-version): Change to 1.99.
9456
9457 * net/newsticker-backend.el: New. Move backend functionality from
9458 newsticker.el to newsticker-backend.el.
9459 (newsticker--download-logos): New.
9460 (newsticker--sentinel-callback): New.
9461 (newsticker--set-customvar): Remove. Split up into specific
9462 functions related to retrieval, ticker, buffer, and display.
9463 (newsticker--set-customvar-retrieval): New. Extracted from
9464 `newsticker--set-customvar'.
9465 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9466 (newsticker-url-list-defaults):
9467 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9468 (newsticker-url-list): Doc changed. URL can be a function.
9469 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9470 (newsticker-retrieval-method): New.
9471 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9472 (newsticker-retrieval-interval):
9473 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9474 (newsticker-desc-comp-max): Change :group.
9475 (newsticker--cache): Doc changed.
9476 (newsticker--guid-to-string): New.
9477 (newsticker--guid): Use `newsticker--guid-to-string'.
9478 (newsticker--real-feed-name): New.
9479 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9480 (newsticker-start): Use `insert-file-contents' for reading cache.
9481 Use `newsticker--start-feed'.
9482 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9483 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9484 Use `newsticker--stop-feed'.
9485 (newsticker-save-item): New.
9486 (newsticker--get-news-by-funcall): New.
9487 (newsticker-get-news): Handle new retrieval methods.
9488 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9489 (newsticker--sentinel-work): New. Extracted from
9490 `newsticker--sentinel'. Use `newsticker--download-logos',
9491 `newsticker--sentinel-callback'.
9492 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9493 (newsticker--parse-atom-1.0): Fix link determination.
9494 (newsticker--parse-rss-0.91): Fix time determination.
9495 (newsticker--parse-rss-0.92): Fix time determination.
9496 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9497 (newsticker--parse-generic-feed): New arg order in
9498 `newsticker--cache-add'.
9499 (newsticker--parse-generic-items): Fix for multiple items.
9500 New arg order in `newsticker--cache-add'.
9501 (newsticker--forget-preformatted): Check whether
9502 `newsticker--buffer-set-uptodate' is fbound.
9503 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9504 (newsticker--decode-rfc822-date): Partial timezone handling.
9505 (newsticker--cache-contains): Fix guid problem.
9506 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9507 (newsticker--cache-save): New.
9508 (newsticker--cache-update): Use temp buffer.
9509 (newsticker--stat-num-items): Allow multiple AGE args.
9510 (newsticker--stat-num-items-total): New.
9511 (newsticker--opml-import-outlines): New.
9512 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9513 (newsticker--do-run-auto-mark-filter): Doc changed.
9514 (newsticker-retrieve-random-message): New.
9515
9516 * net/newsticker-ticker.el: New. Move ticker functionality from
9517 net/newsticker.el to net/newsticker-ticker.el.
9518 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9519 `newsticker--ticker-timer'.
9520 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9521 to `newsticker--ticker-timer'.
9522 (newsticker--set-customvar-ticker): New. Extracted from
9523 `newsticker--set-customvar'.
9524 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9525 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9526 for :set. Change :group.
9527 (newsticker-scroll-smoothly): Doc changed. Change :group.
9528 (newsticker-hide-immortal-items-in-echo-area)
9529 (newsticker-hide-old-items-in-echo-area)
9530 (newsticker-hide-obsolete-items-in-echo-area):
9531 Use `newsticker--set-customvar-ticker for :set. Change :group.
9532 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9533 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9534 to `newsticker-ticker-interval'.
9535 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9536 `newsticker--ticker-timer'.
9537
9538 * net/newsticker-reader.el: New. Move reader functionality from
9539 net/newsticker.el to net/newsticker-reader.el.
9540 (newsticker--set-customvar-formatting): New. Extracted from
9541 `newsticker--set-customvar'.
9542 (newsticker-reader, newsticker-frontend): New.
9543 (newsticker-enable-logo-manipulations): Change :group.
9544 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9545 for :set. Change :group.
9546 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9547 for :set. Change :group.
9548 (newsticker-html-renderer): Doc changed.
9549 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9550 (newsticker-date-format):
9551 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9552 (newsticker--insert-enclosure):
9553 Rename `newsticker--buffer-insert-enclosure' to
9554 `newsticker--insert-enclosure'. Add keymap arg.
9555 (newsticker--print-extra-elements):
9556 Rename `newsticker--buffer-print-extra-elements' to
9557 `newsticker--print-extra-elements'. Add keymap arg.
9558 (newsticker--do-print-extra-element):
9559 Rename `newsticker--buffer-do-print-extra-element' to
9560 `newsticker--do-print-extra-element'. Add keymap arg.
9561 (newsticker-show-news): Use `newsticker-frontend'.
9562
9563 * net/newsticker-plainview.el: New. Move plainview functionality
9564 from net/newsticker.el to net/newsticker-reader.el.
9565 (newsticker-plainview): New.
9566 (newsticker--set-customvar-sorting): New. Extracted from
9567 `newsticker--set-customvar'.
9568 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9569 for :set. Changed :group.
9570 (newsticker-heading-format, newsticker-item-format)
9571 (newsticker-desc-format, newsticker-statistics-format):
9572 Use `newsticker--set-customvar-formatting for :set. Change :group.
9573 (newsticker-faces): Change :group.
9574 (newsticker-default-face): Enable again.
9575 (newsticker-hide-old-items-in-newsticker-buffer)
9576 (newsticker-show-descriptions-of-new-items):
9577 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9578 (newsticker-show-all-news-elements): Change :group.
9579 (newsticker-plainview-hooks): New.
9580 (newsticker-select-item-hook, newsticker-select-feed-hook)
9581 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9582 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9583 to `newsticker--plainview-tool-bar-map'.
9584 (newsticker--url-keymap): Add mouse-1 binding.
9585 (newsticker-plainview): New.
9586 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9587 (newsticker--buffer-do-insert-text): Use renamed
9588 newsticker--[buffer-]insert-enclosure and
9589 newsticker--[buffer-]print-extra-elements.
9590 (newsticker--buffer-set-faces): Use newsticker-default-face.
9591
9592 * net/newsticker-treeview.el: New.
9593
9594 2008-06-08 Andreas Schwab <schwab@suse.de>
9595
9596 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9597
9598 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9599
9600 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9601 empty line.
9602
9603 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9604
9605 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9606
9607 * window.el (split-height-threshold, split-width-threshold):
9608 Add choice nil.
9609 (split-window-preferred-function): Allow either nil or a function.
9610 (window--splittable-p, window--try-to-split-window):
9611 Handle changed option values.
9612
9613 (window--frame-usable-p): Handle nil argument.
9614
9615 (display-buffer): Call get-lru-window when pop-up-windows is nil
9616 and window can't be split.
9617
9618 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9619
9620 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9621
9622 * net/tramp.el (top): Quote feature names. Remove
9623 `tramp-rfn-eshadow-setup-minibuffer' from
9624 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9625 (tramp-read-passwd): There is only one call to
9626 `auth-source-user-or-password' needed. Pacify byte compiler.
9627
9628 2008-06-08 Andreas Schwab <schwab@suse.de>
9629
9630 * window.el (display-buffer): Use lru window if current window
9631 cannot be split.
9632
9633 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * apropos.el (apropos-library): New command and new button.
9636 (apropos-library-button): New function.
9637
9638 * apropos.el: Remove spurious * in docstrings.
9639 (apropos-label-face): Use variable pitch.
9640 (apropos-print): Use dolist and with-current-buffer.
9641 (apropos-print-doc): Use when.
9642
9643 * window.el (special-display-p, display-buffer):
9644 Fix up C->Elisp transcription error.
9645
9646 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9649 (byte-compile-file): Initialize it.
9650 (byte-compile-nogroup-warn): Keep track of the current group.
9651
9652 2008-06-08 Glenn Morris <rgm@gnu.org>
9653
9654 * Makefile.in (compile, compile-always, bootstrap-prepare):
9655 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9656
9657 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9658
9659 * language/hanja-util.el (hanja-init-load): Use a char-table for
9660 hanja-table.
9661 (hangul-to-hanja-char): Adjust for the above change.
9662
9663 2008-06-07 Glenn Morris <rgm@gnu.org>
9664
9665 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9666 lm-keywords.
9667
9668 * mail/sendmail.el (mail-interactive): Add :version.
9669
9670 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9671 obsolete alias.
9672
9673 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9674 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9675 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9676 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9677 * eshell/esh-util.el, international/mule-cmds.el:
9678 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9679 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9680 Remove unnecessary eval-when-compiles and eval-and-compiles.
9681
9682 * Makefile.in (bootstrap-clean): Run autogen-clean.
9683 (maintainer-clean): No need to run autogen-clean now it is included in
9684 bootstrap-clean.
9685
9686 2008-06-06 Miles Bader <miles@gnu.org>
9687
9688 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9689
9690 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9693 longlines mode.
9694
9695 * replace.el (replace-search-function)
9696 (replace-re-search-function): New vars.
9697 (perform-replace): Use them.
9698
9699 * longlines.el (longlines-re-search-forward): New function.
9700 (longlines-mode): Bind replace-search-function and
9701 replace-re-search-function, to ensure that replacement commands
9702 treat newlines as spaces.
9703 (longlines-show-effect): Default to a pilcrow sign.
9704
9705 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * help.el (function-called-at-point):
9708 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9709 even when calling find-tag-default.
9710
9711 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9712
9713 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9714 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9715 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9716 (nxml-fontify-buffer, nxml-do-fontify):
9717 Remove obsolete variables and functions.
9718 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9719 (nxml-degrade, nxml-after-change, nxml-after-change1)
9720 (nxml-extend-region, nxml-extend-after-change-region)
9721 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9722 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9723 font-lock-extend-region-functions in particular, to fontify
9724 nxml-mode buffers.
9725 (nxml-debug-region): New debugging helper function.
9726
9727 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9728 (nxml-scan-after-change, nxml-move-tag-backwards):
9729 Adapt for font-lock changes.
9730
9731 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9732 (nxml-debug-set-inside, nxml-debug-clear-inside):
9733 New debugging functions.
9734 (nxml-with-degradation-on-error): New helper macro.
9735
9736 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9737
9738 * window.el (display-buffer): Remove dead call to get-lru-window.
9739
9740 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * mail/sendmail.el (mail-interactive): Change default.
9743
9744 2008-06-05 John Paul Wallington <jpw@pobox.com>
9745
9746 * bindings.el (completion-ignored-extensions):
9747 Add .p64fsl, .d64fsl, and .dx64fsl.
9748
9749 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * ffap.el (ffap-prompter): Don't use the region.
9752
9753 2008-06-05 Sam Steingold <sds@gnu.org>
9754
9755 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9756 subdirectory to be registered.
9757
9758 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9759
9760 * window.el (display-buffer-function, special-display-p)
9761 (special-display-buffer-names, special-display-regexps)
9762 (special-display-function, same-window-p, same-window-buffer-names)
9763 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9764 (pop-up-frame-function, pop-up-windows, even-window-heights)
9765 (split-window-preferred-function, split-height-threshold)
9766 (window--display-buffer-1, display-buffer, pop-to-buffer):
9767 Move from window.c and buffer.c.
9768 (window--splittable-p, window--try-to-split-window)
9769 (window--frame-usable-p, window--display-buffer-2)
9770 (window--even-window-heights): New functions.
9771 (split-width-threshold): New option.
9772 (split-window-preferred-horizontally): Remove.
9773
9774 * cus-start.el: Remove corresponding declarations.
9775
9776 2008-06-05 Sam Steingold <sds@gnu.org>
9777
9778 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9779 an error on modified buffers.
9780
9781 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9784 tags-file-name and tags-table-list from the right buffer.
9785 (tags-table-check-computed-list, tags-table-extend-computed-list)
9786 (find-tag-noselect): Use with-current-buffer.
9787
9788 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9789 Use print-circle.
9790
9791 * minibuffer.el (minibuffer-local-must-match-filename-map):
9792 Declare obsolete alias for the old name.
9793
9794 * abbrev.el (unexpand-abbrev): Better preserve markers.
9795
9796 2008-06-05 Glenn Morris <rgm@gnu.org>
9797
9798 * emacs-lisp/autoload.el (autoload-rubric): New function,
9799 extracted from autoload-ensure-default-file.
9800 (autoload-ensure-default-file): Use autoload-rubric.
9801
9802 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9803 (custom-dependencies-no-scan-regexp): New variable.
9804 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9805 Don't scan files matching custom-dependencies-no-scan-regexp.
9806 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9807
9808 * finder.el (finder-headmark): Initialize and add doc string.
9809 (generated-finder-keywords-file): Doc fix.
9810 (finder-no-scan-regexp): New variable.
9811 (finder-compile-keywords): Use a single let binding.
9812 Disable undo in the output buffer. Use autoload-rubric.
9813 Use mapc rather than mapcar. Don't scan files matching
9814 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9815 rather than concat. Use directory-files to do regexp matching.
9816 No need to require jka-compr.
9817 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9818 (finder-list-matches): Disable undo.
9819 (finder-commentary): Use let rather than let*. Disable undo.
9820 (finder-current-item): Use zerop.
9821 (finder-mode): Use define-derived-mode.
9822 (finder-exit): Doc fix. Use dolist.
9823
9824 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9825 (custom-deps): Don't require $(lisp)/cus-load.el.
9826 (custom-deps, finder-data): Don't depend on autoloads.
9827 Should not be needed now, and doing so was causing make install to
9828 re-dump emacs post-bootstrap.
9829 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9830 mid-build forces some things to be rebuilt.
9831
9832 2008-06-05 Miles Bader <miles@gnu.org>
9833
9834 * face-remap.el
9835 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9836 (face-remap-remove-relative): Renamed from
9837 `remove-relative-face-remapping'.
9838 (face-remap-reset-base): Renamed from
9839 `set-default-base-face-remapping'.
9840 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9841 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9842 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9843 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9844
9845 * face-remap.el (variable-pitch-mode): Autoload.
9846
9847 2008-06-04 Sam Steingold <sds@gnu.org>
9848
9849 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9850 Generate extra status headers for a Mercurial tree.
9851
9852 2008-06-04 John Paul Wallington <jpw@pobox.com>
9853
9854 * echistory.el (electric-history-map): Define within defvar.
9855 Add docstring.
9856
9857 * font-lock.el (font-lock-turn-off-thing-lock)
9858 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9859 Use `bound-and-true-p'.
9860 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9861 Doc fixes.
9862
9863 * international/ccl.el (define-ccl-program): Add `doc-string'
9864 declaration.
9865
9866 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9869 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9870
9871 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9872
9873 * emacs-lisp/rx.el (rx): Doc fix.
9874
9875 2008-06-04 Markus Triska <markus.triska@gmx.at>
9876
9877 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9878
9879 2008-06-04 Miles Bader <miles@gnu.org>
9880
9881 * face-remap.el (adjust-buffer-face-height): New function.
9882 Add autoloaded keybindings in ctl-x-map.
9883 (increase-buffer-face-height, decrease-buffer-face-height):
9884 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9885
9886 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * simple.el (line-move-1): If we did not move as far as desired,
9889 ensure that point-left and point-entered hooks are called.
9890
9891 2008-06-03 Sam Steingold <sds@gnu.org>
9892
9893 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9894
9895 2008-06-03 John Paul Wallington <jpw@pobox.com>
9896
9897 * progmodes/make-mode.el (makefile-cleanup-continuations)
9898 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9899 Use `derived-mode-p'.
9900
9901 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9904 (ELCFILES): Update.
9905
9906 2008-06-03 Miles Bader <miles@gnu.org>
9907
9908 * face-remap.el: New file.
9909 * Makefile.in (ELCFILES): Add face-remap.elc.
9910
9911 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9914 buffer isn't dead.
9915
9916 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9917 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9918 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9919 * obsolete/auto-show.el, obsolete/hscroll.el:
9920 Remove packages that were obsolete in Emacs-20, or that were obsolete
9921 in Emacs-21 and do not contain any more code.
9922
9923 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9924 vc-client-mode is not set.
9925
9926 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9927 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9928
9929 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9930 yet a bit more clever at distinguishing / from /.
9931
9932 2008-06-03 Kenichi Handa <handa@m17n.org>
9933
9934 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9935
9936 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9937
9938 * language/hanja-util.el: New file.
9939
9940 2008-06-03 Glenn Morris <rgm@gnu.org>
9941
9942 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9943 Check that end-of-word follows "type".
9944
9945 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9946
9947 * epa-file.el (epa-file-write-region): Write the entire buffer
9948 content if START is nil.
9949
9950 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9951
9952 * select.el (x-get-selection): Fix typo.
9953
9954 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9955
9956 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9957 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9958
9959 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9962 user&group.
9963
9964 2008-05-31 John Paul Wallington <jpw@pobox.com>
9965
9966 * help-fns.el (describe-variable-custom-version-info):
9967 Handle dotted `package-version' info.
9968
9969 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9970
9971 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9972
9973 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9974
9975 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9976 names and improve support for unregistered files.
9977
9978 2008-05-31 Glenn Morris <rgm@gnu.org>
9979
9980 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9981 Remove shell variable `elc'. Split tests to hopefully be more portable.
9982 Fix `sel' assignment.
9983
9984 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * minibuffer.el (completion-table-dynamic): Doc fix.
9987
9988 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9991 Try and return `unregistered' when applicable.
9992
9993 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9994 Don't encourage naming variables with "-flag".
9995
9996 2008-05-30 Glenn Morris <rgm@gnu.org>
9997
9998 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9999 make it milder when it does.
10000 (autogen-clean): New target.
10001 (maintainer-clean): Use autogen-clean.
10002
10003 * calendar/diary-lib.el (diary-display-function): New name for
10004 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10005 Change custom type and version.
10006 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10007 (diary-fancy-display): Doc fixes.
10008 (diary-list-entries, diary-include-other-diary-files)
10009 (diary-mail-entries):
10010 Use diary-display-function rather than diary-display-hook.
10011
10012 * calendar/appt.el (appt-check): Use diary-display-function rather than
10013 diary-display-hook.
10014 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10015 diary-display-function replacing diary-display-hook.
10016 * org/org-agenda.el (org-get-entries-from-diary): Also set
10017 diary-display-function.
10018
10019 * calendar/cal-html.el (cal-html-list-diary-entries):
10020 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10021 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10022 argument of diary-list-entries rather than setting diary-display-hook.
10023
10024 2008-05-30 Kenichi Handa <handa@m17n.org>
10025
10026 * international/mule-conf.el (utf-8-with-signature): Renamed from
10027 utf-8-sig.
10028 (utf-8-auto): Adjusted for the above change.
10029
10030 * international/mule-diag.el (describe-font): Don't check fontset
10031 here, and just call font-info. Get the default font by from the
10032 default face.
10033
10034 2008-05-29 Kenichi Handa <handa@m17n.org>
10035
10036 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10037 New coding systems.
10038
10039 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10040
10041 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10042
10043 * international/utf-7.el (utf-7-encode): Use the right escape char
10044 depending on imap/nonimap encoding.
10045
10046 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10049
10050 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10051
10052 * icomplete.el (icomplete-prospects-height): Add :group.
10053
10054 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * icomplete.el (icomplete-prospects-length): Make obsolete.
10057 (icomplete-prospects-height): New var.
10058 (icomplete-completions): Use it.
10059
10060 2008-05-29 David Kastrup <dak@gnu.org>
10061
10062 * autoinsert.el (auto-insert): Add :link.
10063
10064 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * tar-mode.el (tar-header): New field `header-start'.
10067 (tar-header-block-tokenize): Set it when useful.
10068 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10069 (tar-header-data-end): New function.
10070 (tar-summarize-buffer): Use it.
10071 (tar-next-line): Fix goal column for long usernames.
10072 (tar-expunge-internal): Use header-start.
10073 (tar-rename-entry): Handle ustar-style long names.
10074 (tar-alter-one-field): Add optional `descriptor' argument.
10075 (tar-subfile-save-buffer): Use it.
10076
10077 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * tar-mode.el (tar-header): New field `header-start'.
10080 (tar-header-block-tokenize): Set header-start for longlink entries.
10081 (tar-expunge-internal): Use header-start to expunge longlink entries.
10082
10083 * files.el (hack-local-variables): Don't signal an error if the local
10084 variable section is not properly terminated.
10085
10086 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10087 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10088 the caching so it also works for identical entries.
10089
10090 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10091 (tar-mode): Use write-region-annotate-functions rather than
10092 write-contents-functions.
10093 (tar-extract): Remove unused var `pos'.
10094 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10095 (tar-mode-write-file): Remove.
10096 (tar-write-region-annotate): New function.
10097
10098 * progmodes/flymake.el (flymake-save-buffer-in-file):
10099 * shadowfile.el (shadow-copy-file):
10100 * arc-mode.el (archive-*-write-file-member):
10101 * files.el (diff-buffer-with-file):
10102 * subr.el (with-temp-file): Pass nil to write-region.
10103 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10104
10105 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10106 the custom.
10107
10108 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10109 to write-region.
10110
10111 2008-05-28 Glenn Morris <rgm@gnu.org>
10112
10113 * Makefile.in (update-elclist): Work around non-portability of "\"
10114 in various implementations of echo.
10115
10116 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * international/mule-diag.el (describe-current-coding-system):
10119 Don't assume selection-coding-system is always defined.
10120
10121 * tar-mode.el: Use defstruct and markers.
10122 (tar-setf): Remove.
10123 (tar-header): Use defstruct. Add `data-start' field.
10124 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10125 (tar-desc-data-start): Remove (now called tar-header-data-start).
10126 (tar-roundup-512): New fun.
10127 (tar-header-block-tokenize): Receive a buffer position rather than
10128 a string. Handle @longLink here, be more careful about it.
10129 Create a marker for data-start.
10130 (tar-summarize-buffer): Don't handle @LongLink here any more.
10131 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10132 data-start on the following entries any more.
10133 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10134
10135 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10136 (tar-header-offset): Remove.
10137 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10138 Not permanent any more.
10139 (tar-data-buffer): New var.
10140 (tar-data-swapped-p, tar-change-major-mode-hook)
10141 (tar-mode-kill-buffer-hook): New funs.
10142 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10143 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10144 (tar-clear-modification-flags, tar-alter-one-field)
10145 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10146 Change accordingly.
10147
10148 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10149
10150 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10151 (vc-dir-resynch-file): ... this. Update callers.
10152 Use vc-string-prefix-p. Ignore directory args.
10153 (vc-string-prefix-p): CSE.
10154 (vc-resynch-buffer): Restore conditional.
10155
10156 * vc-hooks.el (vc-after-save): Improve test.
10157 (vc-mode-line): Fix indentation.
10158
10159 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * calendar/parse-time.el (parse-time-months)
10162 (parse-time-weekdays): Add long-form month and day names.
10163
10164 2008-05-27 Glenn Morris <rgm@gnu.org>
10165
10166 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10167
10168 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * vc-dispatcher.el (vc-string-prefix-p): New function.
10171 (vc-dir-parent-marked-p): Use it.
10172
10173 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * vc.el (Problems): Remove fixed issues.
10176 (vc-expand-dirs): Avoid returning directories.
10177 (vc-dir): Fix C-x v v binding.
10178 (vc-make-backend-object): Fix name.
10179 (vc-dir-show-fileentry): Fix docstring.
10180 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10181 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10182 Reset the state for directories.
10183 (vc-dir-headers): Align labels.
10184 (vc-default-status-printer): Do no call prettify-state-info.
10185 (vc-deduce-fileset): Replace implementation with one based on a
10186 working older version.
10187 (vc-next-action): Use the new form of vc-deduce-fileset.
10188 Fix dealing with unregistered files.
10189
10190 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10191 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10192 (vc-dir-child-files): New function.
10193 (vc-dir-node-directory): New function.
10194 (vc-dir-update, vc-dir-parent-marked-p)
10195 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10196 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10197
10198 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10199
10200 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10203 (diff-font-lock-keywords, diff-context->unified)
10204 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10205 (diff-hunk-text, diff-find-source-location): Use it.
10206 (diff-post-command-hook): Let the user edit the hunk headers.
10207
10208 2008-05-26 Andreas Schwab <schwab@suse.de>
10209
10210 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10211 unknown state.
10212
10213 * tar-mode.el (tar-summarize-buffer): Comment fix.
10214
10215 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10218
10219 2008-05-26 Glenn Morris <rgm@gnu.org>
10220
10221 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10222
10223 2008-05-25 John Paul Wallington <jpw@pobox.com>
10224
10225 * proced.el (proced-next-line, proced-previous-line):
10226 Avoid calling `next-line' and `previous-line' from Lisp code.
10227
10228 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10229
10230 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10231 Use diary-ordinal-suffix.
10232
10233 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10234
10235 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10236 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10237 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10238 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10239 (edebug-print-length, edebug-print-level, edebug-print-circle)
10240 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10241 (edebug-global-break-condition, edebug-sit-for-seconds):
10242 Remove spurious * from defcustom docstrings.
10243 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10244 Improve argument/docstring consistency.
10245 (edebug-test-coverage, edebug-gensym, edebug-read)
10246 (edebug-top-level-nonstop, edebug-eval-result-list)
10247 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10248 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10249 (edebug-display-freq-count): Reflow docstrings.
10250 (edebug-restore-status): Doc fix.
10251
10252 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * proced.el (proced-header-line): Use the :align-to 0 feature
10255 rather than computing the corresponding position manually.
10256 (proced-update): Don't hardcode point-min==1.
10257
10258 2008-05-24 Alan Mackenzie <acm@muc.de>
10259
10260 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10261 if c-file-style is set to a non-string.
10262
10263 (c-neutralize-CPP-line): Surround by `save-excursion'.
10264 (c-neutralize-syntax-in-CPP): Optimize for speed.
10265
10266 2008-05-24 Glenn Morris <rgm@gnu.org>
10267
10268 * Makefile.in (update-elclist): New target, to update ELCFILES.
10269 (bootstrap-after): Run update-elclist.
10270
10271 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10272
10273 * icalendar.el (icalendar-version): Increase to "0.19".
10274 (icalendar--date-style): New function.
10275 (icalendar--datetime-to-diary-date): Doc fix.
10276 Use icalendar--date-style.
10277 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10278 (icalendar--convert-yearly-to-ical)
10279 (icalendar--convert-recurring-to-diary): Handle iso date style,
10280 use icalendar-date-style.
10281
10282 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10283
10284 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10285 vc-dir buffers are updated.
10286
10287 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10290
10291 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10292
10293 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10294 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10295 (reftex-extra-bindings): Use it.
10296
10297 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10298 away from the user-reserved keys.
10299
10300 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10301 New vars.
10302 (ada-create-keymap): Use them.
10303
10304 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10307 a properly-grouped regexp.
10308
10309 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * progmodes/cap-words.el (capitalized-words-mode):
10312 Fix typos in docstring.
10313
10314 2008-05-23 Kenichi Handa <handa@m17n.org>
10315
10316 * international/mule-conf.el: Don't define the charset `emacs'
10317 here, just put :docstring, :short-name, and :long-name.
10318
10319 2008-05-22 Kenichi Handa <handa@m17n.org>
10320
10321 * international/mule-diag.el (font-show-log): Limit each listing
10322 to 20 items.
10323
10324 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10325
10326 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10327 (gdb-annotation-rules): New entry for "thread-changed".
10328 (gdb-thread-changed): New function.
10329
10330 2008-05-23 Glenn Morris <rgm@gnu.org>
10331
10332 * Makefile.in (SOURCES): Remove, unused.
10333 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10334 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10335 Exclude more '*loaddefs' files.
10336 (compile-always): Simplify '.elc' deletion.
10337
10338 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10341 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10342
10343 * minibuffer.el (completion-boundaries): Change calling
10344 convention, so `string' has the same semantics as in
10345 try-completion and all-completions.
10346 (completion-table-with-context, completion--embedded-envvar-table)
10347 (completion--file-name-table)
10348 (completion-pcm--find-all-completions): Adjust code accordingly.
10349
10350 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10353 prune image-mode-winprops-alist, preventing it from growing
10354 indefinitely.
10355 (image-mode-reapply-winprops): Use it.
10356
10357 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10358
10359 * net/netrc.el (netrc-machine): Always match if the port is not given.
10360
10361 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * minibuffer.el (completion-pcm--find-all-completions):
10364 Don't add pseudo-completions.
10365
10366 * icomplete.el (icomplete-eoinput): Remove.
10367 (icomplete-overlay): New var to replace it.
10368 (icomplete-tidy): Rewrite.
10369 (icomplete-exhibit): Use an overlay.
10370 (icomplete-completions): Use completion-all-sorted-completions.
10371 Obey completion-ignore-case.
10372
10373 * files.el (locate-dominating-file): Accept non-existing argument.
10374 (project-find-settings-file): Rewrite, using locate-dominating-file.
10375
10376 2008-05-22 Kenichi Handa <handa@m17n.org>
10377
10378 * faces.el (font-weight-table, font-slant-table, font-width-table):
10379 Delete them. Don't call internal-set-font-style-table.
10380
10381 * international/mule-diag.el (font-show-log): New function.
10382
10383 * international/fontset.el (script-representative-chars): Add more
10384 chars for latin. Add data for symbol.
10385 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10386
10387 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * minibuffer.el (completion-all-sorted-completions): New var.
10390 (completion--flush-all-sorted-completions)
10391 (completion-all-sorted-completions): New functions.
10392 (minibuffer-force-complete): New command.
10393
10394 2008-05-21 Glenn Morris <rgm@gnu.org>
10395
10396 * files.el (c-postprocess-file-styles): Declare for compiler.
10397
10398 * Makefile.in: Allow for parallel byte-compiling.
10399 (ELCFILES): New variable.
10400 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10401 (compile-first, compile-main, compile-last): New targets.
10402 (compile-always): Simplify - delete .elc files, then `make compile'.
10403
10404 * Makefile.in (compile-calc): Use glob rather than find.
10405 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10406
10407 * eshell/esh-module.el: No need for cl when compiling.
10408
10409 * eshell/eshell.el (eshell-defgroup): New alias.
10410 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10411 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10412 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10413 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10414 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10415 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10416 Autoload the custom group. Set generated-autoload-file.
10417 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10418 for eshell-defgroup.
10419 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10420 Require esh-groups rather than loading it.
10421
10422 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10423
10424 * proced.el (proced-header-line): New variable and new function.
10425 (proced-mode): Set header-line-format.
10426 (proced-update): Set proced-header-line.
10427 (proced-send-signal): Use proced-header-line.
10428
10429 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * macros.el (insert-kbd-macro): Use prin1-char.
10432
10433 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * minibuffer.el (completion-boundaries): New function.
10436 (completion--some): Delay errors.
10437 (complete-with-action, completion-table-with-context):
10438 Handle `boundaries' case.
10439 (completion--try-word-completion): Avoid partial-completion
10440 when the user hasn't entered anything yet.
10441 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10442 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10443 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10444 Setup default keybindings.
10445 (completion--embedded-envvar-re): New var.
10446 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10447 (completion--file-name-table): Handle `boundaries' case.
10448 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10449 (completion-pcm--all-completions): Add a `prefix' arg.
10450 (completion-pcm--find-all-completions): New function.
10451 (completion-pcm-all-completions, completion-pcm-try-completion):
10452 Use it.
10453
10454 * icomplete.el (icomplete-completions): Don't use `predicate' with
10455 a table of a different type than `candidates'.
10456
10457 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10458
10459 * proced.el (proced-goal-column): Rename from proced-procname-column.
10460 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10461 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10462 (proced-header-face, proced-header-regexp): Remove.
10463 (proced-font-lock-keywords): Remove proced-header-face.
10464 (proced-header-alist, proced-sorting-schemes-re): New variables.
10465 (proced): Rename Proced buffer to *Proced*.
10466 (proced-next-line, proced-previous-line): New commands.
10467 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10468 (proced-hide-processes): Do not treat first line as special.
10469 (proced-header-space): New function.
10470 (proced-update): Use header-line-format.
10471 Initialize proced-header-alist and proced-sorting-schemes-re.
10472 Set proced-goal-column. Include proced-command in mode-name.
10473 (proced-send-signal): Use header-line-format for *Marked
10474 Processes* buffer.
10475 (proced-sort): Restrict minibuffer completion to applicable
10476 sorting schemes.
10477 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10478
10479 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * icomplete.el (icomplete-simple-completing-p):
10482 Allow icomplete-with-completion-tables to say "use it everywhere".
10483 (icomplete-completions): Obey completion-styles. Try to accommodate
10484 partial-completion style.
10485
10486 2008-05-20 Michael Olson <mwolson@gnu.org>
10487
10488 * files.el (project-find-settings-file): Change concat to
10489 expand-file-name.
10490
10491 2008-05-19 Tom Tromey <tromey@redhat.com>
10492
10493 * files.el (normal-mode): Call hack-project-variables.
10494 (hack-local-variables-confirm): Add 'project' argument.
10495 (hack-local-variables-apply): New function.
10496 (hack-local-variables): Use it.
10497 (project-class-alist, project-directory-alist): New variables.
10498 (project-get-alist): New function.
10499 (project-collect-bindings-from-alist)
10500 (project-collect-binding-list, set-directory-project)
10501 (project-find-settings-file, project-define-from-project-file)
10502 (hack-project-variables): New functions.
10503
10504 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10507
10508 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * faces.el (font-weight-table): Fix typo in docstring.
10511
10512 2008-05-18 David Hull <david@snap.com> (tiny change)
10513
10514 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10515 (vc-hg-annotate-command): Allow white space before version number.
10516
10517 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10518
10519 * calc/calc-yank.el (calc-register-alist): New variable.
10520 (calc-set-register, calc-get-register, calc-copy-to-register)
10521 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10522 (calc-prepend-to-register): New functions.
10523
10524 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10525 `calc-copy-to-register' and `calc-insert-register'.
10526 Autoload new register functions.
10527
10528 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10529 functions.
10530
10531 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10532
10533 * vc.el (Todo): Add known problems.
10534 (vc-dir-backend): New variable.
10535 (vc-dir): Set it.
10536 (vc-make-backend-object, vc-generic-status-printer)
10537 (vc-generic-state, vc-generic-status-fileinfo-extra)
10538 (vc-dir-extra-menu): Use it.
10539 (vc-generic-dir-headers): Remove, unused.
10540
10541 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10542 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10543 (vc-dir-mode-map): Fix bindings.
10544
10545 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10546
10547 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10548
10549 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10550 operated on.
10551 (calc-kill-region): Kill entire lines.
10552
10553 2008-05-17 Glenn Morris <rgm@gnu.org>
10554
10555 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10556 simplify initial value.
10557 (defezimage): Drop support for Emacs without defimage, use a featurep
10558 test rather than fboundp when defining, drop with-no-warnings.
10559 (ezimage-insert-over-text): Move featurep test inside
10560 add-text-properties.
10561
10562 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10563
10564 * net/tramp.el (top-level): Load auth-source when compiling.
10565
10566 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10567
10568 2008-05-17 Andreas Schwab <schwab@suse.de>
10569
10570 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10571
10572 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10573
10574 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10575 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10576
10577 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10578
10579 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10580
10581 2008-05-17 Jim Meyering <meyering@redhat.com>
10582
10583 * ido.el (ido-save-history): Do not emit a trailing newline at the
10584 end of the ido history file.
10585
10586 2008-05-16 John Paul Wallington <jpw@pobox.com>
10587
10588 * vc-dispatcher.el (top-level): Revert previous change: require cl
10589 when compiling.
10590
10591 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10592
10593 * vc.el (vc-default-status-printer)
10594 (vc-default-prettify-state-info): Enhance the state prettyprinter
10595 to deal better with unknown states and indirect through it when
10596 painting vc-dir buffers.
10597
10598 2008-05-16 John Paul Wallington <jpw@pobox.com>
10599
10600 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10601 (vc-dir-mode-map): Fix backquote.
10602 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10603
10604 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10605
10606 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10607 Reported by Glenn Morris <rgm@gnu.org>.
10608
10609 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10610
10611 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10612 the end of the file, it was good work at one time but has been
10613 stale since 1995 and may now be actively misleading.
10614 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10615 CVS repository and module (assumptions for the latter a bit iffy).
10616 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10617 SVN repository.
10618
10619 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10620
10621 * vc-rcs.el (vc-rcs-create-tag):
10622 * vc-sccs.el (vc-sccs-create-tag):
10623 Fix typo in error message and pass backend arg.
10624
10625 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10626
10627 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10628
10629 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10630
10631 * net/tramp.el: Load auth-source library.
10632 (tramp-read-passwd): Use it for password, not login.
10633
10634 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10635
10636 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10637 (ses-print-cell): Use string-width, truncate-string-to-width,
10638 delete-region rather than length, substring, delete-char.
10639 (ses-setup): Set inhibit-point-motion-hooks to t.
10640 Calculate position by actually moving point rather than just using
10641 unibyte character length.
10642 (ses-mode): Set indent-tabs-mode to nil.
10643 (ses-center): Use string-width rather than length.
10644
10645 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10646
10647 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10648 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10649 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10650 vc-*-create-tag and vc-*-retrieve-tag respectively.
10651
10652 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10653 unneeded defalias.
10654
10655 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10656
10657 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10658 about buffer names.
10659
10660 2008-05-15 Glenn Morris <rgm@gnu.org>
10661
10662 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10663
10664 * org/org-exp.el (org-infojs-options-inbuffer-template):
10665 Fix declaration.
10666
10667 * progmodes/cc-mode.el (declare-function): Add compat definition.
10668 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10669
10670 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10671
10672 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10673 list to a cons so the caller can get back both expanded and
10674 unexpanded filesets.
10675 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10676 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10677 Change handling of selection-set returns as required.
10678
10679 2008-05-15 John Paul Wallington <jpw@pobox.com>
10680
10681 * add-log.el (top-level): Don't require cl when compiling.
10682
10683 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10684 (archive-*-extract): Use `zerop'.
10685 (archive-*-write-file-member): Use `or', use `zerop'.
10686
10687 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10688
10689 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10690 (ibuffer-mark-interactive, ibuffer-set-mark)
10691 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10692 (ibuffer-map-lines, ibuffer-switch-format)
10693 (ibuffer-update-title-and-summary)
10694 (ibuffer-redisplay-engine): Use it.
10695
10696 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10697 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10698 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10699 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10700 (ibuffer-mark-read-only-buffers)
10701 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10702
10703 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10704 (define-ibuffer-column, define-ibuffer-sorter)
10705 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10706 containing indentation specs, replacing equivalent top-level
10707 forms that set `lisp-indent-function' properties.
10708 (define-ibuffer-op): Use `derived-mode-p'.
10709 (define-ibuffer-filter): Remove redundant `concat' call.
10710
10711 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10712
10713 * net/tramp.el (tramp-echo-mark): Update docstring.
10714 (tramp-echo-mark-marker): New defconst.
10715 (tramp-check-for-regexp): Use it.
10716
10717 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10718
10719 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10720 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10721 as parent.
10722
10723 2008-05-14 John Paul Wallington <jpw@pobox.com>
10724
10725 * international/mule.el (convert-define-charset-argument):
10726 Remove period from end of error message.
10727 (coding-system-mnemonic): Doc fix.
10728 (ctext-pre-write-conversion): Doc fix.
10729
10730 2008-05-14 Simon Marshall <simon@gnu.org>
10731
10732 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10733 from its default value and give it the risky-local-variable
10734 property (CVE-2008-2142).
10735
10736 2008-05-14 Kenichi Handa <handa@m17n.org>
10737
10738 * language/korean.el ("Korean"): Set `iso639-language'
10739 property to `ko'.
10740
10741 * language/japanese.el ("Japanese"): Set `iso639-language'
10742 property to `ja'.
10743
10744 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10745 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10746 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10747
10748 * international/mule-cmds.el (set-language-environment):
10749 Set current-iso639-language.
10750
10751 * international/fontset.el (setup-default-fontset): For kana, han,
10752 hangul, and cjk-misc, move an entry with font-spec at the end.
10753 (generate-fontset-menu): Exclude fontset-auto* from the list.
10754
10755 * composite.el (compose-chars-after): Assume that WINDOW is always
10756 non-nil.
10757
10758 * faces.el (font-weight-table, font-slant-table)
10759 (font-swidth-table): Declare them by defconst. Change the format
10760 of elements. Call internal-set-font-style-table after their
10761 declaration.
10762 (face-valid-attribute-values): Call font-family-list. Get values
10763 for width, weight, and slant from font-xxx-table.
10764
10765 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10766
10767 2008-05-13 John Paul Wallington <jpw@pobox.com>
10768
10769 * ibuffer.el (ibuffer-buffer-file-name): New function.
10770 (define-ibuffer-column filename): Use it.
10771
10772 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10773
10774 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10775
10776 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10777 as a string.
10778 (talk-add-display): Simplify. Accept only string args.
10779
10780 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10781
10782 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10783
10784 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * Makefile.in (bootstrap-prepare): Don't chmod files.
10787 (autoloads): Do it here instead, where it's actually needed.
10788
10789 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10790
10791 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10792 KEY-BINDING-DATA field in menu-item list.
10793
10794 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * dired.el (dired-read-dir-and-switches): Move things about to use less
10797 recursion during macroexpansion.
10798
10799 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10800
10801 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10802 completion-ignored-extension directories if there's something else.
10803 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10804 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10805 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10806 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10807 buffer-read-only -> inhibit-read-only.
10808
10809 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10810
10811 * vc.el (vc-expand-dirs): Stop this function from tossing out
10812 explicitly specified files.
10813
10814 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10817 to `insert'.
10818
10819 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10820
10821 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10822 cons. Use vc-annotate-backend.
10823 (with-vc-file, edit-vc-file): Remove unused macros.
10824
10825 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10826
10827 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10828 (smtpmail-try-auth-methods): Use it.
10829
10830 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10833 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10834
10835 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10836
10837 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10838
10839 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10842 (vc-bzr-revision-completion-table): Use process-file.
10843 (vc-bzr-working-revision): Pass relative file names.
10844
10845 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10846
10847 2008-05-11 Juri Linkov <juri@jurta.org>
10848
10849 * wid-edit.el (widget-image-directory): Change default image data
10850 subdirectory from "custom" to "images/custom".
10851
10852 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10853 before recursive call to `Info-next-preorder' to not add
10854 intermediate nodes to the history.
10855
10856 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10857
10858 * emulation/cua-base.el: Put isearch-scroll property
10859 on cua-scroll-up and cua-scroll-down.
10860
10861 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10862
10863 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10864
10865 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10866
10867 * vc-dispatcher.el (ewoc): Require.
10868 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10869
10870 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10871
10872 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * term/w32-win.el (x-colors):
10875 * term/mac-win.el (x-colors):
10876 * term/x-win.el (x-colors): Re-order colors.
10877
10878 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10879
10880 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10881
10882 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10883
10884 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10885 New functions implementing motion to next and previous directory.
10886
10887 * vc-arch.el (vc-arch-command):
10888 * vc-bzr.el (vc-bzr-command):
10889 * vc-cvs.el (vc-cvs-command):
10890 * vc-dispatcher.el (vc-do-command):
10891 * vc-git.el (vc-git-command):
10892 * vc-hg.el (vc-hg-command):
10893 * vc-mcvs.el (vc-mvcs-command):
10894 * vc-mtn.el (vc-mtn-command):
10895 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10896 (vc-sccs-workfile-unchanged-p):
10897 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10898 * vc-rcs.el (all methods): Remove assumption about what a nil
10899 argument to vc-do-command means. This means no buffer name needs
10900 to be hardcoded into the dispatcher layer, and it's better to be
10901 explicit anyway.
10902
10903 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10904
10905 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * vc.el: Update todo.
10908
10909 * vc-sccs.el (vc-sccs-dir-status):
10910 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10911 backends and returning up to date files.
10912
10913 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10914
10915 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10916
10917 * vc.el (vc-dir):
10918 * vc-hooks.el: Tweak the VC directory bindings. These are now
10919 documented in the manual.
10920
10921 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10922 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10923 (vc-dispatcher-selection-set): Allow callers to pass in an
10924 observer flag that says no buffer sync is required.
10925 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10926 Use the observer flag.
10927
10928 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10929
10930 * simple.el (start-file-process): Clarify docstring.
10931
10932 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10933
10934 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10935 Remove stub implementations of, and references to, wash-log.
10936 * vc-rcs.el (vc-rcs-comment-history):
10937 * vc-cvs.el (vc-cvs-comment-history):
10938 Inline the code that used to be wash-log.
10939
10940 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10941 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10942 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10943 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10944 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10945 (vc-rcs-print-log): Grok directories.
10946
10947 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * vc.el (vc-mark-resolved): Add `backend' argument.
10950 (vc-next-action): Pass it the backend.
10951 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10952 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10953 (vc-default-comment-history, vc-default-create-snapshot)
10954 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10955 (vc-annotate-revision-previous-to-line)
10956 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10957 * vc-svn.el (vc-svn-checkout):
10958 * vc-mcvs.el (vc-mcvs-checkout):
10959 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10960 (vc-working-revision, vc-before-save, vc-mode-line):
10961 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10962
10963 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10964 state to be consistent since it's often an unwarranted restriction.
10965 Don't return the state either.
10966 (vc-next-action): Check that the state is consistent.
10967 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10968 (vc-rollback, vc-update): Adapt to new return value of
10969 vc-deduce-fileset.
10970
10971 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10972 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10973 (vc-dispatcher-in-fileset-p): New fun.
10974 (vc-dispatcher-selection-set): Use it to properly handle directories.
10975
10976 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10977
10978 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10979 (vc-update): Remove unused let bindings.
10980
10981 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10982
10983 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10984 (vc-diff, vc-revert, vc-rollback, vc-update):
10985 * vc-dispatcher.el (vc-dispatcher-selection-set):
10986 Get rid of 4 special cases in fileset selection. This involved
10987 changing the return value of (vc-deduce-fileset) so that it passes
10988 back a deduced state as well as a deduced back end.
10989
10990 2008-05-08 Sam Steingold <sds@gnu.org>
10991
10992 * progmodes/compile.el (compilation-minor-mode-map)
10993 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10994 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10995 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10996
10997 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * org/org.el (org-modules, org-format-latex-options):
11000 * org/org-archive.el (org-archive-stamp-time)
11001 (org-archive-save-context-info):
11002 * org/org-faces.el (org-hide):
11003 * org/org-irc.el (org-irc-parse-link):
11004 * org/org-macs.el (org-call-with-arg, org-autoload):
11005 * org/org-mew.el (org-mew-store-link):
11006 * org/org-remember.el (org-remember-store-without-prompt)
11007 (org-remember-templates): Fix typos in docstrings.
11008
11009 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11010
11011 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11012 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11013 (org-bbdb-anniv-split): Fix typos in docstrings.
11014
11015 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11016 (org-publish-use-timestamps-flag): Reflow docstring.
11017 (org-publish-files-alist): Fix typos in docstring.
11018
11019 2008-05-07 Sam Steingold <sds@gnu.org>
11020
11021 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11022 appears to be too aggressive with window removal.
11023
11024 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11025
11026 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11027 Add leda and 0in as pragma keywords.
11028 (verilog-pretty-expr): Support lining up assignments which include
11029 part selects.
11030 (verilog-mode): More portable check for the availability of
11031 hideshow support.
11032 (verilog-do-indent): Remove special indent for declarations inside
11033 a parenthetical list. The code is ill-advised, and doesn't work
11034 given the new user defined types.
11035 (verilog-set-auto-endcomments): Enhance function automatic
11036 endcomment to support functions that return user defined types.
11037 (verilog-mode): Add code to tell which-function-mode minor mode
11038 that Verilog supports this feature.
11039
11040 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11041
11042 * epa-file.el: Require epa-hook.
11043
11044 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11045
11046 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11047 file-names clashes on 8+3 filesystems. Provide epa-hook.
11048
11049 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11050 file-names clashes on 8+3 filesystems.
11051
11052 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11053
11054 * org/org.el (org-read-date-get-relative): Interpret lone
11055 weekday abbreviation as relative to today.
11056
11057 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11058
11059 * abbrev.el (define-abbrev-table):
11060 * composite.el (toggle-auto-composition):
11061 * json.el (json-alist-p, json-plist-p):
11062 * minibuffer.el (completion-table-with-predicate):
11063 * ps-mule.el (ps-mule-external-libraries):
11064 * emacs-lisp/advice.el (ad-special-form-p):
11065 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11066 * eshell/em-smart.el (eshell-review-quick-commands):
11067 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11068 (python-skip-out, python-check-comint-prompt):
11069 Don't use `iff' in docstrings.
11070
11071 * international/robin.el (robin-package-alist): Fix typo in docstring.
11072 (robin-current-package-name): Doc fix.
11073 (robin-activate): Don't use `iff' in docstring.
11074
11075 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11076
11077 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11078 The code uses a ewoc-based implementation now.
11079 * vc-hooks.el: Support for Meta-CVS has been removed.
11080
11081 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * tool-bar.el: Choose images dynamically.
11084 (tool-bar-make-keymap, tool-bar-find-image): New function.
11085 (tool-bar-find-image-cache): New var.
11086 (tool-bar-local-item, tool-bar-local-item-from-menu):
11087 Don't select the image yet, do it later in tool-bar-make-keymap.
11088
11089 2008-05-07 Andreas Schwab <schwab@suse.de>
11090
11091 * window.el: Require 'cl when compiling.
11092
11093 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11094
11095 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11096
11097 2008-05-07 Glenn Morris <rgm@gnu.org>
11098
11099 * subr.el (ignore-errors): Move here from cl-macs.el.
11100 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11101
11102 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11103 oddness.
11104
11105 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11106
11107 * vc-hooks.el (vc-find-file-hook):
11108 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11109 further from vc.el.
11110 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11111
11112 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11113
11114 * progmodes/verilog-mode.el (verilog-getopt-file):
11115 Cleanup warning message format.
11116 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11117 (verilog-auto-inout, verilog-auto-inout-module)
11118 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11119 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11120 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11121 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11122 (verilog-auto-unused, verilog-auto-wire)
11123 (verilog-decls-get-assigns, verilog-decls-get-consts)
11124 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11125 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11126 (verilog-decls-get-ports, verilog-decls-get-regs)
11127 (verilog-decls-get-signals, verilog-decls-get-wires)
11128 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11129 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11130 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11131 (verilog-inject-sense, verilog-library-filenames)
11132 (verilog-mode-release-date, verilog-mode-version)
11133 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11134 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11135 (verilog-modi-get-assigns, verilog-modi-get-consts)
11136 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11137 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11138 (verilog-modi-get-ports, verilog-modi-get-regs)
11139 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11140 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11141 (verilog-modi-get-wires, verilog-preserve-cache)
11142 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11143 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11144 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11145 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11146 Add caching of additional state, and rework signal extraction
11147 routines to improve AUTO expansion performance by 300%++.
11148
11149 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11152 Tweak Open Watcom regexp to distinguish between errors and warnings.
11153
11154 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * dired.el (dired-read-dir-and-switches): Fix up last change.
11157
11158 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11159
11160 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11161 out of this function, move it to vc-dispatcher-selection-set.
11162
11163 2008-05-05 Sam Steingold <sds@gnu.org>
11164
11165 * window.el (delete-other-windows-vertically): New function.
11166
11167 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * dired.el (dired-read-dir-and-switches):
11170 Obey read-file-name-completion-ignore-case.
11171
11172 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11173
11174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11175 Add regexp for Open Watcom compiler output.
11176
11177 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11178
11179 * progmodes/python.el (python-block-pairs): Align finally with except.
11180
11181 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11184
11185 2008-05-05 Tom Tromey <tromey@redhat.com>
11186
11187 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11188 looking at conflict marker.
11189
11190 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11193 client-mode -> vc-client-object, and guess `funcall' was meant.
11194 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11195
11196 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11197
11198 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11199 (dbus-debug): Move declarations outside eval-when-compile.
11200
11201 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11202
11203 * proced.el (proced-command-alist): Fix system-type values.
11204 Fix defcustom.
11205 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11206 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11207 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11208 (proced-update): Use proced-sorting-scheme. Update modeline.
11209 (proced-send-signal): Use nreverse.
11210 (proced-sorting-scheme-p): New function.
11211
11212 2008-05-04 Andreas Schwab <schwab@suse.de>
11213
11214 * vc.el: Require dired when compiling.
11215
11216 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11217
11218 2008-05-03 Glenn Morris <rgm@gnu.org>
11219
11220 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11221 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11222 Simplify compilation requirements.
11223 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11224 declarations.
11225
11226 2008-05-03 Dave Love <fx@gnu.org>
11227
11228 * progmodes/python.el (python-beginning-of-statement):
11229 Loop at least once (fixes 2008-02-21 change).
11230
11231 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11232
11233 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11234 instead of `length' for comparing length of user and group names.
11235
11236 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11237
11238 * vc-dispatcher.el: New file, separates out the UI and command
11239 execution machinery from VCS-specific logic left in vc.el.
11240 The separation is not yet completely clean, but it's a good start.
11241 * vc.el: This file is about 1700 lines shorter now.
11242 Remove obsolete logentry-check from the backend API.
11243 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11244 implementation of the logentry-check method, and it guarded against
11245 a log length limit that has probably been obsolete for 15 years (!).
11246
11247 2008-05-02 Sam Steingold <sds@gnu.org>
11248
11249 * progmodes/compile.el (compilation-start): Move setting of
11250 compilation-directory after (funcall mode) as that resets local
11251 variables, this fixes recompile in grep buffers.
11252 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11253 in dired &c).
11254
11255 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11256
11257 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11258 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11259 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11260 has one of these and that all are called in compatible ways.
11261 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11262 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11263 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11264 backend has one of these.
11265
11266 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11269 initialization into define-abbrev-table. Use :regexp.
11270 (octave-mode-syntax-table): Don't set word syntax for `.
11271
11272 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11273 than only value.
11274
11275 * dired.el (dired-read-dir-and-switches):
11276 Set minibuffer-completing-file-name and call substitute-in-file-name.
11277 (dired-format-columns-of-files): Use completion--insert-strings.
11278
11279 * minibuffer.el (completion-hilit-commonality): Revert last change:
11280 the leftover code was actually useful.
11281 (completion--insert-strings): Use string-width rather than length.
11282
11283 2008-05-02 Sam Steingold <sds@gnu.org>
11284
11285 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11286 (vc-at-event): New macro: run the body at the even location.
11287 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11288 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11289 * subr.el (mouse-event-p): Check if the event is mouse-related.
11290
11291 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11292
11293 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11294 Don't throw error if no file is found.
11295
11296 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11299 (vc-default-state-heuristic): Doc fix.
11300
11301 2008-05-02 Richard Sharman <rsharman@pobox.com>
11302
11303 * hilit-chg.el (highlight-changes-mode): Remove references to
11304 hooks that no longer exist. Because define-minor-mode is used the
11305 hook highlight-changes-mode-hook exists and can do what both the
11306 old hooks used to do. The documentation at the top of the file
11307 was updated to demonstrate this.
11308 (highlight-changes-mode): Remove commented out call to a hook
11309 function that is no longer there.
11310 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11311
11312 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11313
11314 * vc.el (vc-default-dired-state-info): Change name of primitive
11315 to prettify-state-info, in preparation for ripping out dired mode.
11316 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11317 to prettify-state-info, in preparation for ripping out dired mode.
11318 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11319 tries this on a version-controlled buffer. It will do useless or
11320 actively bad things on any version control system newer than RCS.
11321 * vc-hooks.el (vc-dired-resynch-file):
11322 * vc.el (vc-dired-resynch-file): Change name of primitive to
11323 vc-directory-resynch-file, preparing to remove dired.
11324
11325 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11326
11327 * vc-rcs.el (vc-rcs-state): Fix typos.
11328
11329 * vc.el (vc-register): Change argument order so that the prefix
11330 argument is assigned correctly.
11331 (vc-next-action, vc-dir-register): Update for the above change.
11332
11333 2008-05-01 Juri Linkov <juri@jurta.org>
11334
11335 * replace.el (occur-read-primary-args): Set default to the car of
11336 regexp-history and display it in the prompt, but don't add to the
11337 list of minibuffer defaults. Bind history-add-new-input to nil to
11338 not add automatically `default'. For empty input return `default'.
11339 Otherwise, add `input' to regexp-history and return it.
11340 (occur-1): Signal an error for the empty regexp.
11341
11342 * progmodes/compile.el (compilation-auto-jump):
11343 Set window point to `pos' explicitly.
11344
11345 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11346
11347 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11348 when appropriate.
11349 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11350 we report the 'unregistered state reliably.
11351 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11352 we report the 'unregistered state reliably.
11353 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11354 we report the 'unregistered state reliably.
11355 * vc-hooks.el (vc-state): Document that vc-unregistered is
11356 now expected to be returned reliably.
11357 * vc.el (vc-default-dired-state): Change needs-patch state to
11358 needs-update, since the name now shows up in dir-status listings
11359 and was somewhat misleading.
11360 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11361 immediately after removing the file.
11362 * vc.el (vc-next-action): More informative messages when a fileset
11363 is in a mixed state or files are missing.
11364
11365 2008-05-01 Sam Steingold <sds@gnu.org>
11366
11367 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11368
11369 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11372
11373 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11374
11375 * epa-file-hook.el: New file split from epa-file.el.
11376 * epa-file.el: Require 'epa-file-hook.
11377 (epa-file-handler): Add autoload cookie.
11378 * loadup.el: Load epa-file-hook.
11379 * startup.el (command-line): Eval the body of auto-encryption-mode.
11380
11381 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11382
11383 * vc.el (vc-dir-mode-map): Don't bind "r".
11384
11385 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11386 (vc-hg-status-printer): New function.
11387 (vc-hg-after-dir-status): Deal with copied and renamed files.
11388 (vc-hg-dir-status): Add flag to show copied files.
11389
11390 2008-05-01 John Paul Wallington <jpw@pobox.com>
11391
11392 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11393 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11394 sorting mode was recency.
11395
11396 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11397 reverse sorting order if last sorting mode was the sorter's.
11398
11399 2008-05-01 Jason Rumney <jasonr@gnu.org>
11400
11401 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11402
11403 2008-04-30 John Paul Wallington <jpw@pobox.com>
11404
11405 * ibuffer.el (define-ibuffer-column filename): When the major mode
11406 is `vc-dir-mode' show the buffer's default directory.
11407
11408 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11409 major mode is `vc-dir-mode' use the buffer's default directory.
11410
11411 2008-04-30 Sam Steingold <sds@gnu.org>
11412
11413 * vc.el (vc-dir-delete-file): Add.
11414 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11415 (vc-delete-file): Do not barf when the file has been already deleted.
11416
11417 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11418
11419 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11420
11421 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * progmodes/octave-mod.el (octave-help): New function.
11424 * progmodes/octave-hlp.el: Delete.
11425 * info-look.el (octave-mode): Add operator index.
11426
11427 * vc.el (vc-checkout): Typo.
11428
11429 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11430
11431 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11432 Add "..." in the appropriate places.
11433
11434 * epa.el (epa-key-list-mode-map): Add more menu entries.
11435 Add "..." in the appropriate places.
11436
11437 * dired.el (dired-mode-map): Add :help.
11438
11439 * vc.el (vc-deduce-fileset): Add new parameter.
11440 (vc-dir-marked-only-files): New function.
11441 (vc-next-action): Don't ignore directories, look at the files
11442 inside them.
11443 (vc-dir-mode): Document how the mark/unmark commands work.
11444
11445 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11448 Rule out trailing spaces in file and directory names as well.
11449
11450 * minibuffer.el (completion--do-completion): Move point even if the
11451 completion makes no change.
11452 (completion-pcm-try-completion): Fix computation of new point.
11453
11454 2008-04-30 David Hansen <david.hansen@gmx.net>
11455
11456 * dired.el: Require 'cl.
11457
11458 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11459
11460 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11461 hollow if not in innermost frame.
11462
11463 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 Make `checkout-model' apply to filesets.
11466 * vc-hooks.el (vc-checkout-model): Rewrite.
11467 (vc-before-save, vc-after-save): Adjust callers accordingly.
11468 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11469 (vc-transfer-file): Adjust callers accordingly.
11470 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11471 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11472 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11473 instead of vc-checkout-model.
11474 * vc-mcvs.el (vc-mcvs-revert):
11475 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11476 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11477 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11478 * vc-svn.el (vc-svn-checkout-model):
11479 * vc-hg.el (vc-hg-checkout-model):
11480 * vc-git.el (vc-git-checkout-model):
11481 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11482
11483 * dired.el (dired-read-dir-and-switches): Replace last change with
11484 a new approach that mixes read-file-name and read-directory-name.
11485
11486 * files.el (read-buffer-to-switch):
11487 Avoid making assumptions about `other-buffer'.
11488
11489 2008-04-29 Sam Steingold <sds@gnu.org>
11490
11491 * vc.el (vc-dir-mode-hook): Add normal hook.
11492 (vc-dir-mode): Run it.
11493
11494 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11495
11496 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11497 Always split windows.
11498 (gdb-speedbar-timer-fn): Only raise frame after user input.
11499 (gdb-same-frame): Reverse initial value.
11500 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11501
11502 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11503 gdb-speedbar-timer-fn.
11504
11505 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11508
11509 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11510
11511 * epa.el (epa-key-list-mode-map): Add menu.
11512 (epa-delete-keys, epa-import-keys): Fix typo.
11513
11514 2008-04-29 Glenn Morris <rgm@gnu.org>
11515
11516 * find-cmd.el (top-level): Does not need cl when compiling.
11517
11518 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11519
11520 * find-cmd.el: New file.
11521
11522 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11525 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11526 (completion-pcm--hilit-commonality): New function.
11527 (completion-pcm-all-completions): Use it.
11528
11529 * minibuffer.el (completion-common-substring): Mark obsolete.
11530 (completions-first-difference, completions-common-part):
11531 Move from simple.el.
11532 (completion-hilit-commonality): New fun.
11533 (display-completion-list, completion-emacs21-all-completions)
11534 (completion-emacs22-all-completions): Use it.
11535 * simple.el (completions-first-difference, completions-common-part):
11536 Move to minibuffer.el.
11537 (choose-completion-string): Use field functions and minibufferp.
11538 (completion-setup-function): Don't set completions faces.
11539
11540 2008-04-29 Glenn Morris <rgm@gnu.org>
11541
11542 * calendar/calendar.el (calendar-nth-named-absday)
11543 (calendar-nth-named-day):
11544 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11545 * calendar/holidays.el (holiday-float): Doc fixes.
11546
11547 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11548 the `full' case.
11549
11550 * org/org-agenda.el (calendar-iso-from-absolute):
11551 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11552 Fix declarations.
11553
11554 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11557 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11558 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11559 (gdb-assembler-custom): Be careful not to match other addresses.
11560
11561 2008-04-29 Jason Rumney <jasonr@gnu.org>
11562
11563 * battery.el (battery-status-function): Use w32-battery-status
11564 on Windows.
11565 (battery-echo-area-format): Make apm format the general case.
11566 (battery-mode-line-format): Merge apm and pmset formats as the
11567 general case.
11568
11569 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11570
11571 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11572 Use gud-tool-bar-item-visible-no-fringe.
11573 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11574 is already visible in frame. Remove optional size parameter
11575 and add optional frame parameter.
11576
11577 * progmodes/gud.el (gud-display-line): Only consider visible
11578 frames when looking for source buffer.
11579
11580 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11581
11582 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11583 argument to get-char-property, in case the current buffer hasn't
11584 been assigned to that window yet.
11585 (doc-view-display): Default to selected window if the current
11586 buffer hasn't been assigned to a window yet.
11587
11588 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11589
11590 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11591
11592 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11593
11594 * net/tramp.el (tramp-mode): New defcustom.
11595 (tramp-file-name-handler, tramp-completion-file-name-handler):
11596 Use it.
11597 (tramp-replace-environment-variables): Handle "$$".
11598
11599 2008-04-28 Sam Steingold <sds@gnu.org>
11600
11601 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11602
11603 2008-04-28 Bastien Guerry <bzg@altern.org>
11604
11605 * whitespace.el (whitespace-trailing): Fix typo.
11606
11607 2008-04-28 Sam Steingold <sds@gnu.org>
11608
11609 * textmodes/remember.el (diary-make-entry): Update the autoload.
11610
11611 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11614 all-completions.
11615
11616 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11617
11618 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11619
11620 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11621
11622 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11623 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11624 (vc-dir-mark-file): Add an optional argument.
11625 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11626
11627 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11628
11629 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11630 rather than obsolete alias find-file-hooks.
11631 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11632 Use find-file-hook rather than obsolete alias find-file-hooks.
11633 Add to find-file-not-found-functions.
11634 (epa-file-handler): Put 'safe-magic and 'operations properties.
11635
11636 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11637 (epa-menu-items): Remove.
11638
11639 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11640 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11641 (epa-dired-mode, epa-global-dired-mode): Remove.
11642
11643 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11644
11645 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11646
11647 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11648
11649 2008-04-27 Glenn Morris <rgm@gnu.org>
11650
11651 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11652 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11653
11654 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11655
11656 * org/org.el (org-html-level-start): Always have id's in HTML.
11657 (org-export-as-html): Use `org-link-protocols' to
11658 retrieve the export form of the link.
11659 (org-add-link-type): Final parameter renamed from PUBLISH.
11660 Better documentation of how it is to be used. Avoid double entries for
11661 the same link type.
11662 (org-add-link-props): New function.
11663 (org-modules-loaded): New variable.
11664 (org-load-modules-maybe, org-set-modules): New function.
11665 (org-modules): New option.
11666 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11667 (orgtbl-mode, org-store-link, org-insert-link-global)
11668 (org-open-at-point): Call `org-load-modules-maybe'.
11669 (org-search-view): Add more text properties.
11670 (org-agenda-schedule, org-agenda-deadline): Allow also in
11671 search-type agendas.
11672 (org-search-view): Order of arguments has been changed.
11673 Interpret prefix-arg as TODO-ONLY.
11674 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11675 Take new argument order of `org-search-view' into account.
11676 (org-todo-only): New variable.
11677 (org-search-syntax-table): New variable and function.
11678 (org-search-view): Do the search with the special syntax table.
11679 (define-obsolete-function-alias): Make work with XEmacs.
11680 (org-add-planning-info): Use old date as default when modifying an
11681 existing deadline or scheduled item.
11682 (org-agenda-compute-time-span): Make argument N optional.
11683 (org-agenda-format-date-aligned): Require `cal-iso'.
11684 (org-agenda-list): Include week into agenda heading, don't
11685 list it at each date (only on Mondays).
11686 (org-read-date-analyze): Define local variable `iso-date'.
11687 (org-agenda-format-date-aligned): Remove dependency on
11688 `calendar-time-from-absolute'.
11689 (org-remember-apply-template, org-go-to-remember-target):
11690 Interpret filenames relative to `org-directory'.
11691 (org-complete): Silently fail when trying to complete
11692 keywords that don't have a default value.
11693 (org-get-current-options): Add a #+DATE: option.
11694 (org-additional-option-like-keywords): Remove "DATE:" from the
11695 list of additional keywords.
11696 (org-export-as-html): Remove (current-time) as unnecessary second
11697 argument of `format-time-string'.
11698 (org-clock-find-position): Handle special case at end of buffer.
11699 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11700 `org-agenda-change-time-span'.
11701 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11702 `org-agenda-change-time-span'.
11703 (org-agenda-month-view): New argument MONTH, pass it on to
11704 `org-agenda-change-time-span'.
11705 (org-agenda-year-view): New argument YEAR, pass it on to
11706 `org-agenda-change-time-span'.
11707 (org-agenda-change-time-span): New optional argument N, pass it on
11708 to `org-agenda-compute-time-span'.
11709 (org-agenda-compute-time-span): New argument N, interpret it by
11710 changing the starting day.
11711 (org-small-year-to-year): New function.
11712 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11713 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11714 into the future, and that the shift is at least one interval, never 0.
11715 (org-update-checkbox-count): Fix bug with checkbox counting.
11716 (org-add-note): New command.
11717 (org-add-log-setup): Rename from `org-add-log-maybe'.
11718 (org-log-note-headings): New entry for plain notes (i.e. notes not
11719 related to state changes or clocking).
11720 (org-get-org-file): Check for availability of `remember-data-file'.
11721 (org-cached-entry-get): Allow a regexp value for
11722 `org-use-property-inheritance'.
11723 (org-use-property-inheritance): Allow regexp value. Fix bug in
11724 customization type.
11725 (org-use-tag-inheritance): Allow a list and a regexp value for
11726 this variable.
11727 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11728 (org-entry-get): Respect value `selective' for the INHERIT argument.
11729 (org-tag-inherit-p, org-property-inherit-p): New functions.
11730 (org-agenda-format-date-aligned): Allow 10 characters for
11731 weekday, to accommodate German locale.
11732 (org-add-archive-files): New function.
11733 (org-agenda-files): New argument `ext', to get archive files as well.
11734 (org-tbl-menu): Protect the use of variables that
11735 are only available when org-table.el gets loaded.
11736 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11737 single directory.
11738 (org-open-file): Allow a batch process to trigger
11739 waiting after executing a system command.
11740 (org-store-link): Link to headline when there is not
11741 target and no region in an org-mode buffer when creating a link.
11742 (org-link-types-re): New variable.
11743 (org-make-link-regexps): Compute `org-link-types-re'.
11744 (org-make-link-description-function): New option.
11745 (org-agenda-date, org-agenda-date-weekend): New faces.
11746 (org-archive-sibling-heading): New option.
11747 (org-archive-to-archive-sibling): New function.
11748 (org-iswitchb): New command.
11749 (org-buffer-list): New function.
11750 (org-agenda-columns): Also try the #+COLUMNS line in
11751 the buffer associated with the entry at point (or with the first
11752 entry in the agenda view).
11753 (org-modules): Add entry for org-bibtex.el.
11754 (org-completion-fallback-command): Move into `org-completion' group.
11755 (org-clock-heading-function): Move to `org-progress' group.
11756 (org-auto-repeat-maybe): Make sure that a note can
11757 be enforces if `org-log-repeat' is `note'.
11758 (org-modules): Allow additional symbols for external packages.
11759 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11760 (org-clock-goto): Hide drawers after showing an
11761 entry with `org-clock-goto'.
11762 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11763 Try also a clocktable block shift.
11764 (org-clocktable-try-shift): New function.
11765 (org-columns-hscoll-title): New function.
11766 (org-columns-previous-hscroll): New variable.
11767 (org-columns-full-header-line-format): New variable.
11768 (org-columns-display-here-title, org-columns-remove-overlays):
11769 Install `org-columns-hscoll-title' in post-command-hook.
11770
11771 * org/org.el: Split into many small files.
11772
11773 * org/org-agenda.el: New file, split off from org.el.
11774
11775 * org/org-archive.el: New file, split off from org.el.
11776
11777 * org/org-bbdb.el: New file.
11778
11779 * org/org-bibtex.el: New file, split off from org.el.
11780
11781 * org/org-clock.el: New file, split off from org.el.
11782
11783 * org/org-colview.el: New file, split off from org.el.
11784
11785 * org/org-compat.el: New file, split off from org.el.
11786
11787 * org/org-exp.el: New file, split off from org.el.
11788
11789 * org/org-faces.el: New file, split off from org.el.
11790
11791 * org/org-gnus.el: New file, split off from org.el.
11792
11793 * org/org-info.el: New file, split off from org.el.
11794
11795 * org/org-infojs.el: New file.
11796
11797 * org/org-irc.el: New file.
11798
11799 * org/org-macs.el: New file, split off from org.el.
11800
11801 * org/org-mew.el: New file.
11802
11803 * org/org-mhe.el: New file, split off from org.el.
11804
11805 * org/org-publish.el: New file, split off from org.el.
11806
11807 * org/org-remember.el: New file, split off from org.el.
11808
11809 * org/org-rmail.el: New file, split off from org.el.
11810
11811 * org/org-table.el: New file, split off from org.el.
11812
11813 * org/org-vm.el: New file, split off from org.el.
11814
11815 * org/org-wl.el: New file, split off from org.el.
11816
11817 2008-04-27 Jason Riedy <jason@acm.org>
11818
11819 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11820 parameter that suppresses lines that evaluate to NIL.
11821 (orgtbl-get-fmt): New inline function for
11822 picking apart formats that may be lists.
11823 (orgtbl-apply-fmt): New inline function for applying formats that
11824 may be functions.
11825 (orgtbl-eval-str): New inline function for strings that may be
11826 functions.
11827 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11828 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11829 (*orgtbl-llfmt*, *orgtbl-llstart*)
11830 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11831 (orgtbl-format-section): Shift formatting to support detecting the
11832 last line and formatting it specially.
11833 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11834 formats unless overridden.
11835 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11836 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11837 bound variables to hold the input collection of lines and output
11838 formatted text.
11839 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11840 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11841 format parameters.
11842 (orgtbl-format-line): New function encapsulating formatting for a
11843 single line.
11844 (orgtbl-format-section): Similar for each section. Rebinding the
11845 dynamic vars customizes the formatting for each section.
11846 (orgtbl-to-generic): Use orgtbl-format-line and
11847 orgtbl-format-section.
11848 (org-get-param): Now unused, so delete.
11849 (orgtbl-gather-send-defs): New function to
11850 gather all the SEND definitions before a table.
11851 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11852 corresponding to the current name.
11853 (orgtbl-send-table): Use the previous two functions and implement
11854 multiple destinations for each table.
11855
11856 * doc/org.texi (A LaTeX example): Note that fmt may be a
11857 one-argument function, and efmt may be a two-argument function.
11858 (Radio tables): Document multiple destinations.
11859
11860 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11861
11862 * org/org-agenda.el (org-add-to-diary-list): New function.
11863 (org-prefix-has-effort): New variable.
11864 (org-sort-agenda-noeffort-is-high): New option.
11865 (org-agenda-columns-show-summaries)
11866 (org-agenda-columns-compute-summary-properties): New options.
11867 (org-format-agenda-item): Compute the duration of the item.
11868 (org-agenda-weekend-days): New variable.
11869 (org-agenda-list, org-timeline): Use the proper faces for dates in
11870 the agenda and timeline buffers.
11871 (org-agenda-archive-to-archive-sibling): New command.
11872 (org-agenda-start-with-clockreport-mode): New option.
11873 (org-agenda-clockreport-parameter-plist): New option.
11874 (org-agenda-clocktable-mode): New variable.
11875 (org-agenda-deadline-leaders): Allow a function value for the
11876 deadline leader.
11877 (org-agenda-get-deadlines): Deal with new function value.
11878
11879 * org/org-clock.el (org-clock): New customization group.
11880 (org-clock-into-drawer, org-clock-out-when-done)
11881 (org-clock-in-switch-to-state, org-clock-heading-function):
11882 Move into the new group.
11883 (org-clock-out-remove-zero-time-clocks): New option.
11884 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11885 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11886 parameter.
11887 (org-dblock-write:clocktable): Fix bug with total time calculation.
11888 (org-dblock-write:clocktable): Request the unrestricted list of files.
11889 (org-get-clocktable): New function.
11890 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11891 be strings but also integers (an absolute day number) and lists (m d y).
11892
11893 * org/org-colview.el (org-columns-next-allowed-value)
11894 (org-columns-edit-value): Limit the effort for updating in the
11895 agenda to recomputing a single file.
11896 (org-columns-compute): Only write property value if it has changed.
11897 This avoids raising the buffer-change-flag unnecessarily.
11898 (org-agenda-colview-summarize)
11899 (org-agenda-colview-compute): New functions.
11900 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11901
11902 * org/org-exp.el (org-export-run-in-background): New option.
11903 (org-export-icalendar): Allow a batch process to trigger waiting
11904 after executing a system command.
11905 (org-export-preprocess-string): Rename from
11906 `org-cleaned-string-for-export'.
11907 (org-export-html-style): Made target class look like normal text.
11908 (org-export-as-html): Make use of the better preprocessing in
11909 `org-cleaned-string-for-export'.
11910 (org-cleaned-string-for-export): Better treatment of heuristic
11911 targets, many more internal links will now work in HTML export.
11912 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11913 (org-export-inbuffer-options-extra): New variable.
11914 (org-export-options-filters): New hook.
11915 (org-infile-export-plist): Find also the settings keywords in
11916 `org-export-inbuffer-options-extra'.
11917 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11918 multiple #+INFOJS_OPT lines.
11919 (org-export-html-handle-js-options): New function.
11920 (org-export-html-infojs-setup): New option.
11921 (org-export-as-html): Call `org-export-html-handle-js-options'.
11922 Add autoload to all entry points.
11923 (org-skip-comments): Function removed.
11924
11925 * org/org-table.el (org-table-make-reference): Extra parenthesis
11926 around single fields, to make sure that algebraic formulas get
11927 correctly interpreted by calc.
11928 (org-table-current-column): No longer interactive.
11929
11930 * org/org-export-latex.el (org-export-latex-preprocess):
11931 Rename from `org-export-latex-cleaned-string'.
11932
11933 2008-04-27 Bastien Guerry <bzg@altern.org>
11934
11935 * org/org-publish.el (org-publish-get-base-files-1): New function.
11936 (org-publish-get-base-files): Use it.
11937 (org-publish-temp-files): New variable.
11938 Don't require 'dired-aux anymore.
11939 (org-publish-initial-buffer): New variable.
11940 (org-publish-org-to, org-publish): Use it.
11941 (org-publish-get-base-files-1): Bug fix: get
11942 the proper list of files when recursing thru a directory.
11943 (org-publish-get-base-files): Use the :exclude property to skip
11944 both files and directories.
11945
11946 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11947
11948 * net/tramp.el (tramp-handle-make-symbolic-link)
11949 (tramp-handle-file-name-directory)
11950 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11951 (tramp-do-copy-or-rename-file-directly)
11952 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11953 (tramp-handle-substitute-in-file-name)
11954 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11955 * net/tramp-cache.el (tramp-get-file-property)
11956 (tramp-set-file-property, tramp-flush-file-property)
11957 (tramp-flush-directory-property)
11958 * net/tramp-compat.el (tramp-compat-make-temp-file)
11959 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11960 Disable `file-name-handler-alist' when handling localname.
11961 It could have a remote file syntax, like a VMS file name.
11962
11963 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11964
11965 * whitespace.el: New version 11.1.
11966 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11967 enclosed by \\( and \\)$. Docstring fix.
11968 (whitespace-trailing-regexp): Fun removed.
11969 (whitespace-report-list): Const initialization fix.
11970 (whitespace-color-on): Code fix.
11971
11972 2008-04-27 Andreas Schwab <schwab@suse.de>
11973
11974 * Makefile.el: Unbreak bootstrap.
11975
11976 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11977
11978 * net/tramp.el (tramp-replace-environment-variables): New defun.
11979 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11980 Use it.
11981
11982 2008-04-27 Glenn Morris <rgm@gnu.org>
11983
11984 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11985
11986 * calculator.el (calculator-expt): Replace cl function `oddp'.
11987
11988 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11989
11990 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11991 Simplify. Collect `defun' and `autoload' entries.
11992 Avoid modifying load-history.
11993
11994 2008-04-26 Glenn Morris <rgm@gnu.org>
11995
11996 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11997
11998 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11999
12000 2008-04-26 John Paul Wallington <jpw@pobox.com>
12001
12002 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12003 `hexl-mode-old-eldoc-documentation-function'.
12004 (hexl-mode-exit): Restore it.
12005 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12006
12007 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12008
12009 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12010
12011 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12012 (completion-pcm--all-completions): Doc fix.
12013 (completion-styles-alist, completion-all-completions):
12014 Fix typos in docstrings.
12015
12016 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12017
12018 * whitespace.el: There is now only one variable (whitespace-style) to
12019 specify which kind of blank is visualized. Doc and docstring fix.
12020 New version 11.0.
12021 (whitespace-style): New option, replace whitespace-style-mark and
12022 whitespace-style-color.
12023 (whitespace-style-mark, whitespace-style-color): Options removed.
12024 (whitespace-hspace, whitespace-tab, whitespace-newline)
12025 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12026 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12027 (whitespace-hspace-regexp, whitespace-space-regexp)
12028 (whitespace-tab-regexp, whitespace-trailing-regexp)
12029 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12030 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12031 (whitespace-space-after-tab-regexp, whitespace-line-column)
12032 (whitespace-display-mappings, whitespace-report): Docstring fix.
12033 (whitespace-color-value-list, whitespace-mark-value-list)
12034 (whitespace-active-color, whitespace-active-mark)
12035 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12036 (whitespace-style-value-list, whitespace-active-style)
12037 (whitespace-toggle-style): New vars.
12038 (whitespace-toggle-option-alist, whitespace-help-text):
12039 Var initialization and docstring fix.
12040 (whitespace-toggle-options, global-whitespace-toggle-options)
12041 (whitespace-cleanup, whitespace-cleanup-region)
12042 (whitespace-report-region, whitespace-interactive-char)
12043 (whitespace-toggle-list): Docstring and code fix.
12044 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12045 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12046 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12047 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12048
12049 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12052 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12053 (diff-sanity-check-hunk): Adjust code accordingly.
12054
12055 2008-04-26 Glenn Morris <rgm@gnu.org>
12056
12057 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12058
12059 * forms-d2.dat: Move to ../etc.
12060 * forms-d2.el (forms-file): Adapt for above change.
12061
12062 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12063 `translation-table-for-input'.
12064
12065 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12066 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12067
12068 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12069 to punctuation now it's not needed for abbrevs.
12070 (fortran-mode-abbrev-table): Remove defvar, make use of new
12071 define-abbrev-table :regexp feature.
12072
12073 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12074 insert, now that translation-table-for-input is not needed.
12075
12076 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12077
12078 * emacs-lisp/pp.el (pp-display-expression): New function,
12079 extracted from pp-eval-expression.
12080 (pp-eval-expression): Use pp-display-expression.
12081 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12082 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12083 (pp-eval-last-sexp): Use pp-last-sexp.
12084
12085 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * abbrev.el (define-abbrev-table): Apply props even if the table
12088 exists already.
12089
12090 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12091 various kinds of completion tables.
12092 (completion-emacs22-try-completion): Place cursor after the /, as was
12093 done in Emacs-22's minibuffer-complete-word.
12094 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12095 (completion-emacs22-try-completion): Merge all mergeable text rather
12096 than just /.
12097 (completion-pcm--delim-wild-regex): New var.
12098 (completion-pcm-word-delimiters): New custom.
12099 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12100 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12101 (completion-pcm--all-completions, completion-pcm-all-completions)
12102 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12103 (completion-pcm-try-completion): New functions.
12104 (completion-styles-alist): Add them.
12105 (completion-styles): Add it to the default.
12106
12107 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12110 (gdb-var-create-handler): ...until here when there are values.
12111 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12112 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12113
12114 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12115
12116 * ls-lisp.el (ls-lisp-format): Fix last change.
12117 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12118 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12119 (ls-lisp-filesize-f-fmt): New defvars.
12120 (ls-lisp-insert-directory): Dynamically compute format specifiers
12121 for displaying UID, GID, and file size, and store them in the
12122 above variables.
12123 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12124 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12125 instead of constant format strings.
12126 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12127 ls-lisp-filesize-d-fmt instead of constant format strings.
12128
12129 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12130
12131 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12132 value of addresses rather than (partial) string value.
12133 (gdb-frame-handler): Change regexp according to above change.
12134 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12135 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12136 (gdb-assembler-mode): Disable undo in these buffers.
12137
12138 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12141 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12142
12143 2008-04-24 Sam Steingold <sds@gnu.org>
12144
12145 * textmodes/remember.el (remember-diary-extract-entries): Use
12146 diary-make-entry instead of the obsolete make-diary-entry.
12147
12148 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * subr.el (translation-table-for-input): Mark as obsolete.
12151
12152 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12153
12154 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12155
12156 * textmodes/ispell.el (ispell-dictionary-alist-1)
12157 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12158 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12159 (ispell-dictionary-alist-6): Remove.
12160 (ispell-dictionary-base-alist): New var, merges the above.
12161 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12162 Use it.
12163 (ispell-dictionary-alist): Default to nil. Remove autoload.
12164 (ispell-local-dictionary-alist): Remove autoload.
12165
12166 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12167 (f90-mode-abbrev-table): Use the new :regexp feature.
12168 Merge defvar and mapc into define-abbrev-table.
12169 (f90-imenu-type-matcher): Remove unused `l'.
12170 (f90-imenu-generic-expression): Remove unused `not-ib'.
12171 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12172 (f90-change-keywords): Use restore-buffer-modified-p.
12173
12174 2008-04-24 Glenn Morris <rgm@gnu.org>
12175
12176 * net/goto-addr.el (goto-address-prog-mode):
12177 * progmodes/bug-reference.el (bug-reference-prog-mode):
12178 Define for compiler.
12179
12180 * minibuffer.el (x-file-dialog): Declare as function.
12181
12182 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12183 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12184
12185 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12186 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12187 work with easymenu. Add :keys where needed.
12188
12189 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12190 event-start is nil.
12191
12192 * calendar/calendar.el (calendar-mode-map): Fix typo.
12193
12194 2008-04-24 Tom Tromey <tromey@redhat.com>
12195
12196 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12197 Document keywords. Add :suppress.
12198 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12199
12200 * net/goto-addr.el (goto-address-unfontify): New function.
12201 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12202 (goto-address-fontify-region, goto-address-mode)
12203 (goto-address-prog-mode): New functions.
12204
12205 * progmodes/bug-reference.el: New file.
12206
12207 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12208
12209 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12210
12211 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12214 macros within lambdas.
12215
12216 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * minibuffer.el (completion-try-completion): Add `point' argument.
12219 Change return value.
12220 (completion-all-completions): Add `point' argument.
12221 (minibuffer-completion-help): Pass the new `point' argument.
12222 (completion--do-completion): Pass the whole field to try-completion.
12223 (completion--try-word-completion): Rewrite, making fewer assumptions.
12224 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12225 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12226 (completion-basic-try-completion, completion-basic-all-completions):
12227 New functions.
12228 (completion-styles-alist): Use them.
12229
12230 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12231
12232 * textmodes/ispell.el (ispell-set-spellchecker-params):
12233 New function to make sure right params and dictionary alists are used
12234 after spellchecker changes.
12235 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12236 (ispell-initialize-spellchecker-hook): New variables and hook.
12237 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12238 (ispell-maybe-find-aspell-dictionaries): Remove.
12239 Calls replaced by (ispell-set-spellchecker-params) calls.
12240 (ispell-have-aspell-dictionaries): Remove.
12241
12242 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12243 by ispell-set-spellchecker-params.
12244
12245 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * complete.el (PC-do-completion): Be more robust in the presence of
12248 unexpected values in minibuffer-completion-predicate.
12249
12250 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12251 Only abbreviate default-filename if it's a file.
12252
12253 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12254 (read-file-name-completion-ignore-case, insert-default-directory):
12255 New vars, moved from fileio.c.
12256 (read-file-name): New fun, moved from fileio.c.
12257 * cus-start.el: Remove insert-default-directory and
12258 read-file-name-completion-ignore-case.
12259
12260 2008-04-23 Magnus Henoch <mange@freemail.hu>
12261
12262 * tar-mode.el (tar-untar-buffer): If the entry has directory
12263 link type, extract it as a directory even if its file name doesn't
12264 end with a slash. Fixes extraction of NetBSD tar archives.
12265
12266 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * server.el (server-start): Also don't get confused by CRs since we
12269 don't quote them.
12270
12271 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12272
12273 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12274 (gdb-set-gud-minor-mode-existing-buffers)
12275 (gdb-info-breakpoints-custom, gdb-get-location)
12276 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12277 Previously gdb-create-define-alist wasn't always run and added to
12278 after-save-hook.
12279
12280 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12281
12282 2008-04-23 Kevin Ryde <user42@zip.com.au>
12283
12284 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12285 comments like unindented ones.
12286
12287 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12288
12289 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12290 parameter origins.
12291
12292 2008-04-23 Kevin Ryde <user42@zip.com.au>
12293
12294 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12295 Bind print-level to ensure output forms aren't truncated if
12296 print-level is set to eval-expression-print-level when going via
12297 eval-defun and friends, or has been otherwise fiddled with.
12298
12299 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12302 font-lock-extend-after-change-region-function globally.
12303
12304 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * speedbar.el (speedbar-use-tool-tips-flag)
12307 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12308 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12309 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12310 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12311 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12312 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12313 (speedbar-separator-face): Fix typos in docstrings.
12314 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12315 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12316 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12317 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12318 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12319 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12320 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12321 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12322 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12323 (speedbar-recenter): Doc fixes.
12324 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12325 declaration and remove redundant info in docstring.
12326
12327 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12328
12329 * vc-git.el (vc-git-status-printer): Deal with directories.
12330
12331 * vc.el (vc-next-action): Look at more than the first file to
12332 determine the state.
12333
12334 2008-04-23 Glenn Morris <rgm@gnu.org>
12335
12336 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12337 timers. Doc fix.
12338 (dframe-update-speed): Drop support for XEmacs < 20.
12339 (dframe-frame-mode): Drop support for Emacs < 20.
12340 (dframe-set-timer-internal): Drop support for Emacs without timers.
12341 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12342
12343 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12344 versions. Add doc-string. Mark as obsolete.
12345
12346 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12347
12348 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12349 rather than using an Emacs version test.
12350
12351 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12352 rather than an Emacs version test.
12353
12354 * calendar/cal-china.el (holiday-chinese-qingming)
12355 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12356 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12357 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12358
12359 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12360
12361 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12362 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12363 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12364
12365 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12366
12367 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12368 (gdb-previous-frame-pc-address): ...to this.
12369 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12370 of "info frame" with Gdb 6.4+.
12371 (gdb-stack-list-frames-regexp): New regexp.
12372 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12373
12374 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12375
12376 * tar-mode.el (tar-prefix-offset): New constant.
12377 (tar-header-block-tokenize): Support paths with long names
12378 which use the "ustar" standard.
12379
12380 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12381
12382 * image-dired.el (image-dired-track-original-file)
12383 (image-dired-modify-mark-on-thumb-original-file):
12384 Use `dired-goto-file' instead of `search-forward'. This solves
12385 a bug with finding files where the file name is a subset of other
12386 file names. Doc fix.
12387
12388 2008-04-22 Juri Linkov <juri@jurta.org>
12389
12390 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12391 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12392 (yank-menu-length): Change group name `mouse' to `menu'.
12393 (buffers-menu-buffer-name-length): New user option.
12394 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12395 instead of the hard-coded number 27.
12396
12397 2008-04-22 Juri Linkov <juri@jurta.org>
12398
12399 * isearch.el (eval-when-compile): Require `help-macro'.
12400 (isearch-help-for-help-internal): Isearch specific Help screen
12401 created by `make-help-screen'.
12402 (isearch-help-map): New variable that binds "b", "k", "m" to
12403 isearch-specific commands, and binds other keys to
12404 isearch-other-control-char, thus allowing other Help keys to
12405 exit isearch mode and execute their global definitions.
12406 (isearch-help-for-help, isearch-describe-bindings)
12407 (isearch-describe-key, isearch-describe-mode): New commands.
12408 (isearch-mode-help): Define alias to isearch-describe-mode
12409 and remove its old function definition.
12410 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12411 Remove old comments because this issue is settled now.
12412 (isearch-forward): Describe three new Help commands in the docstring.
12413 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12414 leave the single sentence at the first line of the docstring,
12415 and prepend the word "function" before `isearch-forward'
12416 to make the Help link to the function instead of variable.
12417
12418 2008-04-22 Juri Linkov <juri@jurta.org>
12419
12420 * isearch.el (isearch-success-function): New variable with default
12421 to `isearch-success-function-default'.
12422 (isearch-search): Call a function from `isearch-success-function'
12423 instead of calling the hard-coded `isearch-range-invisible'.
12424 (isearch-success-function-default): New function that calls
12425 `isearch-range-invisible' and inverts its return value.
12426
12427 * info.el (Info-search): In two similar places that skip
12428 undesired search matches move code to Info-search-success-function,
12429 and call `isearch-success-function' instead.
12430 (Info-search-success-function): New function copied from code
12431 in Info-search. Replace isearch-range-invisible with
12432 text-property-not-all that checks for 'invisible and 'display
12433 properties to skip partially invisible matches (whose display
12434 properties were set by Info-fontify-node).
12435 (Info-mode): Set buffer-local isearch-success-function
12436 to Info-search-success-function.
12437
12438 2008-04-22 Juri Linkov <juri@jurta.org>
12439
12440 * minibuffer.el (internal-complete-buffer-except): New function.
12441
12442 * files.el (read-buffer-to-switch): New function.
12443 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12444 Change interactive spec to call read-buffer-to-switch instead of
12445 using the letter "B".
12446
12447 * simple.el (minibuffer-default-add-shell-commands): New function.
12448 Use declare-function for mailcap-file-default-commands from "mailcap".
12449 (shell-command): Set local minibuffer-default-add-function to
12450 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12451 before calling read-shell-command. Set 4th arg default-value of
12452 read-shell-command to relative buffer-file-name in file buffers.
12453
12454 * dired-aux.el (dired-read-shell-command-default): Move it to
12455 gnus/mailcap.el and change its name to more general name
12456 mailcap-file-default-commands.
12457 (minibuffer-default-add-dired-shell-commands): New function.
12458 Use declare-function for mailcap-file-default-commands from "mailcap".
12459 (dired-read-shell-command): Set local minibuffer-default-add-function
12460 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12461 before calling read-shell-command. Remove dired-read-shell-command-default
12462 from the default value arg because default values are not set in
12463 minibuffer-default-add-dired-shell-commands. Doc fix.
12464
12465 * dired-x.el (dired-smart-shell-command): Sync arguments and
12466 interactive spec with changes in `shell-command'.
12467 Use dired-get-filename to get the dired file name at point
12468 as the default value in dired mode.
12469
12470 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12471
12472 * info.el (Info-complete-menu-item): Add missing parenthesis.
12473
12474 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * info.el (Info-complete-menu-item): Save point.
12477
12478 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12479
12480 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12481
12482 2008-04-22 Andreas Schwab <schwab@suse.de>
12483
12484 * Makefile.in (emacs-deps): Define.
12485 Use it instead of $(lisp)/subdirs.el.
12486
12487 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12488
12489 * vc.el (vc-next-action): Do not consider directories when
12490 checking for state compatibility.
12491 (vc-transfer-file): Use when not if.
12492 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12493 (vc-dir-mark-file): Use them.
12494 (vc-deduce-fileset): Also return the backend.
12495 (vc-diff-internal): Take as argument the value returned by
12496 vc-deduce-fileset instead of just the fileset.
12497 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12498 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12499 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12500
12501 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12502
12503 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12504 set-window-vscroll but image-scroll-down. Fixes a bug where a
12505 command following SPC scrolled up again.
12506
12507 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12508
12509 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12510 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12511 (gud-watch): Add "$" prefix when in registers buffer.
12512
12513 2008-04-22 Glenn Morris <rgm@gnu.org>
12514
12515 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12516
12517 * whitespace.el (whitespace-display-table)
12518 (whitespace-display-table-was-local): Move definitions before use.
12519
12520 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12521 (copyright-limit): Respect copyright-at-end-flag.
12522 (copyright-re-search, copyright-start-point)
12523 (copyright-offset-too-large-p): New functions.
12524 (copyright-update-year): Use copyright-re-search.
12525 (copyright-update, copyright-fix-years): Use copyright-start-point,
12526 and copyright-re-search.
12527 (copyright): Use copyright-offset-too-large-p.
12528 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12529
12530 * add-log.el (top-level): Require 'cl when compiling.
12531
12532 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12535 Treat minibuffer-completion-predicate as a predicate.
12536
12537 * minibuffer.el (completion--file-name-table): Accept both the old
12538 `dir' arg or the new `pred' arg.
12539
12540 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12541 `predicate' argument to pass non-predicate data.
12542 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12543 Use second arg as proper predicate.
12544
12545 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12546 (vc-bzr-revision-completion-table): Use completion-table-with-context
12547 instead.
12548
12549 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12550
12551 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * term.el (term-emulate-terminal): Perform redisplay after the
12554 process filter has finished running.
12555
12556 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12559
12560 * minibuffer.el (completion-try-completion): Change magic symbol
12561 property name. Rename from minibuffer-try-completion.
12562 (completion-all-completions): Rename from minibuffer-all-completions.
12563 Remove hide-spaces argument.
12564 (completion--do-completion): Rename from minibuffer--do-completion.
12565 (minibuffer-complete-and-exit): Call just try-completion rather than
12566 completion-try-completion to fix up the case.
12567 (completion--try-word-completion): Try to add space or hyphen before
12568 making `string' a prefix of `completion'.
12569 (completion--insert-strings): Rename from minibuffer--insert-strings.
12570
12571 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12572
12573 * net/tls.el (tls-program): Add -ign_eof argument to call the
12574 openssl commands.
12575 (tls-checktrust): Ditto.
12576
12577 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12578
12579 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12580
12581 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12582 (vc-check-master-templates, vc-file-not-found-hook)
12583 (vc-kill-buffer-hook):
12584 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12585 (vc-find-position-by-context, vc-buffer-context)
12586 (vc-restore-buffer-context, vc-responsible-backend)
12587 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12588 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12589 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12590 (vc-version-diff, vc-diff, vc-insert-headers)
12591 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12592 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12593 (vc-revert, vc-rollback, vc-version-backup-file)
12594 (vc-rename-master, vc-delete-file, vc-rename-file)
12595 (vc-branch-part, vc-default-retrieve-snapshot)
12596 (vc-annotate-display-autoscale, vc-annotate-display-select)
12597 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12598 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12599 (vc-dir-update): Handle directories.
12600 (vc-default-status-printer): Simplify.
12601
12602 * progmodes/asm-mode.el (asm-mode-map):
12603 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12604
12605 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12606
12607 2008-04-21 Kenichi Handa <handa@m17n.org>
12608
12609 * select.el (xselect-convert-to-string): Send a C_STRING only if
12610 the polymorphic target TEXT is requested.
12611
12612 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12613
12614 * minibuffer.el (completion-setup-hook, display-completion-list)
12615 (completion--file-name-table): Fix typos in docstrings.
12616 (completion-table-dynamic): Fix typo, and reflow docstring.
12617
12618 2008-04-20 Andreas Schwab <schwab@suse.de>
12619
12620 * server.el (server-switch-buffer): Also consider clients in the
12621 selected frame.
12622
12623 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12624
12625 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12626 Select window clicked on first.
12627 (gdb): Display thread number in mode-line.
12628 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12629 (gdb-breakpoints-header): New variable.
12630 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12631
12632 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12635 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12636 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12637 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12638 (vc-sccs-print-log): Use it.
12639
12640 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12641
12642 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12643 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12644
12645 * tooltip.el (tooltip-previous-message): New var.
12646 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12647 the C code (avoid overwriting a minibuffer, restore previous echo
12648 message, ...).
12649 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12650 Simplify.
12651
12652 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12653
12654 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12655 (gdb-init-1): Initialise it.
12656 (gdb-annotation-rules): New entry for "new-thread".
12657 (gdb-thread-identification): New function to customize
12658 mode-line-buffer-identification.
12659 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12660 (gdb-assembler-mode): Use it.
12661 (gdb-threads-mode): Force "info threads" onto queue.
12662
12663 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * files.el (locate-file-completion-table): Rename from
12666 locate-file-completion and make it use `pred' in the normal way.
12667 (locate-file-completion): New compatibility wrapper.
12668 (load-library): Use locate-file-completion-table.
12669 * finder.el (finder-commentary):
12670 * subr.el (locate-library):
12671 * emacs-lisp/find-func.el (find-library): Likewise.
12672 * info.el: Use with-current-buffer and inhibit-read-only.
12673 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12674 (Info-read-node-name-1): Adjust uses accordingly.
12675
12676 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12677 (completion-table-with-terminator): Don't use complete-with-action
12678 since we have to distinguish all three cases anyway.
12679 (completion-table-with-predicate): New function.
12680 (dynamic-completion-table): Add obsolete alias.
12681
12682 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12683
12684 2008-04-18 Sam Steingold <sds@gnu.org>
12685
12686 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12687 Use quit-window instead of bury-buffer.
12688
12689 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12692
12693 2008-04-18 Andreas Schwab <schwab@suse.de>
12694
12695 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12696 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12697 Depend on $(lisp)/subdirs.el.
12698
12699 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12700
12701 * descr-text.el (describe-char-after):
12702 Use `define-obsolete-function-alias'.
12703
12704 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12705
12706 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12707
12708 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12709 Remove redundant obsolescence info in docstring.
12710
12711 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12712 (vc-header-alist): Add WHEN to obsolescence declaration.
12713 (vc-state): Fix typo in docstring.
12714
12715 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12716 Use `define-obsolete-variable-alias'.
12717
12718 * emulation/tpu-edt.el (tpu-have-ispell):
12719 * international/codepage.el (codepage-setup):
12720 Fix typo in obsolescence declaration.
12721
12722 * international/mule.el (char-coding-system-table):
12723 Remove redundant obsolescence info in docstring.
12724 (charset-list, generic-char-p, set-char-table-default):
12725 Fix typos in obsolescence declarations.
12726
12727 * international/mule-diag.el (non-iso-charset-alist):
12728 Fix typo in obsolescence declaration.
12729 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12730
12731 * font-core.el (font-lock-defaults-alist):
12732 * font-lock.el (font-lock-reference-face):
12733 * frame.el (screen-height, screen-width, set-screen-width)
12734 (set-screen-height):
12735 * hilit-chg.el (highlight-changes-initial-state):
12736 * isearch.el (isearch-return-char):
12737 * log-edit.el (cvs-commit-buffer-require-final-newline)
12738 (cvs-changelog-full-paragraphs):
12739 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12740 (mouse-popup-menubar-stuff):
12741 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12742 (mouse-wheel-click-button):
12743 * outline.el (outline-visible):
12744 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12745 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12746 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12747 * progmodes/compile.el (compile-internal):
12748 Add WHEN to obsolescence declarations.
12749
12750 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12753 is not better anyway.
12754
12755 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12756
12757 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12758 properly.
12759
12760 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12763 (python-use-skeletons): Remove, unused.
12764 (python-skeletons): Remove. Use the abbrev table instead.
12765 (python-mode-abbrev-table): Fix regexp;
12766 add enable-function and case-fixed.
12767 (def-python-skeleton): Simplify.
12768 (python-expand-template): Use the abbrev-table and abbrev-insert.
12769 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12770 Remove.
12771 (python-mode): Don't set pre-abbrev-expand-hook.
12772
12773 * skeleton.el: Set coding-tag.
12774
12775 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12776 (expand-abbrev): Use it.
12777 (abbrev-table-menu): New function.
12778
12779 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12780
12781 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12782
12783 2008-04-17 Sam Steingold <sds@gnu.org>
12784
12785 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12786 idiosyncratic bury-buffer/delete-window logic.
12787
12788 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12791 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12792
12793 2008-04-17 Kenichi Handa <handa@m17n.org>
12794
12795 * international/characters.el: Don't make the width of U+00AD to 0.
12796
12797 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12798
12799 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12800 (gdb, gdb-starting, gdb-frames-mode): Use it.
12801 (gdb-invalidate-frames): Advise to call "info stack" only if
12802 execution has occurred.
12803 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12804 selected frame if no execution has occurred.
12805 (gdb-frames-force-update): New interactive function.
12806 (gdb-frames-mode-map): Bind it to "F".
12807
12808 2008-04-17 Michael Olson <mwolson@gnu.org>
12809
12810 * textmodes/remember.el (remember-version): Release Remember 2.0.
12811
12812 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12813
12814 * textmodes/artist.el:
12815 * progmodes/vhdl-mode.el:
12816 * progmodes/verilog-mode.el:
12817 * progmodes/vera-mode.el:
12818 * progmodes/simula.el:
12819 * progmodes/ps-mode.el:
12820 * progmodes/cmacexp.el:
12821 * obsolete/hilit19.el:
12822 * emulation/viper.el:
12823 * ediff.el: Cleanup the bug-report email addresses and make sure the
12824 maintainer is still willing to handle bug reports.
12825
12826 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12827
12828 * vc.el (vc-dir-kill-query): Fix thinko.
12829
12830 2008-04-16 Glenn Morris <rgm@gnu.org>
12831
12832 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12833 by diary-sexp-entry.
12834
12835 2008-04-16 Markus Triska <markus.triska@gmx.at>
12836
12837 * proced.el (proced-command-alist): Add support for darwin.
12838
12839 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * proced.el (proced-mode): Redefine as just the major-mode.
12842 (proced): Separate it from proced-mode.
12843
12844 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12845
12846 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12847
12848 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12849 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12850 `tab-width' setting from user. New version 10.0. Doc and docstring
12851 fix.
12852 (whitespace-style, whitespace-chars): Remove options.
12853 (whitespace-style-mark): New option, replace whitespace-style deleted
12854 option. Fix docstring.
12855 (whitespace-style-color): New option, replace whitespace-chars deleted
12856 option. Fix docstring.
12857 (whitespace-space, whitespace-hspace, whitespace-tab)
12858 (whitespace-newline, whitespace-trailing, whitespace-line)
12859 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12860 (whitespace-space-after-tab, whitespace-hspace-regexp)
12861 (whitespace-space-regexp, whitespace-tab-regexp)
12862 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12863 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12864 (whitespace-toggle-option-alist): Fix docstring.
12865 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12866 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12867 docstring and initialization.
12868 (global-whitespace-mode): Autoloaded global minor mode.
12869 (whitespace-chars-value-list, whitespace-style-value-list)
12870 (whitespace-active-chars, whitespace-active-style)
12871 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12872 (whitespace-color-value-list): New var, replace
12873 whitespace-chars-value-list removed var.
12874 (whitespace-mark-value-list): New var, replace
12875 whitespace-style-value-list removed var.
12876 (whitespace-active-color): New var, replace whitespace-active-chars
12877 removed var.
12878 (whitespace-active-mark): New var, replace whitespace-active-style
12879 removed var.
12880 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12881 removed var.
12882 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12883 removed var.
12884 (whitespace-toggle-option-alist, whitespace-report-list)
12885 (whitespace-report-text, whitespace-help-text): Fix initialization.
12886 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12887 (whitespace-toggle-options, global-whitespace-toggle-options)
12888 (whitespace-cleanup-region, whitespace-report-region)
12889 (whitespace-interactive-char): Fix docstring and code.
12890 (whitespace-cleanup, whitespace-report): Fix docstring.
12891 (whitespace-replace-spaces-by-tabs): Remove fun.
12892 (whitespace-replace-action): New fun, replace
12893 whitespace-replace-spaces-by-tabs removed fun.
12894 (whitespace-regexp, whitespace-indentation-regexp)
12895 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12896 (whitespace-kill-buffer): New funs.
12897 (whitespace-insert-option-mark, whitespace-help-on)
12898 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12899 (whitespace-color-on, whitespace-color-off)
12900 (whitespace-display-char-on): Fix code.
12901
12902 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12905 (mouse-throw-magnifier-with-mouse-movement): Remove.
12906 (mouse-throw-magnifier-base): New const.
12907 (mouse-drag-scroll-delta): New fun.
12908 (mouse-drag-throw): Use it.
12909
12910 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12911
12912 * international/uni-bidi.el, international/uni-category.el:
12913 * international/uni-combining.el, international/uni-comment.el:
12914 * international/uni-decimal.el, international/uni-decomposition.el:
12915 * international/uni-digit.el, international/uni-lowercase.el:
12916 * international/uni-mirrored.el, international/uni-name.el:
12917 * international/uni-numeric.el, international/uni-old-name.el:
12918 * international/uni-titlecase.el, international/uni-uppercase.el:
12919 * international/charprop.el: Regenerate.
12920
12921 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12922
12923 * vc.el (vc-status-fileinfo): Add new member directoryp.
12924 (vc-default-status-printer): Print directories.
12925 (vc-status-update): Sort files before subdirectories.
12926
12927 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12928 Add alternative implementation based on "cvs update".
12929
12930 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12931
12932 * doc-view.el: Changed requirements section to tell that only one
12933 of dvipdf or dvipdfm is needed.
12934 (doc-view-already-converted-p): Fix bug that forced reconversion
12935 if doc was already converted.
12936
12937 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * minibuffer.el (minibuffer-message):
12940 Make sure we can put-text-property.
12941
12942 * emacs-lisp/crm.el: Complete rewrite.
12943
12944 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12945 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12946 case of an error in display-completion-list.
12947
12948 * filecache.el (file-cache-completions-keymap): Move init from
12949 file-cache-completion-setup-function into declaration.
12950 (file-cache-minibuffer-complete): Simplify.
12951 (file-cache-completion-setup-function): Use standard-output,
12952 preserve current-buffer.
12953
12954 * vc.el (vc-status-update): Fix typo.
12955 (vc-status-update): Set needs-update.
12956 (vc-status-refresh): η-reduce.
12957
12958 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12959
12960 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12961 to image-eol.
12962
12963 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12964
12965 * vc.el (vc-status-update): Undo the previous revert.
12966
12967 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * minibuffer.el (completion-table-with-terminator): Those completions
12970 are never valid w.r.t test-completion.
12971 (completion--file-name-table):
12972 Check completion-all-completions-with-base-size.
12973
12974 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12975
12976 * doc-view.el (doc-view-dvipdf-program): New variable.
12977 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12978 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12979 alternative for doc-view-dvipdfm-program.
12980 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12981
12982 * doc-view.el (doc-view-start-process): Don't set
12983 default-directory to "~/" if the current value is valid.
12984 This broke PS files that run other files in the same directory.
12985
12986 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12987
12988 * vc.el (vc-status-kill-query): New function.
12989 (vc-status-mode): Add it to kill-buffer-query-functions.
12990 (vc-status-show-fileentry): New function.
12991 (vc-status-menu-map): Bind it. Bind vc-next-action.
12992
12993 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12996
12997 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12998
12999 * proced.el (proced-send-signal): Fix error recognition.
13000
13001 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13002
13003 * proced.el (proced-command-alist): Remove sort column.
13004 (proced-command, proced-procname-column):
13005 Use make-variable-buffer-local.
13006 (proced-signal-function): Rename from proced-kill-program.
13007 Allow for elisp symbols and string values representing system calls.
13008 (proced-marker-regexp, proced-success-message): New functions.
13009 (proced): Use defalias. Add autoload cookie.
13010 (proced-unmark-backward, proced-toggle-marks)
13011 (proced-hide-processes): New commands.
13012 (proced-do-mark): Simplify code.
13013 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13014 (proced-update): Remove sorting.
13015 (proced-send-signal): Display number of processes to operate on.
13016 Allow for system calls or elisp functions to send signals.
13017 Check if signal was sent successfully.
13018
13019 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * minibuffer.el (completion-all-completion-with-base-size): New var.
13022 (completion--some): New function.
13023 (completion-table-with-context, completion--file-name-table):
13024 Return the base-size if requested.
13025 (completion-table-in-turn): Generalize to multiple arguments.
13026 (complete-in-turn): Compatibility alias.
13027 (completion-styles-alist): New var.
13028 (completion-styles): New customization.
13029 (minibuffer-try-completion, minibuffer-all-completions):
13030 New functions.
13031 (minibuffer--do-completion, minibuffer-complete-and-exit)
13032 (minibuffer-try-word-completion): Use them.
13033 (display-completion-list, minibuffer-completion-help): Use them.
13034 Handle all-completions's new base-size info to set completion-base-size.
13035 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13036 completion-table-with-terminator and complete-with-action.
13037 Remove the now obsolete completion-base-size-function property.
13038 * simple.el (completion-list-mode-map): Move init into declaration.
13039 (completion-list-mode): Use define-derived-mode.
13040 (completion-setup-function): Use any completion-base-size that may
13041 have been set before. Remove handling of completion-base-size-function.
13042 * loadup.el: Move abbrev.el up earlier.
13043
13044 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13045
13046 * vc-git.el (vc-git-after-dir-status-stage)
13047 (vc-git-dir-status-goto-stage): New functions.
13048 (vc-git-after-dir-status-stage1)
13049 (vc-git-after-dir-status-stage1-empty-db)
13050 (vc-git-after-dir-status-stage2): Remove, functionality moved
13051 into the new generic stage functions.
13052 (vc-git-dir-status-files): New function.
13053
13054 * vc.el (vc-status-update): Revert an incorrect rewrite.
13055 Add some comments.
13056 (vc-status-refresh-files): New function.
13057 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13058 state of up-to-date files.
13059 (vc-default-dir-status-files): New function.
13060
13061 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13062
13063 * minibuffer.el (completion--embedded-envvar-table)
13064 (read-file-name-internal): Fix typos in 2008-04-11 change.
13065
13066 * faces.el (read-face-name): Use `completion-table-in-turn',
13067 not `complete-in-turn'.
13068
13069 2008-04-13 Andreas Schwab <schwab@suse.de>
13070
13071 * progmodes/etags.el: Require 'cl when compiling.
13072
13073 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13074
13075 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13076
13077 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13078 (menu): Add/expand menu tooltips.
13079
13080 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13081
13082 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13083 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13084
13085 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13086 considered registered.
13087
13088 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13089
13090 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13091
13092 * ediff-wind.el (ediff-split-window-function)
13093 (ediff-merge-split-window-function): Improve custom type.
13094
13095 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13096
13097 * loadup.el ("minibuffer"): Move after "faces".
13098
13099 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * progmodes/hideif.el (hif-factor): Handle unary minus.
13102
13103 2008-04-12 Glenn Morris <rgm@gnu.org>
13104
13105 * calendar/cal-china.el (chinese-calendar-time-zone):
13106 Mark obsolete name as risky too.
13107
13108 * calendar/calendar.el (calendar-faces): New custom group.
13109 (calendar-today, diary, holiday): Doc fix.
13110 Move to calendar-faces group.
13111 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13112 (diary-button): Doc fix. Move to calendar-faces group.
13113
13114 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13115 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13116 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13117 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13118 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13119 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13120 not in dumped files before the associated defcustom.
13121
13122 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13123
13124 * minibuffer.el (lazy-completion-table): Fix debug spec.
13125
13126 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * minibuffer.el (complete-with-action, lazy-completion-table):
13129 Move from subr.el.
13130 (apply-partially, completion-table-dynamic)
13131 (completion-table-with-context, completion-table-with-terminator)
13132 (completion-table-in-turn): New funs.
13133 (completion--make-envvar-table, completion--embedded-envvar-table):
13134 New funs.
13135 (read-file-name-internal): Use them.
13136 (completion-setup-hook): Move from simple.el.
13137 * subr.el (complete-with-action, lazy-completion-table):
13138 * simple.el (completion-setup-hook): Move to minibuffer.el.
13139
13140 2008-04-11 Glenn Morris <rgm@gnu.org>
13141
13142 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13143
13144 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13145
13146 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13147
13148 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13149
13150 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13151 (fill-forward-paragraph): New fun.
13152 (fill-paragraph, fill-region): Use it.
13153
13154 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13155 (vc-status-create-fileinfo): Make `extra' optional.
13156 (vc-status-busy): New fun.
13157 (vc-status-menu-map): Use it.
13158 (vc-status-crt-marked): Remove.
13159 (vc-status-update): Rename from vc-status-add-entries.
13160 Add argument so as to prevent addition of entries. Rewrite.
13161 (vc-update-vc-status-buffer): Remove.
13162 (vc-status-refresh): Don't remove old entries, set them to
13163 up-to-date instead. Also do it after the update is complete.
13164 (vc-status-marked-files): η-reduce.
13165
13166 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13167 for non-dialogs.
13168
13169 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13170
13171 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13172
13173 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13174
13175 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13176 to t and don't truncate msg.
13177
13178 2008-04-11 Glenn Morris <rgm@gnu.org>
13179
13180 * calendar/calendar.el (diary, holidays):
13181 Move custom groups to other files.
13182 (holiday-general-holidays, holiday-oriental-holidays)
13183 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13184 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13185 (holiday-hebrew-holidays, holiday-christian-holidays)
13186 (holiday-islamic-holidays, holiday-bahai-holidays)
13187 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13188 * calendar/diary-lib.el: Move custom group here from calendar.el.
13189 * calendar/holidays.el: Move custom group and variables here
13190 from calendar.el.
13191
13192 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13193
13194 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13195 Fix custom group.
13196 (calendar-current-time-zone-cache): Autoload riskiness.
13197
13198 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13199
13200 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13201
13202 * woman.el (woman2-TH): Use string-equal instead of string-match.
13203
13204 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13207 (smerge-resolve): Merge the "2-way refinement" case with one half of
13208 the "mere whitespace" resolution.
13209
13210 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13211
13212 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13213
13214 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13215
13216 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13217 Add WHEN to obsolescence declaration.
13218
13219 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13220
13221 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13222
13223 * vc-hooks.el (vc-state): Add new state `conflict'.
13224 (vc-after-save): Use when not if.
13225 (vc-default-mode-line-string): Deal with the conflict state.
13226 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13227
13228 * vc.el (vc-editable-p, vc-default-status-printer)
13229 (vc-next-action): Deal with the conflict state.
13230 (vc-mark-resolved): New function.
13231 (vc-status-mode): Fix mode name.
13232 (vc-default-comment-history): Use when not if.
13233 (Todo): Add new entries, remove old ones.
13234
13235 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13236 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13237 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13238 Detect the conflict state.
13239
13240 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13241
13242 2008-04-10 Glenn Morris <rgm@gnu.org>
13243
13244 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13245 Respect truncate-partial-width-windows in non-full windows,
13246 with regards to :toggle and :enable state.
13247
13248 * simple.el (toggle-truncate-lines): Doc fix.
13249
13250 * Makefile.in (MH_E_DIR): New variable.
13251 (MH_E_SRC): Restore variable removed 2008-03-13.
13252 (mh-loaddefs.el): Depend on $MH_E_SRC.
13253 (CAL_DIR, CAL_SRC): New variables.
13254 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13255 Depend on CAL_SRC.
13256
13257 * calendar/calendar.el (calendar, diary): Add :prefix.
13258 (holidays): Change :prefix.
13259 (calendar-today, holiday, calendar-holiday-marker)
13260 (european-calendar-style): Change custom groups.
13261
13262 * calendar/calendar.el (diary-hook, diary-display-hook):
13263 Move to diary-lib.el.
13264 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13265 Move here from calendar.el.
13266 * calendar/appt.el: Require diary-lib rather than calendar.
13267 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13268
13269 * calendar/appt.el (appt): Add :prefix.
13270
13271 * calendar/diary-lib.el (diary-hook): Doc fix.
13272 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13273
13274 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13277 New functions.
13278
13279 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13280 the arg to recursive calls.
13281
13282 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13283
13284 * minibuffer.el (completion-auto-help): Fix typo.
13285
13286 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13289
13290 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13291
13292 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13293 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13294
13295 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13298
13299 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13300 (completion-auto-help): Move from C code.
13301 (minibuffer--maybe-completion-help): Remove.
13302 (minibuffer--bitset): New function.
13303 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13304 Renumber a bit. Really complete on string *before* point.
13305 Add argument used for word-completion.
13306 Join trailing / in completion with following text, as done in
13307 minibuffer-complete-word.
13308 Handle new value `lazy' for completion-auto-help.
13309 (minibuffer-try-word-completion): New function extracted from
13310 minibuffer-complete-word.
13311 (minibuffer-complete-word): Use minibuffer--do-completion.
13312 (minibuffer--insert-strings): Rename from
13313 minibuffer-complete-insert-strings.
13314 (exit-minibuffer): Fix typo.
13315 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13316 * cus-start.el: Remove completion-auto-help.
13317
13318 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13319
13320 * vc.el (vc-status-add-entries): New function.
13321 (vc-status-add-entry): Remove.
13322 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13323 Use vc-status-add-entries.
13324
13325 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13326 order.
13327
13328 2008-04-09 Jason Rumney <jasonr@gnu.org>
13329
13330 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13331 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13332 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13333 (AUTOGENEL): New variable.
13334 (distclean, maintainer-clean): New targets.
13335
13336 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13337
13338 * emacs-lisp/regexp-opt.el (regexp-opt):
13339 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13340
13341 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13342
13343 * nxml/nxml-mode.el (nxml-cleanup): New function.
13344 (nxml-mode): Add it to change-major-mode-hook.
13345
13346 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13347
13348 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13349
13350 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13351
13352 * calc/.cvsignore: New file.
13353
13354 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13355
13356 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13357
13358 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13359 show-help-function when turning tooltip off.
13360 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13361 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13362
13363 2008-04-09 Alan Mackenzie <acm@muc.de>
13364
13365 * font-lock.el (font-lock-extend-after-change-region-function):
13366 Make it buffer local.
13367
13368 2008-04-09 Glenn Morris <rgm@gnu.org>
13369
13370 * calendar/calendar.el (diary-file, european-calendar-style):
13371 Remove autoload cookies.
13372
13373 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13374
13375 * outline.el (outline-mode-menu-bar-map):
13376 * log-view.el (log-view-mode-menu):
13377 * log-edit.el (log-edit-menu): Add :help.
13378
13379 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13380
13381 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13382 Use substring-no-properties for correct handling of unibyte strings.
13383
13384 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * add-log.el (change-log-next-buffer): Handle the case where version<
13387 signals an error.
13388
13389 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13390 mouse-major-mode-menu.
13391 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13392 (mouse-major-mode-menu, mouse-popup-menubar)
13393 (mouse-popup-menubar-stuff): Use them.
13394 (C-down-mouse-3): Bind to a dynamic map rather than to
13395 mouse-popup-menubar-stuff.
13396
13397 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13398 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13399
13400 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13401
13402 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13403 file:// access method.
13404
13405 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * minibuffer.el: New file.
13408 * loadup.el: Load it.
13409
13410 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13413 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13414
13415 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13416 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13417 Move initialization into declaration.
13418 * calc/calc-yank.el:
13419 * calc/calc-misc.el:
13420 * calc/calc-embed.el:
13421 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13422
13423 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13424
13425 * ps-samp.el (ps-add-printer, ps-remove-printer)
13426 (ps-make-dynamic-printer-menu): New functions.
13427
13428 * net/zeroconf.el: New file.
13429
13430 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13433
13434 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13435
13436 * vc-rcs.el (vc-rcs-modify-change-comment):
13437 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13438
13439 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13440
13441 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13442
13443 * international/mule-cmds.el (set-locale-environment): Don't warn if
13444 coding system doesn't agree with system locale (this reverts changes
13445 by Dave Love, dated 2002-10-27 and 2002-10-09).
13446
13447 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13448 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13449
13450 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13451
13452 2008-04-08 Glenn Morris <rgm@gnu.org>
13453
13454 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13455 * textmodes/remember.el (remember-diary-convert-entry):
13456 Require calendar.
13457
13458 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13459 diary-file, since it is the default for make-diary-entry anyway.
13460
13461 * calendar/cal-menu.el (cal-menu-event-to-date):
13462 Rename calendar-event-to-date. Update callers.
13463 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13464 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13465 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13466 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13467 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13468 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13469 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13470 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13471 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13472 (calendar-mouse-tex-month-landscape):
13473 Rename cal-tex-mouse-month-landscape.
13474 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13475 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13476 (calendar-mouse-tex-year-landscape):
13477 Rename cal-tex-mouse-year-landscape.
13478 (cal-menu-context-mouse-menu): Update for above name changes.
13479
13480 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13481 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13482 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13483 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13484 * calendar/holidays.el: Replace int-to-string with number-to-string.
13485
13486 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13487
13488 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13489 region if point moves.
13490
13491 2008-04-08 Kenichi Handa <handa@m17n.org>
13492
13493 * faces.el (font-slant-table): Change numeric values for `r',
13494 `roman', and `normal'.
13495
13496 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13497
13498 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13499
13500 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13501
13502 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13503 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13504
13505 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13506
13507 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13508 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13509
13510 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13513
13514 2008-04-07 Sam Steingold <sds@gnu.org>
13515
13516 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13517 Add helper functions.
13518 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13519 lisp-compile-defun; DEFVAR forms reset the variables to the init
13520 values, just like in emacs-lisp mode eval-defun.
13521 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13522 (lisp-compile-region): Use lisp-compile-string.
13523
13524 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * subr.el (combine-and-quote-strings): Also quote strings that contain
13527 the separator.
13528
13529 * pcvs-util.el (cvs-map): Avoid recursion :-(
13530
13531 2008-04-07 Glenn Morris <rgm@gnu.org>
13532
13533 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13534
13535 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13536 view-diary-entries-initially. Keep old name as alias, update users.
13537 (calendar-mark-diary-entries-flag): Rename
13538 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13539 (calendar-view-holidays-initially-flag): Rename
13540 view-calendar-holidays-initially. Keep old name as alias, update users.
13541 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13542 Keep old name as alias, update users.
13543 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13544 Keep old name as alias, update users.
13545 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13546 Keep old name as alias, update users.
13547 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13548 Keep old name as alias, update users.
13549 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13550 (diary-american-date-forms): Rename american-date-diary-pattern.
13551 Keep old name as alias, update users.
13552 (diary-european-date-forms): Rename european-date-diary-pattern.
13553 Keep old name as alias, update users.
13554 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13555 Keep old name as alias, update users.
13556 (calendar-european-date-display-form): Rename
13557 european-calendar-display-form. Keep old name as alias, update users.
13558 (calendar-american-date-display-form): Rename
13559 european-calendar-display-form. Keep old name as alias, update users.
13560 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13561 Keep old name as alias, update users.
13562 (holiday-general-holidays): Rename general-holidays.
13563 Keep old name as alias, update users.
13564 (holiday-oriental-holidays): Rename oriental-holidays.
13565 Keep old name as alias, update users.
13566 (holiday-local-holidays): Rename local-holidays.
13567 Keep old name as alias, update users.
13568 (holiday-other-holidays): Rename other-holidays.
13569 Keep old name as alias, update users.
13570 (holiday-hebrew-holidays): Rename hebrew-holidays.
13571 Keep old name as alias, update users.
13572 (holiday-christian-holidays): Rename christian-holidays.
13573 Keep old name as alias, update users.
13574 (holiday-islamic-holidays): Rename islamic-holidays.
13575 Keep old name as alias, update users.
13576 (holiday-bahai-holidays): Rename bahai-holidays.
13577 Keep old name as alias, update users.
13578 (holiday-solar-holidays): Rename solar-holidays.
13579 Keep old name as alias, update users.
13580 (diary-fancy-buffer): Rename fancy-diary-buffer.
13581 Keep old name as alias, update users.
13582 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13583 Update users.
13584 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13585 Update users.
13586 (calendar-increment-month): Rename increment-calendar-month.
13587 Keep old name as alias, update callers.
13588 (calendar-increment-month-cons): Rename old calendar-increment-month.
13589 Update callers.
13590 (calendar-extract-month): Rename extract-calendar-month.
13591 Keep old name as alias, update callers.
13592 (calendar-extract-day): Rename extract-calendar-day.
13593 Keep old name as alias, update callers.
13594 (calendar-extract-year): Rename extract-calendar-year.
13595 Keep old name as alias, update callers.
13596 (calendar-generate-window): Rename generate-calendar-window.
13597 Update callers.
13598 (calendar-generate): Rename generate-calendar. Update callers.
13599 (calendar-generate-month): Rename generate-calendar-month.
13600 Update callers.
13601 (calendar-redraw): Rename redraw-calendar. Update callers.
13602 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13603 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13604 Update callers.
13605 (calendar-update-mode-line): Rename update-calendar-mode-line.
13606 Update callers.
13607 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13608 update callers.
13609 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13610 Keep old name as alias, update callers.
13611 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13612 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13613 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13614 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13615 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13616 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13617 * calendar/solar.el: Update for calendar.el name changes.
13618 * org/org.el (org-agenda-format-date-aligned)
13619 (org-agenda-execute-calendar-command): Access date elements directly
13620 rather than using calendar functions.
13621 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13622 Also set calendar-view-diary-initially-flag,
13623 calendar-view-holidays-initially-flag.
13624 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13625 (org-agenda-execute-calendar-command): No need to set displayed-day.
13626
13627 2008-04-06 Alan Mackenzie <acm@muc.de>
13628
13629 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13630 typo in the doc string.
13631
13632 * progmodes/cc-mode.el (c-basic-common-init):
13633 Set font-lock-extend-after-change-region-function.
13634 (c-extend-after-change-region): New function, used in
13635 font-lock-extend-after-change-region-function, thus superseding
13636 advice on the Font Lock after change functions.
13637 (c-advise-fl-for-region): Remove this macro.
13638
13639 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13640
13641 * textmodes/flyspell.el (flyspell-duplicate-distance):
13642 Improve custom type.
13643
13644 2008-04-06 Glenn Morris <rgm@gnu.org>
13645
13646 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13647 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13648 (diary-list-entries-hook): Rename list-diary-entries-hook.
13649 Keep old name as alias, update users.
13650 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13651 Keep old name as alias, update users.
13652 (diary-nongregorian-listing-hook): Rename
13653 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13654 (diary-nongregorian-marking-hook): Rename
13655 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13656 (diary-print-entries-hook): Rename print-diary-entries-hook.
13657 Keep old name as alias, update users.
13658 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13659 Keep old name as alias, update users.
13660 (diary-number-of-entries): Rename number-of-diary-entries.
13661 Keep old name as alias, update users.
13662 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13663 Give version of obsolescence.
13664 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13665 Keep old name as alias, update callers.
13666 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13667 update callers.
13668 (diary-include-other-diary-files): Rename include-other-diary-files.
13669 Keep old name as alias, update callers.
13670 (diary-simple-display): Rename simple-diary-display.
13671 Keep old name as alias, update callers.
13672 (diary-fancy-display): Rename fancy-diary-display.
13673 Keep old name as alias, update callers.
13674 (diary-print-entries): Rename print-diary-entries.
13675 Keep old name as alias, update callers.
13676 (diary-marking-entries-flag): Rename marking-diary-entries.
13677 Update users.
13678 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13679 (diary-mark-entries): Rename mark-diary-entries.
13680 Keep old name as alias, update callers.
13681 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13682 Keep old name as alias, update callers.
13683 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13684 Keep old name as alias, update callers.
13685 (calendar-mark-days-named): Rename mark-calendar-days-named.
13686 Keep old name as alias, update callers.
13687 (calendar-mark-month): Rename mark-calendar-month.
13688 Keep old name as alias, update callers.
13689 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13690 Keep old name as alias, update callers.
13691 (diary-sort-entries): Rename sort-diary-entries.
13692 Keep old name as alias, update callers.
13693 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13694 Keep old name as alias, update callers.
13695 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13696 update callers.
13697 (diary-insert-entry): Rename insert-diary-entry.
13698 Keep old name as alias.
13699 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13700 Keep old name as alias.
13701 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13702 Keep old name as alias.
13703 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13704 Keep old name as alias.
13705 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13706 Keep old name as alias.
13707 (diary-insert-block-entry): Rename insert-block-diary-entry.
13708 Keep old name as alias.
13709 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13710 Keep old name as alias.
13711 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13712 Keep old name as alias, update users.
13713 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13714 Keep old name as alias, update callers.
13715 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13716 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13717 * calendar/icalendar.el: Update for diary-lib name changes.
13718
13719 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13720
13721 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13722
13723 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13724 for copy, move, and link operations.
13725
13726 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13727
13728 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13729 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13730
13731 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13732 'require' statements with 1-argument ones (wrapped in if's).
13733 For compatibility with the current stable version of XEmacs.
13734
13735 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13736
13737 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13738
13739 2008-04-06 Jason Rumney <jasonr@gnu.org>
13740
13741 * language/burmese.el ("Burmese"): Make sample text consistent with
13742 language name.
13743
13744 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13745
13746 * progmodes/gdb-ui.el (gdb): New group.
13747 (gdb-debug-log-max, gdb-enable-debug)
13748 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13749 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13750 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13751 (gdb-show-changed-values, gdb-max-children)
13752 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13753 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13754 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13755 (gdb-memory-unit): Move to new group from GUD group.
13756 (menu): Allow customization from GDB-UI menu-item.
13757
13758 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13759
13760 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13761
13762 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13765 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13766 Revision numbers can include ".".
13767
13768 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13769 "+" lines not accounted for by counting "-" and context lines.
13770
13771 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13772
13773 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13774 file name string.
13775
13776 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13779 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13780
13781 2008-04-05 Richard Stallman <rms@gnu.org>
13782
13783 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13784
13785 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13786
13787 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13788 thread in [h-e-w]).
13789
13790 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13791
13792 * files.el (abort-if-file-too-large): Fix typo in docstring.
13793
13794 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * subr.el (functionp): Return nil for special forms.
13797
13798 2008-04-05 Glenn Morris <rgm@gnu.org>
13799
13800 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13801 Provide a feature.
13802 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13803 Require loaddefs file rather than loading it.
13804 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13805 autoload-ensure-default-file provides a feature.
13806
13807 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13808 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13809 (compile, compile-always, recompile): Use $LOADDEFS.
13810 (cal-autoloads): Remove.
13811
13812 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13813 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13814
13815 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13816 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13817
13818 * calendar/calendar.el (diary-hebrew-entry-symbol):
13819 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13820 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13821 Keep old name as alias.
13822 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13823 Keep old name as alias.
13824 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13825 to diary-bahai-entry-symbol.
13826 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13827 to diary-hebrew-entry-symbol.
13828 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13829 to diary-islamic-entry-symbol.
13830 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13831
13832 * calendar/solar.el (diary-sabbath-candles-minutes)
13833 (diary-sabbath-candles): Move to cal-hebrew.
13834 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13835 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13836 Doc fix. Keep old name as alias.
13837 (diary-hebrew-sabbath-candles): Simplify.
13838 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13839 (calendar-longitude, calendar-time-zone): Declare for compiler.
13840 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13841 rename.
13842
13843 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13844 Rename coptic-calendar-month-name-array. Update callers.
13845 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13846 (calendar-coptic-name): Rename coptic-name. Update callers.
13847 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13848 Update callers.
13849 (calendar-coptic-last-day-of-month):
13850 Rename coptic-calendar-last-day-of-month. Update callers.
13851 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13852 Keep old name as alias, update callers.
13853 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13854 Keep old name as alias, update callers.
13855 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13856 Keep old name as alias.
13857 (calendar-ethiopic-month-name-array):
13858 Rename ethiopic-calendar-month-name-array. Update callers.
13859 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13860 Update callers.
13861 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13862 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13863 Keep old name as alias, update callers.
13864 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13865 Keep old name as alias, update callers.
13866 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13867 Keep old name as alias.
13868
13869 * calendar/cal-french.el (calendar-french-epoch):
13870 Rename french-calendar-epoch. Update callers.
13871 (calendar-french-month-name-array): Rename variable and function
13872 french-calendar-month-name-array. Update callers.
13873 (calendar-french-multibyte-month-name-array):
13874 Rename french-calendar-multibyte-month-name-array. Update callers.
13875 (calendar-french-day-name-array): Rename variable and function
13876 french-calendar-day-name-array. Update callers.
13877 (calendar-french-special-days-array): Rename variable and function
13878 french-calendar-special-days-array. Update callers.
13879 (calendar-french-multibyte-special-days-array):
13880 Rename french-calendar-multibyte-special-days-array. Update callers.
13881 (calendar-french-accents-p): Rename french-calendar-accents.
13882 Update callers.
13883 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13884 Update callers.
13885 (calendar-french-last-day-of-month):
13886 Rename french-calendar-last-day-of-month. Update callers.
13887 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13888 Keep old name as alias, update callers.
13889 (calendar-french-print-date): Rename calendar-print-french-date.
13890 Keep old name as alias, update callers.
13891 (calendar-french-goto-date): Rename calendar-goto-french-date.
13892 Keep old name as alias.
13893
13894 * calendar/cal-menu.el, calendar/calendar.el:
13895 Update for Coptic and French name changes.
13896
13897 * calendar/cal-china.el (calendar-chinese): Rename custom group
13898 from chinese-calendar. Update users.
13899 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13900 Keep old name as alias, update users.
13901 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13902 Keep old name as alias.
13903 (calendar-chinese-daylight-time-offset):
13904 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13905 update users.
13906 (calendar-chinese-standard-time-zone-name):
13907 Rename chinese-calendar-standard-time-zone-name.
13908 Keep old name as alias, update users.
13909 (calendar-chinese-daylight-saving-start):
13910 Rename chinese-calendar-daylight-savings-starts.
13911 Keep old name as alias, update users.
13912 (calendar-chinese-daylight-saving-end):
13913 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13914 update users.
13915 (calendar-chinese-daylight-saving-start-time):
13916 Rename chinese-calendar-daylight-savings-starts-time.
13917 Keep old name as alias, update users.
13918 (calendar-chinese-daylight-saving-end-time):
13919 Rename chinese-calendar-daylight-savings-ends-time.
13920 Keep old name as alias, update users.
13921 (calendar-chinese-celestial-stem): Rename
13922 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13923 (calendar-chinese-terrestrial-branch):
13924 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13925 update users.
13926 (calendar-chinese-zodiac-sign-on-or-after):
13927 Rename chinese-zodiac-sign-on-or-after. Update callers.
13928 (calendar-chinese-new-moon-on-or-after):
13929 Rename chinese-new-moon-on-or-after. Update callers.
13930 (calendar-chinese-month-list): Rename chinese-month-list.
13931 Update callers.
13932 (calendar-chinese-number-months): Rename number-chinese-months.
13933 Update callers.
13934 (calendar-chinese-compute-year): Rename compute-chinese-year.
13935 Update callers.
13936 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13937 (calendar-chinese-year): Rename chinese-year. Update callers.
13938 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13939 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13940 Keep old name as alias, update callers.
13941 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13942 Keep old name as alias, update callers.
13943 (calendar-chinese-months-to-alist):
13944 Rename make-chinese-month-assoc-list. Update callers.
13945 (calendar-chinese-months): Rename chinese-months. Update callers.
13946 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13947 Keep old name as alias, update callers.
13948
13949 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13950 Rename hebrew-calendar-leap-year-p. Update callers.
13951 (calendar-hebrew-last-month-of-year):
13952 Rename hebrew-calendar-last-month-of-year. Update callers.
13953 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13954 Update callers.
13955 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13956 Update callers.
13957 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13958 Update callers.
13959 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13960 Update callers.
13961 (calendar-hebrew-last-day-of-month):
13962 Rename hebrew-calendar-last-day-of-month. Update callers.
13963 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13964 Keep old name as alias, update callers.
13965 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13966 Keep old name as alias, update callers.
13967 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13968 Keep old name as alias, update callers.
13969 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13970 Keep old name as alias.
13971 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13972 Keep old name as alias.
13973 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13974 Keep old name as alias.
13975 (holiday-hebrew-passover): Rename holiday-passover-etc.
13976 Keep old name as alias.
13977 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13978 Keep old name as alias, update callers.
13979 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13980 Keep old name as alias.
13981 (calendar-hebrew-mark-date-pattern):
13982 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13983 update callers.
13984 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13985 Keep old name as alias.
13986 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13987 Keep old name as alias.
13988 (diary-hebrew-insert-monthly-entry):
13989 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13990 (diary-hebrew-insert-yearly-entry):
13991 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13992 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13993 Keep old name as alias.
13994 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13995 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13996 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13997 Keep old name as alias.
13998 (calendar-hebrew-parashiot-names):
13999 Rename hebrew-calendar-parashiot-names. Update callers.
14000 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14001 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14002 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14003 (calendar-hebrew-year-Saturday-complete-Tuesday):
14004 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14005 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14006 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14007 (calendar-hebrew-year-Monday-complete-Thursday):
14008 Rename hebrew-calendar-year-Monday-complete-Thursday.
14009 (calendar-hebrew-year-Tuesday-regular-Thursday):
14010 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14011 (calendar-hebrew-year-Thursday-regular-Saturday):
14012 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14013 (calendar-hebrew-year-Thursday-complete-Sunday):
14014 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14015 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14016 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14017 (calendar-hebrew-year-Saturday-complete-Thursday):
14018 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14019 (calendar-hebrew-year-Monday-incomplete-Thursday):
14020 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14021 (calendar-hebrew-year-Monday-complete-Saturday):
14022 Rename hebrew-calendar-year-Monday-complete-Saturday.
14023 (calendar-hebrew-year-Tuesday-regular-Saturday):
14024 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14025 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14026 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14027 (calendar-hebrew-year-Thursday-complete-Tuesday):
14028 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14029 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14030 Update for above name changes of constants.
14031
14032 * calendar/cal-menu.el, calendar/calendar.el:
14033 Update for chinese and hebrew name changes.
14034 * calendar/diary-lib.el: Update for hebrew name changes.
14035
14036 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * subr.el (keymap-canonicalize): Correct thinko.
14039
14040 * server.el: Undo part of the multi-tty change, which is only
14041 needed if server.el is preloaded, and broke server-running-p.
14042 (server-socket-dir): Initialize in the defvar, as before.
14043 (server-start): Remove initialization of server-socket-dir.
14044
14045 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14046
14047 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14048 3-member cons cells.
14049
14050 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14051
14052 * cus-face.el (custom-face-attributes): Handle roman slant.
14053
14054 * faces.el (default): Ensure the face-defface-spec property is set.
14055
14056 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14057
14058 * files.el (abort-if-file-too-large): New function.
14059 (find-file-noselect, insert-file-1): Use it.
14060
14061 2008-04-05 Reto Zimmermann <reto@gnu.org>
14062
14063 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14064 Replace C-c[a-zA-Z] key bindings.
14065
14066 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * progmodes/hideif.el (hif-token-alist): New var.
14069 (hif-token-regexp, hif-tokenize): Use it.
14070 (hif-mathify-binop): New macro.
14071 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14072 (hif-greater-equal, hif-less-equal): Use it.
14073 (hif-logior, hif-logand): New functions.
14074 (hif-math): Accept | and & as well.
14075
14076 * progmodes/etags.el: Fix problem with completion for buffer-local
14077 tables. Reported by Radey Shouman <shouman@comcast.net>.
14078 (tags-complete-tag): Remove.
14079 (tags-lazy-completion-table): New function to replace it.
14080 (find-tag-tag, complete-tag): Update users.
14081
14082 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14083
14084 * vc-rcs.el (vc-rcs-dir-status):
14085 * vc-sccs.el (vc-sccs-dir-status): New function.
14086
14087 * outline.el (outline-mode-menu-bar-map):
14088 * term.el (terminal-signal-menu): Add :help.
14089
14090 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14091 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14092
14093 * emacs-lisp/re-builder.el (reb-mode-map):
14094 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14095
14096 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14097 new files, deleted files and for changing permissions.
14098 (diff-mode): Set beginning-of-defun-function and
14099 end-of-defun-function.
14100
14101 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14102
14103 * vc.el (vc-default-status-fileinfo-extra): New function.
14104 (vc-status-mark-buffer-changed): Use it.
14105 (vc-update-vc-status-buffer): Allow for partial updates.
14106
14107 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14110 tramp-register-completion-file-name-handler.
14111
14112 * subr.el (keymap-canonicalize): New function.
14113 * mouse.el (mouse-menu-non-singleton): Use it.
14114 (mouse-major-mode-menu): Remove hack made unnecessary.
14115
14116 * simple.el (set-fill-column): Prompt rather than error by default.
14117
14118 2008-04-04 Andreas Schwab <schwab@suse.de>
14119
14120 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14121 Reset new-rules after each round.
14122
14123 * Makefile.in (cal-autoloads): New target.
14124 (compile, compile-always, recompile): Depend on it.
14125 ($(lisp)/calendar/cal-loaddefs.el)
14126 ($(lisp)/calendar/diary-loaddefs.el)
14127 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14128
14129 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14130
14131 * ediff*.el: Replace load with require in eval-when-compile.
14132
14133 * ediff-hook.el: Delete all invocations of (autoload ...).
14134
14135 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14136 in ediff control window, and set its min height to 2.
14137 (ediff-setup-control-buffer): Dedicate the control window.
14138 (ediff-toggle-multiframe): Undedicate control window.
14139 Work directly with ediff-setup-windows-multiframe and
14140 ediff-setup-windows-plain.
14141
14142 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14143 New function.
14144 (ediff-window-setup-function): Change initialization.
14145 (ediff-setup-windows-automatic): Delete.
14146 (ediff-setup-windows-plain-merge): Make control window dedicated.
14147 (ediff-destroy-control-frame): Do not skip frames if working in a
14148 single frame.
14149
14150 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14151 eval-when-compile.
14152
14153 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14154 eval-when-compile.
14155
14156 2008-04-04 Glenn Morris <rgm@gnu.org>
14157
14158 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14159 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14160
14161 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14162 Rename islamic-calendar-leap-year-p. Update callers.
14163 (calendar-islamic-last-day-of-month):
14164 Rename islamic-calendar-last-day-of-month. Update callers.
14165 (calendar-islamic-day-number):
14166 Rename islamic-calendar-day-number. Update callers.
14167 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14168 Update callers, keep old name as alias.
14169 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14170 Update callers, keep old name as alias.
14171 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14172 Keep old name as alias.
14173 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14174 Update callers, keep old name as alias.
14175 (calendar-islamic-mark-date-pattern):
14176 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14177 name as alias.
14178 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14179 Keep old name as alias.
14180 (diary-islamic-insert-monthly-entry):
14181 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14182 (diary-islamic-insert-yearly-entry):
14183 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14184
14185 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14186 calendar-absolute-from-iso. Update callers, keep old name as alias.
14187 (calendar-iso-print-date): Rename calendar-print-iso-date.
14188 Update callers, keep old name as alias.
14189 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14190 Keep old name as alias.
14191 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14192 Keep old name as alias.
14193
14194 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14195 calendar-absolute-from-julian. Update callers, keep old name as alias.
14196 (calendar-julian-print-date): Rename calendar-print-julian-date.
14197 Update callers, keep old name as alias.
14198 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14199 Update callers, keep old name as alias.
14200 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14201 Update callers, keep old name as alias.
14202 (calendar-astro-print-day-number):
14203 Rename calendar-print-astro-day-number. Update callers, keep old
14204 name as alias.
14205 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14206 Update callers, keep old name as alias.
14207
14208 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14209 Rename calendar-string-to-mayan-long-count. Update callers.
14210 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14211 Update callers, keep old name as alias.
14212 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14213 Update callers.
14214 (calendar-mayan-read-tzolkin-date):
14215 Rename calendar-read-mayan-tzolkin-date. Update callers.
14216 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14217 Keep old name as alias.
14218 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14219 Keep old name as alias.
14220 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14221 Keep old name as alias.
14222 (calendar-mayan-previous-tzolkin-date):
14223 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14224 (calendar-mayan-next-round-date):
14225 Rename calendar-next-calendar-round-date. Keep old name as alias.
14226 (calendar-mayan-previous-round-date):
14227 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14228 (calendar-mayan-long-count-to-absolute): Rename
14229 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14230 (calendar-mayan-goto-long-count-date):
14231 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14232
14233 * calendar/cal-persia.el (calendar-persian-month-name-array):
14234 Rename persian-calendar-month-name-array. Update callers.
14235 (calendar-persian-epoch): Rename persian-calendar-epoch.
14236 Update callers.
14237 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14238 Update callers.
14239 (calendar-persian-last-day-of-month):
14240 Rename persian-calendar-last-day-of-month. Update callers.
14241 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14242 Update callers, keep old name as alias.
14243 (calendar-persian-print-date): Rename calendar-print-persian-date.
14244 Update callers, keep old name as alias.
14245 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14246 Keep old name as alias.
14247
14248 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14249 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14250 * calendar/solar.el: Update for cal-julian name changes.
14251
14252 * calendar/cal-dst.el: Update for persian name changes.
14253
14254 * calendar/cal-menu.el, calendar/calendar.el:
14255 Update for islamic, iso, julian, mayan, persian name changes.
14256
14257 * calendar/diary-lib.el: Update for islamic name changes.
14258
14259 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14260 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14261 as alias.
14262 (calendar-christian-all-holidays-flag):
14263 Rename all-christian-calendar-holidays. Update callers, keep old
14264 name as alias.
14265 (calendar-islamic-all-holidays-flag):
14266 Rename all-islamic-calendar-holidays. Update callers, keep old
14267 name as alias.
14268 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14269 Update callers, keep old name as alias.
14270 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14271 Update for the above name changes.
14272
14273 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14274
14275 * hilit-chg.el (global-highlight-changes-mode)
14276 (highlight-changes-passive-string, highlight-changes-active-string):
14277 Mark as obsolete since 23.1, not 22.1.
14278
14279 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14280
14281 * hilit-chg.el (highlight-changes-visibility-initial-state)
14282 (hilit-chg-update, highlight-changes-mode-turn-on):
14283 Fix typos in docstrings.
14284
14285 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14286
14287 * newcomment.el (comment-enter-backward): Be careful to restore
14288 position changed during narrowing.
14289
14290 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14291
14292 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14293 Recognize `sub ($$)'.
14294
14295 2008-04-03 Richard Sharman <rsharman@pobox.com>
14296
14297 * hilit-chg.el (highlight-changes-mode): Rename from
14298 highlight-changes; no longer uses sub-modes active and passive;
14299 implemented by define-minor-mode.
14300 (highlight-changes-toggle-visibility): New function, to replace
14301 the old passive/active submodes of global-highlight-changes-mode;
14302 implemented by define-minor-mode.
14303 (global-highlight-changes-mode): Rename from global-highlight-changes;
14304 rewrite using define-globalized-minor-mode.
14305 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14306 (hilit-chg-post-command-hook, hilit-chg-check-global)
14307 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14308 to use of define-globalized-minor-mode.
14309 (highlight-changes-global-initial-state): Change to be boolean.
14310 (highlight-changes-visible-string, highlight-changes-invisible-string):
14311 Rename from highlight-changes-active-string and
14312 highlight-changes-passive-string.
14313 (hilit-chg-update, hilit-chg-set): Use them.
14314 (global-highlight-changes-mode): Rename from global-highlight-changes.
14315 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14316 docstring.
14317 (hilit-chg-hide-changes): Rewrite to use dolist.
14318 (hilit-chg-set-face-on-change, hilit-chg-update)
14319 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14320 variable instead of testing highlight-changes-mode.
14321 (highlight-markup-buffers): Add require ediff-util; argument on calls
14322 to highlight-changes-mode changed.
14323 (highlight-compare-with-file): Fix problems with interactive
14324 call giving invalid default file.
14325
14326 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14327
14328 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14329 Fix in disassembly buffer (regression in 22.2).
14330
14331 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14332
14333 * emulation/viper-macs.el (viper-read-fast-keysequence):
14334 Use viper-read-event instead of viper-read-key.
14335
14336 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14337
14338 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14339 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14340 let-statements.
14341
14342 * emulation/viper-ex.el, emulation/viper-macs.el:
14343 * emulation/viper-mous.el:
14344 Replace load with require in eval-when-compile.
14345
14346 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14349
14350 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14351 (archive-try-jka-compr): New function.
14352 (archive-set-buffer-as-visiting-file): Use it.
14353
14354 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14355
14356 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14357
14358 * simple.el (handle-shift-selection): New arg.
14359
14360 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14363
14364 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14365
14366 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14367
14368 * shell.el (shell-dynamic-complete-filename): New fun.
14369 (shell-dynamic-complete-functions): Use it.
14370
14371 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14372
14373 2008-04-03 Kenichi Handa <handa@m17n.org>
14374
14375 * international/fontset.el (create-fontset-from-x-resource):
14376 Handle the error of X resource more gracefully.
14377
14378 * international/latin1-disp.el (latin1-display): Don't use make-char.
14379 Fix the argument to set-char-table-range.
14380 (latin1-display-identities): Don't use make-char.
14381 (latin1-display-reset): Use map-charset-chars instead of directly
14382 calling standard-display-default.
14383 (latin1-display-check-font): Don't use make-char.
14384 (latin1-display-setup): Likewise.
14385 (latin1-display-ucs-per-lynx): Likewise.
14386
14387 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14390 name the fields, to make the code clearer.
14391 Rewrite all `aset' and `aref' using the defined accessors.
14392 (timer--time): New pseudo-field.
14393 (timer-set-time, timer-set-idle-time, timer-inc-time)
14394 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14395 (timer--time-less-p): New function.
14396 (timer--activate): New function, extracted from timer-activate.
14397 (timer-activate-when-idle, timer-activate): Use it.
14398 (cancel-function-timers): Use dolist.
14399
14400 2008-04-03 Glenn Morris <rgm@gnu.org>
14401
14402 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14403 Remove declarations; no longer used.
14404 (c-cpp-define-name, c-defun-name): Declare as functions.
14405
14406 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14407 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14408
14409 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14410 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14411 Add optional argument. Simplify.
14412 (holiday-tisha-b-av-etc): Use memq rather than unless.
14413 (holiday-julian): Autoload it.
14414 (holiday-hebrew-misc): New function.
14415
14416 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14417
14418 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14419 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14420 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14421 all-hebrew-calendar-holidays.
14422 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14423 Simplify using new functions.
14424 (calendar-holidays): Doc fix.
14425 (generate-calendar-window): Use bound-and-true-p.
14426
14427 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14428
14429 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14430 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14431 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14432 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14433
14434 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14435
14436 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14439
14440 * vc-bzr.el (vc-bzr-checkout): Simplify.
14441
14442 * image-mode.el (image-mode-fit-frame): New command.
14443
14444 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14445 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14446 (keyboard-escape-quit): Check region-active-p i.s.o
14447 transient-mark-mode.
14448
14449 2008-04-02 Simon Josefsson <simon@josefsson.org>
14450
14451 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14452 (imap-message-copyuid-1): Use it.
14453 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14454 J. Williams in
14455 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14456
14457 2008-04-02 Alan Mackenzie <acm@muc.de>
14458
14459 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14460 New optimised functions to get the name of the current defun/macro.
14461
14462 * add-log.el (add-log-current-defun): Move the functionality which
14463 gets the current function name for C like modes to cc-cmds.el,
14464 thus optimising for speed.
14465
14466 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14467
14468 * simple.el (deactivate-mark): When the mark is temporarily
14469 active, restore the original value of transient-mark-mode.
14470 (set-mark-command): First deactivate the mark if was temporarily active.
14471 (exchange-point-and-mark): Reactivate the mark if it was
14472 temporarily active.
14473 (handle-shift-selection): New fun.
14474 (transient-mark-mode): Move var documentation here from buffer.c.
14475 (next-line, previous-line, backward-word, move-end-of-line)
14476 (move-beginning-of-line, forward-to-indentation)
14477 (backward-to-indentation, back-to-indentation)
14478 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14479
14480 * mouse.el (mouse-set-region-1): Save the old value of
14481 transient-mark-mode.
14482 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14483 transient-mark-mode.
14484
14485 * textmodes/paragraphs.el (forward-paragraph)
14486 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14487 interactive spec.
14488
14489 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14490
14491 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * net/tramp.el (tramp-make-tramp-temp-file):
14494 Use `tramp-drop-volume-letter' for the local file name part.
14495
14496 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14497
14498 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14499 Add menu entries corresponding to all the key bindings.
14500
14501 * emacs-lisp/debug.el (debugger-mode-map):
14502 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14503 (conf-align-assignments): Only work on the region if it is active.
14504 (conf-quote-normal): Use when instead of if. Remove redundant test.
14505
14506 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14507 for tracing and re-builder.
14508
14509 2008-04-02 Glenn Morris <rgm@gnu.org>
14510
14511 * calendar/appt.el (appt-disp-window-function): Doc fix.
14512 (appt-display-message): Move beep before display.
14513 (appt-check): Make interactive. Reduce the number of lets.
14514 Use string-equal to compare mode-line strings.
14515 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14516 read-only.
14517 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14518 (appt-delete): Simplify.
14519
14520 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14521
14522 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14523
14524 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14525 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14526 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14527
14528 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14529 (calendar-holiday-marker, mark-visible-calendar-date):
14530 * calendar/diary-lib.el (fancy-diary-display):
14531 Check for font-lock-mode before using faces.
14532
14533 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14534 (calendar-gregorian-from-absolute): Reduce the number of lets.
14535 (hebrew-holidays-4, generate-calendar-window): Simplify.
14536 (calendar-for-loop): Make obsolete.
14537 (calendar-nth-named-day): Doc fix.
14538
14539 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14540 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14541 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14542 Reduce the number of lets.
14543 (mark-sexp-diary-entries, calendar-mark-complex):
14544 Expand calendar-for-loops.
14545
14546 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14547
14548 * find-dired.el (find-dired-filter): Fix last patch to handle
14549 multi-line process input. Pad link numbers too.
14550
14551 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14552
14553 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14554
14555 2008-04-01 Jason Rumney <jasonr@gnu.org>
14556
14557 * international/characters.el (script-list): Add phonetic script,
14558 covering IPA (previously Latin), Phonetic Extensions and
14559 Phonetic Extensions Supplement (both previously unassigned).
14560
14561 * international/fontset.el (setup-default-fontset): Use unicode fonts
14562 that cover bopomofo script for bopomofo.
14563 Likewise for braille and mathematical.
14564 Use unicode scripts that cover the phonetic script for IPA.
14565
14566 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14567
14568 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14569 return the assigned value.
14570
14571 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14572
14573 * abbrev.el (abbrev-mode): Use define-minor-mode.
14574
14575 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14576 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14577 Use map-keymap.
14578 (minor-mode-menu-from-indicator): Use it. Simplify.
14579
14580 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14581 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14582 Bind the key directly to the menu.
14583 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14584
14585 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14586
14587 * epa.el (epa-decrypt-region): Explain the reason why this
14588 function should not be used in Lisp programs.
14589 (epa-decrypt-armor-in-region): Ditto.
14590 (epa-verify-region): Ditto.
14591 (epa-verify-cleartext-in-region): Ditto.
14592 (epa-sign-region): Ditto.
14593 (epa-encrypt-region): Ditto.
14594
14595 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14596
14597 * epa.el (epa-select-keys): Show menu even if there is no key in
14598 GnuPG's keyring.
14599
14600 2008-04-01 Glenn Morris <rgm@gnu.org>
14601
14602 * calendar/calendar.el (calendar-make-temp-face): New function.
14603 (mark-visible-calendar-date):
14604 * calendar/diary-lib.el (fancy-diary-display): Use it.
14605
14606 * vc-hooks.el (vc-responsible-backend): Declare as function.
14607
14608 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14609 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14610 * calendar/cal-julian.el (holiday-julian): Use it.
14611
14612 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14613 (calendar-hebrew-date-is-visible-p): Extract some common code into
14614 separate function.
14615 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14616
14617 * calendar/cal-menu.el (cal-menu-holidays-menu):
14618 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14619 rather than obsolete alias.
14620
14621 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14622 for mark characters.
14623 (calendar-unmark): Unmark by removing all overlays, rather than
14624 redrawing.
14625 (calendar-starred-day): Remove.
14626 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14627 (calendar-cursor-to-date): No need for special star handling now
14628 using overlays.
14629 (calendar-star-date): Use overlays.
14630
14631 * calendar/cal-french.el (calendar-goto-french-date):
14632 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14633 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14634 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14635 * calendar/cal-persia.el (calendar-persian-date-string):
14636 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14637 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14638 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14639 * calendar/solar.el (solar-equinoxes-solstices):
14640 Reduce nesting of some lets.
14641
14642 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14643 (calendar-goto-mayan-long-count-date): Simplify.
14644
14645 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14646 Simplify by using mapcar.
14647 (calendar-list-holidays): Return holiday-list.
14648 (list-holidays): Use let rather than let*. Remove un-needed locals
14649 `d', `never'.
14650 (calendar-check-holidays): Return result from dolist.
14651 (holiday-float): Use a single let*. Simplify if-and to and.
14652 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14653 single let*.
14654
14655 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14656
14657 * calc/calc.el: Autoload `calc-yank'.
14658 (calc-mode-map): Add keybindings for `calc-yank'.
14659 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14660 assignments for `calc-yank'.
14661
14662 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14663
14664 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14665 (vc-status-mark-buffer-changed): Handle the extra field.
14666
14667 * vc-bzr.el (vc-bzr-after-dir-status):
14668 * vc-cvs.el (vc-cvs-after-dir-status):
14669 * vc-hg.el (vc-hg-after-dir-status):
14670 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14671
14672 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * doc-view.el: Compute displayed pages first (in PDF).
14675 (doc-view-current-converter-processes): Rename from
14676 doc-view-current-converter-process. Update users.
14677 (doc-view-sentinel): Test buffer's liveness.
14678 (doc-view-pdf/ps->png-sentinel): Remove.
14679 (doc-view-start-process): New function.
14680 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14681 (doc-view-ps->pdf): Use it.
14682 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14683 New functions.
14684 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14685 (doc-view-mode): Kill the processes when leaving the mode.
14686
14687 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14688
14689 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14690 Use `byte-compile-warning-types'. Add docstring.
14691
14692 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14695 (smerge-resolve): Add various resolution heuristics.
14696
14697 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14698 in 3-way conflicts.
14699
14700 2008-03-31 Glenn Morris <rgm@gnu.org>
14701
14702 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14703 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14704 * calendar/cal-islam.el (mark-islamic-diary-entries):
14705 Fix argument order in call to diary-mark-entries-1.
14706
14707 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14708 pre-Bahai dates.
14709 (holiday-bahai): Use an algorithm actually relevant to this calendar
14710 system.
14711
14712 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14713
14714 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14715 Use and.
14716
14717 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14718 in the last fortnight in Julian October.
14719
14720 * calendar/calendar.el (increment-calendar-month): Optionally handle
14721 systems without 12 months per year.
14722 (calendar-date-is-visible-p): Doc fix. Simplify.
14723
14724 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14725 from dolist.
14726
14727 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14730 (hi-lock-unload-function): New function.
14731
14732 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14733
14734 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14735 overwriting when NEWNAME is a local file.
14736
14737 * net/trampver.el: Update release number.
14738
14739 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14740
14741 * vc-git.el: Make vc-status display information about copies,
14742 renames and permission changes.
14743 (vc-git-extra-fileinfo): New defstruct.
14744 (vc-git-escape-file-name, vc-git-file-type-as-string)
14745 (vc-git-rename-as-string, vc-git-permissions-as-string)
14746 (vc-git-status-printer): New functions.
14747 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14748 (vc-git-after-dir-status-stage1): Look for copies, renames and
14749 permission changes.
14750 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14751 (vc-git-dir-status): Ask for staged files and renames.
14752
14753 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14754
14755 * vc.el: Allow backends to display backend specific information in
14756 the vc-status listing.
14757 (vc-status-fileinfo): Add a field for backend specific information.
14758 (vc-status-printer): Rename to ...
14759 (vc-default-status-printer): ... this.
14760 (vc-status-printer): New function.
14761 (vc-update-vc-status-buffer): Set the backend specific file info
14762 if provided.
14763
14764 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14767 change (ill-conceived).
14768
14769 2008-03-29 Glenn Morris <rgm@gnu.org>
14770
14771 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14772 * calendar/cal-julian.el (holiday-julian): Simplify.
14773
14774 * calendar/holidays.el (list-holidays): Use or.
14775
14776 2008-03-29 Juri Linkov <juri@jurta.org>
14777
14778 * window.el (split-window-preferred-horizontally): New function.
14779
14780 * cus-start.el (split-window-preferred-function):
14781 Set choice for "vertically" to nil instead of split-window.
14782 Set choice for "horizontally" to split-window-preferred-horizontally
14783 instead of lambda.
14784
14785 2008-03-29 Juri Linkov <juri@jurta.org>
14786
14787 * simple.el (minibuffer-default-add-function): New variable with
14788 the default to minibuffer-default-add-completions.
14789 (minibuffer-default-add-done): New variable. Make it buffer-local.
14790 (minibuffer-default-add-completions): New function.
14791 (goto-history-element): Set minibuffer-default-add-done to t and
14792 call a function in minibuffer-default-add-function when the
14793 specified absolute history position is greater than the length of
14794 the minibuffer-default list and minibuffer-default-add-done is nil.
14795 Change "^End of history; no next item$" to "^End of defaults;
14796 no next item$".
14797
14798 * bindings.el (debug-ignored-errors): Change "^End of history;
14799 no next item$" to "^End of defaults; no next item$".
14800
14801 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14804
14805 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14806 to with-no-warnings.
14807
14808 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14809
14810 Sync with Tramp 2.1.13.
14811
14812 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14813
14814 * net/trampver.el: Update release number.
14815
14816 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14817
14818 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14819 the current backend.
14820
14821 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14822 (vc-status-refresh): Create a temporary buffer and call the
14823 `dir-status' backend function from that buffer.
14824
14825 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14826 (vc-bzr-after-dir-status): Don't kill the buffer.
14827
14828 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14829 (vc-cvs-after-dir-status): Don't kill the buffer.
14830
14831 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14832 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14833
14834 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14835 (vc-hg-after-dir-status): Don't kill the buffer.
14836
14837 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14838 (vc-svn-after-dir-status): Don't kill the buffer.
14839
14840 2008-03-29 Glenn Morris <rgm@gnu.org>
14841
14842 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14843 (european-date-diary-pattern, european-calendar-display-form)
14844 (american-calendar-display-form, diary-display-hook): Doc fixes.
14845 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14846 custom :set. Mark as obsolete.
14847 (calendar-date-style, iso-date-diary-pattern)
14848 (iso-calendar-display-form): New user variables.
14849 (diary-date-forms, calendar-date-display-form): Set using
14850 calendar-date-style. Doc fix.
14851 (calendar-set-date-style): New command.
14852 (european-calendar, american-calendar): Use calendar-set-date-style.
14853 Mark as obsolete.
14854
14855 * calendar/diary-lib.el (number): Move declaration where needed.
14856 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14857 (diary-make-date): New function.
14858 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14859 Use diary-make-date.
14860 (diary-date-display-form, diary-insert-entry-1): New functions.
14861 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14862 Use diary-insert-entry-1.
14863 (insert-anniversary-diary-entry, insert-block-diary-entry)
14864 (insert-cyclic-diary-entry): Use diary-date-display-form.
14865
14866 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14867 Autoload diary-insert-entry-1.
14868 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14869 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14870 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14871 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14872 * calendar/cal-islam.el (insert-islamic-diary-entry)
14873 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14874 Use diary-insert-entry-1.
14875
14876 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14877 (diary-yahrzeit): Doc fix. Use diary-make-date.
14878
14879 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14880 New name for icalendar--datetime-to-noneuropean-date. Make old name
14881 obsolete alias.
14882 (icalendar--datetime-to-iso-date): New function.
14883 (icalendar--datetime-to-diary-date): Doc fix. Respect
14884 calendar-date-style if bound.
14885
14886 * textmodes/remember.el (remember-diary-convert-entry):
14887 Respect calendar-date-style if bound.
14888
14889 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14892 (xterm-mouse-handle-delete-frame): Delete.
14893
14894 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14895 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14896 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14897 in xterm-modify-other-keys-terminal-list.
14898
14899 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14900 are conflicts.
14901
14902 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14903
14904 * vc.el (vc-update): Check if the buffer is unsaved only if it
14905 actually exists.
14906 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14907 vc-print-log.
14908
14909 2008-03-28 Magnus Henoch <mange@freemail.hu>
14910
14911 * net/dns.el (dns-write): Use set-buffer-multibyte.
14912
14913 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 * vc-bzr.el (vc-bzr-sha1): New fun.
14916 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14917 (vc-bzr-registered): Use it.
14918
14919 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14920
14921 * vc.el (vc-status-kill-dir-status-process): Simplify.
14922 (vc-status-refresh): Make sure the buffer is live.
14923 (ring): Don't require it, not used.
14924
14925 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14926
14927 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14928 Add optional regular expression to AUTOINOUTMODULE.
14929 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14930 (verilog-auto-inst-param, verilog-auto-reg)
14931 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14932 (verilog-auto-output-every, verilog-auto-input)
14933 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14934 (verilog-auto-unused, verilog-auto): Update documentation to use
14935 more obvious instance module names versus cell names.
14936
14937 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14938
14939 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14940 kill if a process is running.
14941
14942 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14943
14944 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14945
14946 * vc.el: Add new backend function 'status-extra-headers.
14947 (vc-default-status-extra-headers): New function.
14948 (vc-status-headers): Call 'status-extra-headers. Add colors.
14949
14950 * vc-git.el (vc-git-status-extra-headers): New function.
14951
14952 2008-03-28 Glenn Morris <rgm@gnu.org>
14953
14954 * calendar/cal-menu.el (cal-menu-holidays-menu)
14955 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14956 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14957 holiday-list is optional.
14958 (calendar-mouse-holidays): Remove un-needed local `l'.
14959
14960 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14961 Remove un-needed local `date'.
14962 (calendar-cursor-to-visible-date): Use let rather than let*.
14963 Remove un-needed local `first-of-month-weekday'.
14964
14965 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14966
14967 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14968 Doc fixes.
14969 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14970 (diary-header-line-flag, diary-header-line-format): Declare.
14971 (diary-pull-attrs): Check for multiple matches.
14972 (diary-list-entries-2): Simplify finding start of date.
14973 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14974 pop-up-frames.
14975 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14976 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14977
14978 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14979
14980 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14981
14982 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14983
14984 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14985
14986 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14987
14988 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14989
14990 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14991
14992 * international/mule-conf.el (define-iso-single-byte-charset):
14993 Don't make latin-iso8859-* supplementary.
14994 (#'set-charset-priority): Don't change the priority of charsets
14995 `unicode' and `emacs'.
14996
14997 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15000 temp buffer.
15001
15002 2008-03-27 Glenn Morris <rgm@gnu.org>
15003
15004 * calendar/cal-bahai.el (diary-bahai-list-entries):
15005 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15006 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15007
15008 * calendar/calendar.el (diary-file): Doc fix.
15009
15010 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15011 (list-diary-entries-hook, mark-diary-entries-hook)
15012 (include-other-diary-files, diary-mail-entries)
15013 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15014 (diary-set-header): New function.
15015 (diary-header-line-flag, diary-header-line-format):
15016 Use diary-set-header for custom :set function.
15017 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15018 (diary-attrtype-convert): Use intern-soft rather than read.
15019 (diary-display-no-entries): New function.
15020 (simple-diary-display, fancy-diary-display): Use it.
15021 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15022 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15023
15024 * calendar/holidays.el (list-holidays): Doc fix.
15025
15026 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15027
15028 * calc/calc-store.el (calc-read-var-name-history): New variable.
15029 (calc-read-var-name): Use `calc-read-var-name-history'.
15030
15031 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15034 window-configuration-change-hook works buffer-locally.
15035
15036 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15037
15038 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15039 for Emacs Lisp, not Lisp.
15040
15041 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15042
15043 * help-fns.el (describe-function-1, describe-variable):
15044 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15045
15046 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15047 replacement is provided, don't print "use nil instead".
15048
15049 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15050
15051 * complete.el (PC-do-completion): Use regexp-quote.
15052
15053 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15054
15055 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15056 Detect missing files.
15057
15058 * vc-git.el (vc-git-extra-menu-map): New key map.
15059 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15060 New functions.
15061
15062 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15063 and 'missing files.
15064
15065 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * calendar/holidays.el (list-holidays): Make Y2 optional.
15068
15069 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15070 buffers shown to the user.
15071 (appt-disp-window): Disable undo explicitly now that the leading space
15072 is gone.
15073
15074 * simple.el (activate-mark): New function.
15075 (set-mark-command): Use it with region-active-p to clean up the code.
15076 (exchange-point-and-mark): Invert the meaning of C-u when
15077 transient-mark-mode is active.
15078
15079 * dired-aux.el (dired-create-files): Use dolist.
15080
15081 * bindings.el (mode-line-change-eol): Use with-selected-window.
15082
15083 * apropos.el (apropos-command): Include macros.
15084
15085 2008-03-26 Glenn Morris <rgm@gnu.org>
15086
15087 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15088 (calendar-bahai-epoch): Doc fix.
15089
15090 * calendar/cal-china.el: Explicitly require calendar.
15091
15092 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15093 Require calendar rather than cal-julian.
15094 Autoload calendar-absolute-from-julian.
15095 * calendar/cal-coptic.el (coptic-calendar-epoch):
15096 * calendar/cal-islam.el (calendar-islamic-epoch):
15097 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15098
15099 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15100
15101 * calendar/cal-dst.el: Don't require cal-persia.
15102 (calendar-absolute-from-persian): Autoload it.
15103 (dst-adjust-time): Doc fix.
15104
15105 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15106 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15107 calendar.
15108
15109 * calendar/cal-menu.el: Require calendar rather than declaring
15110 functions.
15111 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15112
15113 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15114 calendar-after-frame-setup-hooks. Update callers, make old name an
15115 obsolete alias. Doc fix.
15116 (calendar-frame-1): Doc fix.
15117
15118 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15119
15120 * calendar/calendar.el (oriental-holidays, solar-holidays):
15121 * calendar/holidays.el (list-holidays): Assume atan always bound.
15122
15123 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15124 Explicitly require calendar, not cal-julian.
15125 * calendar/lunar.el: Explicitly require cal-dst.
15126
15127 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15130
15131 * help-fns.el (describe-function-1, describe-variable): If no
15132 replacement is provided, don't print "use nil instead".
15133
15134 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15135
15136 * proced.el: New file.
15137
15138 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15139
15140 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15141
15142 2008-03-25 Juri Linkov <juri@jurta.org>
15143
15144 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15145 in battery-mode-line-format.
15146
15147 * bindings.el (minibuffer-local-map): For the command
15148 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15149 with map which is already locally bound to minibuffer-local-map.
15150
15151 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15152
15153 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15154 Remove `sort-first' argument.
15155
15156 * subr.el (redisplay-end-trigger-functions)
15157 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15158 (process-filter-multibyte-p, set-process-filter-multibyte):
15159 Mark as obsolete.
15160
15161 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15162
15163 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15164 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15165 use the LOCAL arg of `add-hook'.
15166 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15167 Remove spurious * from defcustom docstrings.
15168 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15169 Fix typos in messages.
15170 (reb-mode-buffer-p): New function.
15171 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15172 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15173 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15174 Use `unless', `when'.
15175 (re-builder-unload-function): New function.
15176
15177 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15178
15179 * vc-hooks.el (vc-state): Add documentation for 'missing.
15180
15181 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15182
15183 * progmodes/verilog-mode.el (verilog-auto-output)
15184 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15185 (verilog-delete-auto): Add optional regular expression to
15186 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15187 (verilog-signals-matching-regexp): New internal function for
15188 signal matching.
15189
15190 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15191
15192 * info.el (Info-isearch-search): Always return point.
15193
15194 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * diff-mode.el (diff-remembered-defdir): New var.
15197 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15198
15199 2008-03-25 Glenn Morris <rgm@gnu.org>
15200
15201 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15202 calendar-bahai-prompt-for-date. Update callers, make old name an
15203 obsolete alias. Doc fix.
15204 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15205 coptic-prompt-for-date. Update callers, make old name an
15206 obsolete alias. Doc fix.
15207 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15208 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15209 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15210 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15211 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15212 calendar-iso-read-args. Update callers, make old name an obsolete
15213 alias.
15214 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15215 persian-prompt-for-date. Update callers, make old name an
15216 obsolete alias. Doc fix. Move definition before use.
15217
15218 * calendar/cal-x.el (diary-frame-parameters)
15219 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15220 (calendar-frame-1): Doc fixes.
15221 (make-fancy-diary-buffer): Remove declaration.
15222 (calendar-dedicate-diary): Replace call to deleted function
15223 make-fancy-diary-buffer.
15224 (calendar-frame-setup): New function.
15225 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15226 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15227 work, and mark as obsolete.
15228 (special-display-buffer-names): Don't mess with this; it's not our
15229 business.
15230 (cal-x-load-hook): Defvar it, and mark as obsolete.
15231
15232 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15233 Default to t. Add to 'calendar group.
15234 (calendar): Doc fix. Use calendar-frame-setup.
15235 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15236 (generate-calendar-window): Doc fix.
15237
15238 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15241
15242 2008-03-24 Drew Adams <drew.adams@oracle.com>
15243
15244 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15245 New variables.
15246 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15247 (finder-exit): Ignore errors rather than avoiding them.
15248 Kill *Finder-package* buffer also.
15249
15250 2008-03-24 Andreas Schwab <schwab@suse.de>
15251
15252 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15253
15254 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15255
15256 * vc-hg.el (vc-hg-after-dir-status):
15257 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15258
15259 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15260 Detect removed files.
15261
15262 * vc.el (vc-status-printer): Use a different face for missing files.
15263 (vc-status-hide-up-to-date): Rename from
15264 vc-status-remove-up-to-date. Update all callers.
15265 (vc-status-mode-map): Bind C-m.
15266
15267 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15268
15269 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15270 code ...
15271 (vc-git--state-code): ... to this new function.
15272 (vc-git-state): Use it.
15273
15274 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15275
15276 * textmodes/remember.el (remember-mail-date)
15277 (remember-store-in-mailbox): Write date and From line in such a
15278 way that Mutt can read it.
15279
15280 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * simple.el (transient-mark-mode): Turn on by default.
15283
15284 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15285
15286 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15287 'unregistered for unregistered files.
15288
15289 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15290
15291 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15292
15293 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15294 subdirectories.
15295
15296 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15297 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15298 Add :enable for vc-status-refresh.
15299 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15300 (vc-status-tool-bar-map): Add binding for
15301 vc-status-kill-dir-status-process.
15302 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15303 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15304 Reset vc-status-process-buffer.
15305 (vc-status-refresh): Don't run two refreshes at a time.
15306 (vc-status): If the buffer is already in vc-status-mode only refresh.
15307 (vc-status-mark-buffer-changed): Add an optional file parameter.
15308 (vc-resynch-buffer): Use it.
15309 (vc-delete-file): Expand the file name before using it.
15310 Be careful to not create a new buffer with the old file contents.
15311 Update the VC state after performing the operation.
15312
15313 2008-03-23 Andreas Schwab <schwab@suse.de>
15314
15315 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15316 Fix radio button condition.
15317 [box]: Likewise.
15318 [customize]: Add radio button.
15319
15320 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15321
15322 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15323 (calc-user-parse-tables, calc-gnuplot-default-device)
15324 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15325 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15326 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15327 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15328 (calc-undo-list, calc-redo-list, calc-main-buffer)
15329 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15330 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15331 (calc-said-hello, calc-executing-macro, calc-any-selections)
15332 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15333 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15334 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15335 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15336 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15337 (calc-create-buffer, calc-quit): Add docstrings.
15338
15339 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15340
15341 * makefile.w32-in (WINS_ALMOST): Add org.
15342
15343 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15344
15345 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15346 New functions to implement vc-status support.
15347
15348 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15349
15350 * vc.el (vc-status-prepare-status-buffer): New function.
15351 (vc-status): Use it.
15352
15353 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15354 appropriate.
15355
15356 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15357
15358 * vc-git.el (vc-git--empty-db-p)
15359 (vc-git-after-dir-status-stage1-empty-db): New functions.
15360 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15361 Add support for empty repositories.
15362
15363 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15364
15365 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15366 Allow "^" in a version name.
15367
15368 * vc-mtn.el (vc-mtn-state): Support the added state.
15369
15370 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15371
15372 * org: New directory for Org-mode.
15373
15374 * org/org-export-latex.el: Moved from lisp/textmodes.
15375
15376 * org/org-irc.el: Moved from lisp/textmodes.
15377
15378 * org/org-mac-message.el: Moved from lisp/textmodes.
15379
15380 * org/org-mouse.el: Moved from lisp/textmodes.
15381
15382 * org/org-publish.el: Moved from lisp/textmodes.
15383
15384 2008-03-21 Juri Linkov <juri@jurta.org>
15385
15386 * comint.el (comint-dynamic-simple-complete):
15387 Use variable `stub' for the second arg `common-substring'
15388 of `comint-dynamic-list-completions'.
15389 (comint-dynamic-list-filename-completions):
15390 Use variable `filenondir' for the second arg `common-substring'
15391 of `comint-dynamic-list-completions'.
15392 (comint-dynamic-list-completions): Add new optional arg
15393 `common-substring'. Add `common-substring' as the second arg of
15394 the call to `display-completion-list'. Doc fix.
15395
15396 * comint.el (comint-dynamic-complete-as-filename)
15397 (comint-dynamic-list-filename-completions)
15398 (comint-dynamic-simple-complete): Use `minibuffer-message'
15399 to display message "No completions of %s" when a command
15400 is called in the minibuffer.
15401 (comint-dynamic-simple-complete): Don't display other
15402 completion messages when a command is called in the minibuffer.
15403 (comint-dynamic-list-completions): Use `minibuffer-message'
15404 to display message " [Type space to flush ...]" when a command
15405 is called in the minibuffer.
15406
15407 * shell.el (shell-dynamic-complete-command)
15408 (shell-dynamic-complete-environment-variable): Don't display
15409 completion messages when command is called in the minibuffer.
15410
15411 * emacs-lisp/lisp.el (lisp-complete-symbol):
15412 Use `minibuffer-message' to display message "No completions of %s"
15413 when this command is called in the minibuffer.
15414
15415 * bindings.el (standard-mode-line-modes): Put special help-echo
15416 tooltip on recursive edit %[ %] mode-line constructs.
15417
15418 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15419 "^No dynamic expansion for .* found$" to allow error messages like
15420 "No dynamic expansion for \"%s\" found in this-buffer".
15421
15422 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15423
15424 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15425 "psftp".
15426
15427 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15430 * vc.el (vc-default-dired-state-info): Use just "modified".
15431 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15432 (vc-cvs-mode-line-string): Make use of the better default.
15433 (vc-cvs-parse-entry): Use the new `added'.
15434 (vc-cvs-dired-state-info): Remove.
15435 * vc-svn.el (vc-svn-dired-state-info): Remove.
15436 * vc-hg.el (vc-hg-dired-state-info): Remove.
15437 * vc-git.el (vc-git-dired-state-info): Remove.
15438
15439 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15440
15441 * vc-git.el (vc-git-status-result): New variable.
15442 (vc-git-dir-status): Split out ...
15443 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15444 ... these new functions and work asynchronously.
15445
15446 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15447
15448 * vc-git.el (vc-git-after-dir-status): Remove.
15449 (vc-git-dired-state-info): Reimplement.
15450
15451 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15452
15453 * replace.el (occur-mode-map): Add :help.
15454
15455 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15456 for disassemble.
15457
15458 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15459 the 'added state.
15460 (vc-status-remove-up-to-date): New function.
15461 (vc-status-mode-map, vc-status-menu-map): Bind it.
15462 (vc-status-printer): Use a different face up-to-date files.
15463 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15464 (Todo): Remove solved entries.
15465
15466 * vc-hg.el (vc-hg-state):
15467 * vc-git.el (vc-git-state):
15468 * vc-cvs.el (vc-cvs-parse-status):
15469 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15470 state.
15471
15472 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * progmodes/compile.el (compile):
15475 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15476
15477 * simple.el (minibuffer-local-shell-command-map): New var.
15478 (minibuffer-complete-shell-command, read-shell-command): New funs.
15479 (shell-command, shell-command-on-region): Use them.
15480
15481 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15482
15483 * vc.el (vc-status-mark-buffer-changed): New function to implement
15484 updating of the *vc-status* buffer when a buffer is saved.
15485 (vc-status-mode): Use it for after-change-hook.
15486 (vc-add-to-vc-status-buffer): Rename to ...
15487 (vc-status-add-entry): ... this.
15488 (Todo): Add new entry.
15489
15490 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15493
15494 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15495
15496 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15497 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15498 Remove spurious * from defcustom docstrings.
15499 (icomplete-compute-delay): Fix docstring and remove spurious *.
15500 (icomplete-delay-completions-threshold): Fix typo in docstring and
15501 remove spurious *.
15502 (icomplete-completions): While collecting the list of prospective
15503 candidates, don't overshoot `icomplete-prospects-length'.
15504
15505 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15506
15507 * textmodes/refbib.el:
15508 * textmodes/reftex.el:
15509 * textmodes/reftex-global.el:
15510 * textmodes/reftex-vars.el:
15511 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15512 compiler pacifying defvars.
15513 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15514 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15515 not needed.
15516
15517 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15518
15519 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15520 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15521 (verilog-customize, verilog-font-customize)
15522 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15523 (verilog-mode): Update documentation strings to match tool tips.
15524 (verilog-auto-search-do, verilog-auto-re-search-do)
15525 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15526 expansion when a .* appears inside a string.
15527 (verilog-re-search-forward, verilog-re-search-backward):
15528 Add comment to recall how this works.
15529 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15530
15531 2008-03-20 Glenn Morris <rgm@gnu.org>
15532
15533 * calendar/calendar.el (calendar-other-dates): New function.
15534 (calendar-print-other-dates): Use calendar-other-dates.
15535 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15536 the declarations it replaces.
15537 (calendar-mouse-print-dates): Use calendar-other-dates.
15538
15539 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15540 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15541 (calendar-absolute-from-bahai): Fix the leap-year case.
15542 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15543 (calendar-bahai-date-string, calendar-bahai-print-date):
15544 Handle pre-Bahai dates.
15545
15546 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15547 (chinese-calendar-terrestrial-branch): Make defcustoms.
15548
15549 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15550 (calendar-mouse-view-diary-entries): Use or.
15551 (calendar-mouse-chinese-date): Remove unused command.
15552 (cal-menu-load-hook): Mark as obsolete.
15553
15554 * calendar/solar.el (calendar-location-name, calendar-latitude)
15555 (calendar-longitude, solar-arctan, sunrise-sunset)
15556 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15557
15558 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15559
15560 * calc/calc.el: Remove outdated comments.
15561 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15562 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15563 Add docstrings.
15564
15565 2008-03-19 Jason Rumney <jasonr@gnu.org>
15566
15567 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15568
15569 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15570
15571 * net/tls.el (open-tls-stream): Reindent.
15572
15573 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15574
15575 * net/tramp.el (tramp-let-maybe): Removed.
15576 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15577 It does not exist under XEmacs.
15578 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15579 (tramp-completion-file-name-handler): Let-bind
15580 `directory-sep-char'.
15581
15582 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15583 `directory-sep-char'.
15584
15585 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15588 for autoloaded keymaps.
15589
15590 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15591 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15592 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15593 (verilog-in-comment-p, verilog-in-star-comment-p)
15594 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15595 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15596 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15597 (verilog-skip-forward-comment-p): Use it.
15598
15599 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15600
15601 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15602 (org-remember-templates, org-time-stamp-rounding-minutes)
15603 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15604 (org-columns-new): Fix typos in docstrings.
15605
15606 2008-03-19 Glenn Morris <rgm@gnu.org>
15607
15608 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15609 (tramp-handle-shell-command): Use condition-case rather than
15610 ignore-errors.
15611
15612 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15613
15614 * diff-mode.el (diff-header): Make the color louder.
15615 (diff-refine-change): Tone the color down.
15616
15617 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15618
15619 * descr-text.el (describe-char): When `describe-char-unidata-list'
15620 is set to show all properties, list them in the right order.
15621
15622 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15623
15624 * international/mule.el (load-with-code-conversion): Avoid setting
15625 default-enable-multibyte-characters.
15626
15627 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15628
15629 * vc.el (vc-annotate-background): Fix custom type.
15630
15631 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15632
15633 * descr-text.el (describe-char-unidata-list): Allow specifying
15634 just all properties.
15635 (describe-char): Handle that new value.
15636
15637 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15638
15639 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15640
15641 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15642 instead of file name extension to make docs with uncommon
15643 extensions work.
15644
15645 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15646
15647 * doc-view.el (require): Require cl at compile time because
15648 `assert' needs it.
15649
15650 2008-03-18 Glenn Morris <rgm@gnu.org>
15651
15652 * calendar/calendar.el (initial-calendar-window-hook)
15653 (today-visible-calendar-hook): Doc fixes.
15654
15655 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15656
15657 * net/tramp.el (tramp-root-regexp): Simplify.
15658 (tramp-completion-file-name-regexp-separate): Don't insist on
15659 leading "[". This prevents method or user or host completion.
15660 (tramp-let-maybe): Autoload it.
15661 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15662 is an alias for `identity'.
15663 (tramp-handle-write-region): Protect `last-coding-system-used'
15664 over the trailing statements.
15665 (tramp-completion-file-name-handler-post-function): Remove.
15666 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15667 instead of calling `tramp-drop-volume-letter'.
15668
15669 * net/tramp.el:
15670 * net/tramp-uu.el:
15671 * net/trampver.el: Move coding cookie at the end.
15672
15673 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15674
15675 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15676 elements which may be something else than characters.
15677
15678 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15679
15680 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15681 New functions to implement vc-status support.
15682
15683 * vc.el (vc-default-extra-status-menu)
15684 (vc-add-to-vc-status-buffer): New functions.
15685
15686 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15687 for eldoc and ielm.
15688
15689 2008-03-17 Glenn Morris <rgm@gnu.org>
15690
15691 * calendar/cal-x.el (diary-frame-parameters)
15692 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15693 Fix custom type; add options.
15694 (calendar-frame, diary-frame): Doc fixes.
15695 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15696 new functions.
15697 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15698 Use calendar-frame-1 and calendar-dedicate-diary.
15699 (calendar-one-frame-setup): Also handle only-one-frame case.
15700 (calendar-only-one-frame-setup): Doc fix. Just call
15701 calendar-one-frame-setup.
15702
15703 * calendar/diary-lib.el: Re-order some definitions before their use.
15704 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15705 (diary-list-entries): Doc fixes.
15706 (make-fancy-diary-display): Remove function.
15707
15708 * calendar/calendar.el (calendar-today-marker)
15709 (initial-calendar-window-hook, today-visible-calendar-hook)
15710 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15711 (calendar-star-date, calendar-mark-today): Doc fixes.
15712 (today-visible-calendar-hook): Add options.
15713 (calendar-in-read-only-buffer): New macro.
15714 (calendar-basic-setup): Adapt for change in calendar-read-date.
15715 Place holiday let inside if.
15716 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15717 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15718 (calendar-print-other-dates): Use one let rather than many.
15719
15720 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15721 (calendar-print-other-dates):
15722 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15723 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15724 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15725 (calendar-cursor-holidays):
15726 * calendar/lunar.el (calendar-phases-of-moon): Use
15727 calendar-in-read-only-buffer to replace previous code and disable undo.
15728
15729 2008-03-16 Juri Linkov <juri@jurta.org>
15730
15731 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15732 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15733 read-from-minibuffer to provide the correct initial minibuffer
15734 history position in isearch-edit-string when it is called from
15735 isearch-ring-adjust.
15736
15737 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15738 to check if the current buffer is the minibuffer, and in this case
15739 call abort-recursive-edit to kill the minibuffer. Doc fix.
15740 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15741 when the current buffer is the minibuffer.
15742
15743 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15744
15745 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15746
15747 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15748 Use non-nil PARENTS attribute of make-directory instead of
15749 explicitly checking existence the current cache directory.
15750
15751 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15752
15753 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15754 M-x epa-file-select-keys.
15755
15756 2008-03-16 Kenichi Handa <handa@m17n.org>
15757
15758 * international/mule.el (auto-coding-alist):
15759 Use no-conversion-multibyte for archive files.
15760
15761 2008-03-16 Glenn Morris <rgm@gnu.org>
15762
15763 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15764 New functions.
15765 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15766 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15767 Use calendar-mark-1.
15768 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15769 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15770 Use calendar-mark-complex.
15771 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15772 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15773 Use calendar-mark-1.
15774
15775 * calendar/calendar.el (calendar-mod): Remove.
15776 * calendar/cal-china.el (calendar-chinese-from-absolute)
15777 (calendar-chinese-date-string): Expand calendar-mod calls.
15778 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15779 Expand calendar-mod calls.
15780
15781 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15782 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15783 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15784 Move obsolete aliases after the functions that replaced them.
15785
15786 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15787 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15788 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15789 Use let rather than let*.
15790 (calendar-hebrew-prompt-for-date): New function.
15791 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15792 (holiday-tisha-b-av-etc): Use unless, let.
15793
15794 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15795 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15796
15797 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15798
15799 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15800
15801 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15802 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15803 than concat.
15804 (diary): Remove un-needed let.
15805 (view-other-diary-entries): Rename argument.
15806 (diary-list-entries-2): New function.
15807 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15808 (print-diary-entries): Use unless.
15809 (diary-mark-entries-1): Change argument order, make all but
15810 markfunc optional. Handle the standard (Gregorian) case.
15811 Use match-string-no-properties. Handle marks.
15812 (mark-diary-entries): Use diary-mark-entries-1.
15813 (diary-font-lock-keywords-1): New macro.
15814 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15815
15816 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15817
15818 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15819 (icalendar-export-hidden-diary-entries): New variable.
15820 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15821 In case of error, insert full error-val.
15822 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15823 Use calendar-day-of-week. Return the day number.
15824 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15825
15826 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15827
15828 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15829 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15830 (icalendar-export-region): Ignore hidden diary entries.
15831 (icalendar--convert-ordinary-to-ical): Fix case where event
15832 spans across midnight boundary.
15833 (icalendar-first-weekday-of-year): New function.
15834 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15835 year for recurring events (Mozilla calendars do not propagate
15836 recurring events forever, so year 2000 start date was not working).
15837 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15838 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15839
15840 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15841
15842 * net/tramp.el (tramp-root-regexp): New defconst.
15843 (tramp-completion-file-name-regexp-unified)
15844 (tramp-completion-file-name-regexp-separate)
15845 (tramp-completion-file-name-regexp-url): Use it.
15846 (tramp-do-copy-or-rename-file-via-buffer):
15847 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15848 t for `insert-file-contents-literally'.
15849 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15850 Autoload it.
15851 (tramp-completion-file-name-handler-post-function): New defconst.
15852 (tramp-completion-file-name-handler): Use it.
15853 (tramp-maybe-open-connection): Update calls to
15854 `tramp-flush-connection-property' for removed 2nd argument.
15855
15856 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15857
15858 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15859 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15860 New functions.
15861
15862 2008-03-15 Glenn Morris <rgm@gnu.org>
15863
15864 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15865 New functions.
15866 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15867 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15868 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15869 (diary-bahai-list-entries): Use diary-list-entries-1.
15870 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15871 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15872 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15873 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15874 (list-hebrew-diary-entries): Use diary-list-entries-1.
15875 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15876 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15877 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15878 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15879 (list-islamic-diary-entries): Use diary-list-entries-1.
15880 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15881
15882 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15883
15884 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15885
15886 * calendar/cal-china.el (number-chinese-months)
15887 (calendar-chinese-from-absolute): Use nth, caar.
15888
15889 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15890
15891 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15892
15893 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15894 (calendar-hebrew-month-name-array-leap-year)
15895 (hebrew-calendar-parashiot-names): Make constants.
15896 (diary-parasha): Move definition after constants it uses.
15897
15898 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15899 (cal-html-htmlify-list): Doc fix.
15900 (cal-html-htmlify-entry): Use nth.
15901
15902 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15903 (calendar-islamic-epoch): Make constants.
15904 (calendar-islamic-epoch): Doc fix.
15905
15906 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15907
15908 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15909 (cal-tex-month-name): Doc fix.
15910 (cal-tex-last-blank-p): Use zerop.
15911
15912 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15913 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15914 (calendar-cursor-to-date): Doc fix.
15915 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15916 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15917 (calendar-day-number): Use when.
15918 (generate-calendar-month): Use dotimes.
15919 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15920 (calendar-set-mark): Reverse conditional.
15921 (calendar-make-alist): Move definition before use.
15922
15923 * calendar/diary-lib.el (diary-face-attrs)
15924 (diary-glob-file-regexp-prefix, diary-selective-display)
15925 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15926 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15927 (diary-anniversary, diary-cyclic)
15928 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15929 (diary-header-line-format): Change wording.
15930 (diary-list-entries): Set `date-start' in let.
15931 (include-other-diary-files, mark-included-diary-files): Use format.
15932 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15933 (mark-diary-entries): Use 1+.
15934 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15935 (mark-calendar-month): Use dotimes.
15936
15937 * calendar/holidays.el (displayed-month, displayed-year):
15938 Move declarations where needed.
15939 (calendar-list-holidays): Doc fix.
15940
15941 * calendar/parse-time.el (parse-time-string): Simplify.
15942
15943 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15944 Make constants.
15945 (solar-sunrise-sunset): Rename some local variables for clarity.
15946 (sunrise-sunset): Use zerop.
15947 (solar-mean-equinoxes/solstices): Doc fix.
15948
15949 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15950 Use nth.
15951 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15952 (timeclock-mean, timeclock-generate-report): Use dolist.
15953
15954 * calendar/todo-mode.el (todo-add-category): Simplify.
15955 (todo-more-important-p, todo-delete-item, todo-file-item):
15956 Use unless, when.
15957 (todo-top-priorities): Use zerop.
15958
15959 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15960
15961 * buff-menu.el (list-buffers-noselect): Display buffer name in
15962 tooltip instead of mouse binding when it doesn't fit in the list.
15963
15964 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15965
15966 * faces.el (xw-defined-colors):
15967 * simple.el (widget-convert, shell-mode): Declare as functions
15968 instead of autoloading.
15969
15970 * abbrev.el:
15971 * button.el:
15972 * cus-face.el:
15973 * ediff-hook.el:
15974 * emacs-lisp/backquote.el:
15975 * emacs-lisp/timer.el:
15976 * facemenu.el:
15977 * faces.el:
15978 * menu-bar.el:
15979 * simple.el:
15980 * subr.el:
15981 * textmodes/fill.el:
15982 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15983 files are preloaded.
15984
15985 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * desktop.el (desktop-create-buffer): Don't catch errors if
15988 debug-on-error is set.
15989
15990 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15991
15992 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15993 ($(lisp)/calendar/diary-loaddefs.el)
15994 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15995 (LOADDEFS): New macro.
15996 (autoloads): Depend on $(LOADDEFS).
15997
15998 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15999
16000 * font-lock.el (featurep): Remove test, not useful anymore.
16001 (facemenu-keymap): Move key binding ...
16002 * facemenu.el (facemenu-keymap): ... here.
16003
16004 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16005 for each file in the list.
16006 (vc-bzr-log-view-mode): Recognize the file marker.
16007
16008 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16009 for checkdoc and profiling.
16010
16011 2008-03-14 Bastien Guerry <bzg@altern.org>
16012
16013 * textmodes/flyspell.el (nxml-mode): Add the right
16014 `flyspell-mode-predicate'.
16015
16016 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16017
16018 2008-03-14 Glenn Morris <rgm@gnu.org>
16019
16020 * calendar/solar.el: Reorder so that functions are defined before use.
16021 (displayed-month, displayed-year): Move declarations where needed.
16022 (solar-get-number): Move definition before use. Use unless.
16023 (solar-equatorial-coordinates): Simplify.
16024 (solar-sunrise-and-sunset): Use let rather than let*.
16025 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16026
16027 * startup.el (command-line-1): Rename -internal-script back to
16028 -scriptload (reverts previous change).
16029
16030 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16031 (calendar-bahai-leap-base): Add doc strings.
16032 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16033 Move definition before use.
16034 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16035 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16036 variables outside the loop. Use dolist.
16037 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16038
16039 * calendar/cal-china.el: Re-order so that functions are defined before
16040 use.
16041 (displayed-month, displayed-year): Move declarations where needed.
16042 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16043 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16044 Add doc strings.
16045 (chinese-year-cache): Recenter on 2010. Doc fix.
16046 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16047 Doc fix. Simplify.
16048 (chinese-year-cache-init): New function.
16049 (compute-chinese-year, holiday-chinese-new-year)
16050 (calendar-chinese-date-string, calendar-goto-chinese-date)
16051 (make-chinese-month-assoc-list): Use cadr, nth.
16052 (chinese-months): Remove un-needed let.
16053
16054 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16055 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16056 (coptic-prompt-for-date): Move definition before use.
16057
16058 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16059 (calendar-dst-find-data, calendar-daylight-time-offset)
16060 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16061 (calendar-daylight-savings-starts-time)
16062 (calendar-daylight-savings-ends-time): Use cadr, nth.
16063
16064 * calendar/cal-french.el (french-calendar-epoch)
16065 (calendar-goto-french-date): Doc fix.
16066 (french-calendar-month-name-array)
16067 (french-calendar-multibyte-month-name-array)
16068 (french-calendar-day-name-array, french-calendar-special-days-array):
16069 Add doc strings.
16070
16071 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16072 (original-date): Move declarations where needed.
16073 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16074 Doc fix.
16075 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16076 constant variables outside the loop. Use dolist.
16077
16078 * calendar/cal-islam.el (displayed-month, displayed-year)
16079 (original-date): Move declarations where needed.
16080 (islamic-calendar-day-number): Remove unused local variable `day'.
16081 (calendar-goto-islamic-date): Doc fix.
16082 (holiday-islamic): Use unless.
16083 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16084 constant variables outside the loop. Use dolist.
16085 (mark-islamic-calendar-date-pattern): Move definition before use.
16086 Use unless.
16087 (mark-islamic-diary-entries): Doc fix.
16088 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16089 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16090
16091 * calendar/cal-julian.el (calendar-absolute-from-julian):
16092 Move definition before use. Remove un-needed local `day'.
16093 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16094
16095 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16096 (calendar-mayan-tzolkin-names-array): Add doc strings.
16097 (calendar-mayan-long-count-from-absolute): Use a single let.
16098 (calendar-string-to-mayan-long-count): Simplify.
16099 (calendar-next-haab-date, calendar-previous-haab-date)
16100 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16101 (calendar-previous-calendar-round-date)
16102 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16103 Doc fix.
16104 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16105 (calendar-mayan-date-string, calendar-print-mayan-date)
16106 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16107 (calendar-mayan-long-count-common-era): Move definitions before use.
16108
16109 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16110 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16111 Doc fix.
16112 (calendar-mouse-goto-date): Move definition before use.
16113
16114 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16115 Move definition before use.
16116 (calendar-cursor-to-visible-date): Move definition before use.
16117 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16118 and place inside the conditional.
16119 (calendar-forward-day): Simplify.
16120 (calendar-end-of-month): Use unless.
16121 (calendar-goto-day-of-year): Doc fix.
16122 Relocate obsolete aliases after their replacements.
16123
16124 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16125
16126 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16127 variables outside the diary-date-forms loop.
16128
16129 * calendar/calendar.el (diary-file): Doc fix.
16130 (calendar-buffer-list): Return buffers rather than strings (fixes
16131 previous change).
16132 (hebrew-holidays-4): Fix typo.
16133
16134 * calendar/holidays.el (displayed-month, displayed-year):
16135 Move declarations where needed.
16136 (calendar-holiday-list, calendar-list-holidays)
16137 (holiday-filter-visible-calendar): Move definitions before use.
16138 (list-holidays): Use cadr.
16139 Relocate obsolete aliases after their replacements.
16140
16141 * calendar/lunar.el (date, displayed-month, displayed-year):
16142 Move declarations where needed.
16143 (lunar-phase-list): Move definition after functions it uses.
16144 (calendar-phases-of-moon, diary-phases-of-moon)
16145 (lunar-new-moon-on-or-after): Use cadr, nth.
16146 (lunar-new-moon-on-or-after): Doc fix.
16147
16148 * textmodes/org-irc.el (top-level): CL not required when compiling.
16149 (org-irc-visit-erc): Replace runtime CL functions.
16150
16151 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16152 (org-publish-delete-dups): Declare as function.
16153
16154 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16155
16156 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16157 (vc-bzr-show-log-entry): Make regexp match more cases.
16158 (vc-diff-switches-list): Remove autoload, not needed.
16159
16160 2008-03-14 Juri Linkov <juri@jurta.org>
16161
16162 * isearch.el (isearch-edit-string): Remove one call to
16163 `isearch-push-state' not to push an inconsistent state,
16164 but keep another correct call to `isearch-push-state'.
16165 (isearch-ring-adjust): Call `isearch-push-state' only when
16166 `search-ring-update' is non-nil since `isearch-edit-string'
16167 already pushes its state.
16168 (isearch-message): Improve matching the failed part by checking
16169 if the original message starts with the last successful message.
16170
16171 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16172 (dired-perm-write): Rename from `dired-warn-writable'.
16173 Change parent face from `font-lock-warning-face' to
16174 `font-lock-comment-delimiter-face'.
16175 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16176 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16177 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16178 with `dired-perm-write-face'.
16179
16180 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16181
16182 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16183 Create cache dir only if it doesn't already exist.
16184
16185 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16186
16187 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16188 of \ and '.
16189
16190 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16191
16192 * net/browse-url.el (browse-url-text-xterm):
16193 Unquote browse-url-text-browser.
16194
16195 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16196
16197 * textmodes/org-mouse.el: Version number change.
16198
16199 * textmodes/org-publish.el (org-publish-expand-components):
16200 Remove null projects from the list of components.
16201 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16202 Remove unused retrieval of the :publishing-directory property.
16203 (org-publish-file): Bugfix: when using a relative directory as the
16204 publishing directory, convert it to a directory filename.
16205 (org-publish-project): New alias.
16206 (org-publish-get-files): Protect against empty p.
16207 (org-publish-file): Send an error when file is not part of any project.
16208 (org-publish-file): Offer to refresh the list of files in known
16209 project when the current file is not part of any project.
16210 (org-publish-before-export-hook)
16211 (org-publish-after-export-hook): New hooks.
16212 (org-publish-org-to): Use new hooks and kill buffers.
16213 (org-publish-file): Remove the code for killing buffers.
16214 (org-publish-initialize-files-alist): Use interactive.
16215 (org-publish-file): If the publishing function creates a new
16216 buffer, kill it after publishing.
16217 (org-publish-timestamp-filename): Protect ":" in file name path
16218 under windows.
16219
16220 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16221 change that killed the LaTeX buffer.
16222
16223 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16224 in the decision tree.
16225 (org-select-remember-template): Clean the code.
16226 (org-prepare-dblock): Add the extra :content parameter.
16227 (org-write-agenda): New output type ".ics" files.
16228 (org-write-agenda): Call `org-icalendar-verify-function', both for
16229 time stamps and for TODO entries.
16230 (org-agenda-collect-markers, org-create-marker-find-array)
16231 (org-check-agenda-marker-table): New functions.
16232 (org-agenda-marker-table): New variable.
16233 (org-export-as-html): Revert the change that killed the html
16234 buffer. Side effects first need to be studied carefully.
16235 (org-get-tags-at): Fix the structure of the condition-case statement.
16236 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16237 (org-timestamp-change): Fix regular expressions to swallow the
16238 extra character for repeat-shift control.
16239 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16240 (org-get-legal-level): Alias to `org-get-valid-level'.
16241 (org-dblock-write:clocktable): Add a :link parameter, linking
16242 headlines to their location in the Org agenda files.
16243 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16244 throwing an error when getting tags before headlines.
16245 (org-timestamp-change, org-modify-ts-extra)
16246 (org-ts-regexp1): Fix timestamp editing.
16247 (org-agenda-custom-commands-local-options): New constant.
16248 (org-agenda-custom-commands):
16249 Use `org-agenda-custom-commands-local-options' to improve customize
16250 type. "htmlize": Removed hack to fix face problem with htmlize,
16251 it no longer seem necessary.
16252 (org-follow-link-hook): New hook.
16253 (org-agenda-custom-commands): Add "Component" as a tag for each
16254 item in a command series.
16255 (org-open-at-point): Run `org-follow-link-hook'.
16256 (org-agenda-schedule): Bugfix: don't display marker type when it
16257 is nil.
16258 (org-store-link): org-irc required.
16259 (org-set-regexps-and-options): Parse the new logging options.
16260 (org-extract-log-state-settings): New function.
16261 (org-todo): Handle the new ways of recording state change stuff.
16262 (org-local-logging): New function.
16263 (org-columns-open-link): Fix bug with opening link in column view.
16264 (org-local-logging): New function.
16265 (org-todo): Make sure that LOGGING properties are honoured.
16266 (org-todo-keywords): Improve docstring.
16267 (org-startup-options): Cleanup startup options.
16268 (org-set-regexps-and-options): Process the "!" markers.
16269 (org-todo): Respect the new logging stuff.
16270 (org-log-note-how): New variable.
16271 (org-add-log-maybe): New parameter HOW that defines how logging
16272 should be done and also overrides PURPOSE. Add a docstring.
16273 (org-add-log-note): Check if we really need to ask for a note.
16274 (org-get-current-options): Digest the new keyword.
16275 (org-agenda-reset-markers): Rename from
16276 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16277 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16278 function, without force argument.
16279 (org-buffer-property-keys): Bind local variables s and p.
16280 (org-make-tags-matcher): Allow "" to match an empty or
16281 non-existent property value.
16282 (org-export-as-html): Join unsorted lists when they directly
16283 follow each other. Such lists may be created by headlines that
16284 are converted to lists.
16285 (org-nofm-to-completion): New function.
16286 (org-export-as-html): Use :html-extension instead of
16287 org-export-html-extension.
16288 (org-store-link): Support for links from `rmail-summary-mode'.
16289 (org-columns-new, org-complete, org-set-property): Set the
16290 `include-columns' argument in the call to
16291 `org-buffer-property-keys'.
16292 (org-buffer-property-keys): New argument `include-columns', to
16293 include properties expected by any of the COLUMNS formats in the
16294 current buffer.
16295 (org-cleaned-string-for-export): Get rid of drawers first, so that
16296 they will be removed also in the text before the first headline.
16297 (org-clock-report): Show the clocktable when found.
16298 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16299 (org-version): With prefix argument, insert `org-version' at point.
16300 (org-agenda-goto): Recenter the window after finding the target
16301 location, to make sure the correct position will be displayed.
16302 (org-agenda-get-deadlines): Don't scale priority with the warning
16303 period.
16304 (org-insert-heading): Don't break line in the middle of the line.
16305 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16306 be 0.
16307 (org-update-checkbox-count): Revamp to deal with hierarchical
16308 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16309 (org-remove-timestamp-with-keyword): New function.
16310 (org-schedule, org-deadline):
16311 Use `org-remove-timestamp-with-keyword' to make sure all such time
16312 stamps are removed.
16313 (org-mode): Support for `align'.
16314 (org-agenda-get-deadlines): Make sure priorities increase as the
16315 due date approaches and is passed.
16316 (org-remember-apply-template): Fix problem with tags that
16317 contain "_" or "@".
16318 (org-make-link-regexps): Improve the regular expression for plain links.
16319 (org-agenda-get-closed): List each clocking entry.
16320 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16321 (org-special-ctrl-k): New option.
16322 (org-kill-line): New function.
16323 (org-archive-all-done): Fix incorrect number of stars in regexp.
16324 (org-refile-get-location): New function.
16325 (org-refile-goto-last-stored): New function.
16326 (org-global-tags-completion-table): Add the value of org-tag-alist
16327 in each buffer, to make sure that also unused tags will be
16328 available for completion.
16329 (org-columns-edit-value)
16330 (org-columns-next-allowed-value): Only update if not in agenda.
16331 (org-clocktable-steps): New function.
16332 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16333 (org-archive-subtree): Add the outline tree context as a property.
16334 (org-closest-date): New optional argument `prefer'.
16335 (org-goto-auto-isearch): New option.
16336 (org-goto-map, org-get-location): Implement auto-isearch.
16337 (org-goto-local-auto-isearch-map): New variable.
16338 (org-goto-local-search-forward-headings)
16339 (org-goto-local-auto-isearch): New functions.
16340
16341 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16342
16343 * textmodes/org-irc.el: New file.
16344
16345 2008-03-13 John Wiegley <johnw@gnu.org>
16346
16347 * textmodes/org-mac-message.el: New file.
16348
16349 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16350
16351 * font-lock.el (font-lock-comment-face): Set the foreground for
16352 the light background 8 colors case.
16353
16354 2008-03-13 Glenn Morris <rgm@gnu.org>
16355
16356 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16357 generate-autoload-cookie patterns.
16358
16359 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16360
16361 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16362 (MH_E_SRC): Remove variable.
16363 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16364 Simplify file header. Use $@ for generated-autoload-file.
16365
16366 * Makefile.in (LOADDEFS): New variable.
16367 (AUTOGENEL): Use $LOADDEFS.
16368 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16369 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16370 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16371 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16372 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16373 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16374 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16375 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16376 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16377 Add calendar-specific autoload cookies, and remove any setting of
16378 generated-autoload-file.
16379 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16380 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16381 diary-loaddefs.
16382 * calendar/holidays.el: Replace explicit autoloads with reading of
16383 hol-loaddefs.
16384
16385 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16386 (calendar-buffer-list): Simplify.
16387 (generate-calendar-window): Use calendar-mark-holidays rather than
16388 obsolete alias.
16389
16390 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16391 Use cal-hebrew-yahrzeit-buffer.
16392
16393 * calendar/cal-x.el (calendar-only-one-frame-setup)
16394 (calendar-two-frame-setup): Doc fixes.
16395 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16396
16397 * calendar/appt.el (appt-mode-string): Mark as risky.
16398 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16399
16400 * calendar/cal-html.el (diary-list-entries):
16401 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16402 (calendar-iso-from-absolute): Fix autoloads.
16403
16404 * calendar/cal-iso.el (calendar-absolute-from-iso)
16405 (calendar-iso-read-args): Simplify.
16406 (calendar-iso-date-string, calendar-iso-read-args)
16407 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16408
16409 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16410 (displayed-month, displayed-year): Move declarations where needed.
16411 (calendar-print-astro-day-number): Doc fix.
16412
16413 * calendar/cal-persia.el (persian-calendar-month-name-array)
16414 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16415 (persian-prompt-for-date): Remove local variable `today'.
16416
16417 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16418
16419 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16420 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16421 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16422 (diary-sabbath-candles, solar-equinoxes/solstices)
16423 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16424 (solar-time-equation, solar-date-to-et): Simplify.
16425
16426 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16427 Replace `(car (cdr' with cadr'.
16428
16429 * progmodes/f90.el (f90-font-lock-n): New function.
16430 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16431 Use f90-font-lock-n.
16432 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16433
16434 * progmodes/f90.el (f90-mode-abbrev-table):
16435 * progmodes/fortran.el (fortran-mode-abbrev-table):
16436 Use newer form of define-abbrev, where supported. No need to bind
16437 abbrevs-changed for system abbrevs.
16438
16439 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16442 delete-frame-functions.
16443
16444 * bookmark.el (Info-current-node): Remove.
16445
16446 2008-03-12 Juri Linkov <juri@jurta.org>
16447
16448 * help.el (describe-project): Remove defaliases for view-todo and
16449 describe-project that are now unnecessary after the merge from
16450 emacs--rel--22 that added define-obsolete-function-alias.
16451
16452 * startup.el (inhibit-startup-screen): Revert incomplete
16453 2008-03-10 merge from emacs--rel--22 that partly reverted
16454 2008-02-28 change that added initial message to *scratch* buffer
16455 regardless of the value of `inhibit-startup-screen'.
16456 Now keep this change in the trunk, but not in the 22 branch.
16457
16458 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * international/quail.el (quail-setup-completion-buf, quail-help):
16461 * mail/binhex.el (binhex-decode-region-internal):
16462 * mail/uudecode.el (uudecode-decode-region-internal):
16463 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16464 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16465 setting default-enable-multibyte-characters.
16466
16467 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16468
16469 * comint.el: Fix up indentation and comment style. Remove `function'.
16470
16471 * international/mule-cmds.el (reset-language-environment)
16472 (set-language-environment-nonascii-translation):
16473 Don't set-unibyte-charset.
16474
16475 * doc-view.el: Remove all cb-args, use closures instead.
16476 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16477 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16478 doing an incorrect check). Update all callers to use the new name.
16479 (doc-view-doc->txt): Add missing `txt' argument.
16480
16481 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16482
16483 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16484 md5 sum calculation to single-byte.
16485
16486 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * doc-view.el (doc-view-new-window-function): Add assertion.
16489 (doc-view-doc-type): New var.
16490 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16491 (doc-view-intersection): New fun.
16492 (doc-view-mode): Use it to set the new var.
16493
16494 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16495
16496 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16497 (doc-view-already-converted-p): New functions.
16498 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16499 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16500 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16501 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16502 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16503 (doc-view-convert-current-doc): Don't hardwire the functions the
16504 sentinels call. Now they're provided by two args CALLBACK and
16505 CB-ARGS to the functions.
16506 (doc-view-search): Use doc-view-doc->txt.
16507 (doc-view-initiate-display): Use doc-view-already-converted-p.
16508 Mention new binding C-c C-t if doc-view-mode doesn't work.
16509
16510 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16511
16512 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16513
16514 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16517 Mark " outside of tags as punctuation.
16518
16519 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16520
16521 * menu-bar.el (minibuffer-local-map): Use the same command for the
16522 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16523 Prefer RET over C-j for exit-minibuffer.
16524
16525 * files.el (display-buffer-other-frame): Eliminate problematic code.
16526
16527 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16528 (menu-bar-select-buffer): Remove.
16529 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16530 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16531
16532 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16533
16534 * icomplete.el (icomplete-completions): Remove obsolete code.
16535
16536 * net/net-utils.el (iwconfig-program-options): Doc fix.
16537 (net-utils-run-program, run-network-program): Define as functions.
16538
16539 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16540
16541 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16542
16543 2008-03-11 Glenn Morris <rgm@gnu.org>
16544
16545 * faces.el (mode-line-emphasis): New face.
16546 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16547
16548 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16549
16550 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16551
16552 * simple.el (set-mark-command): Doc fix.
16553
16554 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16557
16558 * emacs-lisp/autoload.el (autoload-find-destination):
16559 Don't force raw-text.
16560
16561 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16562 * calendar/cal-loaddefs.el: Don't version control.
16563
16564 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16565
16566 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16567 entries and add :help to the existing ones.
16568
16569 2008-03-10 Glenn Morris <rgm@gnu.org>
16570
16571 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16572 to where they are needed.
16573
16574 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16575 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16576 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16577 (calendar-version): Doc fixes.
16578 (calendar-absolute-from-gregorian): Use zerop.
16579 (calendar-mode-line-format): Make it a defcustom.
16580
16581 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16582 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16583 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16584 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16585 (mark-included-diary-files, mark-calendar-days-named)
16586 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16587 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16588 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16589 (insert-anniversary-diary-entry, insert-block-diary-entry)
16590 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16591 (diary-font-lock-sexps): Doc fixes.
16592 (diary-remind-message, mark-calendar-month): Use zerop.
16593 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16594 (diary-list-entries): Revert let to let* (previous change).
16595
16596 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16597
16598 2008-03-10 Kim F. Storm <storm@cua.dk>
16599
16600 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16601 function aliases for the old names.
16602
16603 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * iswitchb.el (iswitchb-use-faces): Doc fix.
16606 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16607 Fix typos in docstrings.
16608
16609 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16610
16611 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16612 Fix typo.
16613 (verilog-type-font-keywords): Reindent.
16614
16615 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16616
16617 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16618 Fix bug in the grouping-keyword regular expression.
16619 (verilog-font-lock-keywords): Allow users to toggle special
16620 highlight of grouping-keywords.
16621 (verilog-highlight-grouping-keywords): The toggle for special
16622 highlighting of grouping keywords.
16623
16624 2008-03-10 Juri Linkov <juri@jurta.org>
16625
16626 * startup.el: Revert 2008-02-28 change that adds initial message
16627 to *scratch* buffer regardless of the value of
16628 `inhibit-startup-screen'.
16629
16630 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16631
16632 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16633 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16634 * progmodes/verilog-mode.el (verilog-mode):
16635 * net/socks.el (socks):
16636 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16637
16638 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16639
16640 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16641 (doc-view-bookmark-make-record): Use them.
16642 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16643 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16644
16645 * bookmark.el (bookmark-make-record-function): Change expected return
16646 value to include a suggested bookmark name.
16647 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16648 Fix reversed `overwrite' semantics.
16649 (bookmark-set): Call bookmark-make-record before prompting the user.
16650 Then pass the result to bookmark-store later on.
16651 (bookmark-make-name-function): Remove.
16652 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16653 * info.el (bookmark-make-name-function): Remove.
16654 (Info-mode): Don't set it.
16655 (Info-bookmark-make-name): Remove.
16656 (Info-bookmark-make-record): Use Info-current-node as suggested default
16657 bookmark name.
16658
16659 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16660 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16661 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16662 (bookmark-annotation-buffer, bookmark-annotation-file)
16663 (bookmark-annotation-point, bookmark-send-annotation)
16664 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16665 (bookmark-edit-annotation-text-func): Rename from
16666 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16667 (bookmark-edit-annotation-mode-map): Move initialization into
16668 declaration.
16669
16670 * bookmark.el: Remove spurious * in docstrings.
16671 (bookmark-minibuffer-read-name-map): New var.
16672 (bookmark-set): Use it. Also pass the default value as it should.
16673 (bookmark-send-edited-annotation): Take no chances with text properties.
16674 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16675 (bookmark-insert-buffer-name): Remove.
16676 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16677
16678 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16679
16680 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16681
16682 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16683
16684 * diff-mode.el (diff-mode-menu): Add :help.
16685
16686 2008-03-09 Glenn Morris <rgm@gnu.org>
16687
16688 * calendar/calendar.el (general-holidays, oriental-holidays)
16689 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16690 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16691 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16692 (calendar-holidays): Restore autoload cookies, because people are
16693 used to using these variables without loading calendar.el.
16694
16695 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16696 (date, number): Declare where needed.
16697
16698 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16699 (list-sexp-diary-entries): Doc fixes.
16700 (diary-list-entries): Doc fix. Remove free variable `entry'.
16701 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16702 Simplify setting of `date-holiday-list'.
16703 (mark-diary-entries): Remove free variable `entry'.
16704 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16705 Use let where let* is not needed.
16706
16707 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16708
16709 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16710 make-record function, instead paste it in afterwards.
16711 (bookmark-make-record-for-text-file):
16712 * doc-view.el (doc-view-bookmark-make-record):
16713 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16714
16715 2008-03-08 Glenn Morris <rgm@gnu.org>
16716
16717 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16718
16719 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16720
16721 * calendar/diary-lib.el (diary-list-entries)
16722 (include-other-diary-files, mark-diary-entries)
16723 (mark-sexp-diary-entries, mark-included-diary-files)
16724 (diary-entry-time, list-sexp-diary-entries): Remove the special
16725 handling of ^M that dates back to the use of selective-display.
16726 (simple-diary-display): Obey setting of pop-up-frames.
16727 (body, entry): Remove unnecessary declarations.
16728
16729 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16730 (bookmark-get-annotation, bookmark-set-annotation)
16731 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16732 (bookmark-set-position, bookmark-get-front-context-string)
16733 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16734 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16735 * info.el (Info-bookmark-make-record): Don't bother recording point.
16736 (bookmark-get-filename, bookmark-get-front-context-string)
16737 (bookmark-get-rear-context-string, bookmark-get-position):
16738 Don't declare any more.
16739 (bookmark-get-info-node): Remove.
16740 (bookmark-prop-get): Declare.
16741 (Info-bookmark-jump): Use it.
16742
16743 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16744
16745 * subr.el (while-no-input): Don't splice BODY directly into the
16746 `or' form.
16747
16748 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16749
16750 * diff-mode.el (diff-ignore-whitespace-hunk):
16751 Bind inhibit-read-only before trying to change the buffer.
16752
16753 2008-03-08 Glenn Morris <rgm@gnu.org>
16754
16755 * calendar/appt.el (appt): Move custom group here from calendar.el.
16756 (appt-disp-window, appt-convert-time): Doc fixes.
16757
16758 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16759 (calendar-bahai-mark-date-pattern):
16760 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16761 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16762 * calendar/cal-julian.el (calendar-absolute-from-julian):
16763 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16764
16765 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16766 calendar.el.
16767 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16768 Make constants.
16769 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16770 (chinese-calendar-daylight-savings-starts)
16771 (chinese-calendar-daylight-savings-ends)
16772 (chinese-calendar-daylight-savings-starts-time)
16773 (chinese-calendar-daylight-savings-ends-time)
16774 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16775 Doc fixes.
16776
16777 * calendar/cal-coptic.el (coptic-name): Add doc string.
16778
16779 * calendar/cal-french.el (french-calendar-month-name-array)
16780 (french-calendar-day-name-array, french-calendar-special-days-array):
16781 Add doc strings.
16782
16783 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16784 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16785 (diary-bahai-insert-yearly-entry):
16786 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16787 (calendar-time-zone):
16788 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16789 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16790 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16791 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16792 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16793 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16794 (list-islamic-diary-entries, mark-islamic-diary-entries)
16795 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16796 (insert-yearly-islamic-diary-entry):
16797 * calendar/cal-iso.el (calendar-iso-read-args):
16798 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16799 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16800 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16801 (calendar-next-calendar-round-date)
16802 (calendar-mayan-long-count-common-era):
16803 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16804 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16805 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16806 (calendar-mouse-goto-date):
16807 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16808 * calendar/holidays.el (holidays):
16809 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16810 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16811 (safe-date-to-time): Doc fixes.
16812
16813 * calendar/cal-persia.el (persian-calendar-month-name-array)
16814 (persian-calendar-epoch): Make constants.
16815
16816 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16817 calendar.el.
16818
16819 * calendar/cal-x.el (diary-frame-parameters)
16820 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16821 (calendar-after-frame-setup-hooks): Make defcustoms.
16822 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16823 (calendar-two-frame-setup): Doc fix.
16824
16825 * calendar/cal-loaddefs.el: New file.
16826
16827 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16828 * calendar/cal-french.el, calendar/cal-html.el:
16829 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16830 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16831 * calendar/cal-tex.el, calendar/cal-x.el:
16832 Unquote lambda functions. Add autoload cookies to functions formerly
16833 autoloaded in calendar.el. Set `generated-autoload-file' to
16834 "cal-loaddefs.el".
16835
16836 * calendar/calendar.el: Move many autoloads to separate file,
16837 cal-loaddefs.el. Move defcustoms to start and re-order.
16838 (calendar-month-name-array, calendar-starred-day): No need to
16839 declare for compiler.
16840 (cal-loaddefs): Require it.
16841 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16842 appropriate file.
16843 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16844 Reverse logic.
16845 (diary-face, diary-file-name-prefix-function, diary-include-string)
16846 (diary-glob-file-regexp-prefix, diary-face-attrs)
16847 (diary-file-name-prefix, sexp-diary-entry-symbol)
16848 (print-diary-entries-hook, list-diary-entries-hook)
16849 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16850 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16851 Move to diary-lib.
16852 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16853 (all-bahai-calendar-holidays): Doc fix.
16854 (calendar-insert-indented): Doc fix. Use when rather than if.
16855 (exit-calendar): Use mapc rather than mapcar.
16856 (calendar-cursor-to-date): Use zerop.
16857 (calendar-mark-ring): Add doc-string.
16858 (calendar-starred-day): Defvar it.
16859 (calendar-mode): Make calendar-starred-day local.
16860 (calendar-star-date): No need to make calendar-starred-day local.
16861
16862 * calendar/diary-lib.el: Move defcustoms to start.
16863 (diary-include-string, diary-list-include-blanks)
16864 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16865 (diary-file-name-prefix, diary-file-name-prefix-function)
16866 (sexp-diary-entry-symbol, list-diary-entries-hook)
16867 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16868 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16869 Move here from calendar.el.
16870 (diary-file-name-prefix-function): Use 'identity.
16871 (diary-face): Make it a defcustom, and mark as obsolete.
16872 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16873 (calendar-hebrew-month-name-array-leap-year)
16874 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16875 Define for compiler.
16876 (diary-font-lock-keywords): Use format rather than concat.
16877 Add bahai-diary-entry-symbol.
16878
16879 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16880 * calendar/solar.el: Unquote lambda functions.
16881
16882 * calendar/solar.el (calendar-location-name, calendar-latitude)
16883 (calendar-longitude, solar-setup, solar-sin-degrees)
16884 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16885 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16886 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16887 (solar-exact-local-noon, solar-julian-ut-centuries)
16888 (solar-ephemeris-time, solar-date-next-longitude)
16889 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16890 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16891 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16892 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16893 Doc fixes.
16894 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16895 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16896 (solar-ecliptic-coordinates): Use unless.
16897 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16898 Use or.
16899
16900 * calendar/timeclock.el: Add doc-strings to all functions.
16901 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16902 (timeclock-entry-list-length, timeclock-entry-list-projects)
16903 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16904
16905 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16906
16907 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16908 (org-get-entries-from-diary): Require diary-lib.
16909
16910 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16911
16912 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16913 Pacify byte-compiler.
16914
16915 2008-03-07 Alan Mackenzie <acm@muc.de>
16916
16917 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16918 paren/bracket pairs parsed, to solve performance problem.
16919
16920 2008-03-07 Bastien Guerry <bzg@altern.org>
16921
16922 * bookmark.el (bookmark-set): Don't check for
16923 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16924 already takes care of this.
16925 (bookmark-buffer-name, bookmark-buffer-file-name):
16926 Remove Info-mode specific code.
16927
16928 * info.el (bookmark-get-info-node): Define this function in
16929 info.el, not in bookmark.el.
16930 (Info-mode): Set `bookmark-make-name-function' to
16931 `Info-bookmark-make-name' locally.
16932 (Info-bookmark-make-name): New function.
16933
16934 * bookmark.el (bookmark-make-name-function): New variable.
16935
16936 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16937
16938 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16939 buffer-local, not `bookmark-make-cell-function' (the old name).
16940
16941 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16942
16943 * doc-view.el (doc-view-bookmark-make-record):
16944 * image-mode.el (image-bookmark-make-record):
16945 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16946
16947 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16948
16949 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16950 boundp 'vc-ignore-menu-filter.
16951 (vc-status-tool-bar-map): Make it defvar.
16952 (vc-status-mode): vc-status-tool-bar-map now variable.
16953 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16954
16955 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16956
16957 Give a better name to part of the bookmark interface.
16958
16959 This was originally a much larger change, but halfway through I
16960 updated and discovered that Stefan Monnier had done the rest.
16961 It looks like he anticipated the new name too, because he used
16962 `the-record' instead of `the-cell' for some internal variable names.
16963
16964 * bookmark.el (bookmark-make-record-function): Was
16965 `bookmark-make-cell-function'.
16966 (bookmark-make, bookmark-send-annotation): Update for above.
16967 (bookmark-make-record-for-text-file):
16968 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16969
16970 * info.el: Adjust accordingly.
16971 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16972
16973 * image-mode.el: Adjust accordingly.
16974 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16975
16976 * doc-view.el: Adjust accordingly.
16977 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16978
16979 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16982 Move initialization into declaration.
16983 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16984 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16985 (bookmark-info-current-node): Remove.
16986 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16987 Add relocation fallback. Set bookmark-current-bookmark.
16988 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16989 Remove relocation fallback. Don't set bookmark-current-bookmark.
16990 (bookmark-set): Let it be used even if there's no buffer-file-name
16991 as long as there is a bookmark-make-cell-function.
16992 * info.el (Info-bookmark-jump): Remove relocation fallback.
16993 Don't set bookmark-current-bookmark.
16994
16995 2008-03-07 Glenn Morris <rgm@gnu.org>
16996
16997 * calendar/appt.el (appt-issue-message)
16998 (appt-message-warning-time, appt-audible, appt-visible)
16999 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17000 (appt-display-diary): Remove autoload cookies.
17001
17002 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17003 Remove leading `*' from defcustom doc-strings.
17004
17005 * calendar/cal-dst.el (calendar-dst): New custom group.
17006 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17007 (calendar-time-zone, calendar-daylight-time-offset)
17008 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17009 (calendar-daylight-savings-starts-time)
17010 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17011 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17012 Move to start.
17013
17014 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17015
17016 * calendar/calendar.el (calendar-version): Use emacs-version and
17017 make it obsolete. Move to end.
17018 (calendar-offset, view-diary-entries-initially)
17019 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17020 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17021 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17022 (all-bahai-calendar-holidays, calendar-load-hook)
17023 (initial-calendar-window-hook, today-visible-calendar-hook)
17024 (today-invisible-calendar-hook, calendar-move-hook)
17025 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17026 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17027 (diary-include-string, sexp-diary-entry-symbol)
17028 (abbreviated-calendar-year, american-date-diary-pattern)
17029 (european-date-diary-pattern, european-calendar-display-form)
17030 (american-calendar-display-form, print-diary-entries-hook)
17031 (list-diary-entries-hook, diary-hook, diary-display-hook)
17032 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17033 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17034 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17035 (local-holidays, other-holidays, hebrew-holidays-1)
17036 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17037 (hebrew-holidays, christian-holidays, islamic-holidays)
17038 (bahai-holidays, solar-holidays, calendar-setup)
17039 (calendar-week-start-day): Remove autoload cookies.
17040 (diary-glob-file-regexp-prefix): Doc fix.
17041 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17042 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17043 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17044
17045 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17046 (calendar-time-display-form, calendar-latitude)
17047 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17048 cookies.
17049 (calendar-latitude, calendar-longitude): Move functions after
17050 variables.
17051 (diary-sabbath-candles-minutes): Move to start.
17052 (solar-setup): Use or rather than if.
17053 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17054 Remove condition-case.
17055 (solar-atn2): Use zerop.
17056 (solar-equinoxes-solstices): Doc fix.
17057
17058 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17059 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17060
17061 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17062 (calendar-longitude, calendar-latitude, calendar-location-name):
17063 Declare for compiler.
17064
17065 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * arc-mode.el (archive-ar-file-header-re): New const.
17068 (archive-ar-summarize, archive-ar-extract): New funs.
17069 (archive-find-type): Recognize ar archives.
17070
17071 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17072 New functions.
17073
17074 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17075
17076 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17077
17078 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17079 Replace :enable (mark-active) with :enable mark-active.
17080
17081 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17082
17083 * vms-patch.el (make-legal-file-name): New obsolete alias.
17084 (make-valid-file-name): Rename from `make-legal-file-name'.
17085 (make-auto-save-file-name): Use it.
17086
17087 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17088 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17089 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17090
17091 * textmodes/org.el (org-export-html-style): Doc fix.
17092 (org-get-legal-level): New obsolete alias.
17093 (org-get-valid-level): Rename from `org-get-legal-level'.
17094 (org-promote, org-demote, org-archive-subtree)
17095 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17096
17097 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17098
17099 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17100
17101 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17102 (vc-status-toggle-mark): New functions.
17103 (vc-status-mode): Set tool bar map.
17104
17105 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17106
17107 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17108 Reported by Drew Adams <drew.adams@oracle.com>.
17109
17110 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17111
17112 * subr.el (read-quoted-char): Resolve modifiers of the character
17113 event.
17114
17115 * comint.el (comint-exec-1): Don't change the coding-system for
17116 decoding to dos-like EOL.
17117 (comint-carriage-motion): Fully rewrite.
17118
17119 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17120
17121 * epg.el (epg-context-include-certs): Reflow docstring.
17122 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17123 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17124 (epg-context-set-signers, epg-context-set-sig-notations)
17125 (epg-make-import-status, epg-make-import-result)
17126 (epg-start-delete-keys): Fix typos in docstrings.
17127 (epg-start-sign-keys, epg-sign-keys):
17128 Fix typos in obsolescence declarations.
17129
17130 * iswitchb.el: Don't check for `cadr' and `last'.
17131 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17132 Add obsolescence declaration and remove redundant info from docstring.
17133 (iswitchb-set-common-completion, iswitchb-set-matches)
17134 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17135 (recentf-list, most-len, most-is-exact):
17136 Don't wrap defvars within `eval-when-compile'.
17137
17138 2008-03-05 Glenn Morris <rgm@gnu.org>
17139
17140 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17141 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17142 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17143 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17144 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17145
17146 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17147 declaration for compiler.
17148 (ediff-xemacs-init-menus): Use when rather than if.
17149
17150 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17151 if+and to just and.
17152 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17153 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17154
17155 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17156
17157 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17158 test inside XEmacs test.
17159 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17160 since it was doing nothing on Emacs.
17161 (ediff-make-bullet-proof-overlay): Use when rather than if.
17162
17163 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17164 (ediff-setup-control-frame): Remove
17165 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17166 a (featurep 'xemacs) test.
17167
17168 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17169
17170 * calc/calc-ext.el (calc-extended-command-history): New variable.
17171 (calc-execute-extended-command): Use `calc-extended-command-history'.
17172
17173 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17174
17175 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17176 (standard-mode-line-position): Add mouse-face.
17177
17178 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17179 * progmodes/grep.el (grep-mode-map): Add :help.
17180
17181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17182 initialize in one step. Add :help. Use :enable to activate menu
17183 items. Show the key binding for edebug-defun.
17184 (lisp-interaction-mode-map): Add a menu.
17185
17186 * term.el (term-mode-map): Define and initialize in one step.
17187
17188 * ediff-init.el (ediff-color-display-p): Simplify.
17189 (Xor): Remove unused function.
17190 (ediff-with-syntax-table): Simplify for Emacs.
17191
17192 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17193 menu-bar being loaded, it always is.
17194
17195 2008-03-05 Glenn Morris <rgm@gnu.org>
17196
17197 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17198 multiple definitions when compiling.
17199
17200 2008-03-04 Alan Mackenzie <acm@muc.de>
17201
17202 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17203
17204 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17205 doc-string, "c-old-LEN" -> "c-old-END".
17206
17207 2008-03-04 Jason Rumney <jasonr@gnu.org>
17208
17209 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17210 namespaces.
17211
17212 2008-03-04 Glenn Morris <rgm@gnu.org>
17213
17214 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17215
17216 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17217 than mapcar.
17218
17219 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17222 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17223
17224 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17225 so that M-q can fill comments.
17226 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17227 commands implemented in elisp.
17228 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17229 (tex-format-cmd): New function.
17230 (tex-compile): Use it to let the user specify default arguments.
17231 (tex-cmd-bibtex-args): New var.
17232 (tex-cmd-doc-view): New function.
17233
17234 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17235
17236 * faces.el (face-spec-set): Fix typos in docstring.
17237
17238 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17239
17240 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17241 (standard-mode-line-position): Use it to add a menu for toggling
17242 column number and line number display.
17243
17244 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17247 Remove optimization that was working around the form-code-walker bug.
17248
17249 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17250 Walk into the body of lambdas after byte-compile-unfold-lambda.
17251
17252 2008-03-03 Glenn Morris <rgm@gnu.org>
17253
17254 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17255 value, if set, over frame value.
17256
17257 * simple.el (transient-mark-mode): Don't turn on by default.
17258
17259 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17260 accidentally removed by the 2007-12-05 merge from Gnus.
17261
17262 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17263
17264 * progmodes/compile.el (compilation-menu-map): Add menu entries
17265 for useful options.
17266
17267 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17268 Glenn Morris <rgm@gnu.org>
17269
17270 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17271 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17272 Give a `bytecomp-' prefix to local variables with common names.
17273
17274 2008-03-01 Glenn Morris <rgm@gnu.org>
17275
17276 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17277 Restore code commented out 2007-11-10.
17278
17279 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17280
17281 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17282 Delete macro.
17283 * emulation/viper-cmd.el, emulation/viper-ex.el:
17284 * emulation/viper-init.el, emulation/viper-keym.el:
17285 * emulation/viper-mous.el, emulation/viper-util.el:
17286 * emulation/viper.el:
17287 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17288 featurep test.
17289
17290 Replace obsolete frame-local variables with frame-parameters.
17291 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17292 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17293 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17294 on XEmacs.
17295 * emulation/viper-util.el (viper-frame-value): New macro.
17296 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17297 (viper-R-state-post-command-sentinel)
17298 (viper-replace-state-post-command-sentinel)
17299 (viper-change-state-to-insert, viper-change-state-to-emacs):
17300 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17301 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17302 (viper-get-saved-cursor-color-in-insert-mode)
17303 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17304 Use viper-frame-value for viper-replace-overlay-cursor-color,
17305 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17306 viper-vi-state-cursor-color values.
17307
17308 * emulation/viper-cmd.el (zmacs-region-stays):
17309 * emulation/viper-util.el (zmacs-region-stays): No need to define
17310 for compiler.
17311
17312 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17313 mapcar on Emacs.
17314
17315 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17316 on XEmacs.
17317
17318 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17319 rather than if.
17320
17321 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17322
17323 * whitespace.el: New version 9.3. As the glyph code generation was
17324 fixed, it is possible now to use character code above ?\x1FFFF in the
17325 display table. Fix `whitespace-indentation-regexp' to not include an
17326 extra ending character. Reported by Michael Welsh Duggan
17327 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17328 the original whitespace package had. Suggested by Eric Cooper
17329 <ecc@cmu.edu>. Doc fix.
17330 (whitespace-action): New option.
17331 (whitespace-display-mappings): Changed default newline visualization to
17332 display downwards arrow, as the glyph code generation was fixed.
17333 (whitespace-unload-function): Assure that all local whitespace mode is
17334 turned off.
17335 (whitespace-global-modes): Fix type customization.
17336 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17337 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17338 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17339 Fix code.
17340 (whitespace-buffer): Command removed.
17341 (whitespace-trailing-regexp, whitespace-mark-x)
17342 (whitespace-display-window, whitespace-action-when-on)
17343 (whitespace-add-local-hook, whitespace-remove-local-hook)
17344 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17345 (whitespace-action): New funs.
17346 (whitespace-report-list, whitespace-report-text)
17347 (whitespace-report-buffer-name): New consts.
17348 (whitespace-report, whitespace-report-region): New commands.
17349
17350 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17351
17352 * disp-table.el (make-glyph-code): Don't test the result of
17353 `face-id', which already signals an error for invalid faces.
17354 (glyph-face): Simplify.
17355
17356 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17357 running `desktop-not-loaded-hook' to allow modifying it.
17358 Don't show warning message if `desktop-dirname' was modified.
17359
17360 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17363 we still expect more lines.
17364
17365 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17366 comment-paragraph filling if the commark doesn't match
17367 comment-start-skip.
17368
17369 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17370
17371 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17372 the `imap' variant.
17373
17374 2008-03-01 Jason Rumney <jasonr@gnu.org>
17375
17376 * files.el (make-auto-save-file-name): Encode more characters in
17377 non-file buffer names. Use url-encoding.
17378
17379 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17380
17381 * net/net-utils.el (ftp-program): Fix typo in docstring.
17382 (ifconfig-program-options, netstat-program-options)
17383 (arp-program-options, route-program-options, nslookup-program-options)
17384 (ftp-program-options, smbclient-program-options)
17385 (dns-lookup-program-options, arp, route): Doc fixes.
17386
17387 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17388 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17389 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17390 Fix typos in docstrings.
17391 (gdb-pending-triggers): Reflow docstring.
17392 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17393
17394 2008-03-01 Alan Mackenzie <acm@muc.de>
17395
17396 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17397 typing "#" at EOB.
17398
17399 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17400
17401 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17402
17403 2008-02-29 Kim F. Storm <storm@cua.dk>
17404
17405 * emulation/cua-base.el (cua-remap-control-v)
17406 (cua-remap-control-z): New defcustoms.
17407 (cua-mode): Add them to set-after property.
17408 (cua--init-keymaps): Use them.
17409 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17410
17411 * help.el (view-emacs-todo): Rename from view-todo.
17412 (describe-gnu-project): Rename from describe-project. Users changed.
17413 (view-help-file): New helper function.
17414 (describe-distribution, describe-copying, describe-gnu-project)
17415 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17416 (view-emacs-debugging, view-external-packages): New commands.
17417 (help-map): Move describe-distribution to C-h C-o (ordering).
17418 Move view-emacs-problems to C-h C-p (problems).
17419 Bind view-emacs-debugging to C-h C-d (debugging).
17420 Bind view-external-packages to C-h C-e (extras).
17421 (help-for-help-internal): Cleanup and align descriptions.
17422 Remove command names to reduce clutter.
17423
17424 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17425
17426 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17427 and quieter face (not a warning).
17428
17429 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17430
17431 * vc.el (vc-status-crt-marked): New variable.
17432 (vc-status-mode): Make it local.
17433 (vc-status-refresh): Use it to save the marked files.
17434 (vc-update-vc-status-buffer): Use it to restore the marked files.
17435
17436 * vc-svn.el (vc-svn-after-dir-status):
17437 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17438
17439 2008-02-29 Glenn Morris <rgm@gnu.org>
17440
17441 * allout.el (allout-topic-encryption-bullet)
17442 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17443 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17444 from 22.0 to 22.1.
17445
17446 * net/imap.el (imap-ping-server):
17447 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17448 Change defcustom :version from 23.0 to 23.1.
17449
17450 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17451
17452 * desktop.el (desktop-save): Save the buffer name if the
17453 uniquified base name is empty.
17454
17455 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17456
17457 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17458 correctly when user has "set print address off".
17459
17460 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17463 version number of the next major Emacs release, not 23.0.
17464
17465 * longlines.el (longlines-unload-function): New function.
17466
17467 2008-02-28 Juri Linkov <juri@jurta.org>
17468
17469 * startup.el (normal-splash-screen): Add argument `concise'.
17470 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17471 to the created buffer. If `concise' is non-nil, call
17472 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17473 (display-startup-screen): Add argument `concise' to the call to
17474 `normal-splash-screen'.
17475
17476 2008-02-28 Kim F. Storm <storm@cua.dk>
17477
17478 * startup.el (startup-echo-area-message): Check for about-emacs.
17479
17480 2008-02-28 Juri Linkov <juri@jurta.org>
17481
17482 * startup.el: Always add initial message to *scratch* buffer if
17483 `initial-scratch-message' is non-nil regardless of the value of
17484 `inhibit-startup-screen'.
17485 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17486 (command-line-1): Move code that inserts `initial-scratch-message'
17487 up before the if-form that checks for `inhibit-startup-screen'.
17488 Suggested by Jonathan Rockway <jon@jrock.us>.
17489
17490 2008-02-28 Juri Linkov <juri@jurta.org>
17491
17492 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17493 Rename `custom-mode' to `Custom-mode' in docstrings.
17494 (custom-buffer-create-internal, customize-browse):
17495 Rename `custom-mode' to `Custom-mode'.
17496 (custom-mode-hook): Rename to `Custom-mode-hook'.
17497 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17498 (custom-mode): Rename to `Custom-mode'.
17499 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17500 (custom-mode): Add backward-compatible non-interactive variant of
17501 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17502 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17503
17504 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17505
17506 * emulation/viper.el (viper-emacs-state-mode-list):
17507 Rename `custom-mode' to `Custom-mode'.
17508
17509 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17510 Capitalize "Tagged Files".
17511 (minibuffer-local-map): Add menu items for next/previous
17512 history elements and isearch history forward/backward.
17513
17514 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17515 `hs-isearch-open' with t instead of `comment' in :selected
17516 for "Code and Comment blocks" menu item.
17517
17518 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17519
17520 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17521 Should be done in desktop.el instead.
17522
17523 2008-02-28 Glenn Morris <rgm@gnu.org>
17524
17525 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17526
17527 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17528
17529 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17530 (Info-menu, Info-goto-node): Remove declarations.
17531 (report-emacs-bug-info): Use info rather than Info-goto-node.
17532
17533 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17534 (idlwave-convert-xml-system-routine-info): Don't require xml.
17535 (idlwave-show-commentary, idlwave-shell-show-commentary):
17536 Don't require finder.
17537 (idlwave-info): Don't require info. Use info rather than
17538 Info-goto-node.
17539
17540 * textmodes/org.el (Info-goto-node): Remove declaration.
17541 (org-info): Use info rather than Info-goto-node.
17542
17543 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17544 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17545
17546 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17547
17548 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17549 the menu.
17550
17551 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17552 (vc-finish-logentry): Check for vc-status-mode, not only for
17553 vc-dired-mode.
17554
17555 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17556
17557 * isearch.el (isearch-printing-char): Don't check
17558 keyboard-coding-system.
17559 Call isearch-process-search-multibyte-characters only when
17560 current-input-method is non-nil.
17561
17562 2008-02-27 Kim F. Storm <storm@cua.dk>
17563
17564 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17565 (glyph-char, glyph-face): Handle cons encoding.
17566
17567 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17568
17569 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17570 empty string, return nil to allow the caller to default to the
17571 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17572
17573 * tool-bar.el (tool-bar-setup): Doc fix.
17574
17575 * mail/supercite.el (sc-describe):
17576 Fix typos in obsolescence declaration.
17577
17578 2008-02-27 Glenn Morris <rgm@gnu.org>
17579
17580 * autoinsert.el (auto-insert-alist): Change permission text to
17581 match FSF's GPLv3 form.
17582
17583 * mail/supercite.el (sc-cite-original): Doc fix.
17584 (sc-version): Make obsolete.
17585 (sc-describe): Show the SC info page. Make obsolete.
17586
17587 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17590 when using transient-mark-mode.
17591 (default-indicate-unused-lines): Remove unused var.
17592
17593 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17594
17595 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17596 and previous.
17597
17598 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17599
17600 2008-02-26 Glenn Morris <rgm@gnu.org>
17601
17602 * net/net-utils.el (top-level): Don't require comint when compiling.
17603 (nslookup-font-lock-keywords): Don't require font-lock.
17604 Use font-lock faces rather than variables.
17605 (nslookup, ftp, smbclient, network-service-connection):
17606 Don't require comint.
17607 (comint-prompt-regexp, comint-input-autoexpand)
17608 (comint-input-ring): Declare for compiler.
17609 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17610 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17611
17612 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17613 doc-string.
17614
17615 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17616
17617 * doc-view.el (doc-view-current-page): Add a `win' argument.
17618
17619 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17622 Demote it to plain defvar.
17623 (doc-view-conversion-refresh-interval): Reduce interval.
17624 (doc-view-goto-page): Allow moving to pages not yet rendered.
17625 (doc-view-goto-page): Construct a file name rather than extracting it
17626 from doc-view-current-files.
17627 (doc-view-kill-proc): Ignore errors from kill-process.
17628 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17629 (doc-view-insert-image): Use appropriate text if the page hasn't been
17630 rendered yet. Adjust scrolling so the text is displayed.
17631 (doc-view-display): Detect not just that a page is available, but also
17632 that it wasn't available before, so as to avoid refreshing all pages
17633 repeatedly.
17634 (doc-view-mode): Make doc-view-cache-directory if needed.
17635
17636 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17637
17638 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17639 toggle-read-only.
17640
17641 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17642 refering to a missing required field with the OPT prefix.
17643 Make unwindform more robust.
17644
17645 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17646 it duplicates the bibtex support in progmodes/hideshow.el.
17647 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17648 entries that do not start at the beginning of a line.
17649
17650 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17651
17652 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17653
17654 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17655
17656 * help-fns.el (describe-variable): Add phrases about
17657 initialization file with and without customization;
17658 use new button type help-info-variable.
17659
17660 * help-mode.el (help-info-variable):
17661 New button able to read Info files for help-fns.el.
17662
17663 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17664
17665 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17666 (grep-mode): Use grep-mode-tool-bar-map.
17667
17668 * progmodes/compile.el (tool-bar): Require tool-bar.
17669 (compilation-mode-tool-bar-map): New variable.
17670 (compilation-mode): Use compilation-mode-tool-bar-map.
17671
17672 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17673
17674 2008-02-25 Glenn Morris <rgm@gnu.org>
17675
17676 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17677
17678 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17679
17680 * diff-mode.el (diff-file-junk-re): New const.
17681 (diff-beginning-of-file-and-junk): Use it.
17682 (diff-file-kill): Make sure we were really inside a file diff.
17683
17684 * diff-mode.el: Make it more robust in the presence of empty context
17685 lines in unified hunks.
17686 (diff-valid-unified-empty-line): New var.
17687 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17688 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17689 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17690 (diff-hunk-header-re-unified): New const.
17691 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17692 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17693 (diff-sanity-check-hunk): Use it.
17694
17695 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17696 Index: line, don't search backward for the previous one.
17697
17698 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17699
17700 * international/fontset.el (setup-default-fontset): Add non-OTF
17701 lao font for lao script.
17702
17703 * language/tibetan.el: Register tibetan-composition-function in
17704 composition-function-table.
17705
17706 * language/tibet-util.el (tibetan-composition-function):
17707 Adjust for the new calling way (argument changed). Try font-shape-text
17708 if possible.
17709
17710 * language/lao.el: Register lao-composition-function in
17711 composition-function-table.
17712
17713 * language/lao-util.el (lao-composition-function): Adjust for the new
17714 calling way (argument changed). Try font-shape-text if possible.
17715
17716 2008-02-25 Jason Rumney <jasonr@gnu.org>
17717
17718 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17719
17720 2008-02-25 Juri Linkov <juri@jurta.org>
17721
17722 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17723 background, "red4" for a dark background, "red" for 16 and
17724 8 colors, "grey" for grayscale, and inverse video otherwise.
17725 Add :version tag.
17726 (isearch-message): Keep the original isearch-message intact, and
17727 add text properties to it where necessary. Add `isearch-error' to
17728 the condition that checks if isearch is unsuccessful.
17729
17730 2008-02-24 Juri Linkov <juri@jurta.org>
17731
17732 * progmodes/compile.el (compilation-handle-exit):
17733 Use compilation-error face instead of font-lock-warning-face.
17734 Display the same message in the minibuffer as is inserted
17735 at the end of the compilation buffer.
17736
17737 2008-02-24 Glenn Morris <rgm@gnu.org>
17738
17739 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17740 multiple file case.
17741
17742 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17743
17744 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17745 multiple file case. Use a single `let' rather than two.
17746
17747 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17748
17749 * progmodes/compile.el (compilation-start): Specify a face for
17750 mode-line-process.
17751 (compilation-handle-exit): Specify a face and a tooltip for
17752 mode-line-process.
17753
17754 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17757 (hilit-chg-make-ov): Simplify.
17758 (hilit-chg-fixup): Use remove-overlays.
17759 (hilit-chg-set-face-on-change): Remove redundant call to
17760 `remove-text-properties'.
17761
17762 * dired.el (dired-mark-prompt): Don't count/display the t element.
17763 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17764
17765 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17766
17767 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17768 add-submenu.
17769 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17770 Remove. Move contents to the only use ...
17771 (verilog-menu): ... here.
17772 (verilog-statement-menu): Remove. Move contents to the only use ...
17773 (verilog-stmt-menu): ... here.
17774 (verilog-mark-defun): Simply call mark-defun for emacs.
17775 (occur-pos-list): Declare for byte compiler.
17776 (mode-popup-menu): Don't defvar.
17777 (verilog-add-statement-menu): Remove.
17778 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17779 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17780
17781 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17782
17783 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17784 conditional.
17785 (verilog-font-grouping-keywords-face): Make the begin..end
17786 keywords standout more than other verilog keywords.
17787 (verilog-type-font-keywords): Move the begin..end out of this list
17788 to facilitate making them to (potentially) stand out more.
17789 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17790 function & task blocks.
17791 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17792 initial, function & task blocks.
17793 (verilog-forward-sexp): Handle the new "disable fork" statement of
17794 IEEE-1800 Verilog.
17795 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17796 statement of IEEE-1800 Verilog.
17797 (verilog-calc-1): Handle the new "disable fork" statement of
17798 IEEE-1800 Verilog.
17799 (verilog-disable-fork-re): Add const to help handle the new
17800 "disable fork" statement of IEEE-1800 Verilog.
17801 (verilog-declaration-core-re): Add port directions by themselves,
17802 with no qualification, as base item of a declaration.
17803 (verilog-pretty-declarations): Add new flag to ask it to refrain
17804 from printing to the message buffer.
17805 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17806 printing to the message buffer. Improve handling of the many
17807 types of expression line up.
17808 (verilog-just-one-space): Remove printing of an empty message.
17809 (verilog-get-lineup-indent): Rework to support the better handling
17810 of expression lineup for verilog-pretty-expr.
17811 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17812
17813 2008-02-24 Alan Mackenzie <acm@muc.de>
17814
17815 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17816 yesterday's commit.
17817
17818 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17819
17820 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17821 to mouse-set-point in buffers that aren't associated with files.
17822
17823 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17824
17825 2008-02-24 Alan Mackenzie <acm@muc.de>
17826
17827 Set of changes so that "obtrusive" syntactic elements in a
17828 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17829 unmatched paren) don't interact syntactically with stuff outside
17830 the CPP line.
17831
17832 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17833 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17834 off-by-one bug.
17835 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17836 a bit of refactoring.
17837 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17838 functionality of c-awk-advise-fl-for-awk-region, which has been
17839 refactored away.
17840
17841 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17842 (c-clear-char-property-with-value): New function and macro which
17843 remove text-properties `equal' to a supplied value.
17844
17845 * progmodes/cc-engine.el: Comment about text properties amended.
17846
17847 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17848 parens around "error\\|warning".
17849
17850 * progmodes/cc-langs.el (c-get-state-before-change-function)
17851 (c-before-font-lock-function, c-anchored-cpp-prefix):
17852 New language variables.
17853 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17854
17855 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17856 syntax-table text properties.
17857 (c-common-init): Call language specific before/after-change
17858 functions at mode initialisation.
17859 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17860 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17861 (c-neutralize-syntax-in-CPP): New functions.
17862 (c-before-change, c-after-change): Call the new language specific
17863 change functions defined in cc-langs.el.
17864 (c-advise-fl-for-region): New macro.
17865 (awk-mode): Remove AWK specific stuff which has been refactored
17866 into language independent stuff.
17867
17868 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17869
17870 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17871 (gdb): (Re)set gdb-flush-pending-output to nil here...
17872 (gdb-init-1): ...instead of here (before gdb-prompt).
17873
17874 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17877 Recognize ''' just like any other char-constant.
17878
17879 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17882 careful enough. Detect the uid-change all within the main loop.
17883
17884 2008-02-24 Stefan Monnier <monnier@pastel.home>
17885
17886 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17887
17888 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * hilit-chg.el (highlight-save-buffer-state): New macro.
17891 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17892 (hilit-chg-clear): Use it to preserve the modified-p flag.
17893 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17894
17895 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17898 when needed.
17899
17900 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17901
17902 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17903 from gnus-button-url-regexp.
17904
17905 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17906
17907 * progmodes/compile.el (compilation-next-error): Doc fix.
17908 (compilation-find-file): Doc fix.
17909
17910 2008-02-24 Glenn Morris <rgm@gnu.org>
17911
17912 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17913 Add obsolete aliases to the old names.
17914
17915 2008-02-24 Richard Stallman <rms@gnu.org>
17916
17917 * net/net-utils.el (ifconfig): Rename from ipconfig.
17918 (ipconfig): Alias to ifconfig.
17919 (ifconfig-program): Rename from ipconfig-program.
17920 (ifconfig-program-options): Rename from ipconfig-program-options.
17921
17922 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17923
17924 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17925 Add port directions by themselves, with no qualification, as base
17926 item of a declaration.
17927 (verilog-pretty-declarations): Add new flag that inhibits printing
17928 to the message buffer.
17929 (verilog-pretty-expr): Add new flag that inhibits printing to the
17930 message buffer. Improve handling of the many types of expression
17931 line up.
17932 (verilog-just-one-space): Don't print an empty message.
17933 (verilog-get-lineup-indent): Rework to support the better handling
17934 of expression lineup for verilog-pretty-expr.
17935 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17936 (verilog-mode-version, verilog-mode-release-date): Update.
17937
17938 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * subr.el (cancel-change-group): Don't move point.
17941
17942 2008-02-23 Markus Triska <markus.triska@gmx.at>
17943
17944 * linum.el (linum-after-config): Update all visible windows.
17945
17946 2008-02-23 Glenn Morris <rgm@gnu.org>
17947
17948 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17949 Add :help for Solitaire and Tetris.
17950
17951 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17952
17953 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17954 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17955 (smtpmail-queue-index-file): Make it a defcustom.
17956 (smtpmail-queue-index): Delete.
17957 (smtpmail-send-it, smtpmail-send-queued-mail):
17958 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17959 smtpmail-queue-index.
17960
17961 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17962 Add :version.
17963
17964 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17965
17966 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17967 New variables.
17968 (iwconfig): New function.
17969
17970 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17971
17972 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17973 setting it.
17974 (vc-status-menu-map): Do not define using easy-menu.
17975 (vc-status-menu-map): New defalias.
17976 (vc-status-mode-map): Hook up the menu.
17977 (top-level): Update TODO.
17978
17979 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17980
17981 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17982 (vc-bzr-init-revision): ... this.
17983
17984 2008-02-23 Jason Rumney <jasonr@gnu.org>
17985
17986 * makefile.w32-in (WINS_ALMOST): Remove term.
17987 (WINS): Add term here.
17988 (custom-deps, finder-data): Use WINS_ALMOST.
17989
17990 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17991
17992 * faces.el (font-weight-table): Fix value of `semi-light'.
17993
17994 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17997 Make those tables bijective.
17998
17999 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18000
18001 Finish pdbtrack integration cleanup, settling missing-functions
18002 byte compiler warnings appropriately.
18003
18004 * progmodes/python.el (python-point): Remove this - beginning-of-line
18005 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18006 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18007 (python-goto-initial-line): Drop these - they were only needed for
18008 python-point.
18009 (python-comint-output-filter-function): Use condition-case and
18010 beginning-of-line directly, instead of python-mode.el functions
18011 which require all sorts of baggage.
18012 (point-safe): Unnecessary - we're using condition-case directly,
18013 instead.
18014 (python-execute-file): Include for python-shell, which I'm leaving
18015 in keeping despite it being unnecessary for pdb tracking.
18016
18017 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18018
18019 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18020 Add SRFI 11 support.
18021 (let-values, let*-values): Specify scheme-indent-function.
18022
18023 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18024
18025 * vc.el (vc-exec-after): Move setting mode-line-process in the
18026 busy case ...
18027 (vc-set-mode-line-busy-indicator): ... in this new function.
18028 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18029 (vc-update-vc-status-buffer): Reset mode-line-process.
18030 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18031 mark/unmark all the files with the same state as the current one.
18032 With a prefix argument mark/unmark all files.
18033 (vc-status-mode-menu): Adjust strings.
18034 (vc-update-vc-status-buffer): Only do something when the argument
18035 is not nil.
18036 (vc-status-kill-dir-status-process): New function.
18037 (vc-status-mode-map): Bind it.
18038 (vc-status-process-buffer): New variable.
18039 (vc-status-mode): Make it local.
18040 (vc-status-refresh): Set it.
18041
18042 * vc-hg.el (vc-hg-dir-status):
18043 * vc-git.el (vc-git-dir-status):
18044 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18045 command is run.
18046
18047 2008-02-22 Glenn Morris <rgm@gnu.org>
18048
18049 * json.el (top-level): No need to require thingatpt.
18050 (json-read-keyword): Use thing-at-point rather than word-at-point.
18051
18052 * time.el (top-level): No need to require time-date when compiling.
18053
18054 * emacs-lisp/copyright.el (copyright-update-year):
18055 Fix subexpression numbering for the case when years are split over
18056 lines, and for the replace case.
18057
18058 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18059 (tpu-caar, tpu-cadr): Delete functions.
18060 (zmacs-regions): No need to declare for compiler.
18061 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18062 (tpu-spell-check): Rewrite, and handle mark after point.
18063 (tpu-special-insert): Use or rather than if.
18064
18065 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18066 rather than spell-region.
18067
18068 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18069 warnings about spell-region.
18070
18071 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18072
18073 * ldefs-boot.el: Regenerated.
18074
18075 * loadup.el: Don't load language/devanagari, language/kannada,
18076 language/malayalam, and language/tamil. Load language/sinhala.
18077
18078 * language/indian.el (indian-font-foundry)
18079 (indian-script-language-alist, indian-font-char-index-table)
18080 (indian-font-char, indian-font-char-range, indian-script-table)
18081 (indian-default-script, indian-composable-pattern): Delete them.
18082 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18083 language environments moved to here.
18084 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18085 New language environments.
18086
18087 * language/devanagari.el, language/devan-util.el,
18088 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18089 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18090 Delete them.
18091
18092 * language/sinhala.el: New file.
18093
18094 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18095
18096 Update Nick Robert's port of pdb tracking from python-mode.el.
18097
18098 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18099 Clarify docstring.
18100 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18101 tracking is happening.
18102 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18103 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18104 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18105 Tracking is plugged in to all comint buffers once python.el is loaded.
18106 (python-pdbtrack-overlay-arrow): Toggle activation of
18107 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18108 (python-pdbtrack-track-stack-file): Use new
18109 `python-pdbtrack-get-source-buffer' for more flexible access to
18110 debugging source files.
18111 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18112 according to pdb stack trace, optionally using new
18113 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18114 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18115 named buffer, or having function with indicated name.
18116 (python-shell): Remove comint-output-filter-functions hook
18117 addition, it's being done elsewhere. Wrap long line.
18118
18119 2008-02-21 Michael Olson <mwolson@gnu.org>
18120
18121 * json.el: Replace XEmacs compatibility code to get rid of
18122 compiler warnings.
18123
18124 * time.el: Fix compiler warning.
18125
18126 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18127
18128 * json.el: New file (JavaScript Object Notation parser / generator).
18129
18130 2008-02-21 Dave Love <fx@gnu.org>
18131
18132 * progmodes/sym-comp.el: New file.
18133
18134 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18135 Require sym-comp. Add Python buffer to same-window-buffer-names.
18136 Fixup whitespaces.
18137 (python-font-lock-keywords): Add highlighting for Python builtins.
18138 (python-font-lock-syntactic-keywords): Rewrite.
18139 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18140 ppss directly.
18141 (python-mode-map): Add binding for python-find-function.
18142 (python-calculate-indentation): Clean up the logic.
18143 (python-beginning-of-defun): Explicitly set return value.
18144 (python-beginning-of-statement): Stop looping if we get stuck
18145 going backwards.
18146 (python-next-statement): Stop looping if we somehow end up inside
18147 a string while advancing.
18148 (python-preoutput-continuation, python-version-checked): New vars.
18149 (python-check-version): New function.
18150 (run-python): Set default command to python-command instead of
18151 python-python-command.
18152 (run-python): Use python-check-version. Give PYTHONPATH
18153 precedence over data-directory in the process environment.
18154 Load function definitions in python process after.
18155 (python-check-comint-prompt): New function.
18156 (python-send-command, python-send-receive): Use it.
18157 (python-complete-symbol, python-try-complete): Functions deleted.
18158 Use symbol-complete instead of python-complete-symbol throughout.
18159 (python-fill-paragraph): Further refine the fenced-string regexp.
18160 (def-python-skeleton): Expand to the original abbrev instead if in
18161 a comment or string. Tweak skeletons for `if', `while', `for',
18162 `try/except', `try/finally', `name'.
18163 (python-pea-hook, python-abbrev-pc-hook): New functions.
18164 (python-abbrev-syntax-table): New var.
18165 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18166 Use symbol-completion-try-complete for hippie expansion.
18167 Turn on font lock unconditionally.
18168 (python-mode-hook): Defcustom it. No need to use make-local
18169 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18170 option, since it's buffer-local.
18171
18172 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18173
18174 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18175
18176 2008-02-21 Drew Adams <drew.adams@oracle.com>
18177
18178 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18179 "Turn off" and a "Help" entry when the minor mode has no menu.
18180
18181 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18182
18183 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18184 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18185 vc-status-mark-file and vc-status-unmark-file.
18186 (vc-status-mark-unmark): New function.
18187 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18188
18189 2008-02-21 Glenn Morris <rgm@gnu.org>
18190
18191 * composite.el (encode-composition-rule): Fix typo in error message.
18192 (composition-function-table, auto-composition-mode): Doc fixes.
18193
18194 * subr.el (sit-for): Fix obsolete form for nil second argument.
18195
18196 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18197 (spell-string): Make obsolete, in favor of ispell.
18198
18199 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18200
18201 * language/devanagari.el: Don't setup composition-function-table
18202 here.
18203 ("Devanagari"): Change charset, coding-system, coding-priority to
18204 Unicode-based ones. Don't require the feature devan-util.
18205
18206 * composite.el (compose-chars-after): Fix arguments for a function
18207 in composition-function-table.
18208 (auto-compose-region): Likewise.
18209
18210 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18211 for Ethiopic.
18212 (ps-mule-plot-string): Ignore glyph-string based compositions.
18213
18214 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * doc-view.el: Allow different windows to show different pages.
18217 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18218 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18219 add them back as macros instead, using image-mode-winprops instead.
18220 Update all users of those variables.
18221 (doc-view-new-window-function): New function to create a new overlay
18222 for each new window.
18223 (doc-view-mode): Use it and image-mode-setup-winprops.
18224 (doc-view-clone-buffer-hook): Rewrite accordingly.
18225
18226 * image-mode.el: Extend [hv]scroll support to per-window properties.
18227 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18228 (image-mode-winprops-alist): New var to replace them.
18229 (image-mode-new-window-functions): New hook.
18230 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18231 New funs.
18232 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18233 Remove the `window' argument, update callers.
18234 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18235 Use the new functions.
18236 (image-mode-reapply-winprops): New fun.
18237 (image-mode): Use it.
18238
18239 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18240
18241 * calc/calc-math.el (math-sin-raw): Add optional argument
18242 to keep track of original argument.
18243 (math-cos-raw): Use optional argument when calling math-sin-raw.
18244 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18245 with close to original precision.
18246
18247 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18248
18249 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18250 args in calls of sit-for.
18251
18252 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18253
18254 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18255 (vc-svn-checkin): Fix typo in error message.
18256
18257 * help-mode.el: Require easymenu when compiling.
18258
18259 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18260
18261 * help-mode.el (help-mode-menu): New menu.
18262
18263 2008-02-20 Glenn Morris <rgm@gnu.org>
18264
18265 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18266 on Windows.
18267
18268 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18269
18270 * ps-mule.el (ps-mule-encode-region): Return a single string.
18271 (ps-mule-plot-string): Adjust for the above change.
18272 (ps-mule-encode-header-string): Likewise.
18273
18274 * international/latin1-disp.el (latin1-display): Don't use
18275 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18276 standard-display-table.
18277 (latin1-display-identities): Adjust for the change of what is
18278 returned by (get-language-info charset 'charset).
18279
18280 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18281 characters and terminal case.
18282
18283 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18284
18285 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18286
18287 * progmodes/python.el: Also require comint when loading.
18288 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18289 Replace python-shell with run-python on menu bar.
18290 (python-shell-map): New map.
18291 (python-default-interpreter, python-python-command-args)
18292 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18293 New options.
18294 (python-which-shell, python-which-args, python-which-bufname):
18295 New buffer local variables.
18296 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18297
18298 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18299 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18300 New constants.
18301
18302 Pdbtrack features:
18303
18304 (python-point, python-end-of-def-or-class)
18305 (python-beginning-of-def-or-class, python-goto-initial-line)
18306 (python-comint-output-filter-function)
18307 (python-pdbtrack-overlay-arrow)
18308 (python-pdbtrack-track-stack-file, python-toggle-shells)
18309 (python-shell, python-pdbtrack-toggle-stack-tracking)
18310 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18311 New functions.
18312
18313 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18314
18315 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18316 when the argument is nil.
18317
18318 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18319
18320 * vc.el (dir-status): Add a brief description.
18321
18322 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18323
18324 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18325 If non-nil, reverse the sense of the check.
18326
18327 * vc-rcs.el (vc-rcs-root): New func.
18328 * vc-cvs.el (vc-cvs-root): New func.
18329 * vc-svn.el (vc-svn-root): New func.
18330 * vc-sccs.el (vc-sccs-root): New func.
18331
18332 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18333
18334 * language/japan-util.el (setup-japanese-environment-internal):
18335 Call use-cjk-char-width-table.
18336
18337 * language/japanese.el ("Japanese"): Set exit-function to
18338 use-default-char-width-table.
18339
18340 * international/characters.el: Delete occurrences of non-Unicode
18341 tibetan and ethiopic characters.
18342 (cjk-char-width-table): New variable.
18343 (use-cjk-char-width-table, use-default-char-width-table):
18344 New functions.
18345
18346 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18347
18348 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18349 (vc-status-mode-menu): Add a :filter.
18350 (vc-status-printer): Add faces.
18351
18352 * vc-hg.el (vc-hg-extra-status-menu): New function.
18353 (vc-hg-dir-status): Clean up the buffer before using it.
18354
18355 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18358 (gdb): Initialize it here instead.
18359
18360 * files.el (locate-dominating-file): Fix thinko in last change.
18361 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18362
18363 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18364
18365 * vc.el (vc-status-mode-menu): New menu for vc-status.
18366
18367 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18368
18369 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18370 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18371 (verilog-mode-auto, verilog-indent-level-module)
18372 (verilog-minimum-comment-distance, verilog-library-flags)
18373 (verilog-library-directories, verilog-library-files)
18374 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18375 (verilog-xemacs-menu, verilog-set-compile-command)
18376 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18377 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18378 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18379 (verilog-batch-inject-auto, verilog-batch-indent)
18380 (verilog-continued-line, verilog-type-keywords)
18381 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18382 (verilog-read-inst-pins, verilog-read-arg-pins)
18383 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18384 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18385 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18386 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18387 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18388 (verilog-mode-version, verilog-mode-release-date)
18389 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18390 (verilog-simulator, verilog-compiler)
18391 (verilog-auto-sense-defines-constant, verilog-company)
18392 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18393 Fix typos in docstrings.
18394 (verilog-set-auto-endcomments, verilog-calculate-indent)
18395 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18396 Reflow docstrings.
18397 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18398 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18399 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18400 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18401 (verilog-leap-to-head, verilog-current-indent-level)
18402 (verilog-case-indent-level, verilog-cpp-keywords)
18403 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18404 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18405 (verilog-signals-not-in, verilog-symbol-detick-text)
18406 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18407 (verilog-forward-close-paren, verilog-backward-open-paren)
18408 (verilog-backward-open-bracket): Doc fixes.
18409
18410 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18411 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18412 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18413 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18414 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18415 Fix typos in docstrings.
18416
18417 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18418
18419 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18420
18421 * info.el (Info-read-node-name): Removed unused `default' arg.
18422
18423 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18424
18425 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18426
18427 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * image-mode.el (image-get-display-property): New fun.
18430 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18431 (image-mode, image-minor-mode, image-toggle-display-text)
18432 (image-toggle-display): Use it.
18433
18434 2008-02-18 Jason Rumney <jasonr@gnu.org>
18435
18436 * international/mule.el (xml-find-file-coding-system): Don't warn
18437 about utf-16 with BOM.
18438
18439 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18440
18441 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18442 warn if file encoding is not utf-8 and encoding not specified.
18443 (xml-find-file-coding-system): New function.
18444 * international/mule-conf.el (file-coding-system-alist): Use it.
18445
18446 2008-02-17 Glenn Morris <rgm@gnu.org>
18447
18448 * international/mule-cmds.el (set-locale-environment):
18449 Pass `frame' to getenv for LC_MESSAGES.
18450
18451 2008-02-17 Juri Linkov <juri@jurta.org>
18452
18453 * time.el (emacs-init-time): Use format instead of format-seconds.
18454
18455 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18456
18457 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18458 bibtex-find-entry. Add autoload cookie.
18459 (bibtex-find-entry): Alias for bibtex-search-entry.
18460 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18461 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18462 (bibtex-clean-entry): atomic-change-group removed.
18463 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18464 to locate buffer location where error occurred.
18465 Make error messages more specific.
18466 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18467
18468 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18469
18470 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18471 top level.
18472
18473 * simple.el (transient-mark-mode): Add an :init-value.
18474
18475 * startup.el (command-line): Use custom-reevaluate-setting for
18476 transient-mark-mode.
18477
18478 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18479
18480 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18481
18482 2008-02-16 Juri Linkov <juri@jurta.org>
18483
18484 * startup.el (after-init-time): New variable.
18485 (command-line): Set `after-init-time' to the current time.
18486
18487 * time.el (emacs-init-time): New function.
18488
18489 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18490
18491 * files.el (locate-dominating-file): Remove initial loop because it's
18492 not careful enough. Detect the uid-change all within the main loop.
18493
18494 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18495
18496 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18497
18498 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18499
18500 * vc.el (vc-annotate): Add new argument.
18501 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18502
18503 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18504 Move make-variable-buffer-local code after the corresponding defvar.
18505 (hs-minor-mode-map): Define and initialize in one step.
18506 (hs-minor-mode): Change from defun to define-minor-mode.
18507
18508 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18509
18510 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18511 (gdb-ready): Move declaration...
18512
18513 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18514 (gdb-early-user-input): New variable.
18515 (gdb): Reset gdb-flush-pending-output to nil and set
18516 comint-input-sender here (before gdb-prompt), instead of...
18517 (gdb-init-1): ...here.
18518 (gdb-send): If Emacs is not ready, defer user input to...
18519 (gdb-prompt): ...here.
18520
18521 2008-02-16 Glenn Morris <rgm@gnu.org>
18522
18523 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18524
18525 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18526 (before-init-time): New name for `emacs-startup-time'.
18527 (command-line): Use before-init-time rather than emacs-startup-time.
18528 * time.el (emacs-uptime): Use before-init-time rather than
18529 emacs-startup-time.
18530
18531 * composite.el (composition-function-table): Doc fix.
18532
18533 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18534 in favor of `%z' specifier.
18535 (emacs-uptime): Move to time.el.
18536 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18537 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18538 argument of format-seconds.
18539
18540 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18541
18542 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18543
18544 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18545
18546 * ielm.el (ielm-is-whitespace): Remove.
18547 (ielm-is-whitespace-or-comment): New function.
18548 (ielm-eval-input): Use it.
18549
18550 2008-02-15 Jason Rumney <jasonr@gnu.org>
18551
18552 * term/mac-win.el: Fix coding tag.
18553
18554 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18555
18556 * vc-hooks.el (vc-menu-map):
18557 * bindings.el (mode-line-mode-menu): Add tooltips.
18558
18559 * bindings.el (help-echo): Add more tooltips. Use a less
18560 telegraphic style for existing tooltips.
18561
18562 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18563
18564 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18565 from the auto-generated one.
18566
18567 2008-02-14 Glenn Morris <rgm@gnu.org>
18568
18569 * mail/rmail-spam-filter.el (rmail-spam-filter):
18570 Let-bind message-spam-status.
18571
18572 * mail/smtpmail.el (password-cache-add): Declare as function.
18573
18574 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18575
18576 * mail/smtpmail.el: Use password-cache.
18577
18578 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * uniquify.el (uniquify-buffer-base-name): New function.
18581 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18582
18583 * desktop.el (uniquify-managed): Don't defvar.
18584 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18585 `uniquify-managed'. Return also the buffer's base name.
18586 (desktop-save): When saving the buffer info, filter out the base name,
18587 and save it as buffer name if the buffer is managed by uniquify.
18588 (uniquify-item-base): Don't declare; not called anymore.
18589
18590 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18591
18592 * vc.el (vc-annotate-find-revision-at-line): New function.
18593 (vc-annotate-mode-map): Bind it.
18594 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18595 some entries.
18596
18597 2008-02-14 Glenn Morris <rgm@gnu.org>
18598
18599 * calendar/time-date.el (format-seconds): New function.
18600 (emacs-uptime): Use format-seconds.
18601
18602 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18603 Remove `LC_ALL=C', since it's included in $(emacs) now.
18604
18605 2008-02-14 Zhang Wei <id.brep@gmail.com>
18606
18607 * textmodes/org-publish.el (org-publish-timestamp-filename):
18608 Replace colon characters in filename too.
18609
18610 2008-02-13 Bastien Guerry <bzg@altern.org>
18611
18612 * mail/rmail.el (rmail-header-name): New face.
18613 (rmail-font-lock-keywords): Use rmail-header-name.
18614
18615 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18616 against X-Spam-Status header field.
18617 (rmail-spam-filter): Also check X-Spam-Status header field.
18618
18619 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18620
18621 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18622 Add support for .pm files and .php files.
18623 (flymake-err-line-patterns): Add pattern for PHP errors.
18624 (flymake-php-init): New function. PHP support for flymake.
18625
18626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18627 Add regular expression for PHP errors.
18628
18629 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18630
18631 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18632 This DTRT even on w32 machines.
18633 (ange-ftp-cf1): Quote FILENAME.
18634
18635 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18638 (smerge-auto-combine): New fun.
18639
18640 2008-02-12 Juri Linkov <juri@jurta.org>
18641
18642 * startup.el (fancy-startup-screen, normal-splash-screen):
18643 Set default-directory to command-line-default-directory.
18644
18645 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18646 after reading the desktop.
18647
18648 * progmodes/compile.el (compilation-auto-jump):
18649 Call compile-goto-error only when compilation-auto-jump-to-first-error
18650 is non-nil.
18651 (compilation-scroll-output): Replace :type 'boolean with a choice
18652 that has three options including a third option `first-error'.
18653 Doc fix.
18654 (compilation-start, compilation-forget-errors): Add an alternate
18655 condition comparing compilation-scroll-output with `first-error'
18656 in addition to compilation-auto-jump-to-first-error (to call
18657 compilation-auto-jump in the proper place).
18658
18659 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18660
18661 * international/mule.el (sgml-html-meta-auto-coding-function):
18662 Make sure the search limit is ahead.
18663
18664 * tar-mode.el: Fix broken indentation.
18665 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18666 Use with-current-buffer.
18667
18668 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18669
18670 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18671 it is already automatically buffer-local.
18672
18673 2008-02-12 Drew Adams <drew.adams@oracle.com>
18674
18675 * help.el (describe-key): Join some split lines to facilitate filling.
18676 * help-fns.el (describe-function-1): Fill text of overlong lines.
18677
18678 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18679
18680 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18681 Use unibyte-string instead of string-make-unibyte.
18682
18683 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18684
18685 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18686
18687 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18688 works also for buffers w/o buffer-file-name. Update callers.
18689 (doc-view-clone-buffer-hook): New fun.
18690 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18691 the `doc-view' property so they can be recognized.
18692
18693 * simple.el (clone-indirect-buffer-hook): New hook.
18694 (clone-indirect-buffer): Run it.
18695
18696 2008-02-11 Michael Olson <mwolson@gnu.org>
18697
18698 * epa-setup.el:
18699 * epg-package-info.el: Files removed.
18700
18701 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18702
18703 * epa.el (epa-menu-mode): Merge into epa-mode.
18704 (epa-menu-items): Rename the label "EasyPG Assistant" to
18705 "Encryption/Decryption".
18706
18707 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18708 (epa-dired-mode-map): Rename from epa-dired-map.
18709 (epa-global-dired-mode): Rename the global minor mode.
18710
18711 2008-02-11 Drew Adams <drew.adams@oracle.com>
18712
18713 * isearch.el (isearch-fail): New face.
18714 (isearch-message): Highlight failure part of input.
18715
18716 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * ibuffer.el (ibuffer-header-line-format): New var.
18719 (ibuffer-mode): Set it instead of header-line-format.
18720 (ibuffer-update): Use it to set header-line-format.
18721
18722 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18723 properties like self-insert-command.
18724
18725 2008-02-11 Drew Adams <drew.adams@oracle.com>
18726
18727 * progmodes/etags.el: Add many doc strings.
18728
18729 2008-02-11 Jason Rumney <jasonr@gnu.org>
18730
18731 * ldefs-boot.el: Regenerated.
18732
18733 2008-02-11 Glenn Morris <rgm@gnu.org>
18734
18735 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18736 Shorten some names.
18737
18738 * ffap.el (ffap-rfc-directories): Add :version.
18739
18740 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18741
18742 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18743 files, and backup files of same.
18744
18745 2008-02-11 Kevin Ryde <user42@zip.com.au>
18746
18747 * ffap.el (ffap-rfc-directories): New variable.
18748 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18749
18750 * info.el (Info-next-reference, Info-prev-reference)
18751 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18752
18753 * simple.el (completion-list-mode): Show full completion-list-mode-map
18754 in the docstring.
18755
18756 2008-02-11 Sam Steingold <sds@gnu.org>
18757
18758 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18759
18760 2008-02-11 Glenn Morris <rgm@gnu.org>
18761
18762 * startup.el (emacs-startup-time): New variable.
18763 (command-line): Set emacs-startup-time.
18764
18765 * calendar/time-date.el (emacs-uptime): New function.
18766
18767 2008-02-10 Bastien Guerry <bzg@altern.org>
18768
18769 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18770 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18771 it is nil.
18772
18773 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18774
18775 * epg-config.el: Expand the contents of epg-package-info.el.
18776 (epg-package-name): New constant.
18777 (epg-version-number): New constant.
18778 (epg-bug-report-address): New constant.
18779
18780 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18781 (epa-global-mail-mode): New global minor mode.
18782
18783 * epa-file.el (epa-file-mode): New global minor mode.
18784
18785 * epa-dired.el (epa-dired-mode): New global minor mode.
18786
18787 * epa.el (epa-menu): New variable.
18788 (epa-menu-items): New variable.
18789 (epa-menu-mode): New global minor mode.
18790 (epa-global-minor-modes): New user option.
18791 (epa-mode): New global minor mode.
18792
18793 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18794
18795 * net/dbus.el: Remove `no-byte-compile' cookie.
18796 (dbus-call-method, dbus-register-signal, dbus-debug)
18797 (dbus-registered-functions-table): Declare them with
18798 `declare-function' or `defvar', respectively.
18799 (top): Don't assert any longer. Require 'cl when compiling.
18800 Apply `ignore-errors' but `dbus-ignore-errors'.
18801
18802 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18803
18804 * diff-mode.el (diff-add-change-log-entries-other-window):
18805 Use add-change-log-entry.
18806
18807 2008-02-09 Jason Rumney <jasonr@gnu.org>
18808
18809 * button.el (button-map):
18810 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18811 * ldefs-boot.el: Regenerate.
18812
18813 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18814
18815 * epa.el (epa-faces, epa):
18816 * epa-file.el (epa-file):
18817 * epg-config.el (epg): Add :version.
18818
18819 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18820
18821 * vc.el (vc-exec-after): Append CODE to previous fragments.
18822 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18823 take MESSAGES instead of VERBOSE; use it when non-nil.
18824 (vc-diff-internal): Compute messages once; use them;
18825 update call to vc-diff-finish.
18826
18827 2008-02-09 Michael Olson <mwolson@gnu.org>
18828
18829 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18830 buffer has been killed, such as by
18831 `tramp-cleanup-all-connections'.
18832
18833 2008-02-09 Miles Bader <miles@gnu.org>
18834
18835 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18836
18837 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18840 splitter in context hunks.
18841
18842 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18843
18844 * international/fontset.el (setup-default-fontset): Fix arabic otf
18845 font specification.
18846
18847 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18848
18849 * epa-dired.el:
18850 * epa-file.el:
18851 * epa-mail.el:
18852 * epa-setup.el:
18853 * epa.el:
18854 * epg-config.el:
18855 * epg-package-info.el:
18856 * epg.el: Initial check-in of EasyPG.
18857
18858 2008-02-08 Glenn Morris <rgm@gnu.org>
18859
18860 * woman.el (woman-locale): New defcustom.
18861 (woman-expand-locale, woman-manpath-add-locales): New functions.
18862 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18863
18864 * international/mule-cmds.el (locale-translate): New function,
18865 with old code extracted from set-locale-environment.
18866 (set-locale-environment): Use locale-translate. Set woman-locale.
18867
18868 * cus-start.el (selection-coding-system): Remove, since it's now
18869 defined in select.el rather than in xselect.c.
18870 * select.el (selection-coding-system): Make it a defcustom, and
18871 add the properties from cus-start.el. Bump :version.
18872
18873 * custom.el (custom-theme-set-variables): Sort symbols that are
18874 dependencies before symbols that depend on them.
18875 (custom-enabled-themes): Set after custom-theme-directory.
18876
18877 * pcmpl-unix.el (top-level): Move provide statement to end.
18878 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18879 `*' from doc-string. Allow to be nil.
18880 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18881 Allow to be nil. Add :version.
18882 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18883 without hostnames, and multiple hostnames per line.
18884
18885 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18886
18887 2008-02-08 Phil Hagelberg <phil@evri.com>
18888
18889 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18890 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18891
18892 2008-02-07 Timo Savola <timo.savola@iki.fi>
18893
18894 * startup.el (command-line-x-option-alist): Add --parent-id.
18895
18896 * term/x-win.el (x-handle-parent-id): New function.
18897
18898 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18899
18900 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18901 "Font Menu".
18902
18903 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18904
18905 * net/dbus.el (dbus-interface-peer): New defconst.
18906 (dbus-ping): New defun.
18907
18908 2008-02-06 Sam Steingold <sds@gnu.org>
18909
18910 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18911
18912 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18915 Just return nil and let the C code provide a fallback.
18916
18917 2008-02-05 Glenn Morris <rgm@gnu.org>
18918
18919 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18920 tramp-flush-connection-property for removed 2nd argument.
18921
18922 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * diff-mode.el (diff-add-change-log-entries-other-window):
18925 Rename from diff-create-changelog. Change users.
18926 Minor change to hopefully work with plain diffs.
18927 (diff-mode-map): Add binding for it.
18928
18929 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18930
18931 * diff-mode.el: Add new TODO entry.
18932 (diff-create-changelog): New function.
18933 (diff-mode-menu): Bind it.
18934
18935 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18936
18937 * international/mule-diag.el (print-fontset-element): Handle the
18938 case of inhibiting the fallback fonts.
18939
18940 2008-02-04 Kim F. Storm <storm@cua.dk>
18941
18942 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18943 (ido-magic-delete-char): Use prefix arg.
18944
18945 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18946
18947 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18948 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18949 of today, the most recent libpng is 1.2.24).
18950
18951 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18952
18953 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18954
18955 * net/dbus.el (top): Check (featurep 'dbusbind).
18956
18957 * net/tramp.el (tramp-process-sentinel): New defun.
18958 (tramp-do-copy-or-rename-file-out-of-band)
18959 (tramp-maybe-open-connection): Use it as process sentinel.
18960 (tramp-handle-delete-directory): Don't use the "-f" option; it
18961 isn't portable.
18962 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18963 after the command.
18964 (tramp-handle-shell-command): Set `mode-line-process' in the
18965 asynchronous case.
18966
18967 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18968
18969 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18970 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18971 Use `tramp-process-sentinel' as process sentinel.
18972
18973 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18974
18975 * whitespace.el (global-whitespace-mode): Revert last change.
18976 (whitespace-unload-function): Force `global-whitespace-mode'
18977 to deactivate local modes in a slightly less intrusive way.
18978
18979 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18980
18981 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18982
18983 2008-02-02 Glenn Morris <rgm@gnu.org>
18984
18985 * international/latin1-disp.el (latin1-display):
18986 * progmodes/fortran.el (fortran-comment-indent-char):
18987 * progmodes/idlw-shell.el (top-level):
18988 * term/mac-win.el (mac-keyboard-translate-char):
18989 * whitespace.el (whitespace-char-valid-p):
18990 * wid-edit.el (widget-key-sequence-read-event):
18991 Use characterp rather than char-valid-p.
18992
18993 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18994 to capitalized-find-word-boundary. Doc fix. Update callers.
18995 (capitalized-next-word-boundary-function-table): Rename to
18996 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18997
18998 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18999 string-to-int.
19000
19001 * ps-def.el (declare-function): Add compatibility definition.
19002 (ps-plot-with-face, ps-plot-string): Declare as functions.
19003 (ps-bold-faces, ps-italic-faces): Declare variables.
19004
19005 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19006 (ps-mule-end-job): Declare as functions.
19007
19008 * wid-edit.el (widget-string-complete): Use assoc-string rather
19009 than assoc-ignore-case.
19010
19011 See ChangeLog.13 for earlier changes.
19012
19013 ;; Local Variables:
19014 ;; coding: utf-8
19015 ;; End:
19016
19017 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19018
19019 This file is part of GNU Emacs.
19020
19021 GNU Emacs is free software: you can redistribute it and/or modify
19022 it under the terms of the GNU General Public License as published by
19023 the Free Software Foundation, either version 3 of the License, or
19024 (at your option) any later version.
19025
19026 GNU Emacs is distributed in the hope that it will be useful,
19027 but WITHOUT ANY WARRANTY; without even the implied warranty of
19028 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19029 GNU General Public License for more details.
19030
19031 You should have received a copy of the GNU General Public License
19032 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19033
19034 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc