(vc-dir-update): Make sure ./ is always first in the listing.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
4
5 2009-02-25 David Reitter <david.reitter@gmail.com>
6
7 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
8
9 2009-02-25 Kenichi Handa <handa@m17n.org>
10
11 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
12
13 * composite.el (auto-composition-mode): Don't add a hook to
14 after-change-functions. Don't decompose the buffer.
15 (auto-composition-after-change): Delete it.
16 (toggle-auto-composition): Make it an alias of
17 auto-composition-mode.
18 (auto-compose-region): Delete it.
19
20 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
23 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
24 (ns-delete-working-text): Merge with ns-unecho-working-text.
25 Decide which to use based on ns-working-overlay.
26 (ns-unecho-working-text): Remove.
27 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
28
29 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
30
31 * textmodes/ispell.el (ispell-region): Adapt "done" message to
32 coding conventions. (Bug#2447)
33
34 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
35 argument is 0. Doc fix. (Bug#1527)
36
37 * w32-vars.el (w32-system-shells): Doc fix.
38
39 * image.el (image-load-path-for-library, insert-sliced-image):
40 Fix typos in docstrings.
41
42 2009-02-24 Glenn Morris <rgm@gnu.org>
43
44 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
45 :set function. (Bug#2429)
46
47 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
48 potential use.
49
50 * progmodes/cperl-mode.el (cperl-find-pods-heres):
51 Don't globally bind `name'.
52
53 * emacs-lisp/elint.el (elint-unknown-builtin-args):
54 Fix encode-time spec. (Bug#2453)
55 (elint-find-builtin-args): Make the match more restrictive.
56 Handle errors. Return a result actually containing the function name.
57
58 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
59 already did. (Bug#2440)
60 (rmail-quit): Don't swap buffers. (Bug#2441)
61 (rmail-list-to-menu): Don't globally bind `name'.
62
63 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
64
65 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
66 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
67
68 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
69
70 * bs.el (bs--down): When wrapping around, use `forward-line',
71 not `goto-line', to avoid distracting "Mark set" message.
72
73 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
74
75 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
76 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
77
78 2009-02-23 Miles Bader <miles@gnu.org>
79
80 * proced.el (proced-process-attributes):
81 * server.el (server-running-p): Rename `system-process-attributes'
82 to `process-attributes'.
83
84 2009-02-22 Juri Linkov <juri@jurta.org>
85
86 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
87 Doc fix.
88
89 * dired-x.el (dired-guess-shell-command): Use read-shell-command
90 instead of read-from-minibuffer.
91 (dired-read-shell-command): Add code that uses
92 minibuffer-with-setup-hook to set minibuffer-default-add-function
93 to minibuffer-default-add-dired-shell-commands exactly like
94 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
95
96 * dired-x.el (dired-smart-shell-command): Remove code that uses
97 minibuffer-with-setup-hook to set minibuffer-default-add-function
98 to minibuffer-default-add-shell-commands because the same code was
99 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
100
101 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
102
103 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
104 lisp number is in decimal.
105
106 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
107
108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
109 Tweak regexp (Bug#2173).
110
111 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
112 avoid yanks (Bug#2408).
113
114 2009-02-21 Alan Mackenzie <acm@muc.de>
115
116 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
117
118 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
119 parse case clauses with (compile-time) expressions.
120
121 2009-02-21 Eli Zaretskii <eliz@gnu.org>
122
123 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
124 encoding during editing. Make sure to use encoding that can
125 safely encode the message. Rewrite MIME charset= header if the
126 new encoding is different from the old one.
127
128 2009-02-21 Glenn Morris <rgm@gnu.org>
129
130 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
131 at the start of the headers.
132 (sc-mail-check-from): New function.
133
134 2009-02-20 Martin Rudalics <rudalics@gmx.at>
135
136 * progmodes/python.el (python-shift-left, python-shift-right):
137 When the mark is not active shift the current line. (Bug#2381)
138 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
139
140 2009-02-20 Andreas Schwab <schwab@suse.de>
141
142 * startup.el (command-line): Don't match an empty argument as an
143 option.
144 (command-line-1): Likewise.
145
146 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
147
148 * apropos.el (apropos-library): Check for null filename in load-history.
149
150 2009-02-20 Glenn Morris <rgm@gnu.org>
151
152 * apropos.el (apropos-library): Remove the element with null filename,
153 if present, from the completion list.
154
155 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
156 (rmail-speedbar-find-file): Use rmail rather than find-file.
157
158 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
159
160 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
161
162 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
163
164 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
165 regexp (Bug#2385).
166 (bibtex-autokey-get-title): Observe case for
167 bibtex-autokey-titleword-ignore.
168
169 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
170
171 * server.el (server-start): Make the warning more
172 verbose (Bug#2395).
173
174 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
177 Make sure we stop when we reach the limit.
178
179 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
180 a "..." does not quote anything. (Bug#2384)
181
182 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
183
184 2009-02-19 Andreas Schwab <schwab@suse.de>
185
186 * term.el: Remap self-insert-command to term-send-raw in
187 term-raw-map. (Bug#2386)
188
189 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
192 of the function as being part of the function.
193
194 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
195
196 * progmodes/compile.el (compilation-error-regexp-alist-alist):
197 Move entry for maven (alphabetical order).
198
199 2009-02-19 Glenn Morris <rgm@gnu.org>
200
201 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
202 Regexp-quote default argument taken from current subject.
203 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
204
205 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
206 Move here from rmail.el. Be more careful about error-handling.
207 Restore the feature of temporarily setting all old messages
208 undeleted before expunging (removed 2009-02-18).
209
210 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
211 Don't declare.
212 (rmail-get-new-mail-filter-spam): Declare. Move definition to
213 rmail-spam-filter.el.
214 (rmail-get-new-mail-1): Move the beep and sleep to
215 rmail-get-new-mail-filter-spam.
216
217 2009-02-18 Martin Rudalics <rudalics@gmx.at>
218
219 * cus-edit.el (custom-group-value-create): Insert some
220 informatory text in the WIDGET-misses-doc-string case.
221
222 2009-02-18 Sam Steingold <sds@gnu.org>
223
224 * progmodes/compile.el: Require comint at top level to fix the
225 last patch.
226
227 2009-02-18 Martin Rudalics <rudalics@gmx.at>
228
229 * cus-edit.el (custom-group-value-create): Don't throw an error
230 when WIDGET has no doc-string. (Bug#2356)
231
232 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
233
234 * progmodes/cc-menus.el (imenu-progress-message):
235 Remove bogus cc-bytecomp-defun.
236 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
237 Don't let-bind variable `stupid'. (Bug#1638)
238
239 2009-02-18 Glenn Morris <rgm@gnu.org>
240
241 * mail/rmail.el (rmail-get-new-mail-filter-spam):
242 * mail/rmail-spam-filter.el (rmail-spam-filter):
243 Show a message rather than the raw mbox while prompting.
244
245 2009-02-18 Martin Rudalics <rudalics@gmx.at>
246
247 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
248
249 2009-02-18 Glenn Morris <rgm@gnu.org>
250
251 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
252 declaration.
253 (top-level): No need for cl now.
254 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
255 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
256 (rsf-autosave-newly-added-definitions, rsf-white-list)
257 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
258 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
259 (rsf-customize-spam-definitions, rsf-customize-group)
260 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
261 (rsf-check-field): Use setcar and setcdr rather than setf.
262 (rmail-spam-filter): Simplify.
263 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
264 (rsf-add-region-to-spam-list): Use rmail-get-header or
265 buffer-substring-no-properties. Regexp-quote the extracted data.
266 Make the messages less verbose.
267 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
268 simplify things.
269 (rsf-add-content-type-field): Make the message less verbose.
270
271 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
272 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
273 rmail-deleted-vector.
274 (rmail-insert-inbox-text, rmail-collect-deleted)
275 (rmail-set-message-deleted-p, rmail-only-expunge)
276 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
277 (rmail-get-labels): Remove unused local `blurb'.
278 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
279 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
280 (rmail-set-message-deleted-p): Doc fixes.
281
282 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
283 Update callers for associated name change.
284 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
285 * mail/unrmail.el (unrmail): Use mail-mbox-from.
286
287 2009-02-17 Richard M Stallman <rms@gnu.org>
288
289 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
290
291 * mail/rmail.el (rmail-copy-headers): When copying full headers,
292 correctly put point at the end.
293
294 2009-02-17 Sam Steingold <sds@gnu.org>
295
296 * progmodes/compile.el (compilation-filter): Call
297 `comint-carriage-motion', just like `comint-output-filter'.
298
299 2009-02-17 Jason Rumney <jasonr@gnu.org>
300
301 * files.el (make-directory): Stop recursing if parent is
302 self. (Bug#2309)
303
304 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
305
306 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
307
308 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
309
310 2009-02-17 Miles Bader <miles@gnu.org>
311
312 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
313 copyright statements where the years follow the name.
314
315 2009-02-17 Glenn Morris <rgm@gnu.org>
316
317 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
318 move point. (Bug#2209)
319
320 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
321 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
322 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
323 "not-rmail", and make it work. Simplify.
324 (rmail-mbox-from): New function.
325 (rmail-output-as-mbox): Use rmail-mbox-from.
326 (rmail-output): Ensure a From line in the not-rmail Babyl case.
327
328 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
329 error if the header is corrupt.
330
331 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
332
333 * net/newst-treeview.el (newsticker--treeview-load): Offer
334 deletion of old groups file.
335
336 2009-02-16 Glenn Morris <rgm@gnu.org>
337
338 * mail/rmailout.el (rmail-delete-unwanted-fields)
339 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
340 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
341 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
342 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
343
344 2009-02-15 Glenn Morris <rgm@gnu.org>
345
346 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
347
348 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
349 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
350 unnecessary use of with-no-warnings.
351 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
352 (rmail-output-as-mbox): Start search from point-min. If constructing a
353 "From " line, prefer the date header over the current time.
354 (rmail-update-summary): Move declaration earlier in file.
355
356 2009-02-15 Richard M Stallman <rms@gnu.org>
357
358 * mail/rmailedit.el (rmail-edit-diff-headers):
359 Delete spurious reference to OLD.
360
361 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
364 the `with-buffer-unmodified' to avoid useless `readlink' calls.
365
366 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
367
368 * textmodes/bibtex.el (bibtex-global-key-alist)
369 (bibtex-initialize): Exclude current buffer if it does not use
370 bibtex-mode.
371 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
372 (bibtex-sort-buffer, bibtex-search-entry)
373 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
374 test whether bibtex-strings and bibtex-reference-keys have their
375 initial values.
376
377 2009-02-14 Eli Zaretskii <eliz@gnu.org>
378
379 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
380 around forms that refer to translation-table-for-input.
381
382 * isearch.el (isearch-search-string): Use `with-no-warnings'
383 around forms that refer to translation-table-for-input.
384
385 * international/quail.el (quail-input-string-to-events)
386 (quail-store-decode-map-key, quail-char-equal-p):
387 Use `with-no-warnings' around forms that refer to
388 translation-table-for-input.
389
390 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
391 around forms that refer to translation-table-for-input.
392
393 * subr.el (translation-table-for-input): Declare obsolete again.
394
395 2009-02-14 Glenn Morris <rgm@gnu.org>
396
397 * mail/rmail.el (rmail): When reverting, swap buffers before setting
398 counters. (Bug#2229)
399 (rmail-revert): Swap buffers before replacing contents.
400
401 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
402
403 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
404 Remove host, user, password options not applicable to SQlite. (Bug#1904)
405
406 2009-02-14 Richard M Stallman <rms@gnu.org>
407
408 * mail/rmailedit.el: Handle editing of header fields.
409 (rmail-old-headers): New variable.
410 (rmail-edit-current-message): Set it, recording current headers.
411 (rmail-cease-edit): Compute new headers and diff against old ones.
412 Update the mbox buffer with the changes that were made.
413 (rmail-edit-headers-alist): New function.
414 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
415
416 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
417 in default file name.
418
419 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
420 (rmail-add-mbox-headers): Likewise.
421
422 2009-02-13 Eli Zaretskii <eliz@gnu.org>
423
424 * files.el (load-library): Doc fix.
425
426 * subr.el (locate-library): Doc fix. (Bug#2291)
427
428 2009-02-13 Alan Mackenzie <acm@muc.de>
429
430 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
431 in narrowed buffers.
432
433 2009-02-13 Kenichi Handa <handa@m17n.org>
434
435 * international/titdic-cnv.el (tit-process-header): Use
436 buffer-substring-no-properties instead of buffer-substring.
437 (tit-process-body): Likewise.
438 (tsang-quick-converter): Handle superfluous CR at eol.
439 (py-converter): Use buffer-substring-no-properties instead of
440 buffer-substring. Handle superfluous CR at eol.
441 (ziranma-converter): Likewise
442 (ctlau-converter): Likewise.
443 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
444
445 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
446
447 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
448
449 2009-02-13 Glenn Morris <rgm@gnu.org>
450
451 * mail/rmail.el (rmail-show-message-1): New name for the old
452 rmail-show-message.
453 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
454 * mail/rmailsort.el: Update for rmail-show-message name change.
455
456 * mail/rmail.el (rmail-show-message): New name for the old
457 rmail-show-message-maybe.
458 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
459 name change.
460
461 * mail/rmailsum.el (msgnum): Remove declaration.
462 (rmail-summary-redo): Add missing initialization value.
463 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
464 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
465 Fix skip-chars-forward calls.
466 (rmail-summary-mark-seen): New function. As well as removing the '-'
467 mark, update the summary-vector. (Bug#2135)
468 (rmail-summary-rmail-update, rmail-summary-goto-msg):
469 Use rmail-summary-mark-seen.
470
471 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
472
473 * mail/unrmail.el (unrmail): When getting message keywords, don't
474 include a leading space, but do include the space after the separating
475 comma. (Bug#2303)
476
477 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
478 header altogether.
479 (rmail-set-header): Doc fix.
480 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
481 labels are removed. (Bug#2302)
482
483 2009-02-12 Juri Linkov <juri@jurta.org>
484
485 * image-mode.el (image-toggle-display):
486 Let-bind `buffer-file-truename' to nil around the call to
487 `add-text-properties' to prevent directory time modification
488 by lock_file. Replace `set-buffer-modified-p' with
489 `restore-buffer-modified-p'. (Bug#2295)
490
491 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * progmodes/python.el (python-use-skeletons): Re-add.
494 (def-python-skeleton): Use it. (Bug#2238)
495
496 * international/quail.el (quail-make-guidance-frame): Remove the
497 `parent-id' parameter.
498 (quail-show-guidance): Make the new window dedicated.
499
500 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
501
502 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
503 Fix typos in docstrings.
504
505 2009-02-12 Alan Mackenzie <acm@muc.de>
506
507 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
508 to `eq'. (Bug#2304)
509
510 2009-02-12 Glenn Morris <rgm@gnu.org>
511
512 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
513 already present. (Bug#2210)
514
515 2009-02-12 Kenichi Handa <handa@m17n.org>
516
517 * international/characters.el (?.): New character category for
518 Base characters. Set them in the standard category table.
519
520 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
521 a base character.
522
523 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * isearch.el (isearch-yank-char-in-minibuffer)
526 (isearch-other-meta-char): Use with-current-buffer.
527
528 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
529 syntax-ppss. (Bug#1243)
530
531 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
532 to beginning-of-defun-raw.
533
534 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
535 calling end-of-defun-function if it already moved to BOL.
536
537 2009-02-12 Richard M Stallman <rms@gnu.org>
538
539 * mail/rmail.el (rmail-show-message-verbose-min): New option.
540 (rmail-show-message): Conditionally show start and finish in echo area.
541
542 2009-02-12 Glenn Morris <rgm@gnu.org>
543
544 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
545 for use in completion.
546 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
547 summary exists, since it's already done.
548
549 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
550 (rmail-enable-multibyte): Don't really define, only for compiler.
551
552 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * files.el (read-buffer-to-switch):
555 Add table to icomplete-with-completion-tables.
556
557 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
558
559 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
560 switches (Bug#2261).
561
562 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
563
564 * server.el (server-with-environment): Don't fail for negative
565 entries in ENV.
566
567 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
570 (vc-default-dir-printer): Add a comment about updating this function.
571
572 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
573 for the file name.
574
575 2009-02-11 Glenn Morris <rgm@gnu.org>
576
577 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
578 (calendar-set-mode-line): Fall back to a default width if we seem to be
579 called from daemon. (Bug#2199)
580
581 * mail/rmailkwd.el (rmail-make-label): Doc fix.
582 (rmail-read-label): Add current labels to completion list. (Bug#2222)
583 (rmail-set-label): Use `or'.
584
585 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
586
587 * emacs-lisp/find-func.el (find-library-name, find-library):
588 Doc fixes. (Part of bug#2270)
589
590 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
591
592 * env.el (getenv): When FRAME is non-nil, pass the frame environment
593 to `getenv-internal', not the frame. (Bug#2259)
594
595 2009-02-10 Kenichi Handa <handa@m17n.org>
596
597 * descr-text.el (describe-char-display): On terminal, if terminal
598 coding system is nil, assume us-ascii.
599 (describe-char): Don't show the composition information if it is
600 trivial.
601
602 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
603
604 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
605 number as it isn't present for unregistered files.
606
607 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
608 (vc-dir-mouse-map): New keymap.
609 (vc-default-dir-printer): Use it locally.
610
611 2009-02-10 Glenn Morris <rgm@gnu.org>
612
613 * speedbar.el: Avoid messing up font-lock-global-modes.
614
615 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
616 (mail-file-babyl-p): Use with-temp-buffer.
617
618 * mail/rmailsort.el: Just require rmail.
619
620 * mail/rmailedit.el: Just require rmail.
621 (rmail-old-pruned): Add doc string.
622 (rmail-edit-current-message): Use rmail-msg-is-pruned.
623 (rmail-cease-edit): Don't mangle the leading From line.
624 Don't mark as edited if there were no changes. (Bug#2256)
625 Correctly restore header state.
626
627 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
628 (rmail-current-message, rmail-total-messages)
629 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
630 (rmail-duplicate-message): Doc fix.
631 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
632 New functions.
633 (rmail-get-header, rmail-set-header, rmail-set-attribute):
634 Use rmail-apply-in-message.
635 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
636 unswapped-ness.
637 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
638 (rmail-auto-file): Set the filed attribute, rather than explicitly not
639 doing so. (Bug#2231)
640 (rmail-set-attribute): Allow ATTR to be a string.
641
642 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
643
644 * net/newst-treeview.el (newsticker-treeview-save)
645 (newsticker--treeview-load): Kill groups buffer after saving/loading.
646
647 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
648
649 * doc-view.el (doc-view-scroll-up-or-next-page)
650 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
651 the old hscroll value after switching pages.
652
653 2009-02-09 Glenn Morris <rgm@gnu.org>
654
655 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
656 (calendar-holiday-marker): Drop test for color display.
657
658 2009-02-08 Glenn Morris <rgm@gnu.org>
659
660 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
661 (calendar-holiday-marker, calendar-mark-visible-date):
662 * calendar/diary-lib.el (diary-fancy-display):
663 It doesn't make sense to check font-lock-mode (see comments;
664 reverts 2008-04-02 change). (Bug#2199)
665
666 2009-02-08 Juri Linkov <juri@jurta.org>
667
668 * simple.el (toggle-word-wrap): New command.
669
670 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
671
672 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
673 (ps-run-make-tmp-filename): Use temporary-file-directory.
674
675 * textmodes/artist.el (artist-system): Allow make-temp-file to use
676 temporary-file-directory.
677
678 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
679 temporary-file-directory.
680
681 2009-02-07 Glenn Morris <rgm@gnu.org>
682
683 * mail/unrmail.el (rmime-magic-string): Define for compiler.
684
685 2009-02-07 Eli Zaretskii <eliz@gnu.org>
686
687 * mail/rmail.el (rmail): Bind coding-system-for-read to
688 no-conversion before calling find-file-noselect. (Bug#2015)
689
690 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
691
692 * proced.el (proced-after-send-signal-hook): Use defcustom.
693 (proced-header-line): Handle header lines that are shorter than
694 window-hscroll.
695 (proced-send-signal): Rebind split-width-threshold analogous to
696 dired-pop-to-buffer.
697
698 2009-02-07 Eli Zaretskii <eliz@gnu.org>
699
700 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
701 message; instead, just rewrite the X-Coding-System header with the
702 new encoding, and let rmail-show-message do the rest. Remove
703 unused argument RAW. Fix doc string to be consistent with the new
704 implementation.
705 (rmail-show-message): Honor X-Coding-System header, if present, in
706 preference to Content-Type header.
707
708 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * server.el (server-execute): Enable quit.
711
712 2009-02-07 Andreas Schwab <schwab@suse.de>
713
714 * image-mode.el (image-mode): Always set image-type.
715 (image-minor-mode): Likewise.
716
717 2009-02-07 Eli Zaretskii <eliz@gnu.org>
718
719 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
720 encoding, and its "content-transfer-encoding" and "content-type"
721 headers only in the headers' portion. (Bug#2017)
722
723 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
724
725 * net/newst-treeview.el
726 (newsticker-treeview-next-new-or-immortal-item): New arg
727 DONT-WRAP-TREES to prevent infinite recursion.
728
729 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
732 extracting mail message headers. Use encode-coding-region instead
733 of insert-buffer-substring for re-encoding edited message.
734 Add qp/b64 encoding only after text was encoded.
735
736 2009-02-07 Eli Zaretskii <eliz@gnu.org>
737
738 * subr.el: Don't declare `translation-table-for-input' obsolete.
739 Equivalent info added to its doc string, q.v.
740
741 * files.el (save-buffer): Display "Saving file FOO..." message
742 regardless of buffer's size. (Bug#2137)
743
744 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
745
746 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
747
748 2009-02-07 Alex Schroeder <alex@gnu.org>
749
750 * mail/unrmail.el (unrmail): Use regexps to find message separators so
751 as not to match any fake rmime.el separators. Remove any sections added
752 by rmime.el.
753
754 2009-02-07 Glenn Morris <rgm@gnu.org>
755
756 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
757 that is no longer appropriate to mbox Rmail.
758
759 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
760 before trying to move to the start of the message.
761 (rmail-summary-undelete-many, rmail-summary-rmail-update):
762 Fix rmail-set-attribute calls.
763
764 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
765 Doc fix.
766 (rmail-output-to-rmail-buffer): Autoload it.
767 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
768
769 2009-02-06 Glenn Morris <rgm@gnu.org>
770
771 * mail/unrmail.el (unrmail): Use current-time-string.
772
773 * simple.el (kill-whole-line): Provide a default argument of 1.
774
775 * mail/undigest.el (rmail-mail-separator): Delete.
776 (undigestify-rmail-message, unforward-rmail-message): Update for
777 mbox Rmail.
778
779 2009-02-05 Kenichi Handa <handa@m17n.org>
780
781 * international/fontset.el (script-representative-chars): Remove
782 mathematical.
783 (setup-default-fontset): Add entries for each subgroup of
784 mathematical script.
785
786 2009-02-05 Juri Linkov <juri@jurta.org>
787
788 * image-mode.el (image-mode): Use `image-get-display-property'
789 instead of `get-text-property'.
790 (image-minor-mode): Sync the logic with `image-mode' including the
791 displaying an image file as the actual image by default.
792
793 2009-02-05 Alan Mackenzie <acm@muc.de>
794
795 * progmodes/cc-defs.el (c-emacs-features): Check the working of
796 beginning/end-of-defun-function more rigorously before setting
797 argumentative-bod-function.
798
799 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
800
801 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
802 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
803 mode on the initial terminal.
804
805 2009-02-05 Glenn Morris <rgm@gnu.org>
806
807 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
808 Make these functions work.
809
810 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
811 (rmail-narrow-to-non-pruned-header): Remove autoload.
812 (mairix-rmail-fetch-field): Handle mbox Rmail.
813
814 2009-02-04 Dave Love <fx@gnu.org>
815
816 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
817 (imap-debug): Add imap-fetch-safe.
818
819 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
820
821 * net/netrc.el (netrc-machine-user-or-password): Use list of
822 auth-source modes.
823
824 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
825
826 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
827 for newvars is nil. (C-u C-x v = with default values).
828
829 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
832 format. Use when instead of if.
833
834 2009-02-04 Miles Bader <miles@gnu.org>
835
836 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
837 (backward-list, backward-up-list, beginning-of-defun)
838 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
839
840 2009-02-04 Glenn Morris <rgm@gnu.org>
841
842 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
843 ill-advised.
844
845 * mail/rmail.el: No need for mule-util when compiling.
846 (rmail-first-message): Unbreak it.
847
848 * mail/rmailmsc.el: Require rmail not just when compiling.
849 Remove unneeded declarations.
850
851 * term/ns-win.el (ns): Define as a custom group.
852
853 2009-02-04 Kenichi Handa <handa@m17n.org>
854
855 * international/mule-cmds.el (select-safe-coding-system): Use
856 buffer-chars-modified-tick instead of buffer-modified-tick.
857
858 * descr-text.el (describe-char): Check font-object by fontp.
859
860 * composite.el (compose-gstring-for-terminal): If a character is
861 not supported by the current terminal, don't make a multi-glyph
862 grapheme cluster.
863 (auto-compose-chars): Check font-object by fontp.
864
865 2009-02-03 Glenn Morris <rgm@gnu.org>
866
867 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
868 over current-time. (Bug#2175)
869
870 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
871 inserting the converted mailbox.
872 (rmail-get-new-mail): Restore the loop over inboxes when two or more
873 have the same basename. (Bug#2164)
874 Set the return value according to whether any mail was found,
875 not just in the last inbox. Only show a message and run the hook after
876 checking all inboxes.
877 (rmail-get-new-mail-1): Move message display and running the hook to
878 rmail-get-new-mail.
879
880 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
881 rmail-attr-array.
882 (rmail-make-label, rmail-read-label): Give it a doc string.
883 (rmail-add-label, rmail-kill-label): Change argument name to match the
884 doc. Doc fix.
885 (rmail-set-label): Doc fix. Also update summary in attr case.
886 Accept labels as a string or a symbol. (Bug#2165)
887
888 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
889 null.
890
891 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
894 (vhdl-prepare-search-2): Properly cleanup on `quit'.
895
896 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
897 Mark the entries as being "system" entries rather than "user" entries.
898
899 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
900
901 * smerge-mode.el (smerge-start-session): Add interactive spec.
902
903 2009-02-02 Glenn Morris <rgm@gnu.org>
904
905 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
906 (rmail-retry-ignored-headers, rmail-highlighted-headers):
907 Restore autoloads.
908
909 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
912
913 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * cmuscheme.el (scheme-args-to-list): Remove.
916 (run-scheme): Use split-string-and-unquote instead, so as to allow
917 spaces in the command name and/or the arguments.
918
919 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
920
921 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
922
923 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
924
925 Sync with Tramp 2.1.15.
926
927 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
928 used.
929
930 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
931
932 * net/trampver.el: Update release number.
933
934 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
937 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
938 (rmail-undelete-previous-message, rmail-mark-message)
939 (rmail-speedbar-buttons): Use with-current-buffer.
940 (rmail-mode-map): Move initialization into declaration.
941 (rmail-swap-buffers, rmail-unfontify-buffer-function)
942 (rmail-fontify-message): Use restore-buffer-modified-p.
943 (rmail-expunge-and-save): Don't swap buffer.
944 (rmail-get-header, rmail-set-header, rmail-set-attribute)
945 (rmail-apply-in-message): Swap save-excursion and save-restriction.
946
947 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
948 if possible.
949
950 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
951 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
952
953 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
956
957 * progmodes/ebrowse.el:
958 * international/robin.el:
959 * emulation/viper-util.el:
960 * emulation/viper-mous.el:
961 * emulation/viper-keym.el:
962 * ediff.el:
963 * ediff-wind.el:
964 * ediff-vers.el:
965 * ediff-ptch.el:
966 * ediff-mult.el:
967 * ediff-merg.el:
968 * ediff-diff.el: Follow commenting conventions.
969
970 2009-01-31 Eli Zaretskii <eliz@gnu.org>
971
972 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
973 obsolete eight-bit-control and eight-bit-graphic.
974
975 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
978
979 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
980
981 * emacs-lisp/lisp.el (end-of-defun): Protect against
982 infloops (Bug#2106).
983
984 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
985
986 * vc-dir.el (vc-dir-mouse-map):
987 (vc-default-dir-printer):
988 (vc-dir-find-file-other-window): Undo previous change, it breaks
989 the behavior of mouse-2.
990 (vc-dir-mode): Fix docstring.
991
992 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
993 logic, it makes the makes the normal case too slow.
994
995 2009-01-31 Eli Zaretskii <eliz@gnu.org>
996
997 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
998 file to `raw-text-unix'. Bind coding-system-for-write when
999 writing out the converted message, and make sure it uses Unix
1000 EOLs.
1001
1002 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1003 encoding to `raw-text-unix'.
1004 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1005 `undecided-unix'.
1006 (rmail-redecode-body): Don't change EOL conversion of the new
1007 encoding if the old one left it unspecified.
1008 (rmail-automatic-folder-directives, rmail): Doc fixes.
1009 (rmail-swap-buffers): New function.
1010 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1011 (rmail-show-message): Use rmail-swap-buffers.
1012 (rmail-decode-region): If DESTINATION is a buffer, set the
1013 encoding of that buffer, rather than the current buffer.
1014 (rmail-show-message): Make error message about uuencoded mail
1015 more explicit.
1016 (rmail-show-message-maybe): Simplify code. Doc fix.
1017 (rmail-show-message): Doc fix.
1018
1019 2009-01-31 Glenn Morris <rgm@gnu.org>
1020
1021 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1022 folder.
1023
1024 * mail/rmail.el (rmail-msg-is-pruned): New function.
1025 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1026 (rmail-reply): Set up to yank from the decoded message rather than the
1027 raw one. (Bug#2104).
1028
1029 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1030
1031 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1032 (uce-message-text, uce-default-headers): Fix custom type.
1033 (rmail-buffer, rmail-msg-is-pruned): Declare.
1034 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1035 Update for mbox Rmail.
1036
1037 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1038
1039 * vc-dir.el (vc-dir-mouse-map): New keymap.
1040 (vc-default-dir-printer): Use it locally.
1041 (vc-dir-find-file-other-window): Allow mouse events.
1042
1043 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1044
1045 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1046 into Rmail-mbox attributes.
1047
1048 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1049 coding-system-for-read to `raw-text', and use insert-file-contents
1050 instead of insert-file-contents-literally. Fixes bug #2019.
1051 (rmail-resent-attr-index): Fix index value.
1052
1053 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1054
1055 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1056 precedence even when its value is t. (Bug#2093)
1057
1058 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1059 connection. (Bug#2093)
1060 (vc-svn-diff): Use old version number even when it is the working
1061 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1062
1063 2009-01-30 Glenn Morris <rgm@gnu.org>
1064
1065 * mail/rmail.el (rmail-reply): Handle empty folders.
1066 (rmail-speedbar-buttons)
1067 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1068
1069 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1070 line-beginning-position calls.
1071 (rmail-header-summary): Use line-end-position.
1072
1073 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1074
1075 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1076 Fix regexp quoting. (Bug#1739)
1077
1078 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1081 correction of passwords.
1082
1083 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * mail/rmail.el (rmail-toggle-header): Determine current header
1086 style using the buffer-local value of rmail-header-style in the
1087 view buffer.
1088 (rmail-show-message): Set a buffer-local value of
1089 rmail-header-style in the view buffer. (Bug#2016)
1090
1091 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1094 Fix typos in docstrings.
1095
1096 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * bindings.el (completion-ignored-extensions):
1099 Add entries for VCS metadata directories (CVS/, .svn, etc).
1100
1101 * pcvs.el (completion-ignored-extensions):
1102 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1103 directory, now done in bindings.el.
1104
1105 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1106
1107 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1108
1109 2009-01-29 Glenn Morris <rgm@gnu.org>
1110
1111 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1112 (rmail-set-header): Ensure header changes get saved.
1113
1114 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1115
1116 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1117 one, after a label is added.
1118
1119 * mail/rmailsum.el (rmail-summary-update-line): New function.
1120 (rmail-summary-goto-msg): Return a value according to whether message
1121 was found.
1122 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1123 property. Use line-end-position.
1124
1125 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1128 quoted From lines.
1129
1130 * mail/rmail.el (rmail-redecode-body): New function, based on old
1131 version removed in 2009-01-22 change.
1132 (rmail-show-message): Unquote From lines.
1133
1134 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1135
1136 * doc-view.el (doc-view-mode): Don't use string-match and file
1137 extension to choose fallback mode on empty/non-existing files but
1138 let-bind auto-mode-alist and call normal-mode.
1139
1140 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1141
1142 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1143 concatenating the type indicating character.
1144 (ls-lisp-format): Don't propertize file-name only if
1145 ls-lisp-classify already did.
1146
1147 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1148
1149 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1150 Describe second parameter of hook functions.
1151 (dbus-handle-event): Apply it.
1152
1153 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * mail/rmail.el (rmail-toggle-header): Don't reset
1156 rmail-header-style permanently (bug#2016).
1157
1158 2009-01-28 Denis Howe <denis.howe@gmail.com>
1159
1160 * complete.el (PC-do-completion): Correct case when completion is
1161 unambiguous.
1162
1163 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1164
1165 * calendar/todo-mode.el (todo-insert-item-here):
1166 Prevent insertion of a new entry inside of an existing entry.
1167 Minor code cleanup. (Bug#2084)
1168 (todo-add-category): Change the interactive spec. Signal an error
1169 if the Todo file is non-empty but contains no category. Reject
1170 category names that could induce bugs and confusion. Call
1171 todo-mode if the Todo file is new and unsaved. Simplify handling
1172 of local variables cookie. Properly display the newly added
1173 category in Todo mode.
1174 (todo-show): Call todo-initial-setup only if there is neither a
1175 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1176 (todo-category-alist): Delete function.
1177 (todo-completing-read): New function.
1178 (todo-insert-item, todo-jump-to-category): Use it.
1179 (todo-insert-item): Make the use of the prefix argument conform to
1180 the doc string. (Bug#2086)
1181
1182 2009-01-28 Glenn Morris <rgm@gnu.org>
1183
1184 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1185 even when called from the summary. (Bug#2075)
1186 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1187 (rmail-show-message-maybe): Use rmail-no-mail-p.
1188 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1189 (rmail-get-labels): Separate status and label fields with a semicolon,
1190 rather than a comma, for consistency with old Rmail.
1191
1192 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1193 starting from the beginning, since mail-fetch-field does not care.
1194 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1195 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1196 (rmail-get-summary-labels): New function. Returns labels rather than
1197 status (edited, etc).
1198 (rmail-create-summary): Insert an extra space after the status
1199 flags, for consistency with old rmail, and with current
1200 rmail-summary-font-lock-keywords.
1201
1202 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1205 if region is active. Use cond instead of nested ifs. (Bug#2053)
1206
1207 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1210 converting.
1211
1212 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1213 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1214
1215 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1216
1217 * mouse.el (mouse-select-font): Return a string instead of a list.
1218
1219 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1222 don't have to do it in normal-erase-is-backspace-mode.
1223
1224 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1225 and C-backspace; the latter is not available on ttys anyway.
1226
1227 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1228
1229 (doc-view-mode): Fix broken call to string-match.
1230
1231 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1232
1233 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1234 fundamental-mode or ps-mode if the file is empty or doesn't exist
1235 at all.
1236 (doc-view-initiate-display): Better info message if doc-view-mode
1237 cannot be used. (Missing utility or no png support/no X frame.)
1238 (Bug#2058)
1239
1240 2009-01-27 Glenn Morris <rgm@gnu.org>
1241
1242 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1243 of the headers in the full header case. (Bug#2073)
1244
1245 2009-01-27 Kenichi Handa <handa@m17n.org>
1246
1247 * mail/rmail.el (rmail-get-coding-system): Re-search
1248 rmail-mime-charset-pattern directly instead of using
1249 mail-fetch-field. Use coding-system-from-name.
1250
1251 * international/mule-cmds.el (canonicalize-coding-system-name)
1252 (coding-system-from-name): New functions.
1253
1254 2009-01-27 Glenn Morris <rgm@gnu.org>
1255
1256 * dired-x.el (dired-bind-vm): Doc fix.
1257
1258 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1259 Replace `first' and `rest' with `car' and `cdr' throughout.
1260 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1261 (rsf-scanning-messages-now): Doc fix.
1262 (rsf-check-field): Rename from `check-field' and update callers.
1263 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1264 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1265
1266 * mail/rmail.el: Remove leading `*' from defcustom docs.
1267 Remove needless autoloads of many defcustoms and hooks.
1268 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1269 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1270 (rmail-decode-mime-charset): Doc fix.
1271 (rmail-search-message, rmail-resend): Check functions set before use.
1272
1273 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1274 Remove needless autoloads of many defcustoms.
1275 (rmail-output-to-babyl-buffer): Rename from
1276 rmail-output-to-r-mail-buffer and update caller.
1277 (rmail-output): Doc fix.
1278
1279 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1280 Remove needless autoloads of many defcustoms.
1281 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1282 is set.
1283
1284 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1285 (batch-unrmail, unrmail): Doc fix.
1286
1287 * mail/rmailsum.el (rmail-message-recipients-p-1)
1288 (rmail-message-regexp-p-1): Ensure searches start from the
1289 beginning of the header.
1290
1291 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1294
1295 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1296
1297 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1298 expand the denominator.
1299
1300 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * net/dbus.el (dbus-event-error-hooks): New variable.
1303 (dbus-handle-event): Use it.
1304
1305 2009-01-26 Glenn Morris <rgm@gnu.org>
1306
1307 * Makefile.in (ELCFILES): Update.
1308
1309 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1310 replies. (Bug#512)
1311
1312 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1313
1314 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1315
1316 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1317
1318 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1319 Remove from global map and key definitions.
1320 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1321 definitions.
1322 (ns-show-preferences-help, ns-unput-working-text): New functions.
1323 (ns-unecho-working-text): Update message.
1324
1325 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1326
1327 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1328 variable to allow the user to choose icalendar UID format.
1329 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1330 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1331 (icalendar-export-region,icalendar--create-uid): Use custom
1332 function to compute icalendar UID for each entry.
1333 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1334 with description, location, etc. fields (need to keep active count
1335 of fields encountered). Another bug fix to the regex that matches
1336 multiple lines (need \' regex instead of $ to match end-of-entry).
1337
1338 2009-01-25 Juri Linkov <juri@jurta.org>
1339
1340 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1341 change its title from "Recursive grep..." to "Grep via Find...".
1342 Add menu items for lgrep and rgrep.
1343
1344 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1345
1346 * ps-print.el (ps-print-version): New version 7.3.4.
1347
1348 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1349
1350 * ps-print.el: Fix face background/foreground extraction.
1351 (ps-face-extract-color): New fun.
1352 (ps-face-attributes, ps-face-attribute-list): Code fix.
1353
1354 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1355
1356 * align.el (align-region): Avoid infloop.
1357
1358 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1359
1360 * env.el (environment): Function removed.
1361
1362 * international/mule-cmds.el (set-language-environment-coding-systems):
1363 If default-buffer-file-coding-system is nil, set up to have EOLs that
1364 are native for the underlying system-type. (Bug#1853)
1365 (prefer-coding-system, set-default-coding-systems): Doc fix.
1366
1367 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1370 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1371 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1372 Use `string-match-p'.
1373
1374 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1375
1376 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1377 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1378 next-feed does not succeed. Fixes bug#1710 even more.
1379 (newsticker-treeview-next-feed): Simplify.
1380 (newsticker--group-get-feeds): Suppress group names in result.
1381
1382 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1383
1384 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1385 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1386
1387 2009-01-24 Glenn Morris <rgm@gnu.org>
1388
1389 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1390 "popmail" by "pormail".
1391
1392 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1393 Remove unneeded declarations.
1394
1395 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1396
1397 * calc/calc-poly.el (calcFunc-apart): Improve test for
1398 rational functions.
1399
1400 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1403 return value of rmail-get-labels.
1404
1405 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1406 return value of rmail-get-labels.
1407
1408 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1409 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1410
1411 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1412
1413 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1414 old cache file. Fixes bug#1710.
1415
1416 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1419
1420 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1421
1422 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1423 Switch names and update comments for clarity.
1424
1425 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1428 start is nil, as was done in tar-mode.el.
1429
1430 2009-01-23 Glenn Morris <rgm@gnu.org>
1431
1432 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1433 more.
1434
1435 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1436
1437 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * server.el (server-name): Make it a defcustom. (Bug#1995)
1440
1441 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1442
1443 2009-01-23 Glenn Morris <rgm@gnu.org>
1444
1445 * Makefile.in (ELCFILES): Update.
1446
1447 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1448
1449 * net/newst-treeview.el
1450 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1451 current-item-counts. Move to next feed if necessary. (Bug#1569)
1452 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1453 feed if necessary. (Bug#1569)
1454 (newsticker-treeview-next-feed)
1455 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1456 Don't activate node nil. (Bug#1569)
1457
1458 2009-01-22 Paul Reilly <pmr@pajato.com>
1459 Henrik Enberg <enberg@printf.se>
1460 Alex Schroeder <alex@gnu.org>
1461 Chong Yidong <cyd@stupidchicken.com>
1462 Richard M Stallman <rms@gnu.org>
1463 Glenn Morris <rgm@gnu.org>
1464 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1467 (rmail-attribute-header, rmail-keyword-header)
1468 (rmail-answered-attr-index, rmail-deleted-attr-index)
1469 (rmail-edited-attr-index, rmail-filed-attr-index)
1470 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1471 (rmail-unseen-attr-index, rmail-resent-attr-index)
1472 (rmail-attr-array, rmail-header-style, rmail-file-name)
1473 (rmail-buffer-swapped): New vars.
1474 (rmail-convert-file-maybe, rmail-error-bad-format)
1475 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1476 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1477 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1478 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1479 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1480 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1481 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1482 (rmail-message-attr-p, rmail-message-unseen-p)
1483 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1484 (rmail-show-message-maybe, rmail-copy-headers)
1485 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1486 (rmail-write-region-annotate): New functions.
1487
1488 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1489 (rmail-convert-mailpath, rmail-convert-file)
1490 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1491 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1492 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1493 (rmail-redecode-body)
1494 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1495 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1496 (rmail-count-screen-lines, rmail-message-regexp-p)
1497 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1498 (rmail-nuke-pinhead-header): Move to rmailout.el.
1499
1500 (rmail-ignored-headers): Add additional headers.
1501 (rmail-mode-map): Update key commands.
1502 (rmail-tool-bar-map): Build tool-bar unconditionally.
1503 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1504 conversion and new buffer swapping mechanism.
1505 (rmail-perm-variables): Use new vars, and remove deleted ones.
1506 (rmail-revert): Use rmail-convert-file-maybe.
1507 (rmail-duplicate-message): Use rmail-show-message-maybe.
1508 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1509 a disk-full error.
1510 (rmail-parse-url): Strip embedded password.
1511 (rmail-insert-inbox-text): Default to movemail if
1512 rmail-movemail-program is null. Handle mbox format.
1513 (rmail-decode-region): New arg.
1514 (rmail-display-labels): Don't perform Babyl processing.
1515 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1516 (rmail-set-message-counters, rmail-count-new-messages)
1517 (rmail-set-message-counters-counter, rmail-show-message)
1518 (rmail-next-same-subject, rmail-reply): Use mbox format.
1519 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1520 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1521 buffer swapping mechanism.
1522
1523 * mail/rmailedit.el: Require rmailsum.el.
1524 (rmail-edit-mode): First check if buffer is swapped.
1525 (rmail-edit-saved-coding-system): Delete var.
1526 (rmail-edit-current-message): Don't call deleted vars.
1527 (rmail-cease-edit): Handle mbox format.
1528 (rmail-abort-edit): Widen buffer.
1529
1530 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1531 declarations.
1532 (rmail-buffer, rmail-current-message, rmail-last-label)
1533 (rmail-last-multi-labels, rmail-summary-vector)
1534 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1535 (rmail-keywords): Delete vars.
1536 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1537 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1538 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1539 (rmail-make-label): New function.
1540 (rmail-read-label): Don't call rmail-parse-file-keywords.
1541 (rmail-set-label): Rewrite using rmail-set-attribute.
1542 (rmail-next-labeled-message): Use rmail-get-labels.
1543
1544 * mail/rmailmm.el: New file.
1545
1546 * mail/rmailmsc.el: Require rmail.el.
1547 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1548
1549 * mail/rmailout.el (rmail-output-decode-coding): New var.
1550 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1551 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1552 (rmail-output-to-rmail-buffer): New functions.
1553 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1554 Delete functions.
1555 (rmail-nuke-pinhead-header): Move from rmail.el.
1556 (rmail-output): Rewrite to accept both mbox and babyl output.
1557 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1558 use mbox internal format.
1559
1560 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1561 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1562 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1563 Use rmail-get-header.
1564 (rmail-sort-messages): Use new buffer swapping mechanism.
1565 Handle mbox internal format.
1566
1567 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1568 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1569 (rmail-message-regexp-p, rmail-new-summary-1)
1570 (rmail-get-create-summary-buffer, rmail-get-summary)
1571 (rmail-create-summary-line, rmail-get-summary-labels)
1572 (rmail-create-summary, rmail-header-summary)
1573 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1574 (rmail-summary-by-topic, rmail-message-senders-p)
1575 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1576 internal format.
1577 (rmail-new-summary): Rewrite window handling.
1578 (rmail-make-summary-line, rmail-make-summary-line-1)
1579 (rmail-make-basic-summary-line)
1580 (rmail-summary-output-to-rmail-file): Functions deleted.
1581 (rmail-summary-undelete, rmail-summary-rmail-update)
1582 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1583 (rmail-summary-show-message, rmail-summary-wipe)
1584 (rmail-summary-toggle-header, rmail-summary-reply):
1585 Use rmail-buffer instead of rmail-view-buffer.
1586 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1587 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1588 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1589
1590 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1591
1592 * term/ns-win.el (ns-show-manual): Fix node name.
1593 (x-open-connection): Fix typo in declaration filename.
1594
1595 2009-01-22 Romain Francoise <romain@orebokech.com>
1596
1597 * Makefile.in (ELCFILES): Update.
1598
1599 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 * frame.el (make-frame-on-tty): Remove function, inline contents
1602 in the only user ...
1603
1604 * server.el (server-create-tty-frame): ... here.
1605
1606 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * format.el (format-annotate-function):
1609 Set write-region-post-annotation-function.
1610
1611 2009-01-21 John Wiegley <johnw@newartisans.com>
1612
1613 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1614 list of output filters.
1615 (eshell-mode): Change the default binding of C-a to eshell-bol.
1616 I don't think it's actually bound at all by default in eshell;
1617 it just falls back to the default binding of C-a.
1618
1619 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * minibuffer.el (completion--insert-strings): Fix up computation of
1622 column position which manifested e.g. in proced's signal completion.
1623
1624 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * server.el (server-start): Allow server to shut down when no
1627 frames are available in daemon-mode.
1628
1629 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * term.el (term-previous-matching-input, term-next-matching-input)
1632 (term-previous-matching-input-from-input)
1633 (term-next-matching-input-from-input, term-backward-matching-input)
1634 (term-forward-matching-input): Change argument name to match docstring.
1635
1636 2009-01-21 Glenn Morris <rgm@gnu.org>
1637
1638 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1639 that are no longer needed.
1640 (authors-scan-change-log): Doc fix.
1641 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1642
1643 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1644
1645 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1646 Use aspell default dict.
1647
1648 2009-01-20 Kenichi Handa <handa@m17n.org>
1649
1650 * descr-text.el (describe-char): Improve description of eight-bit
1651 char in a unibyte buffer. (Bug#1935)
1652
1653 2009-01-20 Glenn Morris <rgm@gnu.org>
1654
1655 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1656 Add some entries.
1657
1658 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * progmodes/ruby-mode.el: Autoload other interpreter names.
1661
1662 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * descr-text.el (describe-char-categories): New defsubst.
1665 (describe-char): Use it.
1666
1667 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1668
1669 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1670 IPv4 mapped IPv6 addresses.
1671
1672 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1675 the beginning of the buffer. (Bug#1949)
1676
1677 2009-01-18 Markus Triska <markus.triska@gmx.at>
1678
1679 * linum.el (linum-update-window): Use `delq' instead of `delete';
1680 compare strings with `equal-including-properties'.
1681
1682 2009-01-17 Glenn Morris <rgm@gnu.org>
1683
1684 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1685 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1686
1687 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1688 (eldoc-message-commands, eldoc-print-current-symbol-info):
1689 Doc fix (consistent case of "ElDoc").
1690
1691 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1692
1693 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1694
1695 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1696
1697 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1698 TARGET)' does not exist, try again with its basename replaced by
1699 `(cdr TARGET)'. (Related to Bug #1853.)
1700
1701 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1702
1703 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1704
1705 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1706 unless flyspell-mode is enabled.
1707 (flyspell-pre-point): Make buffer-local.
1708
1709 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1710
1711 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1712 delimiters, allow fields that are composed of strings and string
1713 constants.
1714 (bibtex-mode): Doc fix.
1715
1716 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1717
1718 * textmodes/ispell.el: Protect against declare-function undefined
1719 in XEmacs.
1720 (ispell-program-name): Search also for hunspell when setting default.
1721 (ispell-find-aspell-dictionaries): Better error message. Use correct
1722 dictionary alist for default. Better fallback default dictionary.
1723
1724 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1725
1726 * international/quail.el (quail-insert-kbd-layout):
1727 Delete superfluous handling of 8-bit code. (Bug#1418)
1728
1729 2009-01-16 Glenn Morris <rgm@gnu.org>
1730
1731 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1732 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1733 (eldoc-highlight-function-argument): Doc fix - mention effect of
1734 eldoc-documentation-function.
1735 (eldoc-message-commands-table-size, eldoc-message-commands)
1736 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1737 (eldoc-documentation-function): Mention effect on user options.
1738
1739 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1740
1741 2009-01-16 Kevin Ryde <user42@zip.com.au>
1742
1743 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1744 its version number, and then set both.
1745
1746 2009-01-16 Richard M Stallman <rms@gnu.org>
1747
1748 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1749
1750 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1753 Refer to revert-buffer, not Buffer-menu-revert.
1754 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1755 (Buffer-menu-revert): Remove function, unused.
1756 (Buffer-menu-mode-map): Don't bind keys already
1757 bound by special-mode.
1758 (Buffer-menu-mode-map): Add a menu.
1759
1760 2009-01-15 Stephen Eglen <stephen@gnu.org>
1761
1762 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1763
1764 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1765
1766 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1767
1768 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1769
1770 * window.el (special-display-p): Revert 2009-01-14 change.
1771
1772 2009-01-15 Glenn Morris <rgm@gnu.org>
1773
1774 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1775 (authors-obsolete-files-regexps, authors-ignored-files):
1776 (authors-renamed-files-alist): Add some entries.
1777 (authors-fixed-entries): Change some entries.
1778 (authors-canonical-file-name): Doc fix.
1779 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1780
1781 2009-01-14 Juri Linkov <juri@jurta.org>
1782
1783 * info.el (Info-isearch-filter): Don't filter out invisible text
1784 when search-invisible is t. (Bug#1848)
1785
1786 * simple.el (blink-matching-open): Use `minibuffer-message' to
1787 display messages in the minibuffer.
1788
1789 * help.el (view-help-file):
1790 * menu-bar.el (menu-bar-help-extra-packages):
1791 Use goto-address-mode instead of goto-address.
1792
1793 * net/goto-addr.el (goto-address-url-face): Change default value
1794 from `bold' to `link'.
1795
1796 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1799
1800 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1801
1802 * frame.el (special-display-popup-frame): Rewrite doc-string and
1803 simplify code.
1804
1805 * window.el (special-display-buffer-names)
1806 (special-display-regexps): Add customization support for
1807 function/other-args elements. Rewrite doc-strings.
1808 (special-display-function): Rewrite doc-string.
1809 (same-window-buffer-names, same-window-regexps):
1810 Minor doc-string fixes.
1811 (special-display-p): Minor rewrite.
1812
1813 2009-01-14 Glenn Morris <rgm@gnu.org>
1814
1815 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1816
1817 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1818
1819 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1820 MESSAGEs with internal square brackets (i.e., " this [test] message").
1821 Use `string-match-p'.
1822 (completion--make-envvar-table, completion--file-name-table)
1823 (completion-pcm--string->pattern, completion-pcm--all-completions)
1824 (completion-pcm--filename-try-filter): Use `string-match-p'.
1825
1826 2009-01-14 Juri Linkov <juri@jurta.org>
1827
1828 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1829 non-nil `bug-reference-url-format' before putting an overlay
1830 property `bug-reference-url'.
1831 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1832 `bug-reference-url-format'. Doc fix. (Bug#1744)
1833
1834 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1837 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1838
1839 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1840 loaded.
1841
1842 2009-01-13 Jason Rumney <jasonr@gnu.org>
1843
1844 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1845
1846 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * subr.el (play-sound): Doc fix. (Bug#250)
1849 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1850
1851 2009-01-12 Alan Mackenzie <acm@muc.de>
1852
1853 * textmodes/paragraphs.el (forward-sentence): Change limit of
1854 re-search-backward to allow values of `sentence-end' anchored at BOL.
1855
1856 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1859 subfield of the magic string.
1860
1861 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1862
1863 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1864 (math-special-function-table): Use `math-compose-tex-sqrt' to
1865 compose sqrts in TeX and LaTeX mode.
1866
1867 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * faces.el (describe-face): Ignore anonymous faces.
1870
1871 * server.el (server-save-buffers-kill-terminal): Args changed.
1872 Handle nowait client frames.
1873
1874 * files.el (save-buffers-kill-terminal): Args for
1875 server-save-buffers-kill-terminal changed.
1876
1877 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1880
1881 2009-01-11 Glenn Morris <rgm@gnu.org>
1882
1883 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1884 Silence compiler.
1885
1886 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1887 some entries.
1888 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1889 (authors-renamed-files-alist): Add entries.
1890 (authors-fixed-entries): Update for renamed and removed files.
1891 (authors-canonical-file-name): Add entries to
1892 authors-checked-files-alist based on their full names, expanded relative
1893 to each log-file directory.
1894 (authors-scan-el, authors-add-to-author-list, authors):
1895 Handle multiple authors in a file, via a new :cowrote category.
1896
1897 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1898
1899 2009-01-10 Richard M Stallman <rms@gnu.org>
1900
1901 * mail/mail-utils.el (mail-quote-printable-region): New function.
1902
1903 2009-01-10 Glenn Morris <rgm@gnu.org>
1904
1905 * calendar/cal-move.el (calendar-scroll-left-three-months)
1906 (calendar-scroll-right-three-months):
1907 * calendar/holidays.el (calendar-list-holidays)
1908 (calendar-mark-holidays):
1909 * calendar/lunar.el (calendar-lunar-phases):
1910 Add event handling, for when called from menus with the calendar buffer
1911 not current.
1912
1913 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1914
1915 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1916 Move setting up whitepace-mode ...
1917 (diff-mode): ... here.
1918 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1919
1920 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * faces.el (x-font-family-list): Remove entirely.
1923
1924 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1925
1926 Fix Bug #876:
1927
1928 * info.el (info-insert-file-contents, Info-insert-dir):
1929 Bind inhibit-null-byte-detection to non-nil.
1930
1931 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1932
1933 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1934 toggling tool bars on. (Bug#1754)
1935
1936 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * faces.el (face-valid-attribute-values): Use string as value for
1939 :family attribute. Now, font-family-list returns a list of strings.
1940 (x-font-family-list): Obsolete compatibility version of function
1941 from xfaces.c.
1942
1943 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1944
1945 * window.el (special-display-buffer-names)
1946 (special-display-regexps, special-display-function):
1947 In doc-strings say "same-window" instead of "same-buffer".
1948
1949 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1950
1951 * net/tramp.el: Revert previous patch. `last-command-char' is
1952 used in code intended only for XEmacs, where it is different from
1953 `last-command-event'.
1954
1955 2009-01-09 Glenn Morris <rgm@gnu.org>
1956
1957 * subr.el (last-input-char, last-command-char):
1958 Move here from src/keyboard.c.
1959
1960 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1961 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1962 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1963 * wdired.el:
1964 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1965 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1966 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1967 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1968 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1969 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1970 * eshell/em-smart.el, eshell/esh-mode.el:
1971 * international/mule-cmds.el:
1972 * mail/mailabbrev.el:
1973 * net/tramp.el:
1974 * play/mpuz.el:
1975 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1976 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1977 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1978 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1979 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1980 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1981 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1982 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1983 Replace last-command-char with last-command-event.
1984
1985 * double.el, electric.el, replace.el, term.el, terminal.el:
1986 * calc/calc.el:
1987 * emulation/viper-cmd.el:
1988 * international/mule-cmds.el:
1989 * obsolete/iso-acc.el:
1990 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1991
1992 * emacs-lisp/edebug.el: Remove references to last-command-char and
1993 last-input-char, since these have been identical to last-command-event
1994 and last-input-event since at least Emacs 19.
1995 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1996 Remove.
1997
1998 2009-01-09 Dave Love <fx@gnu.org>
1999
2000 * calendar/time-date.el: Require cl for `declare'.
2001
2002 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2003
2004 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2005 Suggested by Dave Love.
2006
2007 2009-01-09 Dave Love <fx@gnu.org>
2008
2009 * net/imap.el (imap-string-to-integer): Fix typo.
2010 (imap-fetch-safe): New function.
2011 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2012
2013 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2014 (imap-parse-greeting): Fix doc strings.
2015 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2016 (imap-parse-flag-list): Make messages unique.
2017 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2018
2019 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2020 call.
2021
2022 * net/imap.el: Fix author email. Doc fixes.
2023 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2024 reply.
2025
2026 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2027
2028 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2029
2030 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2031
2032 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2033 Call nslookup if resolv.conf isn't available.
2034 (dns-query): Rename from query-dns.
2035 (dns-query-cached): Rename from query-dns-cached.
2036
2037 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2038
2039 * net/imap.el (imap-enable-exchange-bug-workaround):
2040 Explain auto-detection in the doc string.
2041
2042 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2045 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2046 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2047 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2048 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2049 Fix typos in docstrings.
2050 (ispell-command-loop): Reflow docstring.
2051
2052 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2053
2054 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2055 (ispell-aspell-supports-utf8): Mark as obsoleted by
2056 ispell-encoding8-command.
2057 (ispell-check-version): Set ispell-encoding8-command.
2058 (ispell-check-spellchecker-params, ispell-start-process):
2059 Use ispell-encoding8-command.
2060
2061 * textmodes/flyspell.el (flyspell-large-region):
2062 Use ispell-encoding8-command.
2063
2064 2009-01-08 Glenn Morris <rgm@gnu.org>
2065
2066 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2067 scroll the calendar.
2068
2069 * international/mule-cmds.el (universal-coding-system-argument):
2070 last-input-char need not be a char.
2071
2072 * textmodes/ispell.el (ispell-check-minver): Declare.
2073 Use string-to-number rather than string-to-int.
2074
2075 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2076
2077 * add-log.el (change-log-search-tag-name): Reflow docstring.
2078 (change-log-mode): Fix typo in docstring.
2079
2080 * international/mule.el (define-coding-system): Doc fix.
2081
2082 2009-01-07 Kenichi Handa <handa@m17n.org>
2083
2084 * international/mule.el (define-coding-system): Fix docstring
2085 about :bom usage.
2086
2087 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2088
2089 * dired.el (dired-pop-to-buffer): Don't split windows
2090 horizontally. (Bug#1806)
2091
2092 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * tar-mode.el (tar-mode, tar-mode-write-contents)
2095 (tar-write-region-annotate): Undo Andreas's last change.
2096
2097 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2098
2099 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2100 (tramp-handle-file-local-copy, tramp-handle-write-region)
2101 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2102 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2103
2104 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * minibuffer.el (completion-hilit-commonality): Don't presume
2107 all-completions always include the input as prefix.
2108 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2109 as trivial.
2110 (completion-pcm--hilit-commonality): Remove leftover code that used to
2111 deal with the now removed cdr-in-last-cons.
2112
2113 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * international/mule.el (define-coding-system): Fix typos in docstring.
2116
2117 2009-01-05 Alan Mackenzie <acm@muc.de>
2118
2119 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2120 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2121
2122 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2123
2124 * net/tramp.el (tramp-handle-load)
2125 (tramp-do-copy-or-rename-file-directly)
2126 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2127 (tramp-handle-write-region)
2128 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2129 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2130 Delete temporary file in case of error.
2131
2132 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2133
2134 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2135
2136 2009-01-05 Richard M Stallman <rms@gnu.org>
2137
2138 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2139
2140 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2141
2142 * window.el (display-buffer): Fix last fix.
2143
2144 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2147 to shorten the desktop file directory shown in message.
2148
2149 2009-01-05 Glenn Morris <rgm@gnu.org>
2150
2151 * version.el (emacs-copyright):
2152 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2153 Update copyrights for 2009.
2154
2155 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2156
2157 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2158 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2159 hard-coded 0.
2160 (ada-get-indent-loop): Fix list access bug.
2161
2162 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2165 (lisp-interaction-mode): Add a blank line in the docstring
2166 before the keymap listing.
2167
2168 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2169
2170 * window.el (display-buffer): When a buffer is displayed in the
2171 selected and some other window, and not-this-window is non-nil,
2172 try to return that other window instead of popping up a new
2173 frame. (Bug#30)
2174
2175 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2178
2179 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2180
2181 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2182
2183 2009-01-03 Michael Olson <mwolson@gnu.org>
2184
2185 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2186 blank characters which will confuse `read', so skip past them.
2187
2188 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2189
2190 * emacs-lisp/authors.el (authors-aliases): Addition.
2191 (authors): Allow to use it for other projects.
2192
2193 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2194 Clarify MATCH argument. Print filenames.
2195
2196 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2199
2200 * net/tramp.el (tramp-local-host-regexp)
2201 (tramp-prefix-domain-format)
2202 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2203 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2204 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2205 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2206 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2207 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2208 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2209 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2210 (tramp-handle-insert-file-contents): Fix setting of
2211 `buffer-read-only'.
2212 (tramp-compute-multi-hops, tramp-local-host-p):
2213 Use `tramp-local-host-regexp'.
2214 (tramp-file-name-real-user, tramp-file-name-domain):
2215 Use `tramp-user-with-domain-regexp'.
2216
2217 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2218 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2219
2220 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2221
2222 * proced.el (proced-grammar-alist): Refiner can be a
2223 list (function help-echo) instead of a cons pair.
2224 (proced-post-display-hook): New variable.
2225 (proced-tree-depth): Rename from proced-tree-indent.
2226 (proced-mode): Derive mode from special-mode.
2227 (proced-mode-map): Change accordingly.
2228 (proced, proced-update): Run proced-post-display-hook.
2229 (proced-do-mark-all): Count processes for which mark has been updated.
2230 (proced-format): Check for ppid attribute.
2231 (proced-process-attributes): Take time and ctime attribute from
2232 system-process-attributes.
2233 (proced-send-signal): Doc fix. Collect properly the info on
2234 marked processes. Use fit-window-to-buffer instead of
2235 dired-pop-to-buffer.
2236
2237 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2240 point-min==1.
2241
2242 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2245 (mode-line-client): Fix typo in help message and docstring.
2246
2247 2009-01-02 Jason Rumney <jasonr@gnu.org>
2248
2249 * term/w32-win.el (image-library-alist): Add gobject library.
2250
2251 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2252
2253 * frame.el (window-system-default-frame-alist)
2254 (initial-frame-alist, minibuffer-frame-alist)
2255 (pop-up-frame-alist, pop-up-frame-function)
2256 (special-display-frame-alist): Rewrite and reformat doc-strings.
2257
2258 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2259
2260 * simple.el (minibuffer-default-add-shell-commands):
2261 Fix doc-string typo.
2262
2263 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * language/cham.el: Fix setting of composition-function-table.
2266
2267 * language/khmer.el: Fix setting of composition-function-table.
2268
2269 * language/tibet-util.el (tibetan-composition-function):
2270 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2271
2272 * simple.el (minibuffer-default): Add defvar.
2273
2274 * hippie-exp.el: Require comint.
2275
2276 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2277
2278 * simple.el (last-buffer): Don't set major mode of *scratch* if
2279 that buffer exists already. Rewrite doc-string.
2280
2281 2008-12-31 Andreas Schwab <schwab@suse.de>
2282
2283 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2284 write-region-annotate-functions.
2285 (tar-mode-write-contents): New function.
2286 (tar-write-region-annotate): Remove.
2287
2288 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2291 (buffer-swapped-with): Var removed.
2292
2293 2008-12-30 Kenichi Handa <handa@m17n.org>
2294
2295 * language/japanese.el (compose-gstring-for-variation-glyph):
2296 New function. Register it in composition-function-table.
2297
2298 * composite.el (lglyph-set-code): New function.
2299
2300 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * tar-mode.el (tar-data-swapped): New var.
2303 (tar-data-swapped-p, tar-swap-data):
2304 Use it instead of buffer-swapped-with.
2305 (tar-write-region-annotate): Re-add (partial undo of last change).
2306 (tar-mode): Use it again (partial undo as well).
2307
2308 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2309
2310 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2311
2312 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * follow.el (follow-select-if-visible): Improve the check for the
2315 last line of the window.
2316 (follow-post-command-hook): Perform redisplay in more
2317 circumstances, to avoid getting point stuck on partially visible lines.
2318
2319 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * follow.el (follow-calc-win-end): Use with-selected-window.
2322 (follow-windows-start-end, follow-pos-visible)
2323 (follow-windows-aligned-p): Code cleanup.
2324 (follow-select-if-visible): Try to avoid partially-visible lines.
2325 (follow-select-if-visible-from-first): Call follow-redisplay and
2326 move point to destination.
2327 (follow-redisplay): New arg, to keep selected window unchanged.
2328 (follow-post-command-hook): In final check for destination
2329 visibility, use window-start and window-end instead of the less
2330 accurate follow-pos-visible. If the selected window is redrawn,
2331 tell follow-redisplay to preserve it.
2332 (follow-calculate-first-window-start-from-below): Avoid looping
2333 forever if vertical-motion returns an unexpected value.
2334
2335 2008-12-30 Andreas Schwab <schwab@suse.de>
2336
2337 * server.el (server-running-p): Remove interactive spec.
2338 Fix regexp.
2339
2340 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * follow.el (follow-calc-win-start): Don't use `inline'.
2343 (follow-update-window-start, follow-select-if-visible)
2344 (follow-calculate-first-window-start-from-below)
2345 (follow-post-command-hook): Code cleanup.
2346 (follow-downward, follow-calculate-first-window-start):
2347 Delete function and merge into follow-redisplay.
2348 (follow-redisplay): Merge code from follow-downward and
2349 follow-calculate-first-window-start.
2350
2351 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * proced.el (proced-tree-flag): Fix typo in docstring.
2354
2355 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2356
2357 * proced.el (proced-temp-alist): Rename from variable
2358 proced-children-alist.
2359 (proced-process-tree, proced-toggle-tree): Fix docstring.
2360 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2361 (proced-temp-internal): Use proced-temp-alist.
2362
2363 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 * subr.el (mkdir): New defalias.
2366
2367 2008-12-29 Juri Linkov <juri@jurta.org>
2368
2369 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2370 command `proced-next-line' removed on 2008-09-06.
2371
2372 2008-12-28 Juri Linkov <juri@jurta.org>
2373
2374 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2375 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2376
2377 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2378 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2379 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2380 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2381 set 4 obsolete variables for backward-compatibility with Emacs 22.
2382
2383 2008-12-28 Juri Linkov <juri@jurta.org>
2384
2385 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2386
2387 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2388
2389 * misc.el (butterfly): New command.
2390
2391 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2392
2393 * proced.el (proced-grammar-alist): Allow predicate nil.
2394 New attribute tree.
2395 (proced-format-alist): Use attribute tree.
2396 (proced-tree-flag, proced-tree-indent): New variables.
2397 (proced-children-alist): Rename from proced-process-tree.
2398 PPID must refer to a process in process-alist.
2399 Ignore PPIDs that equal PID (Bug#1718).
2400 Children alist inherits sorting order from process-alist.
2401 (proced-process-tree): New variable. New function.
2402 (proced-process-tree-internal, proced-toggle-tree)
2403 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2404 (proced-mark-process-alist): Add docstring.
2405 (proced-filter-parents): PPID must refer to a process in
2406 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2407 (proced-sort): Throw error if attribute is not sortable.
2408 (proced-sort-interactive): Restrict completion to sortable attributes.
2409 (proced-format): Include tree in standard attributes if
2410 proced-tree-flag is non-nil. Make header clickable only if
2411 corresponding predicate is non-nil.
2412 (proced-update): Use proced-tree.
2413
2414 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * diff.el (diff): Doc fix.
2417
2418 * emacs-lisp/rx.el (rx): Doc fix.
2419
2420 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2421 before uniquifying backup trash file name.
2422
2423 2008-12-27 Andreas Schwab <schwab@suse.de>
2424
2425 * vc-git.el (vc-git-dir-printer): Fix filename column.
2426
2427 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2428
2429 * term.el (term-emulate-terminal): Decode substring just prior to
2430 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2431
2432 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2433
2434 * makefile.w32-in (MH_E_DIR): New variable.
2435 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2436 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2437 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2438 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2439 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2440 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2441 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2442 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2443 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2444 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2445 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2446
2447 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2448 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2449 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2450 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2451 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2452 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2453 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2454 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2455 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2456 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2457 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2458
2459 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2460
2461 * files.el (dosified-file-name): Declare.
2462
2463 2008-12-26 Andreas Schwab <schwab@suse.de>
2464
2465 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2466
2467 * tar-mode.el (tar-swap-data): New function.
2468 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2469 (tar-mode-revert): Likewise.
2470 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2471 (tar-data-swapped-p): Test buffer-swapped-with.
2472 (tar-write-region-annotate): Remove.
2473 (tar-header-block-tokenize): Add argument `coding' and use it
2474 instead of tar-file-name-coding-system.
2475 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2476
2477 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2478
2479 * dos-fns.el (dosified-file-name): New function.
2480
2481 * files.el (dir-locals-find-file): Run dir-locals-file through
2482 dosified-file-name. Compare files case-insensitively on systems
2483 whose filesystems are case-insensitive.
2484
2485 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2486
2487 * help.el (help-for-help-internal): Fix entry for "l".
2488
2489 2008-12-25 Richard M Stallman <rms@gnu.org>
2490
2491 * shadowfile.el (shadow-copy-file): Revert previous change.
2492 This code as it was should work properly with buffer-swapped-with.
2493
2494 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2495
2496 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2497
2498 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 * subr.el (chmod): New defalias for set-file-modes.
2501
2502 2008-12-23 Juri Linkov <juri@jurta.org>
2503
2504 * isearch.el (isearch-filter-predicate, isearch-search):
2505 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2506 (isearch-filter-visible): Rename from
2507 `isearch-filter-invisible'. Doc fix.
2508
2509 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2510 value from `dired-isearch-filter-predicate-orig' instead of the
2511 symbol `isearch-filter-invisible'. Doc fix.
2512 (dired-isearch-filter-filenames): Doc fix.
2513 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2514
2515 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2516 for Info-point-loc since it is more correct in all cases.
2517 (Info-isearch-filter): Rename from
2518 `Info-isearch-filter-predicate'. Doc fix.
2519 (Info-mode): Replace `Info-isearch-filter-predicate' with
2520 `Info-isearch-filter'.
2521
2522 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2523
2524 * pgg.el: Add obsolescence info.
2525
2526 2008-12-22 Richard M Stallman <rms@gnu.org>
2527
2528 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2529
2530 * files.el (buffer-swapped-with): New variable.
2531 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2532 (basic-save-buffer): Unswap the buffer temporarily if nec.
2533
2534 * dired.el (dired-readin): Inhibit modification hooks.
2535
2536 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2537
2538 * net/newst-backend.el (newst-backend):
2539 Remove wrong duplicate provide statement.
2540
2541 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2542
2543 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2544 end, before updating.
2545 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2546 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2547
2548 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2549
2550 * window.el (set-window-text-height): Fix doc-string.
2551
2552 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2555 (completion-all-completions): Don't set it.
2556 (completion-table-with-context, completion--file-name-table):
2557 Don't add base-size in last cdr.
2558 (completion-hilit-commonality): Add argument `base-size'.
2559 (display-completion-list, completion-emacs21-all-completions)
2560 (completion-emacs22-all-completions, completion-basic-all-completions):
2561 Provide it.
2562 (completion-pcm--all-completions): Don't need to remove the base-size
2563 in last-cdr any more.
2564
2565 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2566
2567 * textmodes/ispell.el (ispell-check-minver): New function.
2568 (ispell-check-version): Rewrite spellchecker and version checking.
2569 Use (ispell-check-minver). Handle hunspell versions.
2570
2571 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * ido.el (ido-read-internal): Handle `confirm' and
2574 `confirm-after-completion' values for the require-match argument.
2575
2576 2008-12-20 Jason Rumney <jasonr@gnu.org>
2577
2578 * international/mule.el (auto-coding-regexp-alist):
2579 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2580
2581 2008-12-20 Ami Fischman <ami@fischman.org>
2582
2583 * bindings.el (mode-line-eol-desc): Use assoc to query
2584 mode-line-eol-desc-cache.
2585
2586 2008-12-20 Glenn Morris <rgm@gnu.org>
2587
2588 * comint.el (comint-save-input-ring-index): Add missing initial value.
2589
2590 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * proced.el (proced-grammar-alist): Doc fix.
2593 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2594 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2595 (proced-undo): Fix typos in docstrings.
2596
2597 2008-12-19 Glenn Morris <rgm@gnu.org>
2598
2599 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2600 (authors-fixed-case): New constant.
2601 (authors-public-domain-files, authors-ignored-files):
2602 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2603 (authors-renamed-files-regexps): Add some new entries.
2604 (authors-canonical-file-name): Don't complain about ignored files.
2605 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2606 (authors): Ensure error buffer is writable.
2607
2608 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2609
2610 (ispell-really-hunspell): New variable to signal hunspell.
2611 (ispell-check-version):
2612 Check if hunspell and set ispell-really-hunspell if needed.
2613 (ispell-send-string, ispell-start-process, flyspell-large-region):
2614 Pass right options for hunspell if needed.
2615
2616 2008-12-18 Kenichi Handa <handa@m17n.org>
2617
2618 * international/fontset.el (script-representative-chars)
2619 (setup-default-fontset): Add more scripts.
2620
2621 * international/characters.el: Add more scripts.
2622
2623 2008-12-19 Juri Linkov <juri@jurta.org>
2624
2625 * info.el (Info-isearch-search): Implement lax version of
2626 incremental word search in Info.
2627 (Info-isearch-start): Set Info-isearch-initial-node to the
2628 current node when search is nonincremental to not stop at the
2629 initial node in this case.
2630 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2631
2632 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2635 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2636 (rst-repeat-last-character): Fix typos in docstrings.
2637 (rst-mode, rst-backward-section): Doc fixes.
2638
2639 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2640
2641 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2642 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2643 (newsticker--treeview-load): Check whether groups file exists.
2644
2645 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2646 (newsticker-dir): Use `locate-user-emacs-file'.
2647
2648 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2649
2650 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2651 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2652
2653 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2654
2655 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2656
2657 * startup.el (command-line): Do not mention the server name in
2658 case the user has not mentioned it, print a more explicit message.
2659
2660 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2661 Change all callers.
2662
2663 2008-12-18 Sam Steingold <sds@gnu.org>
2664
2665 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2666
2667 2008-12-18 Juri Linkov <juri@jurta.org>
2668
2669 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2670 `isearch-edit-string-set-word'.
2671 (isearch-edit-string-set-word): Remove.
2672 (isearch-occur): Imitate the C function `wordify' by replacing
2673 non-word character with the \\W+ regexp.
2674 (isearch-search-fun): Add `isearch-nonincremental' to the
2675 condition of using a non-lax version of `word-search-forward'.
2676
2677 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2678
2679 * epa-file.el (epa-file-insert-file-contents):
2680 Set buffer-file-name before decrypting a file.
2681
2682 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2683
2684 * server.el (server-start): If unable to start the server,
2685 display a warning instead of raising an error.
2686
2687 * startup.el (server-process): Add defvar.
2688 (command-line): If the daemon is unable to start the server,
2689 display a message and exit Emacs.
2690
2691 2008-12-15 Sam Steingold <sds@gnu.org>
2692
2693 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2694 mostly for CLISP modules, but could also be useful elsewhere.
2695
2696 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2699 * icomplete.el (icomplete-prospects-height):
2700 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2701
2702 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2703
2704 * international/mule.el (find-auto-coding): Fix typo in docstring.
2705
2706 * international/mule-cmds.el (select-safe-coding-system):
2707 * mail/rmail.el (rmail-require-mime-maybe):
2708 Fix arguments of `display-warning'.
2709
2710 * simple.el (bad-package-check): Fix arguments of `display-warning',
2711 using the package name as TYPE. Use `string-match-p'.
2712
2713 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2714
2715 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2716 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2717 (proced-sort-user, proced-sort-header): Prefix arg determines
2718 sorting order. Suggested by Dan Nicolaescu.
2719 (proced-revert): Doc fix.
2720
2721 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2722
2723 * proced.el (proced-grammar-alist): Allow refiner elements that
2724 are cons pairs (function . help-echo) or nil.
2725 (proced-refine): Use them.
2726 (proced-format-alist): Allow alternatives.
2727 (proced-descend): New variable.
2728 (proced-sort): New arg descend.
2729 (proced-sort-interactive): Repeated calls toggle sort order.
2730 (proced-format): Accomodate changes of proced-format-alist.
2731 Undefined attributes are displayed as "?".
2732 (proced-process-attributes): New optional arg pid-list.
2733 Ignore processes with empty attribute list.
2734
2735 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2736
2737 * proced.el (proced-auto-update-interval): Rename from
2738 proced-timer-interval.
2739 (proced-auto-update-flag): Rename from proced-timer-flag.
2740 (proced-auto-update-timer): Rename from proced-timer.
2741 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2742 (proced-available): Initialize appropriately.
2743
2744 2008-12-13 Glenn Morris <rgm@gnu.org>
2745
2746 * subr.el (declare-function): Doc fix.
2747
2748 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2749 refer to elisp manual.
2750
2751 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2752
2753 * window.el (fit-window-to-buffer): Return non-nil when height
2754 was orderly adjusted, nil otherwise.
2755
2756 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2757 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * server.el (server-sentinel): Uncomment code to delete connection file.
2760 (server-start): Save the connection file in the server property list.
2761 Delete it only when we are reasonably convinced that it is not owned by
2762 a running server.
2763 (server-force-delete): New command to force-delete the connection file,
2764 and stop the server if it is running.
2765 (server-running-p): Return t also for local TCP servers when we find a
2766 process with a matching PID, and :other for undecided cases.
2767
2768 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2769
2770 * window.el (fit-window-to-buffer): Use with-selected-window and
2771 condition-case. Do not delete more windows than necessary in
2772 the shrinking (delta < 0) case. Do not raise an error when the
2773 containing frame is too small to show all of buffer. (Bug#1488)
2774
2775 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2776 min-height arg 1 to make sure that small buffers are shown.
2777
2778 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2781 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2782 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2783 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2784 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2785 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2786 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2787 (ruby-backward-sexp, ruby-add-log-current-method)
2788 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2789 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2790 (ruby-deep-indent-paren): Doc fix.
2791 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2792 (ruby-here-doc-find-end): Reflow docstring.
2793
2794 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2795
2796 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2797 dired-shrink-to-fit is non-nil. (Bug#1488)
2798
2799 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2802 decoding of long locale info is now done in `w32-get-locale-info'.
2803
2804 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2807
2808 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2811
2812 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2813 terminal variable assignment.
2814
2815 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2816 Nobuyoshi Nakada <nobu@ruby-lang.org>
2817
2818 * progmodes/ruby-mode.el: New file.
2819
2820 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * net/tramp.el (top): Don't fail if there is no current message.
2823 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2824
2825 2008-12-10 Kenichi Handa <handa@m17n.org>
2826
2827 * international/fontset.el (setup-default-fontset): Add an entry
2828 for characters in the Unicode SIP area.
2829
2830 2008-12-10 Glenn Morris <rgm@gnu.org>
2831
2832 * vc-mcvs.el: Move to obsolete/, with warning comment.
2833 * Makefile.in (ELCFILES): Update.
2834
2835 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2836
2837 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2838 buffer unmodified. (Bug#1509)
2839 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2840 modification time if visiting a file and the content is
2841 successfully decrypted.
2842
2843 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2846 check whether the buffer is still alive.
2847
2848 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2851
2852 2008-12-09 Glenn Morris <rgm@gnu.org>
2853
2854 * Makefile.in (ELCFILES): Update.
2855
2856 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2859 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2860
2861 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * term/xterm.el (terminal-init-xterm): Discard pending input
2864 before reading a reply to the terminal attributes query.
2865
2866 2008-12-05 Andreas Schwab <schwab@suse.de>
2867
2868 * dired.el (dired-font-lock-keywords): Fix last change.
2869
2870 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2871
2872 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2873 into (defcustom ... "..." :type ... :group...).
2874
2875 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * international/mule-diag.el (mule-diag): Display the window
2878 system version in a less laconic way.
2879
2880 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2883 if the sorting functions are not loaded. (Bug#1432)
2884
2885 2008-12-04 Sam Steingold <sds@gnu.org>
2886
2887 * progmodes/compile.el (compilation-read-command): Extract from
2888 compile.
2889 (compile): Use it.
2890 (recompile): Accept an optional argument to enable editing the
2891 command line.
2892
2893 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (top): Write a message, when loading Tramp.
2896
2897 * net/tramp-cache.el (tramp-dump-connection-properties):
2898 Polish the check, whether to dump the data.
2899
2900 2008-12-04 Lute Kamstra <lute@gnu.org>
2901
2902 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2903 check if the file "CVS/Entries" exists.
2904
2905 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * international/mule-diag.el (list-character-sets): Doc fix.
2908 (list-character-sets-2): Fix info in header. Simplify.
2909 (print-coding-system): Simplify.
2910 (list-input-methods-1): Simplify.
2911 (mule-diag): Display current font/fontset for all window systems,
2912 not just X. Simplify.
2913
2914 2008-12-04 Glenn Morris <rgm@gnu.org>
2915
2916 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2917 (vc-cvs-register): Doc fix.
2918 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2919 (vc-mcvs-register): Doc fix.
2920 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2921 (vc-rcs-register): Doc fix.
2922 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2923 (vc-sccs-register): Doc fix.
2924 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2925 (vc-svn-register): Doc fix.
2926
2927 * files.el (toggle-read-only): Doc fix.
2928
2929 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2932 be used in compact layout and vice-versa.
2933
2934 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2935
2936 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2937 like most list-* commands.
2938
2939 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2940 They already exist in descr-text.el as `describe-char-unicodedata-file'
2941 and `describe-char-unicode-data'.
2942 (print-list): Simplify.
2943 (read-charset): Reflow docstring.
2944 (list-coding-systems): Doc fix.
2945
2946 2008-12-03 Glenn Morris <rgm@gnu.org>
2947
2948 * vc.el (vc-diff-switches): Doc fix.
2949 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2950 (vc-bzr-log-switches): Doc fix.
2951 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2952 * vc-git.el (vc-git-diff-switches): Doc fix.
2953 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2954 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2955 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2956 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2957 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2958
2959 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2960 other backends.
2961 (vc-arch-diff): Apply switches.
2962
2963 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2964 than appending.
2965
2966 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2967
2968 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2969
2970 * epa.el (epa--show-key): Use past tense of "expire" if the key
2971 has already been expired. Thanks to Peter BARABAS.
2972
2973 2008-12-03 Lute Kamstra <lute@gnu.org>
2974
2975 * align.el:
2976 * allout.el:
2977 * apropos.el:
2978 * arc-mode.el:
2979 * autoinsert.el:
2980 * avoid.el:
2981 * battery.el:
2982 * bookmark.el:
2983 * buff-menu.el:
2984 * calculator.el:
2985 * chistory.el:
2986 * cmuscheme.el:
2987 * comint.el:
2988 * compare-w.el:
2989 * dabbrev.el:
2990 * delim-col.el:
2991 * desktop.el:
2992 * diff-mode.el:
2993 * diff.el:
2994 * dired-aux.el:
2995 * dired-x.el:
2996 * dired.el:
2997 * dos-vars.el:
2998 * ediff-diff.el:
2999 * ediff-help.el:
3000 * ediff-init.el:
3001 * ediff-merg.el:
3002 * ediff-mult.el:
3003 * ediff-ptch.el:
3004 * ediff-vers.el:
3005 * ediff-wind.el:
3006 * ediff.el:
3007 * emerge.el:
3008 * facemenu.el:
3009 * faces.el:
3010 * ffap.el:
3011 * filecache.el:
3012 * find-dired.el:
3013 * font-core.el:
3014 * font-lock.el:
3015 * forms.el:
3016 * fringe.el:
3017 * help-at-pt.el:
3018 * hippie-exp.el:
3019 * ido.el:
3020 * image-file.el:
3021 * imenu.el:
3022 * indent.el:
3023 * info.el:
3024 * isearchb.el:
3025 * iswitchb.el:
3026 * jit-lock.el:
3027 * jka-compr.el:
3028 * log-edit.el:
3029 * lpr.el:
3030 * ls-lisp.el:
3031 * man.el:
3032 * menu-bar.el:
3033 * midnight.el:
3034 * mouse-sel.el:
3035 * mouse.el:
3036 * msb.el:
3037 * outline.el:
3038 * paren.el:
3039 * pcmpl-cvs.el:
3040 * pcmpl-gnu.el:
3041 * pcomplete.el:
3042 * pcvs-info.el:
3043 * pcvs-parse.el:
3044 * printing.el:
3045 * ps-mule.el:
3046 * ps-print.el:
3047 * replace.el:
3048 * ruler-mode.el:
3049 * saveplace.el:
3050 * sb-image.el:
3051 * scroll-bar.el:
3052 * sha1.el:
3053 * shadowfile.el:
3054 * shell.el:
3055 * sort.el:
3056 * speedbar.el:
3057 * strokes.el:
3058 * tempo.el:
3059 * term.el:
3060 * terminal.el:
3061 * time-stamp.el:
3062 * time.el:
3063 * tree-widget.el:
3064 * type-break.el:
3065 * vc-cvs.el:
3066 * vc-hg.el:
3067 * vc-mcvs.el:
3068 * vc-rcs.el:
3069 * vc-sccs.el:
3070 * vc.el:
3071 * view.el:
3072 * w32-vars.el:
3073 * whitespace.el:
3074 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3075 deffaces, defconsts and defuns.
3076
3077 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3080 the prompt was added to the minibuffer.
3081
3082 2008-12-02 Glenn Morris <rgm@gnu.org>
3083
3084 * format.el (format-write-file): Rewrite doc yet again.
3085
3086 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3087 Doc fix. (Bug#1368)
3088
3089 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3090
3091 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3092
3093 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3094 case where point is at the beginning of the buffer. (Bug#1239)
3095
3096 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3097
3098 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3099 already have the correct indentation. (Bug#859)
3100
3101 2008-12-02 Kenichi Handa <handa@m17n.org>
3102
3103 * international/uni-decomposition.el: Re-generated.
3104
3105 2008-12-01 Andreas Schwab <schwab@suse.de>
3106
3107 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3108 ending in a colon as directory header.
3109
3110 2008-12-01 Kenichi Handa <handa@m17n.org>
3111
3112 * international/uni-numeric.el: Re-generated.
3113
3114 * international/charprop.el: Re-generated.
3115
3116 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * international/mule-cmds.el (locale-preferred-coding-systems):
3119 Fix alist item.
3120
3121 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3124 (tramp-set-connection-property, tramp-flush-connection-property)
3125 (tramp-dump-connection-properties): Use it.
3126
3127 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * wdired.el (wdired-finish-edit): If displaying a single file,
3130 change dired-directory if that file was renamed.
3131
3132 * emacs-lisp/byte-run.el (macro-declaration-function):
3133 Disallow declare specs with lengths of 3 or more.
3134
3135 * dirtrack.el (dirtrack): Fix error message.
3136
3137 2008-11-30 Glenn Morris <rgm@gnu.org>
3138
3139 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3140 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3141
3142 * vc-git.el (vc-git-diff):
3143 * vc-hg.el (vc-hg-diff):
3144 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3145
3146 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3147 (eshell-needs-pipe-p): New function.
3148 (eshell-gather-process-output): Set process-connection-type according to
3149 eshell-needs-pipe-p. (Bug#1388)
3150
3151 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3154 (diary-remind-message, diary-number-of-entries)
3155 (diary-include-other-diary-files, diary-mark-included-diary-files)
3156 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3157 (diary-font-lock-keywords-1): Reflow docstrings.
3158 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3159 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3160
3161 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3162 (timer-duration): Use `string-match-p'.
3163
3164 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * complete.el (PC-do-complete-and-exit):
3167 Use minibuffer-confirm-exit-commands.
3168
3169 * minibuffer.el (minibuffer-confirm-exit-commands):
3170 Add PC-complete and PC-complete-word to the list.
3171
3172 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3173
3174 * files.el (break-hardlink-on-save): Fix typo in docstring.
3175 Add :version tag.
3176
3177 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3178 (reb-mode): Define with `define-derived-mode'.
3179
3180 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3181
3182 * files.el (break-hardlink-on-save): New variable.
3183 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3184 (file-precious-flag): Mention it in doc string.
3185
3186 2008-11-29 Miles Bader <miles@gnu.org>
3187
3188 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3189 (minibuffer-complete-and-exit): Use it.
3190
3191 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * term/x-win.el (x-gtk-stock-cache): New hash table.
3194 (x-gtk-map-stock): Perform caching to prevent excess consing
3195 during redisplay.
3196
3197 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * minibuffer.el (completion--try-word-completion): Don't ignore
3200 partial-completion if it's the only style.
3201
3202 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3203
3204 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3205 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3206 (reb-initialize-buffer): Update matches, in case we're reentering
3207 RE Builder mode.
3208
3209 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3212 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3213 values for minibuffer-completion-confirm.
3214
3215 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3216
3217 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3218 any but the first "*" in a doc-string.
3219
3220 2008-11-28 Glenn Morris <rgm@gnu.org>
3221
3222 * format.el (format-write-file): Improve previous doc fix.
3223
3224 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * simple.el (use-empty-active-region, use-region-p)
3227 (region-active-p): Doc fix.
3228
3229 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3230
3231 * window.el (display-buffer): Fix handling of not-this-window
3232 argument. (Bug#1415)
3233
3234 2008-11-27 Kenichi Handa <handa@m17n.org>
3235
3236 * international/characters.el: Set category 'C' to characters
3237 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3238
3239 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3240
3241 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3244 (tool-bar-find-image): Function deleted.
3245 (tool-bar-local-item, tool-bar-local-item-from-menu):
3246 Use find-image instead of tool-bar-find-image.
3247 (tool-bar-keymap-cache): New hash table.
3248 (tool-bar-make-keymap): Use it.
3249 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3250
3251 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3252
3253 * net/dbus.el (dbus-handle-event): The result of a message call
3254 handler can also be an object, which is not a consp.
3255
3256 2008-11-25 Alan Mackenzie <acm@muc.de>
3257
3258 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3259 (forward-list, backward-list, down-list, backward-up-list)
3260 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3261 (insert-pair, insert-parentheses): State that the command assumes
3262 that point is not in a string or comment.
3263
3264 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * net/dbus.el (dbus-string-to-byte-array)
3267 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3268 (dbus-unescape-from-identifier): New defuns.
3269 (dbus-handle-event): The result of a message call is a list of
3270 arguments, which must be expanded when passing to
3271 `dbus-method-return-internal'.
3272
3273 * net/tramp.el (tramp-handle-write-region): Improve the check for
3274 calling direct copy.
3275 (tramp-find-inline-encoding): Don't raise an error but a warning,
3276 when no inline encoding is found.
3277 (tramp-get-remote-coding): Check for a symbol. The negative check
3278 for a string fails, when there is an empty string.
3279
3280 2008-11-26 Glenn Morris <rgm@gnu.org>
3281
3282 * vc-git.el (vc-git-diff-switches): New option.
3283 (vc-git-diff): Apply diff switches. (Bug#1386)
3284 Give it a basic doc string.
3285
3286 * term/pc-win.el (x-font-family-list): Replace redefinition with
3287 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3288
3289 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3290
3291 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3292 of the polynomial rather than the whole polynomial.
3293
3294 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3297 mailrc, recognize string quoting. When reading from Lisp, accept
3298 rfc822-like addresses.
3299
3300 * mail/mailalias.el (define-mail-alias): Sync code with
3301 define-mail-abbrev.
3302
3303 2008-11-25 Glenn Morris <rgm@gnu.org>
3304
3305 * eshell/esh-proc.el (eshell-gather-process-output):
3306 Revert previous change. (re-opens Bug#1388)
3307
3308 * select.el (x-set-cut-buffer): Fix signal arguments.
3309
3310 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3311
3312 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3315 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3316 (bubbles--empty-char): Use "\s".
3317
3318 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3319
3320 * calc/calc.el (calc-settings-file, calc-language-alist)
3321 (calc-embedded-announce-formula)
3322 (calc-embedded-announce-formula-alist)
3323 (calc-embedded-open-formula, calc-embedded-close-formula)
3324 (calc-embedded-open-close-formula-alist)
3325 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3326 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3327 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3328 (calc-embedded-open-close-new-formula-alist)
3329 (calc-embedded-open-mode, calc-embedded-close-mode)
3330 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3331 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3332 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3333 from docstrings.
3334
3335 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * calculator.el (calculator-op-or-exp): Reflow docstring.
3338 (calculator-remove-zeros, calculator-repR, calculator-repL):
3339 Fix typos in docstrings.
3340
3341 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3344 windows instead of calling switch-to-buffer.
3345
3346 * diff.el (diff-sentinel): Take note of diff error return value.
3347
3348 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3349
3350 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3351 frame can't be split.
3352
3353 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3354
3355 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3356 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3357 (newsticker--treeview-tree-update-tag): Remove dead code.
3358 (newsticker-treeview-update): Don't update cache.
3359 (newsticker-treeview-quit): Don't save cache.
3360 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3361 (newsticker-treeview-save): Use `newsticker-dir'.
3362 (newsticker--treeview-load): Use `newsticker-dir'.
3363 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3364 Update tags.
3365 (newsticker-treeview-tree-do-click): Slightly simplified.
3366
3367 * net/newst-backend.el (newsticker-dir): New.
3368 (newsticker-start): Use `newsticker--cache-read'.
3369 (newsticker-stop): Use `newsticker--cache-save'.
3370 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3371 (newsticker--images-dir): New.
3372 (newsticker--image-get, newsticker--image-sentinel):
3373 Use `newsticker--images-dir'.
3374 (newsticker--cache-save-version1): Backup version of
3375 `newsticker--cache-save'.
3376 (newsticker--cache-update): Create newsticker-dir if necessary.
3377 (newsticker--cache-dir): New.
3378 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3379 (newsticker--cache-save-feed): New.
3380 (newsticker--cache-read-version1): New. Backuped version for reading
3381 cache data..
3382 (newsticker--cache-read, newsticker--cache-do-read): New.
3383
3384 * net/newst-reader.el (newsticker--image-read):
3385 Use `newsticker--images-dir'.
3386
3387 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * files.el (confirm-nonexistent-file-or-buffer):
3390 Allow `after-completion' value to request confirm only after TAB.
3391 (confirm-nonexistent-file-or-buffer): New function.
3392 (read-buffer-to-switch, find-file, find-file-other-window)
3393 (find-file-other-frame, find-file-read-only)
3394 (find-file-read-only-other-window)
3395 (find-file-read-only-other-frame): Use it.
3396 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3397 Thanks to Alan Mackenzie for suggesting the new behavior.
3398
3399 * minibuffer.el (minibuffer-complete-and-exit):
3400 Change `confirm-only' value of minibuffer-completion-confirm to
3401 `confirm', and handle a `confirm-after-completion' value.
3402
3403 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3406
3407 2008-11-24 Andreas Schwab <schwab@suse.de>
3408
3409 * image.el (image-type-header-regexps): Recognize more xbm format
3410 variants.
3411
3412 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3415 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3416 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3417 (artist-replace-string, artist-draw-rect, artist-draw-line)
3418 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3419 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3420 (artist-pen, artist-pen-line, artist-text-insert-common)
3421 (artist-text-overwrite, artist-spray-get-interval)
3422 (artist-spray-clear-circle, artist-erase-char)
3423 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3424 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3425 (artist-key-draw-1point, artist-key-draw-2points)
3426 (artist-mouse-draw-continously): Fix typos in docstrings.
3427 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3428 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3429 (artist-backward-char, artist-forward-char): Doc fixes.
3430 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3431 Reflow docstrings.
3432
3433 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * international/quail.el (quail-vunion): New function.
3436 (quail-defrule-internal): Use it to prevent accumulating redundant
3437 alternatives when `append' is set.
3438 (quail-insert-decode-map): Simplify computation of the max-key-width.
3439 Compute it right for multiple-list.
3440
3441 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3444 explicitly. Doc fix.
3445
3446 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3447
3448 * calendar/appt.el (appt-disp-window): Move minibuffer check
3449 after binding this-window and do not set-buffer to make sure we
3450 won't deselect the minibuffer. (Bug#1413)
3451
3452 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * vc-hg.el (vc-hg-program): Remove.
3455 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3456 Undo previous change.
3457
3458 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3459
3460 * info-look.el (info-lookup): When Info buffer is visible on
3461 another frame, raise that frame.
3462
3463 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * allout.el (allout-mode): Fix typo in docstring.
3466
3467 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3468 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3469
3470 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * vc-hooks.el (vc-follow-link): Complete last change.
3473
3474 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3475
3476 * textmodes/remember.el (remember-region): Doc fix.
3477 (remember-filter-functions, remember-handler-functions)
3478 (remember-save-after-remembering, remember-mailbox)
3479 (remember-default-priority, remember-data-file, remember-leader-text)
3480 (remember-diary-file): Remove * from defcustom docstrings.
3481 (remember-run-all-annotation-functions-flag)
3482 (remember-all-handler-functions): Reflow docstrings.
3483 (remember-store-in-mailbox): Fix typo in docstring.
3484 (remember-mode): Define with `define-derived-mode'. Doc fix.
3485
3486 2008-11-23 Glenn Morris <rgm@gnu.org>
3487
3488 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3489 (eshell-do-pipelines): Add optional argument to distinguish recursive
3490 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3491 in a pipeline.
3492
3493 * eshell/esh-proc.el (eshell-gather-process-output):
3494 Set process-connection-type nil for all but the first element of a
3495 pipeline. (Bug#1388)
3496
3497 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3498
3499 * ediff-hook.el: Add tooltips to Emacs menus.
3500
3501 * ediff.el: Change date of last update.
3502
3503 2008-11-22 Juri Linkov <juri@jurta.org>
3504
3505 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3506 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3507 Doc fix.
3508 (dired-isearch-filenames-setup): Run filename Isearch only when
3509 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3510 and the text property `dired-filename' at point is non-nil.
3511 In this case also set isearch-message-prefix-add to "filename ".
3512 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3513 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3514 Don't let-bind isearch-message-prefix-add since this is done now
3515 in dired-isearch-filenames-setup.
3516
3517 * isearch.el (isearch-mode): Change the order of calling
3518 `isearch-update' and running the `isearch-mode-hook' to call
3519 `isearch-update' with Isearch parameters set in this hook.
3520
3521 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3522 Fix docstring - change "during `compile'" to "during compilation".
3523
3524 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3525 be immediately after `name'.
3526
3527 * startup.el (initial-buffer-choice): Change an abstract file name
3528 "file.txt" to more reasonable default file name value "~/.emacs".
3529
3530 2008-11-22 Juri Linkov <juri@jurta.org>
3531
3532 * files.el (hack-local-variables-confirm): Rename arg `project' to
3533 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3534 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3535 (hack-local-variables): Rename call of `hack-project-variables' to
3536 `hack-dir-local-variables'. Change error text to "Directory-local
3537 variables error".
3538 (dir-locals-class-alist): Rename from `project-class-alist'.
3539 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3540 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3541 (dir-locals-collect-mode-variables): Rename from
3542 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3543 `mode-variables', and arg `settings' to `variables'.
3544 (dir-locals-collect-variables): Rename from
3545 `project-collect-binding-list'. Rename arg `binding-list' to
3546 `class-variables', and arg `settings' to `variables'.
3547 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3548 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3549 Rename arg `settings' to `variables'.
3550 (dir-locals-file): New defconst.
3551 (dir-locals-find-file): Rename from `project-find-settings-file'.
3552 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3553 and `pda' to `dir-elt'.
3554 (dir-locals-read-from-file): Rename from
3555 `project-define-from-project-file'. Rename arg `settings-file'
3556 to `file'. Rename let-bound `list' to `variables'.
3557 (hack-dir-local-variables): Rename from `hack-project-variables'.
3558 Rename let-bound `settings' to `variables-file', `root-dir'
3559 to `dir-name', and `bindings' to `variables'.
3560
3561 2008-11-22 Lute Kamstra <lute@gnu.org>
3562
3563 * simple.el (goto-line): Rename argument.
3564
3565 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3566
3567 * makefile.w32-in (compile-first): New target.
3568 (recompile): Depend on compile-first.
3569
3570 * Makefile.in (recompile): Depend on compile-first.
3571
3572 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3573
3574 * files.el (switch-to-buffer-other-window)
3575 (switch-to-buffer-other-frame): Rename buffer argument to
3576 buffer-or-name. Reword and mention new option
3577 confirm-nonexistent-file-or-buffer in doc-string.
3578
3579 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3580
3581 * emulation/viper.el: Date change.
3582
3583 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3584 viper-translate-all-ESC-keysequences is now a function.
3585
3586 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3587 Make this variable.
3588
3589 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3592 Use buffer-file-truename to handle symlinks in any part of the filename.
3593
3594 2008-11-22 Glenn Morris <rgm@gnu.org>
3595
3596 * vc-mtn.el (vc-mtn-diff-switches): New option.
3597 (vc-mtn-program): Rename from vc-mtn-command, for
3598 consistency with other backends. Keep old name as alias.
3599 Update callers. Make it a defcustom.
3600 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3601
3602 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3603 consistency with other backends. Keep old name as alias.
3604 Make it a defcustom.
3605 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3606
3607 * vc-hg.el (vc-hg-program): New option.
3608 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3609 Use vc-hg-program rather than hard-coded "hg".
3610
3611 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3612 (vc-svn-program): Move defcustom to start.
3613 (vc-svn-create-repo, vc-svn-modify-change-comment):
3614 Use vc-svn-program rather than hard-coded "svn".
3615
3616 * menu-bar.el: Stylistic consistency fixes for various menu and
3617 help texts.
3618
3619 * kmacro.el (kmacro-insert-counter): Doc fix.
3620
3621 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3622
3623 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3624
3625 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * international/quail.el (quail-indent-to): New function.
3628 (quail-completion-1, quail-completion-list-translations)
3629 (quail-insert-decode-map): Use it to improve alignment.
3630 (quail-build-decode-map): Don't ignore latin-1 chars.
3631 (quail-help): Increase the max decode-map size so that even the TeX map
3632 gets printed.
3633
3634 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3635 Signal error for invalid bookmark.
3636 (bookmark-get-bookmark-record): Undo last change.
3637 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3638
3639 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3640 Suggested by Toru TSUNEYOSHI.
3641
3642 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3643
3644 * byte-opt.el (byte-compile-butlast): Move up in file.
3645 (byte-optimize-plus): Don't call
3646 byte-optimize-delay-constants-math (bug#1334).
3647 Use byte-optimize-predicate to optimize constants.
3648 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3649 Remove zero arguments first
3650 if possible. Call byte-optimize-predicate to optimize constants.
3651 (byte-optimize-multiply): Remove optimizations for arguments of 0
3652 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3653 Call byte-optimize-predicate.
3654 (byte-optimize-divide): Leave runtime errors unchanged.
3655 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3656 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3657
3658 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3661 declaration and remove redundant info from docstring.
3662
3663 * isearch.el (isearch-search-string): Doc fix.
3664 (search-exit-option, search-slow-window-lines, search-slow-speed)
3665 (search-upper-case, search-nonincremental-instead)
3666 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3667 (search-ring-update, search-highlight, isearch-lazy-highlight)
3668 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3669 (lazy-highlight-interval): Remove * from defcustom docstrings.
3670 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3671 Remove * from defcustom docstrings; fix typos.
3672 (isearch-push-state-function, isearch-help-for-help-internal)
3673 (isearch-help-for-help, isearch-describe-bindings)
3674 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3675 (isearch-pop-fun-state, isearch-search-fun-function)
3676 (isearch-lazy-highlight-search): Fix typos in docstrings.
3677 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3678 (isearch-forward): Fix typo and reflow docstring.
3679 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3680 (isearch-mode-map): Don't use `let*'.
3681
3682 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3685
3686 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * isearch.el (isearch-search-string): Simplify and convert docstring.
3689
3690 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3691
3692 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3695 (lookup-nested-alist): Doc fix.
3696 (with-coding-priority): Reflow docstring.
3697 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3698 (char-displayable-p): Reflow docstring. Use `when'.
3699
3700 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3701
3702 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3703 week forward/backward.
3704
3705 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3708 (with-electric-help): Fix typo and reflow docstring.
3709
3710 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3713 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3714 (list-buffers-noselect): Don't need to pad.
3715
3716 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3717
3718 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3719 Pay attention to char widths when computing string sizes.
3720
3721 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3724 (byte-compile-output-docform): Reflow docstrings.
3725 (no-byte-compile): Fix typo in docstring.
3726 (byte-recompile-directory, compile-defun): Doc fixes.
3727 (emacs-lisp-file-regexp, byte-compile-verbose)
3728 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3729 (byte-compile-dynamic-docstrings, byte-optimize-log)
3730 (byte-compile-error-on-warn, byte-compile-warnings)
3731 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3732 Remove * from defcustom docstrings.
3733
3734 2008-11-20 Glenn Morris <rgm@gnu.org>
3735
3736 * format.el (format-alist, format-write-file): Doc fix.
3737
3738 * proced.el (proced-available): New variable.
3739 (proced-process-attributes): Move availability check from previous
3740 change from here...
3741 (proced): ... to here.
3742
3743 * vc-hg.el (vc-hg-diff-switches): New option.
3744 (vc-hg-diff): Apply diff switches. (Bug#1017)
3745
3746 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3747
3748 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3749
3750 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3751
3752 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3753
3754 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3755
3756 * calc/calc-units.el (math-units-table): Doc fix.
3757 (math-standard-units): Fix typo in constant's description.
3758 (math-additional-units): Fix typo in docstring.
3759
3760 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3761
3762 * calc/calc-units.el (math-standard-units): Add eps0,
3763 permittivity of vacuum.
3764
3765 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * files.el (project-settings-file): Remove.
3768 (project-find-settings-file): Undo previous change that added the
3769 use of project-settings-file.
3770
3771 2008-11-19 Glenn Morris <rgm@gnu.org>
3772
3773 * proced.el (proced, proced-format-time): Doc fixes.
3774 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3775
3776 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3777
3778 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3779 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3780
3781 2008-11-19 Lute Kamstra <lute@gnu.org>
3782
3783 * autoinsert.el (auto-insert-alist): Don't use match data.
3784
3785 2008-11-19 Glenn Morris <rgm@gnu.org>
3786
3787 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3788
3789 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3790
3791 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3792 * term/w32-win.el (x-select-font): Declare.
3793
3794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3795 Use the imperative for all help strings.
3796
3797 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3800 case where the default dictionary is French, Spanish, younameit.
3801
3802 * window.el (window--frame-usable-p): Consider dedicated windows
3803 as usable.
3804
3805 * files.el (confirm-nonexistent-file-or-buffer):
3806 Rename from find-file-confirm-nonexistent-file.
3807 (read-buffer-to-switch): Use it.
3808
3809 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * server.el (server-temp-file-p): Use `string-match-p'.
3812 (server-socket-dir): Set to nil if local sockets are unsupported.
3813 (server-start): Don't try to delete local socket if unsupported.
3814 (server-kill-new-buffers): Reflow docstring.
3815 (server-delete-client, server-handle-delete-frame)
3816 (server-save-buffers-kill-terminal): Doc fixes.
3817 (server-send-string): Fix typo in docstring.
3818
3819 2008-11-18 Sam Steingold <sds@gnu.org>
3820
3821 * progmodes/compile.el (compilation-start-hook): New hook.
3822 (compilation-start): Run it on the compilation process.
3823
3824 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * international/mule-cmds.el (update-leim-list-file): Simplify.
3827 (prefer-coding-system, find-coding-systems-for-charsets):
3828 Fix docstring typos.
3829 (select-safe-coding-system, input-method-exit-on-first-char)
3830 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3831 (toggle-input-method, read-multilingual-string): Doc fixes.
3832 Reflow docstrings.
3833 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3834 (read-char-by-name): Use `string-match-p'.
3835 (get-char-code-property, put-char-code-property)
3836 (char-code-property-description): Be silent while loading uni-* files.
3837 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3838 the Unicode character names is *slow*.
3839
3840 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3843
3844 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3845
3846 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * international/mule-cmds.el (ucs-completions): Mark as risky.
3849
3850 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3851
3852 * help-macro.el (three-step-help): Remove * from defcustom.
3853 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3854 Use when instead of if and cond within condition-case.
3855
3856 * window.el (quit-window): Bind window to selected window when
3857 trying to delete it.
3858
3859 2008-11-17 Glenn Morris <rgm@gnu.org>
3860
3861 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3862 definition of 'ignore, rather than nil. (Bug#1353)
3863
3864 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3867
3868 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3871
3872 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3873 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3874 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3875 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3876 (shell-command, repeat-complex-command): Reflow docstrings.
3877 (pop-to-mark-command): Fix typos in docstring.
3878
3879 2008-11-17 Juri Linkov <juri@jurta.org>
3880
3881 * isearch.el (isearch-filter-predicate): Rename from
3882 `isearch-success-function'. Rename default value from
3883 `isearch-success-function-default' to
3884 `isearch-filter-invisible'. Doc fix.
3885 (isearch-filter-invisible): Rename from
3886 `isearch-success-function-default'. Doc fix.
3887 (isearch-search, isearch-lazy-highlight-search):
3888 Rename `isearch-success-function' to `isearch-filter-predicate'.
3889
3890 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3891 `dired-isearch-orig-success-function'.
3892 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3893 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3894 `isearch-filter-predicate'. Doc fix.
3895 (dired-isearch-filter-filenames): Rename from
3896 `dired-isearch-success-function'.
3897
3898 * info.el (Info-search, Info-mode):
3899 Rename `isearch-success-function' to `isearch-filter-predicate'.
3900 (Info-isearch-filter-predicate): Rename from
3901 `Info-search-success-function'.
3902
3903 * simple.el (minibuffer-default-add-function): Fix docstring to
3904 use clear text "default values" instead of obscure references to
3905 the dynamic variable `minibuffer-default'.
3906
3907 2008-11-16 Glenn Morris <rgm@gnu.org>
3908
3909 * term/ns-win.el (ns-extended-platform-support-mode):
3910 Tweak menu entry from previous change.
3911
3912 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3913
3914 * cus-edit.el (custom-buffer-create-internal): Always insert the
3915 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3916
3917 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3920
3921 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * ielm.el (ielm-eval-input): Fix thinko in last change.
3924
3925 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3928
3929 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3932 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3933
3934 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3935 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3936 Handle `file-name-as-directory'.
3937
3938 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3941 usual variable-pitch face.
3942
3943 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3946 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3947 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3948 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3949 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3950 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3951 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3952 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3953 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3954 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3955 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3956 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3957 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3958 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3959 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3960 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3961 (ange-ftp-default-user, ange-ftp-default-password)
3962 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3963 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3964 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3965 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3966 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3967 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3968 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3969 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3970 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3971 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3972 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3973 (ange-ftp-gateway-tmp-name-template)
3974 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3975 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3976 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3977 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3978 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3979 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3980 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3981 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3982 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3983 (ange-ftp-rename-local-to-remote): Doc fixes.
3984 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3985 Use `when', `unless'.
3986 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3987 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3988 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3989 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3990 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3991 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3992 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3993 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3994 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3995 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3996 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3997 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3998 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3999 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4000 `(save-match-data (string-match ...))'.
4001 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4002 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4003 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4004 Doc fixes.
4005
4006 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4007
4008 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4009 function instead of a variable.
4010
4011 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4012 viper-ESC-keyseq-timeout as a function.
4013 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4014 defsubst.
4015
4016 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4017 next-line or previous-line.
4018 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4019
4020 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4021
4022 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4023 live.
4024 (ediff-save-buffer): Let window-min-height to 2.
4025
4026 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4027 the minibuffer.
4028
4029 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4030
4031 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4032 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4033 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4034 (ielm-map): Define within defvar. Add docstring.
4035 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4036 (ielm-complete-filename): Use `when', `unless'.
4037 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4038 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4039 (ielm-change-working-buffer): Check that the buffer is live.
4040 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4041 Simplify. Reflow docstring.
4042 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4043 New aliases, to satisfy `define-derived-mode' expectations.
4044
4045 2008-11-15 Glenn Morris <rgm@gnu.org>
4046 Martin Rudalics <rudalics@gmx.at>
4047
4048 * emacs-lisp/find-func.el (find-function-advised-original): New.
4049 (find-function-C-source, find-function-noselect):
4050 Use find-function-advised-original to handle advised funcs. (Bug#789)
4051
4052 2008-11-15 Glenn Morris <rgm@gnu.org>
4053
4054 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4055 alias message.
4056
4057 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4058 Remove uniquify-after-kill-buffer-p dependency.
4059 (uniquify-kill-buffer-function): New function.
4060 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4061
4062 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4063 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4064 main Emacs manual.
4065
4066 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4067
4068 * window.el (quit-window): Restore delete window with second
4069 arg non-nil behavior as of before 2008-10-30 change.
4070
4071 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * help-fns.el (describe-function-1): Do char-range check for
4074 self-insert-command.
4075
4076 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4077
4078 * files.el (file-precious-flag): Document that this flag is advisory.
4079
4080 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4081
4082 * emacs-lisp/bytecomp.el (byte-compile-associative)
4083 (byte-compile-minus, byte-compile-quo): If there are more than two
4084 operands, don't use binary operation code (bug#1334).
4085
4086 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * w32-fns.el (w32-shell-dos-semantics):
4089 * calendar/diary-lib.el (diary-face-attrs):
4090 * international/mule-cmds.el (set-default-coding-systems)
4091 (prefer-coding-system):
4092 * net/tramp.el (tramp-set-completion-function):
4093 * progmodes/vhdl-mode.el (vhdl-file-header):
4094 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4095
4096 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4097
4098 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4099 (kill-matching-buffers, save-buffers-kill-emacs)
4100 (save-buffers-kill-terminal): Fix typos in docstrings.
4101 (switch-to-buffer-other-window): Reflow docstring.
4102 (revert-buffer): Doc fix.
4103 (define-project-bindings): Rename arg LIST to SETTINGS.
4104 (project-find-settings-file): Use `let', not `let*'.
4105 Use `when'.
4106
4107 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4108
4109 * files.el (project-settings-file, locate-dominating-file):
4110 Fix typos in docstrings.
4111 (find-file-visit-truename): Remove * from defcustom docstring.
4112
4113 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4114
4115 * files.el (project-settings-file): New variable.
4116 (project-find-settings-file): Use it, instead of hardcoding
4117 .dir.settings.el.
4118
4119 2008-11-13 Glenn Morris <rgm@gnu.org>
4120
4121 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4122
4123 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4124
4125 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4126 in mail bodies.
4127
4128 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * international/mule.el (autoload-coding-system, with-category-table)
4131 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4132 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4133 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4134 (set-file-name-coding-system, ctext-pre-write-conversion)
4135 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4136 Reflow docstrings.
4137 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4138 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4139 (char-valid-p): Define with `define-obsolete-function-alias'.
4140
4141 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4142
4143 2008-11-12 Sam Steingold <sds@gnu.org>
4144
4145 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4146 between hostname and path.
4147
4148 2008-11-11 Juri Linkov <juri@jurta.org>
4149
4150 * dired-aux.el (dired-isearch-filenames)
4151 (dired-isearch-filenames-regexp):
4152 Let-bind isearch-message-prefix-add to "filename ".
4153
4154 * isearch.el (isearch-message-prefix-add)
4155 (isearch-message-suffix-add): New variables.
4156 (isearch-message-prefix): Show additional text from
4157 `isearch-message-prefix-add' before "I-search".
4158 (isearch-message-suffix): Show additional text from
4159 `isearch-message-suffix-add' at the end.
4160
4161 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4162 `isearch-search'. Call isearch-success-function to skip matches
4163 outside the current isearch scope. Let-bind search-invisible to
4164 nil to not match invisible text.
4165
4166 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4167 Let-bind `isearch-recursive-edit' to nil to prevent calling
4168 `exit-recursive-edit' in `isearch-done' that terminates the
4169 execution of these commands when it is non-nil. Call
4170 `exit-recursive-edit' explicitly at the end.
4171 (isearch-occur): For word search construct the correct regexp
4172 with word boundaries to proceed with occur.
4173
4174 * isearch.el (isearch-search-fun): Compare the length of the
4175 current search string with the length of the string from the
4176 previous search state to detect the situation when the user
4177 adds or removes characters in the search string.
4178 Use word-search-forward-lax and word-search-backward-lax in this
4179 case, and otherwise word-search-forward and word-search-backward.
4180
4181 2008-11-11 Sam Steingold <sds@gnu.org>
4182
4183 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4184 the "Version Control" group (for C-x v g).
4185
4186 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * server.el (server-process-filter): Fix typos and reflow docstring.
4189
4190 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4191
4192 * mail/footnote.el (footnote-mode): Improve doc-string.
4193 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4194
4195 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4198
4199 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4200
4201 * mail/smtpmail.el (smtpmail-open-stream): Use
4202 `starttls-any-program-available'. Auto-load starttls.el for it.
4203
4204 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4205
4206 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4207 version (bug@1285).
4208
4209 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4210
4211 * startup.el (command-line): Ignore init-file-user when checking
4212 user's home directory on MS-DOS as well.
4213
4214 2008-11-07 Sam Steingold <sds@gnu.org>
4215
4216 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4217
4218 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * frame.el (make-frame-on-display): Use `string-match-p'.
4221
4222 2008-11-07 Glenn Morris <rgm@gnu.org>
4223
4224 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4225
4226 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4227
4228 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4229 to initialize font-lock keyword case sensitivity.
4230 (lisp-mode): Use it.
4231
4232 2008-11-06 Glenn Morris <rgm@gnu.org>
4233
4234 * eshell/esh-maint.el: Remove unused file.
4235
4236 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4237
4238 * cus-edit.el (custom-comment-tag): Doc fix.
4239 (custom-comment, custom-variable-value-create, custom-face):
4240 Use face names sans -face suffix rather than aliases.
4241
4242 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4245 window width.
4246
4247 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * server.el (server-process-filter): Only default to emacsclient's
4250 terminal in daemon mode.
4251
4252 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4253
4254 * window.el (quit-window): Restore prefix argument behavior
4255 removed in 2008-10-30 change. (Bug#1308)
4256
4257 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4258
4259 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4260 function to kill-buffer-hook, not to kill-buffer.
4261 Reported by Markus Triska <markus.triska@gmx.at>
4262
4263 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4264
4265 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4266 exists before deleting its windows.
4267
4268 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * server.el (server-process-filter): Don't call
4271 server-create-tty-frame when no tty name is specified.
4272
4273 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4274
4275 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4276
4277 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4280 (define-char-code-property):
4281 * textmodes/reftex.el (reftex-index):
4282 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4283
4284 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4287 vc-bzr-status-printer.
4288
4289 * startup.el (startup-echo-area-message): Display a different
4290 message in daemon mode. Suggested by Stephen Turnbull.
4291
4292 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4293 Windows.
4294
4295 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4296
4297 * dframe.el (dframe-mouse-position-function)
4298 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4299 (dframe-mouse-set-point): Fix typos in docstrings.
4300
4301 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4302
4303 * vc-dir.el (vc-dir-headers): Undo previous change.
4304
4305 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4306
4307 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4308 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4309
4310 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4311
4312 * subr.el (looking-back): Fix doc-string typo.
4313
4314 * electric.el (Electric-pop-up-window): Call window-end with
4315 UPDATE set to t.
4316
4317 * window.el (save-selected-window): Make it behave like
4318 save-selected-window-norecord.
4319 (save-selected-window-norecord): Remove, since functionality
4320 fully taken over by save-selected-window.
4321 (walk-windows, set-window-text-height, fit-window-to-buffer):
4322 Use save-selected-window instead of save-selected-window-norecord.
4323 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4324 save-selected-window-norecord.
4325 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4326 indent-function for save-selected-window-norecord.
4327
4328 2008-11-03 Alan Mackenzie <acm@muc.de>
4329
4330 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4331
4332 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * subr.el (looking-back): Doc fix.
4335
4336 * term/x-win.el (x-initialize-window-system):
4337 Call x-wm-set-size-hint after initialization.
4338
4339 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4340 to t.
4341
4342 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4343 2000-12-08 (bug#1297).
4344
4345 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4346
4347 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4348
4349 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4350 when appropriate.
4351
4352 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4353
4354 * window.el (save-selected-window-norecord): New macro.
4355 (walk-windows): Use save-selected-window-norecord and call
4356 select-window with NORECORD set. (Bug#1237)
4357 (set-window-text-height, fit-window-to-buffer):
4358 Use save-selected-window-norecord and call select-window with
4359 NORECORD set.
4360 * subr.el (with-selected-window): Call set-frame-selected-window
4361 with new argument NORECORD set. Update doc-string.
4362 (with-selected-frame): Call select-frame with new argument
4363 NORECORD set. Update doc-string.
4364 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4365 Put indent-function for save-selected-window-norecord.
4366 * font-lock.el (lisp-font-lock-keywords-2):
4367 Add save-selected-window-norecord.
4368
4369 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * cus-edit.el (customize-apropos-options, custom-comment)
4372 (custom-comment-tag, custom-face-edit-attribute-tag):
4373 Fix typos in docstrings.
4374 (custom-buffer-done-kill): Remove * from defcustom docstring.
4375 (custom-file): Fix typo in doc of defcustom choice.
4376
4377 * frame.el (display-visual-class): Fix typo in docstring.
4378 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4379 (special-display-frame-alist, show-trailing-whitespace)
4380 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4381 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4382 Remove * from defcustom docstrings.
4383
4384 * md4.el (md4-buffer): Fix typo in docstring.
4385 (md4, md4-64): Doc fixes.
4386 (md4-pack-int32): Reflow docstring.
4387
4388 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4389 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4390
4391 * rect.el (open-rectangle): Reflow docstring.
4392 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4393
4394 * select.el (x-get-cut-buffer): Fix typo in docstring.
4395
4396 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4397 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4398 Fix typos in docstrings.
4399
4400 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4401 Fix typos in docstrings.
4402
4403 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4404
4405 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4406
4407 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4408 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4409 (newsticker--treeview-tree-update)
4410 (newsticker--treeview-tree-update-highlight)
4411 (newsticker-treeview-update)
4412 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4413 (newsticker-treeview-next-new-or-immortal-item)
4414 (newsticker-treeview-prev-new-or-immortal-item)
4415 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4416 (newsticker-treeview-tree-click): Watch for layout changes.
4417 (newsticker--treeview-set-current-node): Cleanup.
4418 (newsticker--treeview-restore-layout): Rename from
4419 newsticker--treeview-restore-buffers.
4420 (newsticker--treeview-mark-item): Update cache file.
4421
4422 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4423
4424 * calendar/icalendar.el (icalendar--uid-count): New.
4425 (icalendar--create-uid): New. Extracted from
4426 `icalendar-export-region' and add uid counter.
4427 (icalendar-export-region): Use `icalendar--create-uid'.
4428
4429 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * tooltip.el (tooltip-frame-parameters): Doc fix.
4432
4433 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4434
4435 * window.el (window-body-height, window-current-scroll-bars)
4436 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4437 (minibuffer-window-active-p, count-windows)
4438 (window-safely-shrinkable-p, window--splittable-p)
4439 (window--try-to-split-window, window--frame-usable-p)
4440 (window--even-window-heights, window--display-buffer-1)
4441 (window--display-buffer-2, set-window-text-height)
4442 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4443 (truncated-partial-width-window-p): Rewrite doc-string.
4444 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4445 (split-window-vertically, split-window-horizontally):
4446 Rename args, rewrite doc-string, and simplify code.
4447 (split-window-save-restore-data): Rename args and use
4448 when instead of if.
4449
4450 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * indent.el (indent-for-tab-command): Use use-region-p.
4453
4454 * vc.el (vc-revert): Limit the length of the query string.
4455
4456 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * simple.el (idle-update-delay, next-error-highlight)
4459 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4460 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4461 (kill-read-only-ok, backward-delete-char-untabify-method)
4462 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4463 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4464 (goal-column, line-move-ignore-invisible, fill-prefix)
4465 (auto-fill-inhibit-regexp, blink-matching-paren)
4466 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4467 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4468 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4469 (minibuffer-history-isearch-wrap, transient-mark-mode)
4470 (next-logical-line, auto-fill-mode, line-number-mode)
4471 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4472 (normal-erase-is-backspace-mode): Doc fixes.
4473 (current-kill, transient-mark-mode, toggle-truncate-lines)
4474 (visible-mode): Reflow docstrings.
4475 (minibuffer-local-shell-command-map, interprogram-paste-function):
4476 Fix typos in docstrings.
4477
4478 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4479
4480 * server.el (server-process-filter): In daemon mode, default to
4481 emacsclient's tty if not opening a new frame and only the
4482 terminal-frame is available.
4483
4484 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4485
4486 * window.el (quit-window): Simplify code. Say in doc-string
4487 that it operates on the selected window's buffer. (Bug#1259)
4488
4489 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4490
4491 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4492 nil so that log-view-diff-changeset works.
4493
4494 2008-10-30 Glenn Morris <rgm@gnu.org>
4495
4496 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4497
4498 * resume.el: Move to obsolete/.
4499 * Makefile.in (ELCFILES): Update.
4500
4501 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * electric.el (Electric-pop-up-window): Don't shrink the window if
4504 it's already big enough.
4505
4506 * minibuffer.el (delete-minibuffer-contents): Delete all
4507 minibuffer contents instead of just the current field.
4508
4509 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4510
4511 * bookmark.el (bookmark-handle-bookmark): Rename from
4512 bookmark-jump-noselect.
4513 (bookmark--jump-via, bookmark-insert): Callers changed.
4514 (bookmark-jump-noselect): Wrapper function for
4515 bookmark-handle-bookmark.
4516 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4517
4518 * textmodes/ispell.el (ispell-word): Use use-region-p.
4519
4520 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4523 to follow naming conventions for abnormal hooks. Doc fix.
4524 (tooltip-mode, tooltip-timeout): Use it.
4525 (tooltip-hook): New obsolete alias.
4526 (tooltip-help-tips): Doc fix.
4527
4528 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4529
4530 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4531
4532 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4533 of hardcoded /tmp.
4534
4535 2008-10-29 Glenn Morris <rgm@gnu.org>
4536
4537 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4538
4539 * vc-hooks.el (vc-find-root): Remove bogus alias.
4540
4541 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * international/quail.el (quail-show-guidance): Don't create
4544 a guidance-frame if current buffer is not a minibuffer, since even if
4545 selected-window is mini-p, the buffer will never be displayed in it, so
4546 it wil be usable for guidance.
4547
4548 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * smerge-mode.el: Require diff-mode at run-time as well.
4551
4552 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4553
4554 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4555 * vc-hooks.el (vc-stay-local): Likewise.
4556
4557 2008-10-28 Phil Sung <psung@mit.edu>
4558
4559 * follow.el (follow-scroll-down, follow-calc-win-end)
4560 (follow-estimate-first-window-start): Reduce effective window
4561 height when header line is present. (Bug#925)
4562
4563 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * subr.el (locate-user-emacs-file): Simplify. Don't create
4566 `user-emacs-directory' when Emacs is running in batch mode.
4567
4568 * startup.el (inhibit-startup-screen): Reflow docstring.
4569 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4570
4571 2008-10-27 Kenichi Handa <handa@m17n.org>
4572
4573 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4574
4575 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * face-remap.el (text-scale-increase, text-scale-decrease)
4578 (text-scale-adjust): Remove &optional keyword from the arg list;
4579 the INC argument is not really optional, if the functions happen
4580 to be called from elisp.
4581
4582 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4583
4584 * vc.el: Rename VC methods that were missed when vc-status was
4585 renamed to vc-dir.
4586 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4587 vc-svn-status-extra-headers.
4588 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4589 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4590 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4591 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4592 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4593 vc-dir-status-printer.
4594 (vc-dir-headers): Use `dir-extra-headers' instead of
4595 `status-extra-headers'.
4596 (vc-dir-printer): Rename from vc-dir-status-printer.
4597 (vc-default-dir-extra-headers): Rename from
4598 vc-default-status-extra-headers.
4599 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4600 vc-cvs-status-extra-headers.
4601
4602 * startup.el (server-name): Pacify byte compiler.
4603 (command-line): If --daemon=SERVER_NAME was used, set server-name
4604 before calling server-start.
4605
4606 2008-10-26 Romain Francoise <romain@orebokech.com>
4607
4608 * startup.el (command-line): Call daemon-initialized after
4609 starting the server.
4610
4611 2008-10-26 Kenichi Handa <handa@m17n.org>
4612
4613 * help-fns.el (describe-categories): Display the terse legend at
4614 the head.
4615
4616 * international/characters.el: Docstrings of categories improved.
4617
4618 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4621
4622 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4623 to the courier family.
4624 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4625 usually not serif'd and hence rather unlike verbatim's printed output.
4626
4627 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4630 when reporting the module.
4631
4632 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4633
4634 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4635
4636 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * files.el (locate-dominating-stop-dir-regexp): New var.
4639 (locate-dominating-file): Change arg from a regexp to a file name.
4640 Rewrite using the vc-find-root code to avoid directory-files which is
4641 too slow. Obey locate-dominating-stop-dir-regexp.
4642 Don't pay attention to changes in owner.
4643 (project-find-settings-file): Adjust call to locate-dominating-file.
4644
4645 * progmodes/flymake.el (flymake-find-buildfile):
4646 Adjust call to locate-dominating-file.
4647
4648 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4649 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4650
4651 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4652
4653 * subr.el (with-current-buffer): Rename buffer argument to
4654 buffer-or-name.
4655 * window.el (get-buffer-window-list): Rename buffer argument to
4656 buffer-or-name and make it optional.
4657
4658 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4661 (completion-search-next, add-completions-from-file):
4662 Fix typos in docstrings.
4663
4664 * filesets.el (filesets-menu-ensure-use-cached)
4665 (filesets-ingroup-patterns, filesets-filetype-property):
4666 * tutorial.el (get-lang-string):
4667 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4668 Fix typos in docstrings.
4669
4670 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4671 (image-dired-line-up-method, image-dired-thumb-size)
4672 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4673 (image-dired-track-original-file, image-dired-track-thumbnail)
4674 (image-dired-dired-next-line, image-dired-dired-previous-line)
4675 (image-dired-write-comments): Reflow docstrings.
4676 (image-dired-show-all-from-dir-max-files)
4677 (image-dired-format-properties-string, image-dired-create-thumbs)
4678 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4679 Fix typos in docstrings.
4680
4681 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4682 (savehist-additional-variables, savehist-ignored-variables)
4683 (savehist-file-modes, savehist-autosave-interval):
4684 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4685 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4686 (fancy-splash-image):
4687 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4688 (thumbs-conversion-program, thumbs-margin):
4689 Remove spurious * in docstrings.
4690
4691 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4692
4693 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4694 (forward-same-syntax): Omit default arguments to char-after and
4695 char-before.
4696
4697 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * subr.el (locate-user-emacs-file): New function.
4700 (user-emacs-directory): Mention it in docstring.
4701
4702 * completion.el (save-completions-file-name):
4703 * filesets.el (filesets-menu-cache-file):
4704 * image-dired.el (image-dired-dir, image-dired-db-file)
4705 (image-dired-temp-image-file, image-dired-gallery-dir)
4706 (image-dired-temp-rotate-image-file):
4707 * savehist.el (savehist-file):
4708 * server.el (server-auth-dir):
4709 * thumbs.el (thumbs-thumbsdir):
4710 * tutorial.el (tutorial--saved-dir):
4711 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4712
4713 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4716 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4717
4718 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * filesets.el: Update author email.
4721 (filesets-data): Doc fix.
4722
4723 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4724
4725 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4726
4727 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4728
4729 * international/mule-cmds.el (describe-language-environment):
4730 Indent sample text.
4731
4732 2008-10-23 Glenn Morris <rgm@gnu.org>
4733
4734 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4735
4736 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4737 byte-compile a redefinition of a function with special byte-compile
4738 handling. (Bug#411)
4739
4740 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4741
4742 * ps-print.el: Deal with page sizes for label printes. Suggested by
4743 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4744 (ps-print-version): New version 7.3.3.
4745 (ps-page-dimensions-database): New page sizes for label printers.
4746 (ps-n-up-printing): Fix code.
4747
4748 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4751
4752 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4753 (list-at-point): Add docstrings.
4754
4755 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4756
4757 * dired-aux.el (dired-do-create-files): Doc fix.
4758
4759 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4760
4761 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4762 with other documentation.
4763
4764 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * replace.el (how-many): Fix typo in docstring.
4767 Reported by Leo <sdl.web@gmail.com>.
4768
4769 2008-10-22 Glenn Morris <rgm@gnu.org>
4770
4771 * international/mule-cmds.el (universal-coding-system-argument):
4772 Check for C-g. (Bug#1205)
4773
4774 2008-10-22 Kenichi Handa <handa@m17n.org>
4775
4776 * international/characters.el: Don't setup
4777 find-word-boundary-function-table.
4778 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4779 (word-combining-categories, word-separating-categories):
4780 Adjust to the change of the docstrings.
4781
4782 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * simple.el (region-active-p): Doc fix.
4785
4786 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4787
4788 * subr.el (apply-partially): Move from here...
4789
4790 * simple.el (apply-partially): ...to here.
4791
4792 2008-10-20 Andreas Schwab <schwab@suse.de>
4793
4794 * subr.el (split-string-and-unquote): Simplify regexp.
4795
4796 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4797
4798 * subr.el (top-level): Require `cl' when compiling.
4799
4800 2008-10-20 David Reitter <david.reitter@gmail.com>
4801
4802 * info.el (Info-mode): Do not remove an existing header line if
4803 `Info-use-header-line' is nil.
4804
4805 2008-10-19 Juri Linkov <juri@jurta.org>
4806
4807 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4808 Add arg `delimited' as in `query-replace' for the case when
4809 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4810 Add more indicators to the prompt ("word" and "in region").
4811
4812 * replace.el (query-replace, query-replace-regexp)
4813 (replace-string, replace-regexp, perform-replace): Add "word"
4814 indicatiors to the prompt for word delimited replacements.
4815
4816 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4817 Doc fix.
4818
4819 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4820
4821 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4822
4823 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4824
4825 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4826
4827 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4828 Make argument names follow Elisp manual.
4829
4830 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4831
4832 * textmodes/remember.el (remember-data-file):
4833 * shadowfile.el (shadow-initialize)
4834 <shadow-info-file, shadow-todo-file>:
4835 * savehist.el (savehist-file):
4836 * recentf.el (recentf-save-file):
4837 * pcvs-defs.el (cvs-cvsrc-file):
4838 * international/kkc.el (kkc-init-file-name):
4839 * ido.el (ido-save-directory-list-file):
4840 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4841 (todo-file-top): Run file names that begin with a period thru
4842 `convert-standard-filename'.
4843
4844 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4845 before-init-hook.
4846
4847 Fix Bug #1183:
4848
4849 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4850 coding-system-for-read to ediff-coding-system-for-write.
4851
4852 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4853 coding-system-for-write to ediff-coding-system-for-write.
4854
4855 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4856 (ediff-coding-system-for-write): Set to emacs-internal.
4857
4858 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * international/mule-conf.el (emacs-internal): New coding system alias.
4861
4862 2008-10-18 Juri Linkov <juri@jurta.org>
4863
4864 * info.el (Info-file-supports-index-cookies-list): New variable.
4865 (Info-file-supports-index-cookies): New function.
4866 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4867 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4868 without an index cookie to ignore it when Info-index-nodes is
4869 called during navigating from an index node with line numbers.
4870 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4871
4872 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4873 variable definition section.
4874
4875 * info.el (Info-find-node-2): Put initial point below the header line
4876 and breadcrumbs line.
4877
4878 2008-10-18 Glenn Morris <rgm@gnu.org>
4879
4880 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4881 the needed external programs were not found.
4882
4883 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4884
4885 * files.el (trash-directory): Run thru `convert-standard-filename'.
4886 (file-modes-char-to-who, file-modes-char-to-right)
4887 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4888 (read-file-modes): Doc fixes.
4889
4890 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * abbrev.el (define-abbrev): Doc fix.
4893
4894 2008-10-17 Alan Mackenzie <acm@muc.de>
4895
4896 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4897 foo bar [] = { ...".
4898
4899 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4902 set-face-attribute.
4903
4904 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4907 according to `locale-coding-system'. (This fixes trivial bug reported
4908 as part of bug#1179).
4909 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4910 particular order). Use `when'.
4911
4912 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4915 (w32-add-charset-info): Fix typo in docstring.
4916
4917 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4918
4919 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4920 after discussion.
4921
4922 2008-10-16 Magnus Henoch <mange@freemail.hu>
4923
4924 * vc-arch.el (vc-arch-dir-status): New function.
4925 (vc-arch-after-dir-status): New function.
4926
4927 2008-10-16 Glenn Morris <rgm@gnu.org>
4928
4929 * man.el (Man-getpage-in-background): Force recent `man's to output
4930 escape sequences even when stdout is not a tty. (Bug#1142)
4931
4932 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4933
4934 * international/mule-conf.el: Add `utf8' and `UTF8' as
4935 aliases for the `utf-8' coding system.
4936
4937 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4938
4939 * find-file.el (ff-get-file): Doc fix.
4940 (ff-get-file-name): Use `let', not `let*'.
4941 (ff-search-directories): Fix typo in docstring.
4942 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4943 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4944 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4945 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4946 (cc-other-file-alist, modula2-other-file-alist):
4947 Remove spurious * in docstrings.
4948
4949 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * faces.el (set-face-attribute): Set family and foundry before
4952 other attributes.
4953 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4954
4955 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * hl-line.el (hl-line-unload-function): New function.
4958 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4959 (hl-line-sticky-flag): Remove spurious * in docstring.
4960
4961 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4962
4963 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4964 search string.
4965
4966 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4967
4968 * net/tramp.el (tramp-process-one-action): Embed regexp in
4969 parentheses, before adding end-of-buffer construct. Suggested by
4970 Markus Triska <markus.triska@gmx.at>.
4971
4972 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4973
4974 * net/newst-plainview.el (w3m-toggle-inline-image):
4975 Define 'declare-function if necessary, for compatibility.
4976
4977 * net/newst-treeview.el (w3m-toggle-inline-images):
4978 Define 'declare-function if necessary, for compatibility.
4979
4980 2008-10-13 Alan Mackenzie <acm@muc.de>
4981
4982 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4983 so that the function works on one-line macros.
4984
4985 * progmodes/cc-engine.el: Amend several doc strings and comments.
4986
4987 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4988
4989 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4990
4991 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4992 (vc-cvs-stay-local): Add a new choice and default to it.
4993 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4994
4995 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4996
4997 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4998
4999 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5000 Add support for extended return statement.
5001
5002 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5003 and obj-dir; keep user order.
5004
5005 2008-10-12 Glenn Morris <rgm@gnu.org>
5006
5007 * Makefile.in (ELCFILES): Update.
5008
5009 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5010 (shell-file-name-quote-list): Declare.
5011
5012 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5015
5016 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * startup.el (command-line): If toolbar is disabled but ought to
5019 be initialized, call tool-bar-setup.
5020
5021 * tool-bar.el (tool-bar-setup): Variable deleted.
5022 (tool-bar-setup): Set it up unconditionally.
5023
5024 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5025
5026 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5027 tool-bar-map has been initialized before setting it up.
5028
5029 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5030 tool-bar-map has been initialized before setting it up.
5031
5032 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * emacs-lisp/warnings.el (display-warning): Issue a message if
5035 called during daemon initialization.
5036
5037 * tool-bar.el (tool-bar-local-item)
5038 (tool-bar-local-item-from-menu): Put the check for number of
5039 display colors into the image expression.
5040 (tool-bar-setup): Don't be a no-op on ttys.
5041
5042 * info.el (info-tool-bar-map):
5043 * progmodes/gud.el (gud-tool-bar-map):
5044 * progmodes/grep.el (grep-mode-tool-bar-map):
5045 * progmodes/compile.el (compilation-mode-tool-bar-map):
5046 Initialize it unconditionally.
5047
5048 2008-10-11 Romain Francoise <romain@orebokech.com>
5049
5050 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5051 * kmacro.el (kmacro-edit-lossage): Ditto.
5052 * edmacro.el (edit-kbd-macro): Ditto.
5053
5054 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5055
5056 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5057 Fix variable names.
5058
5059 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5060
5061 * startup.el (command-line): Revert 2008-09-26 change, not
5062 necessary anymore.
5063
5064 2008-10-10 Andreas Schwab <schwab@suse.de>
5065
5066 * simple.el (minibuffer-complete-shell-command):
5067 Bind comint-delimiter-argument-list, comint-file-name-chars and
5068 comint-file-name-quote-list like shell-mode.
5069
5070 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5071
5072 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5073 call of select-window.
5074
5075 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5076
5077 * calc/calc.el (calc-embedded-word-regexp)
5078 (calc-embedded-word-regexp-alist): New variables.
5079 (calc-embedded-open-word, calc-embedded-close-word)
5080 (calc-embedded-open-close-word-alist): Remove unused variables.
5081
5082 * calc/calc-embed.el (calc-embedded-make-info):
5083 Use `calc-embedded-word-regexp' to find words.
5084
5085 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5086
5087 * info.el (Info-extract-menu-counting): New argument no-detail to
5088 skip detailed node listings.
5089 (Info-forward-node): New argument not-up to inhibit going up.
5090 (Info-final-node): Call Info-extract-menu-counting and
5091 Info-forward-node with the new arguments set to avoid infinite
5092 looping. (Bug#1116)
5093
5094 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5095
5096 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5097 not fboundp.
5098
5099 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * startup.el (command-line): Enable tool-bar-mode as long as it is
5102 not suppressed by X resources, regardless of the terminal.
5103
5104 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5105 graphical terminals.
5106 (tool-bar-setup): No-op if called on a tty.
5107
5108 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5109
5110 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5111 Support `pc' ``window-system''.
5112
5113 * progmodes/compile.el (compilation-start): Resurrect the version
5114 for systems that don't support asynchronous subprocesses.
5115
5116 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5117
5118 * window.el (pop-up-frames): Add choice graphic-only.
5119 (display-buffer): When pop-up-frames equals graphic-only do
5120 not pop up new frame on text-only terminals. (Bug#1061)
5121
5122 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5123
5124 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5125 (vc-cvs-dir-status): Use it.
5126
5127 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * json.el (json-skip-whitespace): Fix last change.
5130
5131 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * bs.el (bs-unload-function): New function.
5134
5135 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5136
5137 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5138 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5139 For clarity, explicitly require cl.
5140
5141 2008-10-08 Michael Olson <mwolson@gnu.org>
5142
5143 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5144 can avoid a bad interaction with programs that add functions to
5145 the window-scroll-functions hook. This fixes Bug #858.
5146
5147 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * startup.el (command-line): Use display-warning to warn about an
5150 init file error.
5151 (command-line-1): Remove init file error delay.
5152
5153 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5154
5155 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5156 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5157 (rx-group-if): New function.
5158 (rx-parent): New variable.
5159 (rx-and, rx-or): Put shy groups only when necessary.
5160 (rx-bracket): Remove.
5161 (rx-anything): New function.
5162 (rx-any-delete-from-range, rx-any-condense-range)
5163 (rx-check-any-string): New functions.
5164 (rx-check-any): Return result as a list. Don't convert chars to
5165 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5166 Check char category string. Call rx-form instead of rx-to-string.
5167 (rx-any): Rebuid to complete the function.
5168 (rx-check-not): Fix char category regexp pattern string.
5169 Call rx-form instead of rx-to-string.
5170 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5171 "[^^]". Call regexp-quote for one char string when not called from
5172 rx-not. Add "\\w", and toggle to upcase. Add the case of
5173 "\\[SCBW]" to toggle.
5174 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5175 instead of rx-to-string.
5176 (rx-kleene): Call rx-form instead of rx-to-string.
5177 Call rx-group-if to adjust putting of shy groups.
5178 (rx-atomic-p): Make check more precisely.
5179 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5180 (rx-regexp): Call rx-group-if.
5181 (rx-form): New function.
5182 (rx-to-string): Call rx-form, rx-group-if.
5183 Refine definition of NO-GROUP.
5184
5185 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5186
5187 * json.el (json-advance): Use forward-char.
5188 (json-skip-whitespace): Use skip-syntax-forward.
5189
5190 2008-10-07 Alan Mackenzie <acm@muc.de>
5191
5192 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5193 indenting a macro followed by blank lines doesn't backslash the
5194 following non-blank line into the macro.
5195
5196 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5199 (command-line): Set after-init-time to nil before initialization.
5200
5201 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5202
5203 * calc/calc-units.el (math-standard-units): Update the values
5204 of the units.
5205
5206 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * bookmark.el (bookmark-unload-function): New function.
5209
5210 2008-10-06 Andreas Schwab <schwab@suse.de>
5211
5212 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5213
5214 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5215
5216 * mail/footnote.el: Remove * in defcustom docstrings and tell
5217 for most options that customizing them doesn't affect buffers
5218 already displaying footnotes.
5219 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5220 Fix handling of text properties and identical start/end tags.
5221 Do not use format when renumbering.
5222 (Footnote-set-style): Make it work.
5223 (Footnote-insert-numbered-footnote): Simplify.
5224 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5225 (Footnote-goto-footnote): Fix handling of empty section tag.
5226 (Footnote-delete-footnote): Fix handling of identical start/end
5227 tags, empty section tag, and spaced footnotes. Do not use
5228 kill-region.
5229 (footnote-mode): Make most options buffer-local to avoid that
5230 customizing messes up handling of footnotes in buffers that
5231 already display them.
5232
5233 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5234
5235 * faces.el (x-create-frame-with-faces): Undo previous change.
5236
5237 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5238 existent files.
5239
5240 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * international/mule-cmds.el (universal-coding-system-argument):
5243 Handle digit-argument too.
5244
5245 2008-10-05 Mario Lang <mlang@delysid.org>
5246
5247 * xml.el (xml-parse-string): Use skip-chars-forward.
5248
5249 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5252 existent files.
5253 (vc-bzr-dir-status-files): New function.
5254
5255 2008-10-04 Glenn Morris <rgm@gnu.org>
5256
5257 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5258
5259 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5260 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5261
5262 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5263 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5264
5265 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5266
5267 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5268 Fix typo. (Bug#1074)
5269
5270 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5271
5272 * progmodes/compile.el (compilation-start): Make sure to move to
5273 point-max only when we are in the compilation buffer. (Bug#1073)
5274
5275 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5276
5277 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5278 tool-bar-mode is on.
5279
5280 * vc-svn.el (vc-svn-dir-status-files):
5281 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5282
5283 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5284
5285 * vc-hg.el (vc-hg-dir-status-files): New function.
5286
5287 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5288
5289 * window.el (window--display-buffer-1): Don't care about
5290 visibility since raise-frame does.
5291
5292 2008-10-03 Mario Lang <mlang@delysid.org>
5293
5294 * nxml/xmltok.el (xmltok-forward): Simplify.
5295
5296 2008-10-03 Glenn Morris <rgm@gnu.org>
5297
5298 * Makefile.in (ELCFILES): Update.
5299
5300 * frame.el (set-default-font): Make obsolete.
5301 * mouse.el (mouse-set-font): Use set-frame-font.
5302
5303 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5304 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5305
5306 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5307 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5308
5309 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5312 (vc-dir-refresh): Set it here instead. (Bug#1067)
5313
5314 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5315
5316 * faces.el (inhibit-frame-set-background-mode): New var.
5317 (frame-set-background-mode): Use it to avoid a loop in
5318 face-spec-recalc.
5319
5320 2008-10-02 Glenn Morris <rgm@gnu.org>
5321
5322 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5323 vc-diff-switches.
5324
5325 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5326
5327 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5328 that is, to take some action when a buffer is killed. Suggested by
5329 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5330 11.2.2.
5331 (whitespace-action): Docstring and :type fix.
5332 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5333 Code fix.
5334 (whitespace-add-local-hook, whitespace-remove-local-hook)
5335 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5336
5337 2008-10-01 Magnus Henoch <mange@freemail.hu>
5338
5339 * net/tls.el (open-tls-stream): Show the actual command being
5340 executed, instead of the format string.
5341
5342 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5343
5344 * term/internal.el (dos-locale-alist): New alist.
5345 (dos-codepage-setup): Use it to compute a value of locale with
5346 which to call set-locale-environment. Remove code to set
5347 terminal, keyboard, and file-name encoding (done by
5348 set-locale-environment).
5349
5350 * international/mule-cmds.el
5351 (set-language-environment-nonascii-translation): Fix nonascii
5352 value for `pc' ``window-system''.
5353 (set-display-table-and-terminal-coding-system)
5354 (set-default-coding-systems): Don't special-case `pc'.
5355
5356 2008-10-01 Glenn Morris <rgm@gnu.org>
5357
5358 * filesets.el (filesets-menu-name): Fix type.
5359 (filesets-menu-path, filesets-menu-before): Fix types.
5360 Change defaults to be consistent with recentf. (Bug#1056)
5361
5362 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * term/xterm.el (xterm-turn-on-modify-other-keys)
5365 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5366 Don't forget to pass `terminal' to `send-string-to-terminal'.
5367
5368 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5369
5370 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5371 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5372 non-nil. It is not clear, whether this is only fixing symptoms on
5373 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5374 is embedded by that check. So it might be TRT. Suggested by Dan
5375 Nicolaescu <dann@ics.uci.edu>.
5376
5377 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5378
5379 * Makefile.in (ELCFILES): Remove codepage.elc.
5380
5381 * international/codepage.el: File removed, as even ms-dos doesn't
5382 need it anymore.
5383
5384 * loadup.el [ms-dos]: Don't load ccl and codepage.
5385
5386 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5387 (IT-character-translations, cjk-codepages-alist): Remove variables.
5388 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5389 (IT-unicode-translations): Remove charset and base elements.
5390 Add translations for Latin-1 characters.
5391 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5392 base and chset elements of IT-unicode-translations. Don't wrap
5393 translation in "{...}". Set up translations only for characters
5394 for which unencodable-char-position returns non-nil.
5395 (dos-codepage-setup): Don't use special-case codepages in
5396 cjk-codepages-alist.
5397
5398 * files.el (locate-dominating-file): Wrap directory-files with
5399 condition-case, instead of calling file-directory-p, which stats
5400 the directory one more time.
5401
5402 * mail/mail-utils.el (mail-unquote-printable-region):
5403 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5404 non-nil.
5405
5406 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5407
5408 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5409
5410 2008-09-30 Glenn Morris <rgm@gnu.org>
5411
5412 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5413
5414 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5415
5416 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5417 (which-function): Handle nested imenu trees.
5418
5419 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5420 some nested menu items.
5421
5422 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5423
5424 * calc/calc-units.el (math-standard-units): Add entries used to
5425 display the values in the units buffer.
5426 (math-build-units-table): Add entries to the units table to be used
5427 to display the values in the units buffer.
5428 (math-build-units-table-buffer): Use the display entry of the units
5429 table when non-nil.
5430 (calc-define-unit): Add option to enter display value of unit.
5431
5432 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5435
5436 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5437
5438 * files.el (locate-dominating-file): Take file-attributes of
5439 `dir', not of `file' (which never changes).
5440
5441 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5442
5443 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5444 also be `localname'.
5445
5446 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5447 IDENTIFICATION.
5448
5449 2008-09-28 Glenn Morris <rgm@gnu.org>
5450
5451 * vc.el (vc-switches): Give it a doc string.
5452
5453 2008-09-28 Romain Francoise <romain@orebokech.com>
5454
5455 * comint.el (comint-show-output): Adjust to stickiness changes of
5456 the output field.
5457
5458 * startup.el (command-line): Start the daemon server later.
5459
5460 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5461
5462 * subr.el (read-quoted-char): Call char-resolve-modifiers
5463 instead of char-resolve-modifers.
5464
5465 2008-09-27 Glenn Morris <rgm@gnu.org>
5466
5467 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5468 than [return]. (Bug#1031)
5469
5470 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5471
5472 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5473
5474 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5475
5476 * epg.el (epg-wait-for-status): Check if there is no pending status.
5477 Reported by Ted Romer <ted@romerfamily.com>.
5478
5479 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5480
5481 * startup.el (command-line): Turn on menu-bar-mode and
5482 tool-bar-mode when running as a daemon.
5483
5484 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5485
5486 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5487 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5488 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5489 ($(lisp)/progmodes/cc-engine.elc)
5490 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5491 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5492 ($(lisp)/progmodes/cc-subword.elc)
5493 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5494
5495 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5496 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5497 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5498 ($(lisp)/progmodes/cc-engine.elc)
5499 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5500 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5501 ($(lisp)/progmodes/cc-subword.elc)
5502 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5503
5504 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506 * informat.el (Info-split-threshold): New variable.
5507 (Info-split): Use it.
5508
5509 * textmodes/texinfmt.el (texinfo-format-buffer):
5510 Use Info-split-threshold to decide whether to split Info files.
5511
5512 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5515 quoting.
5516
5517 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5518 name when reinserting it.
5519
5520 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5521 word-search-backward-lax for incremental word search.
5522
5523 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * generic-x.el (generic-other-modes): Fix typo in docstring.
5526 (generic-use-find-file-hook, generic-lines-to-scan)
5527 (generic-find-file-regexp, generic-ignore-files-regexp)
5528 (generic-define-mswindows-modes, generic-define-unix-modes):
5529 Remove `*' from docstring.
5530 (generic-mode-find-file-hook): Use `string-match-p'.
5531 (apache-log-generic-mode, mailagent-rules-generic-mode)
5532 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5533 (java-manifest-generic-mode, java-properties-generic-mode)
5534 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5535 for consistency with other modes in generic-x.el.
5536
5537 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5538
5539 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5540 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5541 parens specially only if latex-handle-escaped-parens is non-nil.
5542 (latex-indent-within-escaped-parens): New option.
5543 (latex-find-indent): Bind latex-handle-escaped-parens to
5544 latex-indent-within-escaped-parens. Do not treat escaped parens
5545 specially when this is nil. (Bug#954)
5546
5547 2008-09-25 Glenn Morris <rgm@gnu.org>
5548
5549 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5550
5551 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * vc.el (vc-mark-resolved): Move message here from
5554 vc-default-mark-resolved.
5555 (vc-default-mark-resolved): Change to an alias for ignore.
5556
5557 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5558
5559 * term.el (term-emulate-terminal): Encode input string before
5560 checking its length.
5561
5562 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5563
5564 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5565 is loaded.
5566
5567 * server.el (server-buffer-done): Avoid changing the buffer when
5568 deleting the client's frame (bug#640).
5569
5570 * vc.el (vc-default-mark-resolved): New function.
5571
5572 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5573
5574 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5575 from raising a wrong-type-argument error.
5576
5577 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5578
5579 * help-fns.el (describe-function-1, describe-variable): Print
5580 relative file name in help buffer.
5581 * faces.el (describe-face): Print relative file name in help
5582 buffer.
5583
5584 2008-09-23 Romain Francoise <romain@orebokech.com>
5585
5586 * subr.el (with-output-to-string): Make sure that the temporary
5587 buffer gets killed.
5588
5589 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5590
5591 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5592 indentation problem with keyword symbols when a list starts with
5593 ,@ or spaces. (Bug#1012)
5594
5595 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5596
5597 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5598 escaped close parens correctly. (Bug#954)
5599
5600 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5601
5602 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5603 usage of `fortune-file' even though a FILE argument was passed to
5604 the function.
5605
5606 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5607
5608 * startup.el (command-line): Start the server when in daemon mode.
5609 Remove always true test.
5610
5611 * frame.el (frame-initialize): Remove spurious setting of
5612 special-display-function with the default value.
5613
5614 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5615
5616 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5617
5618 2008-09-20 Glenn Morris <rgm@gnu.org>
5619
5620 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5621 Fix custom type. (Bug#1011)
5622
5623 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5624
5625 * files.el (move-file-to-trash): Avoid recursive trashing if
5626 rename-file calls delete-file.
5627
5628 2008-09-20 Glenn Morris <rgm@gnu.org>
5629
5630 * play/fortune.el: Remove leading `*' from defcustom docs.
5631 (fortune-program-options): Doc fix. Allow to be a string again.
5632 Add :version.
5633 (fortune-in-buffer): Handle fortune-program-options as a string.
5634 Don't rely on fortune program accepting options after fortune file.
5635
5636 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5637
5638 * play/fortune.el (fortune-program-options): Change to a list.
5639 (fortune-in-buffer): Use apply.
5640
5641 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5642
5643 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5644 (authors-coding-system): Likewise.
5645
5646 2008-09-20 Ami Fischman <ami@fischman.org>
5647
5648 * savehist.el (savehist-save): Handle errors in writing as well as
5649 reading.
5650
5651 2008-09-20 Michael Olson <mwolson@gnu.org>
5652
5653 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5654 to provide a minimal performance boost.
5655
5656 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5657
5658 * proced.el (proced-grammar-alist, proced-custom-attributes)
5659 (proced-format-alist, proced-format, proced-filter-alist)
5660 (proced-filter, proced-sort): Use defcustom.
5661 (proced-mode): Fix docstring.
5662 (proced-process-attributes): Handle return value nil of functions
5663 in proced-custom-attributes.
5664
5665 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5666
5667 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5668 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5669
5670 2008-09-19 Miles Bader <miles@gnu.org>
5671
5672 * comint.el (comint-output-filter): Make field properties for
5673 output text front-sticky.
5674
5675 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * vc-bzr.el (vc-bzr-show-log-entry):
5678 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5679 C-x v l for a directory uses that.
5680
5681 2008-09-18 Simon Josefsson <simon@josefsson.org>
5682
5683 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5684 .sieve files.
5685
5686 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5687
5688 * help-macro.el (make-help-screen): Preserve key bindings
5689 established in help-mode call when exiting this macro.
5690
5691 2008-09-17 Kenichi Handa <handa@m17n.org>
5692
5693 * language/burmese.el: Fix setting of composition-function-table.
5694
5695 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5696
5697 * info.el (Info-follow-nearest-node): Don't raise an error for
5698 mouse-1 clicks.
5699
5700 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5701
5702 * calc/calc-units.el (calc-convert-temperature): Use default
5703 units when appropriate.
5704
5705 2008-09-16 Markus Triska <markus.triska@gmx.at>
5706
5707 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5708 catch errors raised in `texmathp'.
5709 (flyspell-tex-math-initialized): Remove.
5710
5711 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5712
5713 * frame.el (select-frame-set-input-focus): With non-nil
5714 mouse-autoselect-window always move mouse cursor to frame's
5715 selected window. Otherwise restore pre 2008-09-13 behavior.
5716 (select-frame-by-name): Use select-frame-set-input-focus.
5717
5718 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5719 pop-to-buffer already does it.
5720 (display-buffer-other-frame): Fix doc-string.
5721
5722 2008-09-16 Glenn Morris <rgm@gnu.org>
5723
5724 * add-log.el (diff-find-source-location): Update declaration.
5725
5726 * progmodes/make-mode.el (makefile-match-function-end):
5727 Move point. (Bug#983)
5728
5729 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5730
5731 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5732
5733 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5736 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5737
5738 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5739
5740 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5741
5742 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5743
5744 * files.el (file-truename): Don't raise args-out-of-range error
5745 when filename has no separator on windows-nt. (Bug#982)
5746
5747 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5750 be more honest when we don't know.
5751 (diff-tell-file-name): Don't prompt before the actual prompt.
5752 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5753 (diff-find-source-location): Add `noprompt' argument.
5754 (diff-current-defun): Don't prompt.
5755
5756 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5757
5758 * proced.el (proced-mark-face, proced-marked-face)
5759 (proced-sort-header-face): Remove.
5760 (proced-font-lock-keywords): Simplify.
5761 (proced-format): Use face proced-sort-header.
5762 (proced-format-interactive, proced-sort-interactive)
5763 (proced-filter-interactive): Only call proced-update if the scheme
5764 has changed.
5765 (proced-sort-header): Use posn-actual-col-row.
5766
5767 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5768
5769 * add-log.el (change-log-find-window): New variable.
5770 (change-log-goto-source-1, change-log-goto-source):
5771 Set change-log-find-window to window displaying source.
5772 (change-log-next-error): Select window specified by
5773 change-log-find-window.
5774
5775 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5776
5777 * frame.el (select-frame-set-input-focus): With focus follows
5778 mouse move mouse cursor to right window.
5779 * window.el (pop-to-buffer): Select window before calling
5780 select-frame-set-input-focus.
5781
5782 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5783
5784 * proced.el (proced-sort-header): New face.
5785 (proced-sort-header-face): New variable.
5786 (proced-format): Allow format value nil.
5787 Use proced-sort-header-face for header of sort column.
5788 (proced-format-args): New function.
5789 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5790 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5791 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5792 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5793 (proced-sort-header): Bind also to mouse-1.
5794 (proced-move-to-goal-column): Return position of point.
5795 (proced-filter-interactive): Always revert listing.
5796 (proced-format-ttname): Simplify.
5797 (proced-update): Do not keep undo information. Put point at
5798 beginning of buffer if we generate the first listing.
5799
5800 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5801
5802 * doc-view.el (doc-view-scroll-up-or-next-page)
5803 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5804 vertically split windows.
5805
5806 2008-09-12 Glenn Morris <rgm@gnu.org>
5807
5808 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5809
5810 * indent.el (indent-line-function): Doc fix.
5811 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5812
5813 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5814
5815 * window.el (pop-to-buffer): If the window for buffer-or-name is
5816 not on the selected frame, raise that window's frame and give it
5817 input focus. (Bug#745)
5818
5819 2008-09-11 Glenn Morris <rgm@gnu.org>
5820
5821 * ido.el (ido-mode): Initialize with custom-initialize-default,
5822 rather than a set function. (Bug#947)
5823
5824 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * replace.el (perform-replace): Don't set inhibit-read-only using
5827 query-replace-skip-read-only (bug#956).
5828
5829 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5830 of the <<foo>> form.
5831
5832 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5833
5834 * window.el (display-buffer): Fix doc-string typo.
5835
5836 2008-09-10 Kenichi Handa <handa@m17n.org>
5837
5838 * composite.el (compose-gstring-for-graphic): Fix previous change.
5839
5840 2008-09-10 Glenn Morris <rgm@gnu.org>
5841
5842 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5843
5844 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5845
5846 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5847 manuals. (Bug#886)
5848
5849 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * ido.el (ido-unload-function): New function.
5852
5853 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5854
5855 * ido.el (ido-file-internal): Fix typo in prompt.
5856 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5857 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5858 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5859 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5860 Fix typos in docstrings.
5861
5862 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5863
5864 * help-fns.el (describe-function-1): Don't print extra newline
5865 after filling.
5866
5867 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * help-fns.el (find-lisp-object-file-name): Handle case where
5870 library is compressed.
5871
5872 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * complete.el (PC-do-completion): Don't replace buffer
5875 contents (bug#227).
5876
5877 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5878
5879 * loadhist.el (unload-feature-special-hooks):
5880 Add `choose-completion-string-functions'.
5881
5882 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * vc-svn.el (vc-svn-root):
5885 * vc-sccs.el (vc-sccs-root):
5886 * vc-rcs.el (vc-rcs-root):
5887 * vc-cvs.el (vc-cvs-root): Delete.
5888 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5889
5890 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5891
5892 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5893 errors occurring in different files.
5894
5895 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5898 (vc-bzr-status-printer): New function.
5899 (vc-bzr-after-dir-status): Deal with renamed files.
5900
5901 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5902
5903 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5904 buffer's filename.
5905
5906 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5907
5908 * subr.el (cancel-change-group): Widen buffer temporarily when
5909 undoing changes. (Bug#810)
5910
5911 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5912
5913 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5914 with gud-stop-subjob rather than exit debugger.
5915
5916 2008-09-07 Kenichi Handa <handa@m17n.org>
5917
5918 * composite.el: Compose combining characters only when it
5919 follows a character matching with "[[:alpha:]]".
5920
5921 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5922
5923 * proced.el: Require time-date.
5924 (proced-command-alist, proced-command, proced-goal-header-re)
5925 (proced-sorting-schemes-alist, proced-sorting-scheme)
5926 (proced-header-alist, proced-sorting-schemes-re)
5927 (proced-skip-regexp, proced-next-line, proced-previous-line)
5928 (proced-listing-type, proced-sorting-scheme-p): Remove.
5929 (proced-grammar-alist, proced-custom-attributes)
5930 (proced-format-alist, proced-format, proced-filter-alist)
5931 (proced-filter, proced-sort, proced-goal-attribute)
5932 (proced-timer-interval, proced-timer-flag, proced-timer)
5933 (proced-process-alist, proced-sort-internal, proced-process-tree)
5934 (proced-header-help-echo, proced-field-help-echo): New variables.
5935 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5936 (proced-omit-process, proced-filter, proced-process-tree)
5937 (proced-filter-children, proced-children-pids)
5938 (proced-filter-parents, proced-<, proced-string-lessp)
5939 (proced-time-lessp, proced-xor, proced-sort-p)
5940 (proced-format-time, proced-format-start, proced-format-ttname)
5941 (proced-format, proced-process-attributes): New functions.
5942 (proced-toggle-timer-flag, proced-mark-children)
5943 (proced-mark-parents, proced-filter-interactive)
5944 (proced-filter-attribute, proced-sort-interactive)
5945 (proced-sort-header, proced-format-interactive): New commands.
5946 (proced-move-to-goal-column): Use goal-column.
5947 (proced-mode): Use proced-timer.
5948 (proced-do-mark-all): Display process count. Use use-region-p.
5949 Simplify.
5950 (proced-omit-processes): Use use-region-p.
5951 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5952 (proced-sort-start, proced-sort-time, proced-sort-user):
5953 Use proced-sort-interactive.
5954 (proced-sort): Make it a function that performs the actual sort.
5955 (proced-update): New arg revert. Use proced-process-alist,
5956 proced-filter, proced-sort, proced-format, and
5957 proced-grammar-alist. Preserve position of point based on fields.
5958 Make header line and fields clickable.
5959 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5960 (proced-why): Use save-selected-window.
5961 (proced-log): Use buffer-read-only.
5962
5963 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5966
5967 2008-09-06 Glenn Morris <rgm@gnu.org>
5968
5969 * add-log.el (diff-find-source-location): Declare.
5970 (find-change-log): If called from a diff buffer, try to switch to the
5971 source buffer (e.g. to respect change-log-default-name there).
5972
5973 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5974 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5975
5976 * Makefile.in (ELCFILES): Update.
5977
5978 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5981 user enters a mouse event in another frame, or a special event.
5982
5983 * server.el (server-switch-buffer): New arg.
5984 (server-execute): If reusing an existing window, set file position
5985 if required.
5986
5987 2008-09-06 Kenichi Handa <handa@m17n.org>
5988
5989 * language/lao.el: Fix setting of composition-function-table.
5990
5991 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5992
5993 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5994 displaying help echo messages.
5995
5996 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5997
5998 * subr.el (symbol-file): Fix doc-string.
5999
6000 2008-09-06 Glenn Morris <rgm@gnu.org>
6001
6002 * help-mode.el (help-xref-forward-stack): Doc fix.
6003
6004 * add-log.el (change-log-default-name): Autoload safety.
6005
6006 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6007
6008 * verilog-mode.el (verilog-library-extensions): Enable .sv
6009 filename extensions to call verilog-mode.
6010 (verilog-auto, verilog-auto-inst, verilog-faq)
6011 (verilog-submit-bug-report): Update author support URLs.
6012 (verilog-delete-auto, verilog-auto-inout-module)
6013 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6014 creating complemented testbench modules. Suggested by Yishay Belkind.
6015 (verilog-auto-inst-port, verilog-simplify-range-expression):
6016 When verilog-auto-inst-param-value is set, don't require a
6017 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6018 Yishay Belkind.
6019 (verilog-auto-inst-param-value): Add safe variable.
6020 (verilog-re-search-forward, verilog-re-search-backward):
6021 Fix returning wrong search results on Emacs 22.1.
6022 (verilog-modi-cache-results, verilog-auto): Fix warning message
6023 about "toggling font-lock-mode."
6024 (verilog-auto): Fix losing font-lock on errors.
6025 (verilog-auto-inst-param-value, verilog-mode-version)
6026 (verilog-mode-version-date, verilog-read-inst-param-value)
6027 (verilog-auto-inst, verilog-auto-inst-param)
6028 (verilog-auto-inst-port, verilog-simplify-range-expression):
6029 Allow parameters to be replaced with their values, on the expansion of
6030 an AUTOINST with Verilog 2001 style parameter settings.
6031 Suggested by David Rogoff.
6032
6033 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6034
6035 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6036 Better support for the property statement. Sometimes this keyword
6037 introduces a statement which requires an endproperty keyword, and
6038 sometimes it doesn't, depending on the work before the property
6039 word. If property is prefixed with assert, assume or cover
6040 keyword, then the statement is ended with a ';'. Otherwise,
6041 property is like task or specify, and is followed by some number
6042 of statements, which are ended with an endproperty keyword.
6043 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6044 in a highlighted region: indent each line in region according to
6045 mode. Supply this so it works in XEmacs and older Emacs.
6046
6047 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6048
6049 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6050 Don't clean up a buffer when killing it.
6051
6052 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6053
6054 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6055 buffers (bug#360). New version 11.2.1.
6056 (whitespace-action): New value `warn-read-only' to give a warning when
6057 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6058 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6059 (whitespace-warn-read-only): New fun.
6060
6061 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * international/quail.el: Require help-mode.
6064 (quail-help-init): Function removed.
6065 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6066 Define directly.
6067
6068 * dired.el (dired-get-filename): Rewrite octal escape character
6069 processor (bug#885).
6070
6071 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6072
6073 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6074
6075 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6076 not just for terminal-frame.
6077
6078 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6079
6080 * window.el (window--try-to-split-window): Don't split when window
6081 is not splittable in last disjunct. (Bug#888)
6082
6083 2008-09-05 Kenichi Handa <handa@m17n.org>
6084
6085 * language/tibetan.el: Fix setting of composition-function-table.
6086
6087 * composite.el (find-composition): Mention about the automatic
6088 composition in the docstring.
6089 (compose-gstring-for-graphic): Fix handling "above" marks.
6090
6091 * descr-text.el (describe-char): Fix handling of automatic composition.
6092
6093 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6094
6095 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6096 (tramp-parse-connection-properties): Reflow docstring.
6097
6098 2008-09-04 Kim F. Storm <storm@cua.dk>
6099
6100 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6101 and other-frame methods when switching between file and buffer modes.
6102
6103 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6104
6105 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6106 removing duplicate entries under same heading. Don't skip char
6107 matching anything but a space or tab at bol. (Bug#864)
6108
6109 2008-09-03 Alan Mackenzie <acm@muc.de>
6110
6111 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6112
6113 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6116 (completion-pcm--all-completions): Move the case-fold-search binding to
6117 it also applies to completion-regexp-list (used in all-completions).
6118 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6119
6120 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6121
6122 * window.el (pop-up-frame-function): Move ...
6123 * frame.el (pop-up-frame-function): ... here, to avoid
6124 "CHANGED outside Customize;".
6125
6126 2008-09-03 Glenn Morris <rgm@gnu.org>
6127
6128 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6129
6130 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6133 non-alphabetical characters properly.
6134
6135 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6136
6137 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6138
6139 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6140
6141 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6142 control-prefixed keys. (Bug#835)
6143
6144 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * image-mode.el (image-mode): Fix 2008-07-19 change.
6147
6148 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6151
6152 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6153
6154 2008-09-02 Glenn Morris <rgm@gnu.org>
6155
6156 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6157
6158 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6159
6160 2008-09-01 Glenn Morris <rgm@gnu.org>
6161
6162 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6163 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6164 and fix name typos. (Bug#856)
6165
6166 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * minibuffer.el (completion-pcm--pattern->regex):
6169 When completion-ignore-case is non-nil, generate a regexp that
6170 ignores case.
6171
6172 * window.el (recenter-top-bottom): Doc fix.
6173
6174 2008-09-01 Simon South <ssouth@member.fsf.org>
6175
6176 * progmodes/delphi.el: New maintainer.
6177 (delphi-interface-types): New var.
6178 (delphi-composite-types): Use it.
6179 (delphi-enclosing-indent-of): Distinguish between "interface"
6180 keyword as a unit separator and used like a class declaration.
6181
6182 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6183
6184 * help-fns.el (describe-simplify-lib-file-name)
6185 (find-source-lisp-file): Remove.
6186 (find-lisp-object-file-name): New function giving preference to
6187 files found via load-path instead of loaddefs.el.
6188 (describe-function-1): Use new function instead of the removed
6189 ones. (Bugs #587, #669, #690)
6190 * faces.el (describe-face): Use find-lisp-object-file-name instead
6191 of describe-simplify-lib-file-name.
6192
6193 2008-09-01 Kenichi Handa <handa@m17n.org>
6194
6195 * international/mule-diag.el (font-show-log): Fix previous change.
6196
6197 * international/mule-cmds.el (set-language-environment):
6198 Don't overwrite current-iso639-language if the current language
6199 environment doesn't provide that data.
6200 (set-locale-environment): Set current-iso639-language from the
6201 locale name.
6202
6203 * international/fontset.el (script-representative-chars): Re-add
6204 the entry for symbol, but with vector of characters.
6205 (setup-default-fontset): Cancel previous change.
6206
6207 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * ido.el: Move provide statement to the end of the file.
6210
6211 2008-08-30 Markus Triska <markus.triska@gmx.at>
6212
6213 * linum.el (linum-mode): `window-size-change-functions' can now be
6214 buffer-local.
6215 (linum-update-window): Use result of `move-overlay'.
6216
6217 2008-08-30 Glenn Morris <rgm@gnu.org>
6218
6219 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6220
6221 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6222 Doc fixes.
6223
6224 * apropos.el (apropos-command): Report documentation errors.
6225 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6226
6227 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6230 string.
6231
6232 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6233
6234 * bindings.el (mode-line-frame-identification): Fix last change.
6235
6236 2008-08-29 Kenichi Handa <handa@m17n.org>
6237
6238 These changes are to adjust the automatic composition for the new
6239 implementation (avoid using text property).
6240
6241 * composite.el (composition-function-table): Move declaration to
6242 composite.c.
6243 (terminal-composition-base-character-p): Delete it.
6244 (terminal-composition-function): Delete it.
6245 (terminal-composition-function-table): Delete it.
6246 (lgstring-header, lgstring-set-header, lgstring-font)
6247 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6248 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6249 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6250 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6251 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6252 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6253 (compose-glyph-string, compose-glyph-string-relative)
6254 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6255 New functions.
6256 (auto-compose-chars): Argument changed.
6257
6258 * language/european.el: Don't setup composition-function-table.
6259 (diacritic-composition-pattern, diacritic-compose-region)
6260 (diacritic-compose-string, diacritic-compose-buffer)
6261 (diacritic-composition-function): Delete them.
6262
6263 * language/lao-util.el (lao-composition-function): Argument changed.
6264
6265 * language/sinhala.el: Fix setting up of composition-function-table.
6266
6267 * language/thai.el: Fix setting up of composition-function-table.
6268
6269 * language/thai-util.el: Encoding changed to utf-8.
6270 (thai-composition-function): Argument changed.
6271
6272 * language/indian.el: Fix setting up of composition-function-table.
6273 (devanagari-composable-pattern)
6274 (tamil-composable-pattern, kannada-composable-pattern)
6275 (malayalam-composable-pattern): New variables.
6276
6277 * international/characters.el (unicode-category-table):
6278 Setup unicode-category-table.
6279
6280 * international/fontset.el (setup-default-fontset): Prepend
6281 iso10646-1 fonts to the fallback font groups instead of appending.
6282
6283 2008-08-29 Glenn Morris <rgm@gnu.org>
6284
6285 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6286
6287 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6290 are no X frames active.
6291
6292 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6295 `ignore-errors' (the function must succeed always).
6296
6297 2008-08-28 Edward O'Connor <hober0@gmail.com>
6298
6299 * json.el (json-read-number): New arg. Handle explicitly signed
6300 numbers.
6301 (json-readtable): Add `+' and `.'.
6302
6303 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6304
6305 * term/pc-win.el (msdos-previous-message): New variable.
6306 (msdos-show-help): New function.
6307 (msdos-initialize-window-system): Set show-help-function to
6308 msdos-show-help.
6309
6310 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6311
6312 * emacs-lisp/debug.el (debug): When killing a noninteractive
6313 Emacs, give an exit status of -1.
6314
6315 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6318
6319 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6320
6321 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6322 not the same as the last modification time, fall back on the
6323 backend-specific check.
6324
6325 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6326
6327 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6328 to go to the position of interest.
6329
6330 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6331
6332 * textmodes/artist.el (artist-mode-init): Add comment on the
6333 setting up of the `artist-replacement-table' array.
6334 (artist-get-replacement-char): New defsubst.
6335 (artist-get-char-at-xy-conv, artist-replace-char)
6336 (artist-replace-chars, artist-replace-string): Use it instead of
6337 accessing `artist-replacement-table' directly.
6338 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6339
6340 (artist-mt): Fix structures for cut and copy operations.
6341
6342 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * shell.el (shell-file-name-quote-list): Quote `$'.
6345
6346 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6347 change to allow quoting of characters before point.
6348 (comint-dynamic-list-filename-completions): Quote common substring.
6349
6350 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6351
6352 * comint.el (comint-dynamic-complete-as-filename): If case is
6353 ignored while matching, replace the entire filename with completion.
6354
6355 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6356 flyspell-pre-point is valid to avoid signalling an error in
6357 post-command-hook.
6358
6359 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6360
6361 * linum.el (linum): Inherit remaining face attributes from default
6362 face.
6363
6364 2008-08-26 Markus Triska <markus.triska@gmx.at>
6365
6366 * linum.el (linum-delay): Disable - it should no longer be
6367 necessary, and can lead to longer delays.
6368 (linum-update-window): Renumber if margin width has changed.
6369
6370 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6371
6372 * epa.el (epa--key-widget-action): Save the selected window to
6373 make `widget-button-click-moves-point' work. (Bug#733).
6374
6375 2008-08-26 Glenn Morris <rgm@gnu.org>
6376
6377 * calendar/holidays.el (calendar-holidays): Doc fix.
6378
6379 * progmodes/gud.el (tramp-file-name-localname)
6380 (tramp-dissect-file-name): Declare.
6381
6382 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6383
6384 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6385
6386 * bindings.el (mode-line-frame-control): New function, caters to
6387 `pc' ``window system''.
6388 (mode-line-frame-identification): Use it instead of accessing
6389 window-system directly.
6390
6391 2008-08-25 Juri Linkov <juri@jurta.org>
6392
6393 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6394 `center-line' and "\eS" from `center-paragraph'.
6395 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6396 `center-paragraph'.
6397
6398 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6399
6400 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6401 (newsticker-treeview-treewindow-width): New.
6402 (newsticker-treeview-listwindow-height): New.
6403 (newsticker-treeview-browse-url-item): New.
6404 (newsticker-treeview-mode-map):
6405 Add newsticker-treeview-browse-url-item.
6406 (newsticker--treeview-window-init):
6407 Use newsticker-treeview-treewindow-width and
6408 newsticker-treeview-listwindow-height.
6409
6410 * net/newst-reader.el (newsticker-browse-url-item): New.
6411
6412 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * vc-dir.el (vc-dir-marked-only-files-and-states):
6415 (vc-dir-child-files-and-states): Reverse the list before returning it.
6416
6417 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6420
6421 2008-08-24 Romain Francoise <romain@orebokech.com>
6422
6423 * progmodes/python.el (run-python): Remove '' from sys.path.
6424
6425 2008-08-23 Glenn Morris <rgm@gnu.org>
6426
6427 * progmodes/fortran.el (fortran-tab-mode-string)
6428 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6429
6430 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6431
6432 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6433 Add declare-function.
6434
6435 * startup.el (command-line): Don't call tty-register-default-colors
6436 if initial-window-system is `pc'.
6437
6438 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6439 (msdos-key-remapping-map): New variable. Move here all the special
6440 keys we will be remapping via local-function-key-map.
6441 (msdos-setup-keyboard): New function.
6442
6443 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6444 make-msdos-frame.
6445 (terminal-init-internal): New function, errors out if called.
6446 (msdos-initialize-window-system): New function.
6447 (msdos-create-frame-with-faces): Set the terminal's
6448 `terminal-initted' (sic!) parameter.
6449 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6450 (window-system-initialization-alist):
6451 Add msdos-initialize-window-system.
6452 (handle-args-function-alist): Use tty-handle-args for `pc'
6453 ``window system'' as well.
6454 (pc-win): Provide.
6455
6456 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6457 code for using msdos-color-values.
6458
6459 * loadup.el [ms-dos]: Load term/pc-win.
6460
6461 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6464 directory name.
6465
6466 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gud.el (gud-common-init): Use absolute file so that
6469 perldb works with tramp (sudo).
6470
6471 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6472 match data in process filters.
6473
6474 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6475
6476 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6477 can be written.
6478
6479 2008-08-23 Glenn Morris <rgm@gnu.org>
6480
6481 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6482 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6483
6484 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * subr.el (temp-buffer-show-hook): Doc fix.
6487
6488 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6491 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6492 <tassilo@member.fsf.org>.
6493
6494 * net/trampver.el: Update release number.
6495
6496 * net/xesam.el (xesam-minor-mode): New minor mode.
6497 (xesam-highlight-buffer): Remove. Code moved to
6498 `xesam-minor-mode'.
6499 (xesam-refresh-entry): Use `xesam-minor-mode'.
6500
6501 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * minibuffer.el (completion--try-word-completion):
6504 Disable partial-completion when considering the addition of a space
6505 or hyphen.
6506
6507 2008-08-21 John Paul Wallington <jpw@pobox.com>
6508
6509 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6510 filename of `tofile' doesn't contain any colons on Windows,
6511 Cygwin, and MS-DOS systems.
6512
6513 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6514
6515 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6516 (epg-context-set-progress-callback): Make sure the callback is a
6517 cons of a function and a handback. Update all callers.
6518
6519 2008-08-20 David Reitter <david.reitter@gmail.com>
6520
6521 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6522 Patch applied by Adrian Robert.
6523
6524 2008-08-20 Kevin Ryde <user42@zip.com.au>
6525
6526 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6527 directive lines.
6528
6529 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * net/xesam.el (xesam-highlight-string): Precise doc string.
6532 (xesam-highlight-buffer): New defun.
6533 (xesam-refresh-entry): Use it. Better check for sourceModified.
6534
6535 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6538 their names.
6539
6540 2008-08-19 Kenichi Handa <handa@m17n.org>
6541
6542 * language/european.el ("Esperanto"): Change the preferred
6543 charsets to iso-8859-3.
6544
6545 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6546
6547 * international/fontset.el (script-representative-chars):
6548 Delete the entry for symbol.
6549 (setup-default-fontset): For symbol characters, don't specify
6550 :script property.
6551
6552 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * minibuffer.el (completion-table-dynamic): Doc fix.
6555
6556 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6557 saved.
6558
6559 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * emulation/edt.el (edt-default-emulation-setup):
6562 Share global-buffers-menu-map with the emulated global map.
6563
6564 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6565
6566 * term/ns-win.el (global): Uncomment "put backspace
6567 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6568
6569 2008-08-18 Kenichi Handa <handa@m17n.org>
6570
6571 * international/mule-diag.el (font-show-log): Add optional arg N
6572 to control the limit of font listing.
6573
6574 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * window.el (recenter-top-bottom): Determine top and bottom
6577 positions using scroll-margin instead of scroll-conservatively.
6578
6579 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6580
6581 * proced.el (proced-send-signal): Use beginning-of-line.
6582
6583 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6584
6585 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6586 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6587 listing types.
6588 (proced-log-buffer): New variable.
6589 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6590 region if transient-mark-mode is turned on and the region is active.
6591 (proced-omit-processes): Rename from proced-hide-processes to
6592 avoid key clash with describe-mode (bound to h). Search for
6593 marked processes starting from point-min.
6594 (proced-header-space): Remove.
6595 (proced-send-signal): Handle errors. Operate on current process
6596 if no process is marked.
6597 (proced-why): New command.
6598 (proced-log, proced-log-summary): New functions.
6599 (proced-help): Use proced-why.
6600 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6601 (bibtex-autokey-year-title-separator): Fix docstring.
6602
6603 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6604
6605 * net/xesam.el (xesam-vendor, xesam-notify-function):
6606 New local variables.
6607 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6608 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6609 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6610 (xesam-new-search): Initialize `xesam-vendor'.
6611
6612 2008-08-15 Glenn Morris <rgm@gnu.org>
6613
6614 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6615 a pipeline.
6616 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6617 unless at the end of the pipeline. (Bug#699).
6618
6619 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * minibuffer.el (completion-boundaries): Doc fix.
6622 (display-completion-list): Only default base-size to zero if
6623 completing in the minibuffer.
6624
6625 * simple.el (completion-base-size): Doc fix.
6626 (choose-completion): Try reselecting completion-reference-buffer.
6627
6628 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6629
6630 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6631 also for remote directories.
6632
6633 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6636 since those precomputed values aren't used any more.
6637 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6638
6639 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6640
6641 * help.el (with-help-window): Return last value in BODY.
6642
6643 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6644
6645 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6646 notify function of the URL.
6647 (xesam-new-search): Encode special characters in the query string.
6648
6649 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6652
6653 2008-08-13 Andreas Schwab <schwab@suse.de>
6654
6655 * net/tramp.el (tramp-handle-shell-command): Handle output going
6656 to current buffer like shell-command. Don't disable undo.
6657
6658 2008-08-13 Glenn Morris <rgm@gnu.org>
6659
6660 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6661 description is found.
6662
6663 2008-08-12 Alan Mackenzie <acm@muc.de>
6664
6665 * progmodes/cc-defs.el (c-emacs-features):
6666 argumentative-bod-function: bind mark-ring to avoid accumulating a
6667 spurious mark.
6668
6669 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * simple.el (visual-line--saved-state): New var.
6672 (visual-line-mode): Save local values of variables, and restore
6673 them when visual-line-mode is disabled.
6674
6675 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6676
6677 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6678
6679 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * progmodes/cc-defs.el (c-emacs-features):
6682 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6683 moving point during the test.
6684
6685 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6686
6687 2008-08-11 Glenn Morris <rgm@gnu.org>
6688
6689 * term/ns-win.el (x-parse-geometry): Doc fix.
6690
6691 * dired.el (x-popup-menu):
6692 * hi-lock.el (x-popup-menu):
6693 * mouse.el (font-face-attributes):
6694 * calendar/cal-menu.el (x-popup-menu):
6695 * calendar/calendar.el (x-popup-menu):
6696 * calendar/holidays.el (x-popup-menu):
6697 * progmodes/cperl-mode.el (x-popup-menu):
6698 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6699 (x-open-connection):
6700 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6701 (x-command-line-resources):
6702 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6703 (x-display-name, x-command-line-resources):
6704 Add declarations for builds without X.
6705
6706 2008-08-10 Glenn Morris <rgm@gnu.org>
6707
6708 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6709
6710 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6711
6712 * vc-bzr.el (vc-bzr-find-revision): Rename from
6713 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6714
6715 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6716
6717 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6718 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6719 "DONE", when all hits are retrieved.
6720 (xesam-search): Autoload it.
6721
6722 2008-08-11 John Paul Wallington <jpw@pobox.com>
6723
6724 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6725 empty string when no filename.
6726 (define-ibuffer-column filename): Accommodate that change.
6727
6728 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6729 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6730
6731 2008-08-10 Glenn Morris <rgm@gnu.org>
6732
6733 * Makefile.in (ELCFILES): Update.
6734
6735 2008-08-10 John Paul Wallington <jpw@pobox.com>
6736
6737 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6738
6739 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6740
6741 * battery.el (battery-echo-area-format, battery-status-function):
6742 Handle new Linux sysfs format for battery reporting.
6743 (battery-linux-sysfs): New function.
6744
6745 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6746
6747 * add-log.el (change-log-search-tag-name)
6748 (change-log-goto-source): Fix behavior when point is not on tag.
6749
6750 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6751
6752 * startup.el (command-line-ns-option-alist): Use ignore instead of
6753 ns-ignore-0-arg.
6754
6755 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6756 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6757 (ns-alternatives-map): New variable.
6758 (x-set-up-function-keys): Use it.
6759 (global): Comment out "put backspace ascii-character..." and friends.
6760 Move function-key-map into ns-alternatives-map. Don't call
6761 precompute-menubar-bindings. Don't set anything connected with
6762 browse-url.
6763 (after-make-frame-functions): Clarify comment why a hook is added.
6764
6765 2008-08-06 Joakim Verona <joakim@verona.se>
6766
6767 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6768 in url:s.
6769
6770 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6773 Fix 2008-01-01 change: use a shy group to not affect subsequent
6774 match calls.
6775
6776 2008-08-06 Reto Zimmermann <reto@gnu.org>
6777
6778 * progmodes/vera-mode.el (vera-electric-tab):
6779 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6780 region when active.
6781
6782 2008-08-06 Kenichi Handa <handa@m17n.org>
6783
6784 * faces.el (face-valid-attribute-values): Fix handling the value
6785 of (font-family-list) and font-XXX-table.
6786
6787 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6788
6789 * proced.el (proced-menu): Bind the correct function to for toggling.
6790
6791 * vc-dir.el (vc-dir-mode): Fix typo.
6792
6793 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6794
6795 * whitespace.el (whitespace-newline-mode)
6796 (global-whitespace-newline-mode, whitespace-mode)
6797 (global-whitespace-mode): Improve docstring.
6798
6799 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6802
6803 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6804
6805 * cus-start.el (all): Handle auto-save-visited-file-name.
6806
6807 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6808
6809 * files.el (hack-one-local-variable-eval-safep): Handle
6810 lisp-indent-function and scheme-indent-function in addition to the
6811 deprecated lisp-indent-hook.
6812
6813 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6814
6815 * net/xesam.el (top): Require `wid-edit' always.
6816 (xesam-mode-line, xesam-highlight): New deffaces.
6817 (xesam-objects): New local variable.
6818 (xesam-search-engines): Fix error in field list.
6819 (xesam-mode): Use `xesam-mode-line' instead of
6820 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6821 proper initialization (why?).
6822 (xesam-highlight-string, xesam-get-hits)
6823 (xesam-kill-buffer-function): New defuns.
6824 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6825 result of "hit.fields", it isn't a string only. Wrap an error of
6826 the strigi search engine ("xesam:size" is returned as string).
6827 Highlight search items.
6828 (xesam-refresh-search-buffer): Make logic of counters more simple.
6829 Prefetch next hits.
6830 (xesam-signal-handler): Use `xesam-mode-line' instead of
6831 `font-lock-type-face'.
6832 (xesam-new-search): Add `xesam-kill-buffer-function' to
6833 `kill-buffer-hook'.
6834
6835 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6836
6837 * add-log.el (change-log-next-error, change-log-mode): Add support
6838 for `next-error' to call `change-log-goto-source' on named files
6839 in a ChangeLog.
6840
6841 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6842
6843 * calc/calc.el (math-read-number): Handle all C-like languages
6844 properly.
6845
6846 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6847
6848 * calc/calc.el (math-read-number): Handle C numbers beginning with
6849 0 correctly.
6850
6851 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6852
6853 * term/ns-win.el ([ns-new-frame]): New global key.
6854
6855 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6856
6857 * international/mule-cmds.el (read-char-by-name):
6858 Check UCS names with `assoc-string' and case folding.
6859
6860 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6861
6862 * net/dbus.el (dbus-call-method-asynchronously)
6863 (dbus-method-return-internal, dbus-method-error-internal):
6864 Declare them with `declare-function'.
6865
6866 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * descr-text.el (describe-char-display): Fix last change:
6869 don't pass CHARSET to `encoded-string-description'.
6870
6871 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6872
6873 * vc.el (vc-next-action): Update list var correctly after delete.
6874
6875 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * ido.el (ido-mode): Add toggle notification.
6878
6879 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6880 already visiting the custom file.
6881
6882 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6883 pending output coming after the status change.
6884
6885 2008-08-02 Jason Rumney <jasonr@gnu.org>
6886
6887 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6888
6889 2008-08-01 Kenichi Handa <handa@m17n.org>
6890
6891 * international/mule-cmds.el (encode-coding-char):
6892 New optional arg CHARSET.
6893
6894 * descr-text.el (describe-char-display): Call encode-coding-char
6895 with the arg CHARSET.
6896 (describe-char): Pay attention to the text-property `charset'.
6897
6898 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6901 error messages.
6902 (dbus-set-property): Call `dbus-introspect-get-property' instead
6903 of `dbus-get-property'.
6904
6905 * net/xesam.el (xesam-all-fields): Remove source and content
6906 identifiers.
6907 (xesam-dbus-unique-names): New defvar.
6908 (xesam-dbus-call-method): New defun. Replace all calls of
6909 `dbus-call-method' by `xesam-dbus-call-method'.
6910 (xesam-get-cached-property, xesam-set-cached-property):
6911 New defuns.
6912 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6913 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6914 (xesam-search-engines): Make it an association list. Take changed
6915 layout into account in the corresponding function.
6916 (xesam-delete-search-engine): Remove check for consistency of
6917 `xesam-search-engines', not needed anymore.
6918 (xesam-mode): Show XML query string only in the debug case.
6919
6920 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6921
6922 * files.el (read-file-modes): Fix typo in docstring.
6923
6924 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6927 files.
6928
6929 * apropos.el (apropos-symbol): Don't set button skip by default.
6930 (apropos-print): Set button skip iff searching for multiple types.
6931 (apropos-print-doc): Insert blank label button when searching for
6932 a single type.
6933
6934 * button.el (forward-button): Avoid infloop.
6935
6936 * minibuffer.el (read-file-name-completion-ignore-case):
6937 Add cygwin to the list.
6938
6939 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6940
6941 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6942 turn off case-fold-search.
6943
6944 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6947 (dbus-message-type-invalid, dbus-message-type-method-call)
6948 (dbus-message-type-method-return, dbus-message-type-error)
6949 (dbus-message-type-signal): New defconst.
6950 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6951 (dbus-return-values-table): New defvar.
6952 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6953 New defun.
6954 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6955 Extend docstring. Adapt implementation according to new
6956 `dbus-event' layout.
6957 (dbus-event-service-name, dbus-event-path-name)
6958 (dbus-event-interface-name, dbus-event-member-name):
6959 Adapt implementation according to new `dbus-event' layout.
6960 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6961
6962 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6963 (xesam-mode): Rework implementation.
6964 (xesam-new-search): Additional parameter TYPE.
6965 (xesam-search): Adapt call of `xesam-new-search'.
6966
6967 2008-07-31 Juri Linkov <juri@jurta.org>
6968
6969 * dired-aux.el (dired-do-chmod): Set default value to the original
6970 mode string using absolute notation like u=rwx,g=rx,o=rx.
6971 Use it as a new arg `default' of `dired-mark-read-string'.
6972 (dired-mark-read-string): Add new optional arg `default'.
6973
6974 * files.el (read-file-modes): Set default value to the original
6975 mode string using absolute notation like u=rwx,g=rx,o=rx.
6976 Use it as the `default' arg of `read-string'.
6977
6978 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6979 variable `files' is bound to avoid warnings.
6980
6981 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6982 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6983 to the command `isearch-forward' instead of displaying "See C-s".
6984 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6985 with their interactive specifications. Move reading the face name to
6986 the main body after calls to isearch-done and isearch-clean-overlays.
6987
6988 * mb-depth.el: Unify all names under one common name prefix
6989 `minibuffer-depth-'.
6990 (minibuffer-depth-indicator-function): Rename from
6991 `minibuf-depth-indicator-function'.
6992 (minibuffer-depth-overlay): Rename from
6993 `minibuf-depth-overlay'.
6994 (minibuffer-depth-setup): Rename from
6995 `minibuf-depth-setup-minibuffer'.
6996 (minibuffer-depth-indicate-mode): Rename from
6997 `minibuffer-indicate-depth-mode'.
6998
6999 2008-07-31 Juri Linkov <juri@jurta.org>
7000
7001 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7002 (dired-isearch-filenames-setup): Bind "\M-sf" to
7003 dired-isearch-filenames-toggle in isearch-mode-map.
7004 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7005 in isearch-mode-map.
7006
7007 * isearch.el (isearch-edit-string-set-word): New command.
7008 (minibuffer-local-isearch-map): Bind "\C-w" to
7009 isearch-edit-string-set-word.
7010 (isearch-new-word): Temporary internal variable.
7011 (isearch-edit-string): Remove special case of reading the
7012 first character and checking it for C-w.
7013
7014 * simple.el (read-shell-command, shell-command):
7015 Move code that uses minibuffer-with-setup-hook to set
7016 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7017 from the interactive spec of `shell-command' to `read-shell-command'.
7018
7019 * international/mule-cmds.el (read-char-by-name):
7020 Accept hash notation. Doc fix.
7021 (ucs-insert): Doc fix. Convert to number only when `arg' is
7022 a string. Use separate error message when `arg' is not an integer.
7023 Bind `ucs-insert' to `C-x 8 RET'.
7024
7025 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7026
7027 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7028 move the (arglist-cont-nonempty) from c-offsets-alist to
7029 c-hanging-braces-alist like other styles already have.
7030
7031 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7032
7033 * textmodes/texinfmt.el:
7034 * nxml/nxml-enc.el:
7035 * mail/feedmail.el:
7036 * international/mule.el:
7037 * international/latexenc.el:
7038 * emulation/viper-util.el:
7039 * emulation/viper-init.el:
7040 * emulation/viper-ex.el:
7041 * emacs-lisp/bytecomp.el:
7042 * version.el:
7043 * subr.el:
7044 * startup.el:
7045 * sort.el:
7046 * shadowfile.el:
7047 * recentf.el:
7048 * printing.el:
7049 * paths.el:
7050 * minibuffer.el:
7051 * ls-lisp.el:
7052 * loadup.el:
7053 * hippie-exp.el:
7054 * finder.el:
7055 * files.el:
7056 * ediff-util.el:
7057 * ediff-ptch.el:
7058 * ediff-init.el:
7059 * ediff-diff.el:
7060 * dired.el:
7061 * dired-aux.el:
7062 * cus-edit.el:
7063 * bindings.el:
7064 * arc-mode.el:
7065 * add-log.el: Remove VMS support.
7066 * obsolete/vmsproc.el:
7067 * obsolete/vms-pmail.el:
7068 * obsolete/vms-patch.el: Remove file.
7069
7070 2008-07-31 Alan Mackenzie <acm@muc.de>
7071
7072 * progmodes/cc-mode.el (c-before-hack-hook): New function
7073 (Top Level): Install c-before-hack-hook on
7074 before-hack-local-variables-hook, rather than
7075 c-postprocess-file-styles on hack-local-variables-hook.
7076
7077 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * files.el (normal-mode): Move call to hack-project-variables into
7080 hack-local-variables.
7081 (file-local-variables-alist, before-hack-local-variables-hook):
7082 New vars.
7083 (ignored-local-variables): Add file-local-variables-alist.
7084 (hack-local-variables-filter): Renamed from
7085 hack-local-variables-apply. Add the result to
7086 file-local-variables-alist, without applying them.
7087 (hack-local-variables): Set file-local-variables-alist to nil.
7088 Call hack-project-variables and before-hack-local-variables-hook.
7089 Apply variables here, instead of hack-local-variables-apply.
7090 Based on a patch by Alan Mackenzie.
7091
7092 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7093
7094 * info-look.el (autoconf-mode :doc-spec): For
7095 "(autoconf)M4 Macro Index", if the item already
7096 begins with "AS_", don't prefix that string again.
7097
7098 2008-07-30 Juri Linkov <juri@jurta.org>
7099
7100 * info.el (info, Info-mode): Doc fix.
7101
7102 * isearch.el (isearch-mode-map): Bind `M-s r' to
7103 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7104 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7105 in the global map `search-map'.
7106 (isearch-forward): Doc fix.
7107 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7108
7109 * simple.el (quoted-insert): Comment out code that treats
7110 0240-0377 specially.
7111
7112 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * cus-start.el: Add customization info for
7115 read-buffer-completion-ignore-case.
7116
7117 2008-07-30 Sam Steingold <sds@gnu.org>
7118
7119 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7120
7121 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7124 (vc-dir-mode): Improve docstring.
7125
7126 2008-07-30 Juri Linkov <juri@jurta.org>
7127
7128 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7129 for the sake of isearch-mode-hook in dired-mode in dired.el.
7130
7131 2008-07-19 Markus Triska <markus.triska@gmx.at>
7132
7133 * image-mode.el (image-mode): Set image-mode-text-map when image
7134 cannot be displayed.
7135
7136 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7137
7138 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7139 ada-xref-set-default-prj-values.
7140 (ada-prj-display-page): Ditto.
7141
7142 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7143 (ada-make-filename-from-adaname): Fix free variable.
7144
7145 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7146
7147 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7148
7149 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7150
7151 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7152 for declarations inside a parenthetical list. The code is ill-advised,
7153 and doesn't work given user defined types.
7154 (verilog-set-auto-endcomments): Enhance function automatic
7155 endcomment to support functions that return user defined types.
7156 (verilog-mode): Add code to tell which-function-mode minor mode
7157 that Verilog supports this feature.
7158 (verilog-beg-block-re-ordered, verilog-indent-re)
7159 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7160 (verilog-leap-to-head): Support the new virtual and/or protected
7161 tasks, as well as extern declarations of tasks for indenting and
7162 for forward/backward expression.
7163
7164 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7165
7166 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7167 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7168 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7169 (verilog-string-replace-matches): Avoid recursion with small
7170 replacements.
7171 (verilog-auto-inst-param-value, verilog-mode-version)
7172 (verilog-mode-version-date, verilog-read-inst-param-value)
7173 (verilog-auto-inst, verilog-auto-inst-param)
7174 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7175 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7176 David Rogoff. This allows parameters to be replaced with their
7177 values, on the expansion of an AUTOINST with Verilog 2001 style
7178 parameter settings.
7179
7180 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7181
7182 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7183 to `cddr'.
7184
7185 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * Makefile.in (ELCFILES): Add mairix.elc.
7188
7189 2008-07-29 David Engster <deng@randomsample.de>
7190
7191 * net/mairix.el: New file.
7192
7193 2008-07-29 Juri Linkov <juri@jurta.org>
7194
7195 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7196 instead of variable-pitch with bold and 1.2 height.
7197
7198 * dired-aux.el (dired-do-async-shell-command): New command.
7199
7200 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7201 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7202
7203 2008-07-29 Juri Linkov <juri@jurta.org>
7204
7205 * international/mule-cmds.el (ucs-names): New internal variable.
7206 (ucs-names): New function.
7207 (ucs-completions): New lazy completion variable.
7208 (read-char-by-name): New function.
7209 (ucs-insert): Replace interactive spec letter "s" with the call to
7210 `read-char-by-name'.
7211
7212 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7213
7214 * replace.el (occur-read-primary-args):
7215 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7216 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7217 second arg of `read-regexp'.
7218
7219 * dired-aux.el (dired-isearch-filenames): New user option.
7220 (dired-isearch-orig-success-function): New internal variable.
7221 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7222 (dired-isearch-success-function): New functions.
7223 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7224 New commands.
7225
7226 * dired.el (dired-insert-set-properties): Add new text property
7227 `dired-filename' to put on file names.
7228 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7229 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7230 Add menu items.
7231 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7232 buffer-local `isearch-mode-hook'.
7233
7234 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7235
7236 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7237 (ada-create-case-exception): Fix typo in docstring.
7238 (ada-no-auto-case): Return nil, not the docstring.
7239 (ada-indent-current): Reflow docstring.
7240
7241 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7242 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7243 (ada-prj-load-from-file): Reflow docstring.
7244 (ada-prj-display-page): Fix typo in widget.
7245
7246 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7247 Fix typos in docstrings.
7248
7249 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7250 (ada-compile-current, ada-check-current, ada-run-application)
7251 (ada-get-ali-file-name): Fix typos in docstrings.
7252 (ada-xref-confirm-compile, ada-find-references)
7253 (ada-find-local-references, ada-find-any-references): Doc fixes.
7254 (ada-get-all-references): Fix typo in error message.
7255 (ada-xref-current-project): Use `let', not `let*'.
7256 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7257
7258 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7259
7260 * whitespace.el (whitespace-newline): Change initialization to have a
7261 low contrast relative to the background color. Suggested by David
7262 Reitter <david.reitter@gmail.com>.
7263
7264 2008-07-28 Juri Linkov <juri@jurta.org>
7265
7266 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7267 New functions.
7268
7269 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7270 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7271
7272 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7273
7274 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7275 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7276
7277 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7278
7279 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7280 Add support for add-log.
7281 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7282
7283 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7284 (ada-prj-save): Prompt for file name if not given.
7285 (ada-prj-display-page): Display casing exceptions.
7286
7287 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7288 Ada mode project files. Delete 'main_unit' project variable;
7289 only need 'main'. Simplify handling of default project values.
7290 Use cross-prefix consistently.
7291 (ada-find-executable): Throw error if not found.
7292 (ada-initialize-runtime-library): Improve error handling when
7293 gnatls not found.
7294 (ada-gnat-parse-gpr): New.
7295 (ada-treat-cmd-string): Allow process environment variables.
7296 (ada-xref-set-default-prj-values): Delete; replace with
7297 ada-default-prj-properties.
7298 (ada-parse-prj-file): Handle GNAT project files.
7299 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7300 (ada-select-prj-file): New.
7301 (ada-get-absolute-dir-list): Allow project and environment variables.
7302
7303 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7304
7305 Sync with Tramp 2.1.14.
7306
7307 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7308 (tramp-get-device): Make device number a cons cell.
7309 (tramp-convert-file-attributes): Make inode a cons cell.
7310
7311 * net/trampver.el: Update release number.
7312
7313 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7314
7315 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7316 window systems.
7317
7318 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7319
7320 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7321
7322 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7323
7324 Remove support for Mac Carbon.
7325 * term/mac-win.el: Remove file
7326 * international/mule-cmds.el:
7327 * version.el:
7328 * startup.el:
7329 * simple.el:
7330 * mwheel.el:
7331 * mouse.el:
7332 * loadup.el:
7333 * isearch.el:
7334 * info.el:
7335 * frame.el:
7336 * faces.el:
7337 * disp-table.el:
7338 * cus-start.el:
7339 * cus-face.el:
7340 * cus-edit.el:
7341 * Makefile.in: Remove code for Carbon.
7342
7343 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7344
7345 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7346 bindings for functions deleted by Dan N. 2008-07-21. Set
7347 where-is-preferred-modifier. Add show-manual option to Help menu.
7348
7349 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7350
7351 * net/tramp.el (tramp-handle-start-file-process):
7352 Set query-on-exit flag. Kill temporary buffer.
7353 (tramp-process-sentinel): Remove defun.
7354 (tramp-do-copy-or-rename-file-out-of-band)
7355 (tramp-maybe-open-connection): Don't call it.
7356
7357 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7358 `tramp-process-sentinel'.
7359
7360 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7361 `tramp-process-sentinel'.
7362
7363 * net/xesam.el (xesam-from): Remove defvar.
7364 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7365 and `mode-line-position'.
7366 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7367 information to the widgets. Don't set `mode-line-position'.
7368 (xesam-refresh-search-buffer): Correct hit number computing.
7369 Don't set `mode-line-position'.
7370 (xesam-new-search): Add debug information to the mode line.
7371
7372 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7373
7374 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7375 diff-show-trailing-whitespaces.
7376
7377 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7380 invalid filename strings when parsing tex errors (bug#376).
7381
7382 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7383
7384 * menu-bar.el (menu-bar-file-menu): Fix typo.
7385
7386 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7389 (solitaire-mode): Define with `define-derived-mode'.
7390 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7391 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7392 (solitaire-undo, solitaire-check): Use `when'.
7393 (solitaire-solve): Err out if the solitaire is already in progress.
7394 Use `when'.
7395
7396 * descr-text.el (describe-char): Don't overwrite local variable char
7397 when describing characters with display-table entries. Display font
7398 backend when describing composed characters. Simplify: use `let'
7399 instead of `let*', and `or x y' instead of `if x x y'.
7400
7401 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7402
7403 * image-mode.el (image-minor-mode): Set up winprops.
7404
7405 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7406
7407 * diff-mode.el (diff-show-trailing-blanks): New fun.
7408 Show trailing blanks in modified lines for diff-mode.
7409
7410 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * Makefile.in (ELCFILES): Add net/xesam.el.
7413
7414 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7415 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7416
7417 * net/xesam.el: New file.
7418
7419 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7420
7421 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7422 set-file-modes when creating target directories.
7423
7424 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7425
7426 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7427 Set `show-trailing-whitespace' to nil.
7428 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7429 Fix typos in docstrings.
7430
7431 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7434 key remapping, not directly.
7435
7436 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7437
7438 * whitespace.el: New version 11.2.
7439 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7440 minor mode visualization.
7441
7442 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7445
7446 * Makefile.in (ELCFILES): Add term/common-win.elc.
7447
7448 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7449 (vc-dir-isearch-regexp): New functions.
7450 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7451
7452 2008-07-23 Juri Linkov <juri@jurta.org>
7453
7454 * isearch-multi.el: Remove file to avoid dos file name clashes
7455 with isearch-x.el. Move most content to misearch.el.
7456
7457 * misearch.el: New file with most content from isearch-multi.el.
7458 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7459 Remove `isearch-buffers-minor-mode'. Add new function
7460 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7461 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7462 `multi-isearch-files', `multi-isearch-files-regexp'.
7463
7464 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7465
7466 * isearch.el (isearch-message-prefix): Display "Multi" when
7467 `multi-isearch-next-buffer-current-function' is non-nil.
7468 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7469 with `multi-isearch-next-buffer-current-function', and
7470 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7471
7472 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7473 `multi-isearch-next-buffer-function' instead of
7474 `isearch-buffers-next-buffer-function'. Remove call to
7475 `isearch-buffers-minor-mode'.
7476
7477 * buff-menu.el (Buffer-menu-marked-buffers)
7478 (Buffer-menu-isearch-buffers)
7479 (Buffer-menu-isearch-buffers-regexp): New functions.
7480 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7481 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7482 `Buffer-menu-isearch-buffers-regexp'.
7483 (Buffer-menu-mode): Document new commands in docstring.
7484 (list-buffers-noselect): Add one space after Info file name
7485 according to the Info address convention.
7486
7487 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7488 New functions.
7489
7490 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7491 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7492 (ibuffer-mode): Document new commands in docstring.
7493
7494 * filesets.el (filesets-commands): Add commands for "Isearch" and
7495 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7496 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7497 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7498 or `multi-isearch-files-regexp'.
7499 (filesets-cmd-query-replace-getargs): Call standard function
7500 `query-replace-read-args' to read `query-replace' arguments.
7501 Add `multi-query-replace-map'.
7502 (filesets-cmd-query-replace-regexp-getargs)
7503 (filesets-cmd-isearch-getargs): New functions.
7504
7505 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7506
7507 * international/mule.el (recode-region): Deactivate mark at the end.
7508
7509 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7510
7511 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7512 Use more suitable colors on dark displays.
7513
7514 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7517 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7518 (tramp-temp-buffer-name): New defconst.
7519 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7520 command. No trailing prompt.
7521 (tramp-process-sentinel): Remove temporary buffer, if existing.
7522 Don't handle trailing prompt.
7523 (tramp-open-connection-setup-interactive-shell):
7524 Use `tramp-temp-buffer-name'.
7525
7526 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * shell.el (shell-dynamic-complete-functions):
7529 Use comint-dynamic-complete-filename as well (bug#361).
7530
7531 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7532
7533 * term/ns-win.el:
7534 * version.el (emacs-version):
7535 * loadup.el:
7536 * frame.el (make-frame-on-display): Check for ns instead of
7537 ns-windowing.
7538
7539 * dired.el (dired-mode-map): Show the key binding for wdired.
7540
7541 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7542 exiting Emacs.
7543
7544 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7545
7546 * term/ns-win.el (x-list-fonts): Drop alias.
7547
7548 2008-07-23 Juri Linkov <juri@jurta.org>
7549
7550 * replace.el (multi-query-replace-map): New variable.
7551 (perform-replace): Add processing of new multi-buffer keys bound
7552 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7553 if last input char was `automatic-all'. Set new local variable
7554 `multi-buffer' to t when one of new two keys were typed. Return
7555 non-nil value of `multi-buffer' that tells to calling functions
7556 to continue replacement on the next file.
7557
7558 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7559 `perform-replace' to `multi-query-replace-map'.
7560
7561 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7564 otherwise displayed in every buffer.
7565
7566 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7567 (vc-arch-trim-one-revlib): Delete temp directories as well.
7568
7569 2008-07-22 Stephen Eglen <stephen@gnu.org>
7570
7571 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7572
7573 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7574
7575 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7576
7577 2008-07-22 Miles Bader <miles@gnu.org>
7578
7579 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7580 (sh-mode-map): Remove remapping of newline-and-indent.
7581
7582 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7583
7584 * vc.el (Todo): Update.
7585
7586 * vc-hooks.el: Remove obsolete comment.
7587
7588 * vc-git.el (vc-git-status-printer): Update the directory display
7589 to match the default.
7590
7591 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7592
7593 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7596 for "word wrap" command.
7597
7598 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7599
7600 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7601
7602 * term/ns-win.el: Rename ns- functions/variables to the
7603 corresponding x- versions.
7604 (x-select-text, x-cut-buffer-or-selection-value)
7605 (x-disown-selection-internal, x-get-selection-internal)
7606 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7607 (x-display-mm-width, x-display-mm-height)
7608 (x-display-backing-store, x-display-save-under)
7609 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7610 defaliases.
7611
7612 * frame.el (ns-display-name): Remove declaration.
7613 (make-frame-on-display): Use x-display-name instead
7614 ns-display-name. Use unless.
7615
7616 * startup.el (command-line-1): Fix indentation.
7617
7618 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7619 checked in inadvertently.
7620
7621 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7622
7623 * term/ns-win.el: Standardize references to "Nextstep" in
7624 comments, messages, and docstrings.
7625 (ns-handle-args, x-parse-geometry)
7626 (ns-extended-platform-support-mode, x-setup-function-keys)
7627 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7628 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7629 (ns-initialized, ns-initialize-window-system): Doc fixes.
7630
7631 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7632
7633 * diff-mode.el (diff-auto-refine): Delete defcustom.
7634 (diff-auto-refine-mode): New func/var via define-minor-mode.
7635 Update var ref to use diff-auto-refine-mode.
7636 * smerge-mode.el (diff-mode): Require when compiling.
7637 (smerge-auto-refine): Delete defcustom.
7638 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7639
7640 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * simple.el (visual-line): New custom group.
7643 (visual-line-fringe-indicators): New var.
7644 (visual-line-mode): Set fringe-indicator-alist based on
7645 visual-line-fringe-indicators. Add lighter.
7646
7647 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7648
7649 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7650 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7651 (x-handle-geometry, x-handle-name-switch, x-display-name)
7652 (x-handle-display, x-handle-args, x-colors): Move ...
7653 * term/common-win.el: ... here. New file.
7654 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7655 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7656 (x-handle-geometry, x-handle-name-switch, x-display-name)
7657 (x-handle-display, x-handle-args, x-colors): Remove.
7658 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7659
7660 2008-07-19 Juri Linkov <juri@jurta.org>
7661
7662 * startup.el (fancy-startup-text): Move the line "To quit
7663 a partially entered command, type Control-g" a few lines below
7664 to be after the line "To start". Add text "at gnu.org" to
7665 "Overview of Emacs features".
7666
7667 * dired.el (dired-mode-map): Fix menu text of
7668 image-dired-display-thumbs.
7669
7670 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7671 (image-dired-cmd-create-temp-image-options)
7672 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7673 ImageMagick command line to change the dimensions of the image
7674 only if its width or height exceeds the geometry specification.
7675
7676 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7677
7678 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7679 to docstrings.
7680
7681 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7682
7683 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7684 Vinicius Jose Latorre.
7685
7686 2008-07-19 Glenn Morris <rgm@gnu.org>
7687
7688 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7689 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7690
7691 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7692
7693 * net/dbus.el (dbus-interface-properties): New defconst.
7694 (dbus-introspect): Update docstring.
7695 (dbus-introspect-xml, dbus-introspect-get-attribute)
7696 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7697 (dbus-introspect-get-interface-names)
7698 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7699 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7700 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7701 (dbus-introspect-get-property)
7702 (dbus-introspect-get-annotation-names)
7703 (dbus-introspect-get-annotation)
7704 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7705 (dbus-introspect-get-signature, dbus-get-property)
7706 (dbus-set-property, dbus-get-all-properties): New defuns.
7707
7708 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7711 ns-grabenv.elc.
7712
7713 * ns-carbon-compat.el: File removed.
7714
7715 * ns-grabenv.el: File removed.
7716
7717 * term/ns-win.el: Contents of ns-carbon-compat.el and
7718 ns-grabenv.el moved here.
7719 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7720 (ns-submit-bug-report): Function removed. Reports go to the main
7721 Emacs bug list.
7722 (ns-handle-args, ns-spi-service-call): Doc fixes.
7723 (info-ns-emacs): Function removed. Nextstep port manual will be
7724 merged into the Emacs manual, so no separate link needed.
7725
7726 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7727
7728 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7729
7730 2008-07-18 Glenn Morris <rgm@gnu.org>
7731
7732 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7733 to XEmacs, since it does nothing for Emacs.
7734
7735 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7738 BUFFER that is a string but does not exist as a buffer object, as
7739 mentioned in the doc-string.
7740
7741 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7742
7743 * simple.el (line-move-visual): Make it a defcustom.
7744 (line-move-1): Convert temporary-goal-column back to an integer if
7745 it was set as a float by a previous call to line-move-visual.
7746 (end-of-visual-line, beginning-of-visual-line)
7747 (next-logical-line, previous-logical-line): New functions.
7748
7749 2008-07-17 David Reitter <david.reitter@gmail.com>
7750
7751 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7752 functions.
7753 (visual-line-mode, global-visual-line-mode): New minor mode.
7754 (visual-line-mode-map): New variable.
7755
7756 2008-07-17 Glenn Morris <rgm@gnu.org>
7757
7758 * term/ns-win.el (parameters): Declare for compiler.
7759
7760 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7761
7762 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7763 for Windows.
7764
7765 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7766
7767 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7768 (epa-key-mode): Ditto.
7769 (epa-info-mode): Ditto.
7770
7771 2008-07-17 Glenn Morris <rgm@gnu.org>
7772
7773 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7774 (ns-handle-numeric-switch): Just call ns-handle-switch.
7775 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7776 (ns-handle-args): Simplify using `pop'.
7777 (ns-display-name): Define (used in frame.el).
7778 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7779 original definition.
7780 (ns-perform-service): Declare.
7781 (ns-save-preferences): Use fewer `let's.
7782
7783 * frame.el (ns-display-name): Declare for compiler.
7784
7785 2008-07-17 Kenichi Handa <handa@m17n.org>
7786
7787 * descr-text.el (describe-char-unidata-list): Initialize to the
7788 list of name, general-category, decomposition, and old-name.
7789
7790 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7791
7792 * startup.el (command-line-1): Update processing of NS long options to
7793 mimic recent changes to processing of X long options.
7794
7795 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7796
7797 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7798 list of #defines for remote files.
7799 (gdb-source-info): Only show main if it has been found.
7800
7801 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * term/ns-win.el: Require CL; fix up comment style; reindent.
7804 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7805 (ns-save-preferences): Use `case'.
7806 (ns-initialize-window-system): Use `dolist'.
7807
7808 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7809
7810 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7811 windowing is used.
7812 * term/ns-win.el (ns-extended-platform-support-mode):
7813 Correct/improve documentation.
7814
7815 2008-07-16 Glenn Morris <rgm@gnu.org>
7816
7817 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7818 Simply require 'cl (see comment in cl-compat.el).
7819 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7820 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7821 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7822 directly rather by subterfuge. Provide cl before loading cl-macs.
7823
7824 * paths.el (rmail-spool-directory): Remove settings for systems that are
7825 no longer supported.
7826
7827 * frame.el (ns-initialize-window-system): Declare for compiler.
7828
7829 * term/ns-win.el: Add numerous declarations for compiler.
7830 (ns-pop-up-frames): Move definition before use. Doc fix.
7831
7832 * emacs-lisp/check-declare.el (check-declare-locate)
7833 (check-declare-verify): Handle .m files.
7834
7835 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7836
7837 * ns-carbon-compat.el: New file: user-visible compatibility of
7838 NeXTstep port with Carbon port.
7839 * ns-grabenv.el: New file: functionality useful on OS X platform to
7840 expose environment variables inside Emacs started from icon.
7841 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7842 * cus-edit.el:
7843 * cus-face.el:
7844 * disp-table.el:
7845 * faces.el:
7846 * info.el:
7847 * mouse.el:
7848 * mwheel.el:
7849 * simple.el: Add ns to window systems treated as GUIs.
7850 * facemenu.el (facemenu-read-color): Don't require a name match under
7851 NS, to allow numeric color entry.
7852 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7853 'ns window system if need be.
7854 (various): Add 'ns as described above.
7855 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7856 ns-windowing is active.
7857 * startup.el (command-line-ns-option-alist): New constant to handle NS
7858 windowing system specific command line args analogous to how they are
7859 handled for X windows.
7860 (command-line-1): Use the above where appropriate.
7861 * version.el: Add NS port version.
7862 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7863 Darwin (usually OS X) systems.
7864 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7865 * emulation/viper-util.el (ns-display-color-p)
7866 (ns-color-defined-p): Remove these (caustically-commented) outdated
7867 compensations for a port that was never itself integrated until now.
7868 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7869 for NS window system.
7870 * international/mule-cmds.el: Add 'ns to list of special-cased window
7871 systems (probably most of these, x/w32/mac/ns could be changed to
7872 window-system non-nil).
7873 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7874
7875 2008-07-14 Jason Rumney <jasonr@gnu.org>
7876
7877 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7878 (x-handle-numeric-switch, x-handle-initial-switch)
7879 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7880 (xw-defined-colors, w32-initialize-window-system):
7881 Avoid use of cl pop and push macros.
7882
7883 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7884
7885 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7886 error when change-log-search-file-name returns nil.
7887
7888 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7889
7890 * add-log.el (change-log-search-file-name):
7891 Use match-string-no-properties.
7892 (change-log-search-tag-name-1, change-log-search-tag-name)
7893 (change-log-goto-source-1, change-log-goto-source): New functions.
7894 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7895 New variables.
7896 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7897
7898 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7899
7900 * calc/calc-help.el (calc-describe-key): Add angles to special key
7901 descriptions.
7902
7903 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7904
7905 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7906 search for regexp.
7907
7908 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * simple.el (line-move-visual): Handle null pixel position gracefully.
7911
7912 2008-07-11 Jason Rumney <jasonr@gnu.org>
7913
7914 * files.el (file-truename): Get truename of ancestors if file does
7915 not exist on Windows.
7916
7917 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7918
7919 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7920 (track-eol, temporary-goal-column, previous-line, next-line):
7921 Update docstring.
7922 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7923 to nil.
7924
7925 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * simple.el (line-move-visual): New var.
7928 (line-move-visual): New function.
7929 (line-move): Call line-move-visual.
7930
7931 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7932
7933 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7934 pattern and add patterns for C++ header files.
7935
7936 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * window.el (truncated-partial-width-window-p): New function.
7939
7940 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7941
7942 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7943 are set later to x-create-frame.
7944 (face-set-after-frame-default): Apply X resources for non-default
7945 faces.
7946
7947 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7950 frame-specific X resource settings. Set faces using a list of
7951 frame parameters explicitly passed to the calling
7952 function (e.g. make-frame).
7953 (x-create-frame-with-faces, tty-create-frame-with-faces):
7954 Supply explicit frame parameter list to face-set-after-frame-default.
7955
7956 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7957
7958 * net/browse-url.el (browse-url-default-browser):
7959 Fix argument list in lambda.
7960
7961 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7962
7963 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7964 from url-retrieve.
7965 (newsticker--sentinel-work): Fix xerror typo.
7966
7967 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7968
7969 * vc-dir.el (vc-dir-refresh): Only update files.
7970
7971 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7972
7973 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7974
7975 2008-07-06 John Paul Wallington <jpw@pobox.com>
7976
7977 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7978
7979 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7980
7981 * vc-git.el (vc-git-registered): Return true for removed files.
7982 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7983 all the files instead of one per file.
7984 (vc-git-previous-revision): Add support for project-wide previous
7985 revision when specified file is nil.
7986
7987 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7988
7989 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7990
7991 * vc-dir.el (vc-dir-find-child-files): New function.
7992 (vc-dir-resync-directory-files): New function.
7993 (vc-dir-recompute-file-state): New function, broken out of ...
7994 (vc-dir-resynch-file): ... here. Also deal with directories.
7995 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7996 (vc-resynch-buffer): Use it.
7997
7998 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7999
8000 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8001
8002 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8003
8004 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8005 if it's not part of gdb-ui, e.g, at start.
8006
8007 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8008 filenames in stack trace (text command mode).
8009
8010 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8013
8014 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8015 Use syntax-ppss on a position *before* the char we want to change.
8016
8017 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8018
8019 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8020 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8021 (vc-dir-mode-map): Likewise.
8022
8023 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8026 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8027 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8028 Remove spurious * in defcustom docstrings.
8029
8030 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8031 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8032 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8033 (default-justification): Remove spurious * in defcustom docstrings.
8034
8035 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8036 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8037 (rst-compare-decorations, rst-default-indent, rst-update-section)
8038 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8039 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8040 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8041 Fix typos in docstrings.
8042 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8043 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8044 (rst-get-decorations-around, rst-section-tree-point)
8045 (rst-font-lock-adornment-point): Reflow docstrings.
8046 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8047 Doc fixes.
8048 (rst-re-enumerations): Comment out.
8049
8050 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8051 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8052 (nxml-unicode-block-char-name-set):
8053 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8054 * nxml/rng-nxml.el (rng-set-state-after):
8055 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8056
8057 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8058 (rng-c-parse-annotation-body):
8059 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8060
8061 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8062 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8063 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8064 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8065 Fix typos in docstrings.
8066 (nxml-attribute-indent): Reflow docstring.
8067 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8068 (nxml-default-buffer-file-coding-system): Doc fixes.
8069
8070 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8071 (nxml-ns-set-prefix): Fix typos in docstrings.
8072 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8073 Reflow docstring.
8074 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8075
8076 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8077 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8078 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8079 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8080 (nxml-outline-display-rest, nxml-outline-set-overlay)
8081 (nxml-section-tag-forward, nxml-section-tag-backward)
8082 (nxml-back-to-section-start): Fix typos in docstrings.
8083
8084 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8085 Doc fixes.
8086
8087 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8088 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8089 (nxml-scan-after-change): Fix typo in docstring.
8090
8091 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8092 (rng-name-class-possible-names): Doc fixes.
8093 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8094 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8095 Fix typos in docstrings.
8096 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8097 Reflow docstrings.
8098
8099 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8100 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8101
8102 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8103 (rng-xsd-convert-date-time): Reflow docstrings.
8104 (rng-xsd-compile): Fix typo in docstring.
8105
8106 * nxml/rng-loc.el (rng-current-schema-file-name)
8107 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8108 Doc fixes.
8109 (rng-set-schema-file): Fix typo in docstring.
8110
8111 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8112 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8113 Fix typos in docstrings.
8114 (rng-message-overlay, rng-conditional-up-to-date-start)
8115 (rng-conditional-up-to-date-end): Doc fixes.
8116 (rng-next-error, rng-previous-error): Reflow docstrings.
8117
8118 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8119 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8120 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8121 (xmltok-merge-attributes): Fix typos in docstrings.
8122 (xmltok-make-attribute, xmltok-forward-special)
8123 (xmltok-get-declared-encoding-position): Reflow docstrings.
8124
8125 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8126 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8127 Fix typos in docstrings.
8128
8129 2008-07-02 John Paul Wallington <jpw@pobox.com>
8130
8131 * ibuffer.el (ibuffer-buffer-file-name):
8132 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8133 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8134
8135 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8136
8137 * files.el (backup-extract-version): Handle versioned directories.
8138 (trash-directory): New variable.
8139 (move-file-to-trash): New function.
8140
8141 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8142
8143 2008-07-02 Magnus Henoch <mange@freemail.hu>
8144
8145 * vc-git.el (vc-git-annotate-command): Use proper option for
8146 specifying revision.
8147
8148 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8149
8150 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8151 if available.
8152
8153 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8154
8155 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8156
8157 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8158 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8159
8160 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8161
8162 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8165 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8166 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8167 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8168 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8169 (gdb-stack-list-locals-regexp): Future proof regexps better.
8170
8171 2008-06-30 Juri Linkov <juri@jurta.org>
8172
8173 * faces.el (face-name-history): New variable.
8174 (make-face, make-empty-face): Replace interactive spec "S"
8175 with `read-from-minibuffer' where `read' arg is t and
8176 `hist' arg is `face-name-history'.
8177 (read-face-name): Set `hist' arg of `completing-read-multiple'
8178 to `face-name-history'.
8179 (list-faces-display): Use `read-regexp' instead of `read-string'
8180 to read regexp.
8181
8182 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8183 to `regexp-history'.
8184 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8185 make it an obsolete alias to it.
8186 (hi-lock-face-defaults): New variable renamed from
8187 `hi-lock-face-history'.
8188 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8189 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8190 `read-from-minibuffer'. Doc fix.
8191 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8192 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8193 Set `hist' arg of `completing-read' to `face-name-history'.
8194 Put a list of default faces to `default' arg instead of `hist' arg.
8195
8196 * bindings.el (abbrev-map, narrow-map): New variables.
8197 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8198 Rebind related commands to these new maps.
8199 (ctl-x-r-map): New variable for rectangle, register and bookmark
8200 keys. Move rectangle keybindings to rect.el and register
8201 keybindings to register.el.
8202 (next-buffer, previous-buffer): Remove C-x prefix and move
8203 keybindings to ctl-x-map.
8204
8205 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8206 to the new map `ctl-x-r-map' in autoload cookies.
8207
8208 * expand.el: Rebind two global `C-x a' keys "n", "p"
8209 to the new map `abbrev-map' in autoload cookies.
8210
8211 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8212
8213 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8214
8215 2008-06-30 Miles Bader <miles@gnu.org>
8216
8217 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8218 after processing an escape sequence.
8219
8220 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8221
8222 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8223 from 2008-06-28. It does not work on W32.
8224
8225 2008-06-29 Juri Linkov <juri@jurta.org>
8226
8227 * replace.el (read-regexp): New function.
8228 (keep-lines-read-args, occur-read-primary-args):
8229 Call `read-regexp' instead of code moved to new function.
8230 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8231 from the end of prompt.
8232 (replace-re-search-function): Doc fix.
8233
8234 2008-06-29 Kenichi Handa <handa@m17n.org>
8235
8236 * descr-text.el (describe-char-display): Always return a string.
8237 (describe-char-padded-string): New function.
8238 (describe-char): Adjusted for the change of
8239 describe-char-display. Use describe-char-padded-string.
8240
8241 2008-06-29 Andreas Schwab <schwab@suse.de>
8242
8243 * vc-dir.el (vc-dir): Make backend argument optional and use
8244 vc-responsible-backend when nil. Interactively pass nil for
8245 backend instead of using the backend of what happens to be
8246 default-directory at the time of the call.
8247
8248 * find-dired.el (find-dired-filter): Preserve point.
8249
8250 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8251
8252 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8253 (sasl-find-mechanism, sasl-next-step):
8254 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8255 (sasl-ntlm-response): Fix typos in docstrings.
8256
8257 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8258
8259 * international/mule-cmds.el (view-hello-file): Doc fix.
8260
8261 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8262
8263 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8264 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8265
8266 2008-06-28 John Paul Wallington <jpw@pobox.com>
8267
8268 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8269
8270 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8271
8272 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8273 (tramp-convert-file-attributes): Convert symlinks only when
8274 returned from `tramp-handle-file-attributes-with-stat'.
8275
8276 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8277 `substitute-in-file-name' when unloading.
8278 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8279
8280 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8281
8282 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8283 (vc-string-prefix-p): Move function ...
8284 * vc.el (vc-string-prefix-p): ... here.
8285
8286 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8287
8288 * vc-dir.el (vc-dir): Complete only directory names.
8289
8290 2008-06-27 Jason Rumney <jasonr@gnu.org>
8291
8292 * w32-fns.el (top-level): Unconditionally define all charsets.
8293
8294 2008-06-27 Alan Mackenzie <acm@muc.de>
8295
8296 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8297 the CC Mode specific functions; this is no longer needed, since
8298 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8299
8300 * progmodes/cc-defs.el (c-emacs-features): New feature
8301 'argumentative-bod-function.
8302
8303 2008-06-27 John Paul Wallington <jpw@pobox.com>
8304
8305 * chistory.el (list-command-history): Use `bound-and-true-p'.
8306 (command-history-map): Define within defvar. Add docstring.
8307
8308 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8309
8310 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8311 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8312 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8313 (image-type-from-buffer): Use `looking-at-p'.
8314
8315 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8316
8317 * ibuf-ext.el (diff-sentinel): Declare.
8318
8319 2008-06-27 Glenn Morris <rgm@gnu.org>
8320
8321 * calendar/lunar.el (calendar-lunar-phases): Rename from
8322 calendar-phases-of-moon. Keep old name as alias, update callers.
8323 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8324 (diary-lunar-phases): Rename from diary-phases-of-moon.
8325 Keep old name as alias.
8326 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8327 (cal-menu-global-mouse-menu): Update for lunar name changes.
8328 * calendar/calendar.el (calendar-mode-map): Update for name change.
8329 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8330
8331 2008-06-26 Glenn Morris <rgm@gnu.org>
8332
8333 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8334 argument `nolocation'.
8335 (calendar-sunrise-sunset-month): New function.
8336 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8337 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8338 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8339 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8340 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8341 (calendar-buffer-list): Add solar-sunrises-buffer.
8342
8343 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8344
8345 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8346
8347 * cus-start.el: Add customization types for word-wrap and
8348 shift-select-mode.
8349
8350 2008-06-26 John Paul Wallington <jpw@pobox.com>
8351
8352 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8353 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8354 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8355 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8356
8357 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8358
8359 * vc-dir.el (tool-bar): Require.
8360
8361 * vc.el (ewoc, tool-bar): Do not require.
8362
8363 2008-06-26 Kenichi Handa <handa@m17n.org>
8364
8365 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8366 characters.
8367
8368 * composite.el (terminal-composition-base-character-p): New function.
8369 (terminal-composition-function):
8370 Use terminal-composition-base-character-p. Include the base character
8371 in the composition.
8372 (auto-compose-chars): Don't check font-object for terminal display.
8373
8374 2008-06-26 Glenn Morris <rgm@gnu.org>
8375
8376 * doc-view.el (bookmark-make-record-default):
8377 * image-mode.el (bookmark-make-record-default): Fix declaration.
8378
8379 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8380 Add default :value for sexp type.
8381 (calendar-month-edges): New variable.
8382 (calendar-month-edges): New function.
8383 (calendar-recompute-layout-variables): Set calendar-month-edges.
8384 (calendar-intermonth-header, calendar-intermonth-text): New options.
8385 (calendar-insert-at-column): New function.
8386 (calendar-generate-month): Use calendar-insert-at-column.
8387 Handle intermonth text. Add 'date property.
8388 (calendar-column-to-month): Remove function.
8389 (calendar-column-to-segment): New function.
8390 (calendar-cursor-to-date): Use calendar-column-to-segment.
8391 Check 'date property.
8392
8393 * calendar/calendar.el (calendar-print-other-dates):
8394 Handle mouse events.
8395 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8396 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8397
8398 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8399 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8400 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8401
8402 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8403 Use calendar-column-to-segment, calendar-month-edges, and
8404 the 'date property to handle intermonth text.
8405
8406 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8407
8408 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8409 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8410 Add doc strings.
8411 (cal-menu-context-mouse-menu): Add some :keys.
8412 (calendar-check-holidays): Declare rather than autoloading.
8413 (diary-show-holidays-flag): Remove unneeded declaration.
8414
8415 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8416 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8417 event-start is nil.
8418
8419 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * minibuffer.el (completion-basic-try-completion): Use the text after
8422 point to constrain the completion candidates.
8423 (completion-basic-all-completions): Adjust accordingly.
8424
8425 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8428 courier.
8429
8430 * faces.el (set-face-attribute): Doc fix.
8431
8432 2008-06-25 Juri Linkov <juri@jurta.org>
8433
8434 * bindings.el (goto-map): New variable. Rebind goto-related
8435 commands to this `M-g' prefix keymap.
8436 (search-map): New variable for `M-s' prefix keymap.
8437 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8438 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8439 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8440 `M-shw' to `hi-lock-write-interactive-patterns'.
8441
8442 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8443 `isearch-highlight-regexp'.
8444 (isearch-highlight-regexp): New function.
8445
8446 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * info.el (Info-bookmark-make-record):
8449 Use bookmark-make-record-default.
8450 (Info-bookmark-jump): Use bookmark-default-handler.
8451
8452 * image-mode.el (image-bookmark-make-record):
8453 Use bookmark-make-record-default.
8454 (image-bookmark-jump): Use bookmark-default-handler.
8455
8456 * doc-view.el (doc-view-bookmark-make-record):
8457 Use bookmark-make-record-default.
8458 (doc-view-bookmark-jump): Use bookmark-default-handler.
8459
8460 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8461 used until now in bookmark.el's code.
8462 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8463 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8464 used until now in bookmark.el's code.
8465 (bookmark-set-filename): Remove special code, moved to its only caller.
8466 (bookmark-store): Use the newer format.
8467 (bookmark-make-record-default): Add arg `point-only'.
8468 Rename from bookmark-make-record-for-text-file.
8469 (bookmark--jump-via): New function.
8470 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8471 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8472 Use it.
8473 (bookmark-jump-noselect, bookmark-default-handler):
8474 Don't return an alist, instead return the data implicitly by changing
8475 current buffer and point. Signal an error if the file doesn't exist.
8476
8477 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8478 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8479
8480 * bs.el: Use with-current-buffer. Simplify.
8481 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8482
8483 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8484 is bound before using it.
8485
8486 2008-06-25 Kenichi Handa <handa@m17n.org>
8487
8488 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8489
8490 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8491
8492 * vc-hg.el:
8493 * vc-git.el: Require vc-dir when compiling.
8494
8495 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8496 vc-dir-marked-only-files. Change the return value.
8497 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8498 Change the return value.
8499 (vc-dir-deduce-fileset): New function broken out from ...
8500 * vc.el (vc-deduce-fileset): ... here and ...
8501 (vc-deduce-fileset): ... here.
8502
8503 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8504 (vc-svn-parse-status): Do not set the vc-backend property.
8505
8506 2008-06-25 Andreas Schwab <schwab@suse.de>
8507
8508 * faces.el (face-font-family-alternatives, variable-pitch):
8509 Use "Sans Serif", not "Sans-Serif".
8510
8511 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * faces.el (face-font-family-alternatives, variable-pitch):
8514 Change "Sans" to the canonical name "Sans-Serif".
8515
8516 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8517
8518 * calc/calc.el (calc-mode-map): Add extra keybindings to
8519 `calc-missing-key'.
8520 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8521 `kill-ring-save'.
8522
8523 2008-06-24 Miles Bader <miles@gnu.org>
8524
8525 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8526 pops up the menu but doesn't select anything.
8527
8528 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8529
8530 * add-log.el (add-change-log-entry): Add new arg to force each new
8531 entry to be on a new line.
8532 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8533
8534 * vc-dir.el (vc-client-object): Remove.
8535 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8536 use it when looking for a buffer.
8537 (vc-dir): Add a backend argument. Set revert-buffer-function.
8538 Don't create a client object. Move bindings ...
8539 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8540 (vc-dir-revert-buffer-function): New function.
8541 (vc-generic-status-printer): Rename to ...
8542 (vc-dir-status-printer): ... this.
8543 (vc-generic-state, vc-generic-status-fileinfo-extra)
8544 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8545 (vc-default-status-printer): Use a different face for
8546 directories. Don't display any text for directories in the state
8547 column. Add tooltips.
8548
8549 * vc.el (Todo): Update.
8550
8551 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8552 * vc-rcs.el (vc-annotate-convert-time):
8553 * vc-mtn.el (vc-annotate-convert-time):
8554 * vc-git.el (vc-annotate-convert-time):
8555 * vc-cvs.el (vc-annotate-convert-time):
8556 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8557
8558 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8559
8560 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8561 instead of using view-mode.
8562
8563 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8566
8567 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8568
8569 * vc.el:
8570 * vc-hooks.el:
8571 * vc-dispatcher.el: Move vc-dir variables and functions ...
8572 * vc-dir.el: ... here. New file.
8573 * Makefile.in (ELCFILES): Add vc-dir.elc.
8574
8575 * vc.el: Move vc-annotate variables and functions ...
8576 * vc-annotate.el: ... here. New file.
8577 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8578
8579 * vc-dav.el: Move here from url/vc-dav.el.
8580 (Todo): Note work needed to make this backend functional.
8581
8582 * Makefile.in (ELCFILES): Update vc-dav.el location.
8583
8584 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8587
8588 2008-06-21 John Paul Wallington <jpw@pobox.com>
8589
8590 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8591
8592 * textmodes/rst.el (rst-mode): Put docstring in right place.
8593
8594 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8597 size for legibility.
8598
8599 * faces.el (fixed-pitch): Use "Monospace" family.
8600 (variable-pitch): Use "Sans" family.
8601 (face-font-family-alternatives): Define alternatives for "Sans"
8602 and "Monospace".
8603
8604 2008-06-21 Glenn Morris <rgm@gnu.org>
8605
8606 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8607 Require 'cl when compiling.
8608
8609 * emacs-lisp/debug.el (help-xref-interned): Declare.
8610
8611 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8612 Evaluate definition when compiling.
8613
8614 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8615 rather than mouse-1.
8616 (bug-reference-url-format): Autoload safe if string.
8617 (bug-reference-bug-regexp): Make space after "bug" optional.
8618
8619 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8620 for some non-GNU makes.
8621
8622 * cus-dep.el (custom-dependencies-no-scan-regexp):
8623 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8624
8625 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8626 increments.
8627
8628 * calendar/calendar.el: Factor out the magic numbers controlling the
8629 calendar layout.
8630 (calendar-month-digit-width, calendar-month-width)
8631 (calendar-right-margin): New variables.
8632 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8633 New functions.
8634 (calendar-left-margin, calendar-intermonth-spacing)
8635 (calendar-column-width, calendar-day-header-width)
8636 (calendar-day-digit-width): New options.
8637 (calendar-first-date-row): New constant.
8638 (calendar-move-to-column, calendar-ensure-newline): New functions,
8639 replacing calendar-insert-indented.
8640 (calendar-insert-indented): Remove function.
8641 (calendar-generate-month): Use calendar-move-to-column and
8642 calendar-ensure-newline. Use layout variables.
8643 (calendar-generate, calendar-update-mode-line)
8644 (calendar-font-lock-keywords): Use layout variables.
8645 (calendar-column-to-month): New function.
8646 (calendar-cursor-to-date): Use calendar-column-to-month.
8647 Use layout variables.
8648 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8649 Use layout variables. Use calendar-column-to-month.
8650 (calendar-cursor-to-visible-date): Use layout variables.
8651
8652 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8655 (all): Run compile-last.
8656 (compile-onefile): New target.
8657 (compile-first): Simplify.
8658 (compile-last): Don't treat COMPILE_FIRST specially.
8659 (COMPILE_FIRST): List the elc files rather than the el files.
8660 (ELCFILES): Update.
8661
8662 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8663
8664 * net/newst-treeview.el: Remove dead code.
8665 (newsticker--window-config): Remove.
8666 (newsticker-treeview-quit): Do not save window config.
8667 (newsticker-treeview): Do not try to restore window config.
8668 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8669 (newsticker--treeview-list-new-items)
8670 (newsticker--treeview-list-immortal-items)
8671 (newsticker--treeview-list-obsolete-items)
8672 (newsticker--treeview-list-all-items)
8673 (newsticker--treeview-list-feed-items): Fix documentation.
8674
8675 2008-06-21 Miles Bader <miles@gnu.org>
8676
8677 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8678
8679 2008-06-21 Alan Mackenzie <acm@muc.de>
8680
8681 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8682 infinite loop on invalid syntax.
8683
8684 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * textmodes/rst.el: Run rst-define-level-faces when loading.
8687 (rst-mode): Don't set the font-lock-multiline var.
8688 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8689 Set the font-lock-multiline property by hand.
8690
8691 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8692
8693 * Makefile.in (emacs-deps): Remove.
8694 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8695 (all): Use them.
8696 (autogen-clean): Remove.
8697
8698 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * Makefile.in (all): New target.
8701 (bootstrap-prepare): Remove.
8702
8703 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8704 the .elc file to batch-byte-compile.
8705
8706 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8707 set-keymap-parents if set-keymap-parent doesn't exist.
8708
8709 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8710 Allow more than one space before the |.
8711
8712 * textmodes/rst.el: Fix up docstring conventions.
8713 Move vars to before their first use.
8714 (rst-mode): Don't mess with font-lock-support-mode.
8715 (rst-suggest-new-decoration, rst-adjust-decoration):
8716 Avoid CL's copy-list.
8717 (rst-delete-entire-line): Use line-beginning-position.
8718 (rst-position): New fun.
8719 (rst-straighten-decorations): Use it instead of CL's position.
8720 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8721 (rst-toc-mode): Use define-derived-mode.
8722 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8723 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8724 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8725 (rst-replace-lines): Simplify.
8726 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8727
8728 * simple.el (special-mode-map): New var.
8729 (special-mode): New major mode.
8730
8731 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8732
8733 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8734 log-view-file-re.
8735
8736 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8737 (vc-switch-backend): Simplify.
8738 (Todo): Remove solved items.
8739
8740 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8741 the vc-backend property.
8742
8743 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8746 Bind inhibit-read-only since the buffer is always read-only.
8747
8748 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8749
8750 * net/newst-treeview.el (newsticker-treeview-own-frame):
8751 Change default value to nil.
8752 (newsticker--treeview-list-add-item)
8753 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8754
8755 2008-06-20 Martin Blais <blais@furius.ca>
8756 Stefan Merten <smerten@oekonux.de>
8757 David Goodger <goodger@python.org>
8758
8759 * textmodes/rst.el: New file.
8760
8761 2008-06-20 Sam Steingold <sds@gnu.org>
8762
8763 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8764 remove DIRECTORY entries.
8765
8766 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8767
8768 * makefile.w32-in (distclean): Depend on `clean'.
8769 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8770 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8771 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8772 empty cus-load.el with `echo', and include "Local Variables"
8773 section to prevent the empty file from being compiled.
8774 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8775 that generate an empty cus-load.el.
8776
8777 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8778
8779 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8780 Don't copy ldefs-boot.el over loaddefs.el.
8781 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8782 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8783 to loaddefs.el; they are not needed now. Add coding cookie.
8784
8785 2008-06-20 Miles Bader <miles@gnu.org>
8786
8787 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8788 Strip unnecessary list levels from SPECS.
8789 (buffer-face-set, buffer-face-toggle):
8790 Change argument from FACE to &rest SPECS, and strip unnecessary
8791 list levels from SPECS.
8792 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8793
8794 2008-06-20 Jason Rumney <jasonr@gnu.org>
8795
8796 * international/fontset.el (setup-default-fontset): Specify script
8797 for latin use of iso10646-1. Fix use of lang tags.
8798
8799 2008-06-19 Miles Bader <miles@gnu.org>
8800
8801 * face-remap.el (text-scale-increase): Start from zero if
8802 text-scale-mode isn't enabled.
8803
8804 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8807 frame parameters after setting up the `default' face.
8808
8809 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8812
8813 2008-06-18 Glenn Morris <rgm@gnu.org>
8814
8815 * mouse.el (buffer-face-mode-invoke): Declare.
8816
8817 * Makefile.in (ELCFILES): Add org/org-id.elc.
8818
8819 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8820 * calendar/cal-menu.el (cal-menu-holidays-menu):
8821 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8822 (cal-menu-today-holidays): Remove function.
8823
8824 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8825 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8826 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8827 Remove unused functions.
8828 (calendar-mouse-view-diary-entries): Use format rather than concat.
8829
8830 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8831 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8832 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8833
8834 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8835 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8836 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8837 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8838 cal-menu-event-to-date.
8839
8840 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8841 Handle mouse events.
8842 * calendar/cal-tex.el (cal-tex-cursor-year)
8843 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8844 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8845 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8846 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8847 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8848 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8849 (cal-tex-cursor-month): Mark N as optional.
8850 * calendar/cal-menu.el (calendar-mouse-tex-day)
8851 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8852 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8853 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8854 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8855 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8856 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8857 Remove functions.
8858 (cal-menu-context-mouse-menu): Replace the above functions with the
8859 cal-tex versions. Add HTML submenu.
8860
8861 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8864 text command mode.
8865 (gdb): Explain that gud-gdb is needed for text command mode.
8866
8867 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8868
8869 * window.el (split-height-threshold): Remove spurious extra line.
8870
8871 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8874 (calendar-set-mark):
8875 * calendar/diary-lib.el (diary-insert-entry):
8876 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8877 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8878 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8879 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8880 diary-insert-entry, and calendar-sunrise-sunset instead.
8881
8882 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8883 (vc-next-action): Pass the new arg.
8884 (vc-register): Don't use `only-files'.
8885 Don't set `backup-inhibited' in the current buffer.
8886
8887 2008-06-17 Miles Bader <miles@gnu.org>
8888
8889 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8890
8891 * face-remap.el (buffer-face-mode-face)
8892 (buffer-face-mode-remapping): New variables.
8893 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8894 (buffer-face-mode-invoke): New functions.
8895 (variable-pitch-mode-remapping): Variable removed.
8896 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8897
8898 * face-remap.el (internal-lisp-face-attributes): New variable.
8899 (face-attrs-more-relative-p, face-remap-order): New functions.
8900 (face-remap-add-relative): Use `face-remap-order'.
8901
8902 2008-06-17 Glenn Morris <rgm@gnu.org>
8903
8904 * mouse.el (x-select-font): Declare.
8905
8906 * calendar/calendar.el (calendar-move-hook):
8907 Add calendar-update-mode-line as an option.
8908 (calendar-date-echo-text): New user option.
8909 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8910 (calendar-insert-indented): Simplify newline insertion.
8911 (calendar-describe-mode): Remove unused function.
8912 (calendar-mode-line-entry): New function.
8913 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8914 Mark as risky.
8915 (calendar-mouse-other-month): Remove function.
8916 (calendar-other-month): Handle mouse events.
8917 (calendar-goto-info-node): Call fit-window-to-buffer.
8918 (calendar-mode): Use define-derived-mode. Doc fix.
8919 (calendar-update-mode-line): Tweak whitespace.
8920
8921 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8924 (vc-dir-marked-only-files): vc-string-prefix-p.
8925
8926 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8927
8928 * progmodes/gdb-ui.el (gdb-memory-set-address)
8929 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8930 (gdb-memory-mode-map): Bind above functions respectively
8931 to 'S' and 'N'.
8932
8933 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8934
8935 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8936
8937 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8938
8939 * log-view.el (vc-diff-internal): Declare for compiler.
8940
8941 * vc-bzr.el (log-view-per-file-logs):
8942 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8943
8944 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8945
8946 * mouse.el (mouse-appearance-menu-map): New var.
8947 (mouse-appearance-menu): New function.
8948 Bind it to S-down-mouse-1.
8949
8950 2008-06-15 Juri Linkov <juri@jurta.org>
8951
8952 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8953 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8954 as the second element.
8955 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8956 Don't print progress messages.
8957 (Info-toc-nodes): New variable and function.
8958 (Info-index-nodes): Optimize non-string file name case.
8959 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8960 (Info-insert-breadcrumbs): Use the cached document structure instead
8961 of visiting all ancestor nodes. Remove the initial `>'.
8962
8963 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8964
8965 * log-view.el (log-view-diff-changeset): New function.
8966 (log-view-mode-map, log-view-mode-menu): Bind it.
8967 (log-view-per-file-logs, log-view-vc-fileset)
8968 (log-view-vc-backend): New variables.
8969 (log-view-find-revision, log-view-modify-change-comment)
8970 (log-view-annotate-version): Throw an error if the log is for more
8971 than one file and we can't find the current file. Get the current
8972 file from log-view-vc-fileset if necessary.
8973 (log-view-diff): Get the current file from log-view-vc-fileset if
8974 necessary.
8975
8976 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8977
8978 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8979 (vc-hg-log-view-mode): Declare for compiler.
8980 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8981 log-view-file-re.
8982 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8983
8984 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8985
8986 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8987
8988 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/tramp.el (tramp-handle-start-file-process):
8991 Clear modification time of the connection buffer.
8992 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8993 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8994 restart `tramp-maybe-open-connection' when the remote system has
8995 been changed. Throw 'uname-changed event.
8996 (tramp-maybe-open-connection): Catch it.
8997
8998 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8999 Reset `tramp-locked'.
9000
9001 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9002
9003 * net/newst-treeview.el (newsticker--treeview-list-update)
9004 (newsticker--treeview-item-update)
9005 (newsticker--treeview-tree-update)
9006 (newsticker-treeview-jump, newsticker-group-add-group)
9007 (newsticker-group-move-feed, newsticker-group-delete-group):
9008 Remove window dedication.
9009 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9010 newsticker-groups.
9011 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9012
9013 2008-06-15 Andreas Schwab <schwab@suse.de>
9014
9015 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9016 when parsing CVS/Repository.
9017
9018 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9019
9020 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9021
9022 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9023 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9024 net/newst-reader.el.
9025
9026 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9027 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9028 net/newst-reader.el.
9029
9030 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9033 Catch and recover from case when the bytes we thought we were reading
9034 turn out to be something else entirely, such as latin-1 chars from
9035 quail. See bug#396.
9036
9037 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9038
9039 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9040 (vc-register): Call the backend function only once, instead of
9041 once for each file.
9042 (vc-next-action): Update call to vc-register.
9043 (vc-dir-register): Remove function.
9044 (vc-dir): Bind vc-register instead of vc-dir-register.
9045
9046 2008-06-14 Glenn Morris <rgm@gnu.org>
9047
9048 * Makefile.in (ELCFILES): Add net/newst-*.el.
9049
9050 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * wdired.el (wdired-do-renames): New function.
9053 (wdired-finish-edit): Use it to.
9054 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9055
9056 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9059
9060 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9061
9062 * window.el (window--even-window-heights): Even window heights
9063 only if the selected window is higher than WINDOW.
9064 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9065
9066 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9069
9070 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * term/linux.el (terminal-init-linux): Load t-mouse.
9073
9074 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9075 Drew Adams <drew.adams@oracle.com>
9076
9077 * info.el (Info-breadcrumbs-depth): New var.
9078 (Info-insert-breadcrumbs): New function.
9079 (Info-fontify-node): Use it.
9080 (Info-mode-map): Move initialization into declaration.
9081
9082 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9083
9084 Rename net/newsticker-*.el to net/newst-*.el.
9085 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9086 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9087 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9088 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9089 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9090 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9091 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9092 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9093 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9094 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9095
9096 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * progmodes/compile.el (compilation-start): Don't disable undo in
9099 comint buffer. Don't override the comint-filter with our own.
9100 (compilation-filter): Change point's insertion-type.
9101
9102 * comint.el (comint-output-filter): Use copy-marker.
9103
9104 2008-06-13 David Reitter <david.reitter@gmail.com>
9105
9106 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9107 Check message-signature-separator exists before using it.
9108
9109 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9110
9111 * vc.el (vc-delete-file): Bind default-directory before calling
9112 the backend.
9113 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9114 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9115 New function.
9116 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9117 (vc-annotate-mode-menu): Bind it.
9118
9119 2008-06-13 Jason Rumney <jasonr@gnu.org>
9120
9121 * term/w32-win.el (mouse-set-font): Remove overridden function.
9122 (w32-select-font): Declare as obsolete alias for x-select-font.
9123
9124 2008-06-13 Daniel Engeler <engeler@gmail.com>
9125
9126 These changes add serial port access.
9127 * term.el (term-update-mode-line): Modify.
9128 (serial-port-is-file-p, serial-nice-speed-history)
9129 (serial-no-speed, serial-mode-line-speed-menu)
9130 (serial-mode-line-config-menu): New variables and constants.
9131 (serial-name-history, serial-speed-history)
9132 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9133 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9134 (serial-mode-line-speed-menu, serial-update-speed-menu)
9135 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9136 (serial-update-config-menu): New functions.
9137
9138 2008-06-13 Glenn Morris <rgm@gnu.org>
9139
9140 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9141
9142 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9143
9144 2008-06-13 Kenichi Handa <handa@m17n.org>
9145
9146 * cus-face.el (custom-face-attributes): Add :foundry.
9147
9148 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9149 (face-x-resources): Add :foundry.
9150 (face-valid-attribute-values): Likewise.
9151 (face-attribute-name-alist): Likewise.
9152 (describe-face): Likewise.
9153
9154 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9157
9158 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9159
9160 * longlines.el (longlines-search-forward, longlines-search-backward)
9161 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9162
9163 2008-06-12 Sam Steingold <sds@gnu.org>
9164
9165 * vc.el (vc-rename-file): DTRT when the destination is a directory
9166 name and the source is a file.
9167
9168 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9171
9172 2008-06-12 Glenn Morris <rgm@gnu.org>
9173
9174 * progmodes/f90.el (f90-beginning-of-subprogram)
9175 (f90-end-of-subprogram): Only give a message when interactive.
9176
9177 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9178
9179 * progmodes/cperl-mode.el (cperl-info-on-command):
9180 Use display-pixel-height rather than x-display-pixel-height.
9181
9182 * mail/rmailedit.el (rmail-cease-edit):
9183 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9184
9185 * emulation/edt.el (edt-xserver):
9186 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9187
9188 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9189
9190 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9191 Evaluate definitions when compiling. Reverse tests.
9192
9193 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9194 use unless.
9195
9196 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9197
9198 * textmodes/artist.el (x-pointer-shape):
9199 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9200 (x-open-connection, x-server-max-request-size, x-get-resource):
9201 * term/w32console.el (x-setup-function-keys):
9202 * term/w32-win.el (x-parse-geometry, x-resource-name)
9203 (generate-fontset-menu, image-library-alist, x-open-connection)
9204 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9205 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9206 (x-get-resource):
9207 * term/mac-win.el (x-parse-geometry, x-resource-name)
9208 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9209 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9210 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9211 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9212 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9213 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9214 (tooltip-identifier-from-point, define-fringe-bitmap):
9215 * play/gamegrid.el (image-size):
9216 * play/bubbles.el (image-size):
9217 * mail/emacsbug.el (x-server-vendor, x-server-version):
9218 * international/mule-util.el (internal-char-font):
9219 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9220 (fontset-alias-alist, fontset-list, fontset-plain-name):
9221 * international/mule-cmds.el (x-server-vendor, x-server-version):
9222 * international/fontset.el (font-encoding-charset-alist)
9223 (otf-script-alist, new-fontset, set-fontset-font)
9224 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9225 (fontset-list, query-fontset, x-get-resource):
9226 * emulation/edt.el (x-server-vendor):
9227 * emulation/edt-mapper.el (x-server-vendor):
9228 * emacs-lisp/map-ynp.el (x-popup-dialog):
9229 * emacs-lisp/lmenu.el (x-popup-dialog):
9230 * x-dnd.el (x-window-property, x-change-window-property)
9231 (x-get-selection-internal):
9232 * woman.el (x-list-fonts):
9233 * w32-fns.el (x-server-version):
9234 * tooltip.el (x-show-tip, x-hide-tip):
9235 * tool-bar.el (image-mask-p):
9236 * thumbs.el (image-size):
9237 * term.el (overflow-newline-into-fringe):
9238 * subr.el (scroll-bar-scale):
9239 * startup.el (x-get-resource, tool-bar-mode, image-size):
9240 * select.el (x-get-selection-internal, x-own-selection-internal)
9241 (x-disown-selection-internal):
9242 * mouse.el (generate-fontset-menu):
9243 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9244 * image.el (image-library-alist):
9245 * image-mode.el (image-size, image-refresh):
9246 * image-dired.el (clear-image-cache):
9247 * gs.el (x-display-mm-width, x-display-pixel-width)
9248 (x-display-mm-height, x-display-pixel-height)
9249 (x-change-window-property, x-display-grayscale-p, x-window-property):
9250 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9251 (x-focus-frame, x-list-fonts, x-display-screens)
9252 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9253 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9254 (x-display-planes, x-display-color-cells, x-display-visual-class):
9255 * faces.el (internal-face-x-get-resource)
9256 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9257 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9258 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9259 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9260 (tool-bar-setup):
9261 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9262 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9263 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9264 * descr-text.el (internal-char-font):
9265 Define for compiler, for builds without X.
9266
9267 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9270
9271 2008-06-11 Glenn Morris <rgm@gnu.org>
9272
9273 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9274 before trying to move there.
9275 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9276 is non-nil, indent most terminating statements like loop body.
9277
9278 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9279 Gregorian date, and add it, not the local date, to diary-entries-list.
9280 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9281
9282 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * progmodes/compile.el (compilation-filter): Fix up last change.
9285
9286 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9287
9288 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9289 (gpm-mouse-mode): Make it into a proper global minor mode.
9290
9291 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9292 if the user enabled recursive-minibuffers.
9293
9294 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9295 Add support for scroll-other-window.
9296
9297 2008-06-11 Jason Rumney <jasonr@gnu.org>
9298
9299 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9300 Use tmm-menubar if menu is disabled in this frame.
9301
9302 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9303 from frame type, per documentation. Add w32 case.
9304
9305 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * minibuffer.el (completion--merge-suffix): New function.
9308 (completion-basic-try-completion): Use it.
9309 (completion-pcm--find-all-completions): Add argument `filter'.
9310 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9311 New functions.
9312 (completion-pcm-try-completion): Use them.
9313
9314 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9315 (turn-off-xterm-mouse-tracking): Use terminal-list.
9316
9317 * cus-start.el (underline-minimum-offset): Rename from
9318 x-underline-minimum-display-offset.
9319
9320 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9321
9322 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9323
9324 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * mouse.el (mouse-select-font): New function.
9327
9328 * faces.el (face-spec-recalc): When the face is set using
9329 Customize, avoid recalculating it twice.
9330
9331 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9332 Font" menu item to it. Apply selected font to all frames, and
9333 make it savable.
9334 (menu-bar-options-save): Save `default' font if changed.
9335
9336 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * ffap.el (ffap-string-at-point-mode-alist):
9339 Use alpha rather than lower.
9340
9341 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9342
9343 * subr.el (momentary-string-display): Use an overlay.
9344
9345 * progmodes/compile.el (compilation-mode):
9346 Set window-point-insertion-type.
9347 (compilation-filter): Don't use insert-before-markers any more.
9348 * emacs-lisp/trace.el (trace-make-advice):
9349 Set window-point-insertion-type in the trace buffer.
9350 * startup.el (normal-top-level): Set window-point-insertion-type in
9351 *Messages*.
9352 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9353 (telnet-filter): Don't use insert-before-markers any more.
9354 * comint.el (comint-mode): Set window-point-insertion-type.
9355 (comint-output-filter): Don't use insert-before-markers any more.
9356 * button.el (make-text-button): Allow `start' to be a string.
9357
9358 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9359
9360 * emacs-lisp/autoload.el (autoload-rubric):
9361 Fix coding cookie not to force Unix EOL.
9362
9363 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9364
9365 * window.el (window--splittable-p, window--try-to-split-window):
9366 Don't use with-selected-window to avoid messing up get-lru-window.
9367 Reported by David Hansen <david.hansen@gmx.net>.
9368
9369 2008-06-10 Glenn Morris <rgm@gnu.org>
9370
9371 * subr.el (locate-library): Doc fix.
9372
9373 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9374 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9375 Check tool-bar-map is bound, for non-X builds.
9376
9377 * net/newsticker-reader.el (newsticker--next-item-image)
9378 (newsticker--previous-item-image, newsticker--previous-feed-image)
9379 (newsticker--next-feed-image, newsticker--mark-read-image)
9380 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9381 (newsticker--get-all-image, newsticker--update-image)
9382 (newsticker--browse-image): Check xpm images are available.
9383 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9384 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9385
9386 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9387 (newsticker--plainview-tool-bar-map, newsticker-mode):
9388 Check tool-bar-map is bound, for non-X builds.
9389 (w3m-toggle-inline-image): Declare.
9390
9391 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9392
9393 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9394
9395 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9396 (finder-compile-keywords): Move let to where needed.
9397 (finder-mouse-face-on-line): Go back one more line if needed.
9398 (finder-list-matches): Use cadr.
9399 (finder-goto-xref): New function.
9400 (finder-commentary): Add buttons to jump to foo.el libraries.
9401
9402 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * apropos.el (apropos-function, apropos-macro, apropos-command)
9405 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9406 (apropos-plist): Add apropos-short-label property.
9407 (apropos-multi-type): New variables.
9408 (apropos-command, apropos-value): Set it.
9409 (apropos-compact-layout): New custom.
9410 (apropos-print, apropos-print-doc): Use it.
9411 (apropos-print): Truncate lines.
9412
9413 2008-06-09 Kenichi Handa <handa@m17n.org>
9414
9415 * international/fontset.el (font-encoding-alist):
9416 Add an entry for "ascii-0".
9417
9418 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9419
9420 * language/hanja-util.el (hanja-init-load): Show the message only
9421 when loading a table.
9422
9423 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9424
9425 * net/newsticker-treeview.el (newsticker-treeview):
9426 * net/newsticker-plainview.el (newsticker-plainview):
9427 Add autoload cookie.
9428
9429 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9430
9431 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9432 -reader, -plainview, and -treeview.
9433 (newsticker-version): Change to 1.99.
9434
9435 * net/newsticker-backend.el: New. Move backend functionality from
9436 newsticker.el to newsticker-backend.el.
9437 (newsticker--download-logos): New.
9438 (newsticker--sentinel-callback): New.
9439 (newsticker--set-customvar): Remove. Split up into specific
9440 functions related to retrieval, ticker, buffer, and display.
9441 (newsticker--set-customvar-retrieval): New. Extracted from
9442 `newsticker--set-customvar'.
9443 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9444 (newsticker-url-list-defaults):
9445 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9446 (newsticker-url-list): Doc changed. URL can be a function.
9447 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9448 (newsticker-retrieval-method): New.
9449 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9450 (newsticker-retrieval-interval):
9451 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9452 (newsticker-desc-comp-max): Change :group.
9453 (newsticker--cache): Doc changed.
9454 (newsticker--guid-to-string): New.
9455 (newsticker--guid): Use `newsticker--guid-to-string'.
9456 (newsticker--real-feed-name): New.
9457 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9458 (newsticker-start): Use `insert-file-contents' for reading cache.
9459 Use `newsticker--start-feed'.
9460 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9461 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9462 Use `newsticker--stop-feed'.
9463 (newsticker-save-item): New.
9464 (newsticker--get-news-by-funcall): New.
9465 (newsticker-get-news): Handle new retrieval methods.
9466 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9467 (newsticker--sentinel-work): New. Extracted from
9468 `newsticker--sentinel'. Use `newsticker--download-logos',
9469 `newsticker--sentinel-callback'.
9470 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9471 (newsticker--parse-atom-1.0): Fix link determination.
9472 (newsticker--parse-rss-0.91): Fix time determination.
9473 (newsticker--parse-rss-0.92): Fix time determination.
9474 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9475 (newsticker--parse-generic-feed): New arg order in
9476 `newsticker--cache-add'.
9477 (newsticker--parse-generic-items): Fix for multiple items.
9478 New arg order in `newsticker--cache-add'.
9479 (newsticker--forget-preformatted): Check whether
9480 `newsticker--buffer-set-uptodate' is fbound.
9481 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9482 (newsticker--decode-rfc822-date): Partial timezone handling.
9483 (newsticker--cache-contains): Fix guid problem.
9484 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9485 (newsticker--cache-save): New.
9486 (newsticker--cache-update): Use temp buffer.
9487 (newsticker--stat-num-items): Allow multiple AGE args.
9488 (newsticker--stat-num-items-total): New.
9489 (newsticker--opml-import-outlines): New.
9490 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9491 (newsticker--do-run-auto-mark-filter): Doc changed.
9492 (newsticker-retrieve-random-message): New.
9493
9494 * net/newsticker-ticker.el: New. Move ticker functionality from
9495 net/newsticker.el to net/newsticker-ticker.el.
9496 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9497 `newsticker--ticker-timer'.
9498 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9499 to `newsticker--ticker-timer'.
9500 (newsticker--set-customvar-ticker): New. Extracted from
9501 `newsticker--set-customvar'.
9502 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9503 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9504 for :set. Change :group.
9505 (newsticker-scroll-smoothly): Doc changed. Change :group.
9506 (newsticker-hide-immortal-items-in-echo-area)
9507 (newsticker-hide-old-items-in-echo-area)
9508 (newsticker-hide-obsolete-items-in-echo-area):
9509 Use `newsticker--set-customvar-ticker for :set. Change :group.
9510 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9511 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9512 to `newsticker-ticker-interval'.
9513 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9514 `newsticker--ticker-timer'.
9515
9516 * net/newsticker-reader.el: New. Move reader functionality from
9517 net/newsticker.el to net/newsticker-reader.el.
9518 (newsticker--set-customvar-formatting): New. Extracted from
9519 `newsticker--set-customvar'.
9520 (newsticker-reader, newsticker-frontend): New.
9521 (newsticker-enable-logo-manipulations): Change :group.
9522 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9523 for :set. Change :group.
9524 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9525 for :set. Change :group.
9526 (newsticker-html-renderer): Doc changed.
9527 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9528 (newsticker-date-format):
9529 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9530 (newsticker--insert-enclosure):
9531 Rename `newsticker--buffer-insert-enclosure' to
9532 `newsticker--insert-enclosure'. Add keymap arg.
9533 (newsticker--print-extra-elements):
9534 Rename `newsticker--buffer-print-extra-elements' to
9535 `newsticker--print-extra-elements'. Add keymap arg.
9536 (newsticker--do-print-extra-element):
9537 Rename `newsticker--buffer-do-print-extra-element' to
9538 `newsticker--do-print-extra-element'. Add keymap arg.
9539 (newsticker-show-news): Use `newsticker-frontend'.
9540
9541 * net/newsticker-plainview.el: New. Move plainview functionality
9542 from net/newsticker.el to net/newsticker-reader.el.
9543 (newsticker-plainview): New.
9544 (newsticker--set-customvar-sorting): New. Extracted from
9545 `newsticker--set-customvar'.
9546 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9547 for :set. Changed :group.
9548 (newsticker-heading-format, newsticker-item-format)
9549 (newsticker-desc-format, newsticker-statistics-format):
9550 Use `newsticker--set-customvar-formatting for :set. Change :group.
9551 (newsticker-faces): Change :group.
9552 (newsticker-default-face): Enable again.
9553 (newsticker-hide-old-items-in-newsticker-buffer)
9554 (newsticker-show-descriptions-of-new-items):
9555 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9556 (newsticker-show-all-news-elements): Change :group.
9557 (newsticker-plainview-hooks): New.
9558 (newsticker-select-item-hook, newsticker-select-feed-hook)
9559 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9560 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9561 to `newsticker--plainview-tool-bar-map'.
9562 (newsticker--url-keymap): Add mouse-1 binding.
9563 (newsticker-plainview): New.
9564 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9565 (newsticker--buffer-do-insert-text): Use renamed
9566 newsticker--[buffer-]insert-enclosure and
9567 newsticker--[buffer-]print-extra-elements.
9568 (newsticker--buffer-set-faces): Use newsticker-default-face.
9569
9570 * net/newsticker-treeview.el: New.
9571
9572 2008-06-08 Andreas Schwab <schwab@suse.de>
9573
9574 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9575
9576 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9577
9578 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9579 empty line.
9580
9581 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9582
9583 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9584
9585 * window.el (split-height-threshold, split-width-threshold):
9586 Add choice nil.
9587 (split-window-preferred-function): Allow either nil or a function.
9588 (window--splittable-p, window--try-to-split-window):
9589 Handle changed option values.
9590
9591 (window--frame-usable-p): Handle nil argument.
9592
9593 (display-buffer): Call get-lru-window when pop-up-windows is nil
9594 and window can't be split.
9595
9596 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9597
9598 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9599
9600 * net/tramp.el (top): Quote feature names. Remove
9601 `tramp-rfn-eshadow-setup-minibuffer' from
9602 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9603 (tramp-read-passwd): There is only one call to
9604 `auth-source-user-or-password' needed. Pacify byte compiler.
9605
9606 2008-06-08 Andreas Schwab <schwab@suse.de>
9607
9608 * window.el (display-buffer): Use lru window if current window
9609 cannot be split.
9610
9611 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * apropos.el (apropos-library): New command and new button.
9614 (apropos-library-button): New function.
9615
9616 * apropos.el: Remove spurious * in docstrings.
9617 (apropos-label-face): Use variable pitch.
9618 (apropos-print): Use dolist and with-current-buffer.
9619 (apropos-print-doc): Use when.
9620
9621 * window.el (special-display-p, display-buffer):
9622 Fix up C->Elisp transcription error.
9623
9624 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9627 (byte-compile-file): Initialize it.
9628 (byte-compile-nogroup-warn): Keep track of the current group.
9629
9630 2008-06-08 Glenn Morris <rgm@gnu.org>
9631
9632 * Makefile.in (compile, compile-always, bootstrap-prepare):
9633 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9634
9635 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9636
9637 * language/hanja-util.el (hanja-init-load): Use a char-table for
9638 hanja-table.
9639 (hangul-to-hanja-char): Adjust for the above change.
9640
9641 2008-06-07 Glenn Morris <rgm@gnu.org>
9642
9643 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9644 lm-keywords.
9645
9646 * mail/sendmail.el (mail-interactive): Add :version.
9647
9648 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9649 obsolete alias.
9650
9651 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9652 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9653 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9654 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9655 * eshell/esh-util.el, international/mule-cmds.el:
9656 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9657 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9658 Remove unnecessary eval-when-compiles and eval-and-compiles.
9659
9660 * Makefile.in (bootstrap-clean): Run autogen-clean.
9661 (maintainer-clean): No need to run autogen-clean now it is included in
9662 bootstrap-clean.
9663
9664 2008-06-06 Miles Bader <miles@gnu.org>
9665
9666 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9667
9668 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9671 longlines mode.
9672
9673 * replace.el (replace-search-function)
9674 (replace-re-search-function): New vars.
9675 (perform-replace): Use them.
9676
9677 * longlines.el (longlines-re-search-forward): New function.
9678 (longlines-mode): Bind replace-search-function and
9679 replace-re-search-function, to ensure that replacement commands
9680 treat newlines as spaces.
9681 (longlines-show-effect): Default to a pilcrow sign.
9682
9683 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * help.el (function-called-at-point):
9686 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9687 even when calling find-tag-default.
9688
9689 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9690
9691 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9692 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9693 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9694 (nxml-fontify-buffer, nxml-do-fontify):
9695 Remove obsolete variables and functions.
9696 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9697 (nxml-degrade, nxml-after-change, nxml-after-change1)
9698 (nxml-extend-region, nxml-extend-after-change-region)
9699 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9700 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9701 font-lock-extend-region-functions in particular, to fontify
9702 nxml-mode buffers.
9703 (nxml-debug-region): New debugging helper function.
9704
9705 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9706 (nxml-scan-after-change, nxml-move-tag-backwards):
9707 Adapt for font-lock changes.
9708
9709 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9710 (nxml-debug-set-inside, nxml-debug-clear-inside):
9711 New debugging functions.
9712 (nxml-with-degradation-on-error): New helper macro.
9713
9714 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9715
9716 * window.el (display-buffer): Remove dead call to get-lru-window.
9717
9718 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * mail/sendmail.el (mail-interactive): Change default.
9721
9722 2008-06-05 John Paul Wallington <jpw@pobox.com>
9723
9724 * bindings.el (completion-ignored-extensions):
9725 Add .p64fsl, .d64fsl, and .dx64fsl.
9726
9727 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * ffap.el (ffap-prompter): Don't use the region.
9730
9731 2008-06-05 Sam Steingold <sds@gnu.org>
9732
9733 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9734 subdirectory to be registered.
9735
9736 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9737
9738 * window.el (display-buffer-function, special-display-p)
9739 (special-display-buffer-names, special-display-regexps)
9740 (special-display-function, same-window-p, same-window-buffer-names)
9741 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9742 (pop-up-frame-function, pop-up-windows, even-window-heights)
9743 (split-window-preferred-function, split-height-threshold)
9744 (window--display-buffer-1, display-buffer, pop-to-buffer):
9745 Move from window.c and buffer.c.
9746 (window--splittable-p, window--try-to-split-window)
9747 (window--frame-usable-p, window--display-buffer-2)
9748 (window--even-window-heights): New functions.
9749 (split-width-threshold): New option.
9750 (split-window-preferred-horizontally): Remove.
9751
9752 * cus-start.el: Remove corresponding declarations.
9753
9754 2008-06-05 Sam Steingold <sds@gnu.org>
9755
9756 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9757 an error on modified buffers.
9758
9759 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9762 tags-file-name and tags-table-list from the right buffer.
9763 (tags-table-check-computed-list, tags-table-extend-computed-list)
9764 (find-tag-noselect): Use with-current-buffer.
9765
9766 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9767 Use print-circle.
9768
9769 * minibuffer.el (minibuffer-local-must-match-filename-map):
9770 Declare obsolete alias for the old name.
9771
9772 * abbrev.el (unexpand-abbrev): Better preserve markers.
9773
9774 2008-06-05 Glenn Morris <rgm@gnu.org>
9775
9776 * emacs-lisp/autoload.el (autoload-rubric): New function,
9777 extracted from autoload-ensure-default-file.
9778 (autoload-ensure-default-file): Use autoload-rubric.
9779
9780 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9781 (custom-dependencies-no-scan-regexp): New variable.
9782 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9783 Don't scan files matching custom-dependencies-no-scan-regexp.
9784 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9785
9786 * finder.el (finder-headmark): Initialize and add doc string.
9787 (generated-finder-keywords-file): Doc fix.
9788 (finder-no-scan-regexp): New variable.
9789 (finder-compile-keywords): Use a single let binding.
9790 Disable undo in the output buffer. Use autoload-rubric.
9791 Use mapc rather than mapcar. Don't scan files matching
9792 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9793 rather than concat. Use directory-files to do regexp matching.
9794 No need to require jka-compr.
9795 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9796 (finder-list-matches): Disable undo.
9797 (finder-commentary): Use let rather than let*. Disable undo.
9798 (finder-current-item): Use zerop.
9799 (finder-mode): Use define-derived-mode.
9800 (finder-exit): Doc fix. Use dolist.
9801
9802 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9803 (custom-deps): Don't require $(lisp)/cus-load.el.
9804 (custom-deps, finder-data): Don't depend on autoloads.
9805 Should not be needed now, and doing so was causing make install to
9806 re-dump emacs post-bootstrap.
9807 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9808 mid-build forces some things to be rebuilt.
9809
9810 2008-06-05 Miles Bader <miles@gnu.org>
9811
9812 * face-remap.el
9813 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9814 (face-remap-remove-relative): Renamed from
9815 `remove-relative-face-remapping'.
9816 (face-remap-reset-base): Renamed from
9817 `set-default-base-face-remapping'.
9818 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9819 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9820 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9821 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9822
9823 * face-remap.el (variable-pitch-mode): Autoload.
9824
9825 2008-06-04 Sam Steingold <sds@gnu.org>
9826
9827 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9828 Generate extra status headers for a Mercurial tree.
9829
9830 2008-06-04 John Paul Wallington <jpw@pobox.com>
9831
9832 * echistory.el (electric-history-map): Define within defvar.
9833 Add docstring.
9834
9835 * font-lock.el (font-lock-turn-off-thing-lock)
9836 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9837 Use `bound-and-true-p'.
9838 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9839 Doc fixes.
9840
9841 * international/ccl.el (define-ccl-program): Add `doc-string'
9842 declaration.
9843
9844 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9847 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9848
9849 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9850
9851 * emacs-lisp/rx.el (rx): Doc fix.
9852
9853 2008-06-04 Markus Triska <markus.triska@gmx.at>
9854
9855 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9856
9857 2008-06-04 Miles Bader <miles@gnu.org>
9858
9859 * face-remap.el (adjust-buffer-face-height): New function.
9860 Add autoloaded keybindings in ctl-x-map.
9861 (increase-buffer-face-height, decrease-buffer-face-height):
9862 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9863
9864 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * simple.el (line-move-1): If we did not move as far as desired,
9867 ensure that point-left and point-entered hooks are called.
9868
9869 2008-06-03 Sam Steingold <sds@gnu.org>
9870
9871 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9872
9873 2008-06-03 John Paul Wallington <jpw@pobox.com>
9874
9875 * progmodes/make-mode.el (makefile-cleanup-continuations)
9876 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9877 Use `derived-mode-p'.
9878
9879 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9882 (ELCFILES): Update.
9883
9884 2008-06-03 Miles Bader <miles@gnu.org>
9885
9886 * face-remap.el: New file.
9887 * Makefile.in (ELCFILES): Add face-remap.elc.
9888
9889 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9892 buffer isn't dead.
9893
9894 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9895 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9896 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9897 * obsolete/auto-show.el, obsolete/hscroll.el:
9898 Remove packages that were obsolete in Emacs-20, or that were obsolete
9899 in Emacs-21 and do not contain any more code.
9900
9901 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9902 vc-client-mode is not set.
9903
9904 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9905 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9906
9907 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9908 yet a bit more clever at distinguishing / from /.
9909
9910 2008-06-03 Kenichi Handa <handa@m17n.org>
9911
9912 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9913
9914 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9915
9916 * language/hanja-util.el: New file.
9917
9918 2008-06-03 Glenn Morris <rgm@gnu.org>
9919
9920 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9921 Check that end-of-word follows "type".
9922
9923 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9924
9925 * epa-file.el (epa-file-write-region): Write the entire buffer
9926 content if START is nil.
9927
9928 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9929
9930 * select.el (x-get-selection): Fix typo.
9931
9932 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9935 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9936
9937 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9940 user&group.
9941
9942 2008-05-31 John Paul Wallington <jpw@pobox.com>
9943
9944 * help-fns.el (describe-variable-custom-version-info):
9945 Handle dotted `package-version' info.
9946
9947 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9950
9951 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9952
9953 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9954 names and improve support for unregistered files.
9955
9956 2008-05-31 Glenn Morris <rgm@gnu.org>
9957
9958 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9959 Remove shell variable `elc'. Split tests to hopefully be more portable.
9960 Fix `sel' assignment.
9961
9962 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9963
9964 * minibuffer.el (completion-table-dynamic): Doc fix.
9965
9966 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9969 Try and return `unregistered' when applicable.
9970
9971 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9972 Don't encourage naming variables with "-flag".
9973
9974 2008-05-30 Glenn Morris <rgm@gnu.org>
9975
9976 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9977 make it milder when it does.
9978 (autogen-clean): New target.
9979 (maintainer-clean): Use autogen-clean.
9980
9981 * calendar/diary-lib.el (diary-display-function): New name for
9982 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9983 Change custom type and version.
9984 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9985 (diary-fancy-display): Doc fixes.
9986 (diary-list-entries, diary-include-other-diary-files)
9987 (diary-mail-entries):
9988 Use diary-display-function rather than diary-display-hook.
9989
9990 * calendar/appt.el (appt-check): Use diary-display-function rather than
9991 diary-display-hook.
9992 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9993 diary-display-function replacing diary-display-hook.
9994 * org/org-agenda.el (org-get-entries-from-diary): Also set
9995 diary-display-function.
9996
9997 * calendar/cal-html.el (cal-html-list-diary-entries):
9998 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9999 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10000 argument of diary-list-entries rather than setting diary-display-hook.
10001
10002 2008-05-30 Kenichi Handa <handa@m17n.org>
10003
10004 * international/mule-conf.el (utf-8-with-signature): Renamed from
10005 utf-8-sig.
10006 (utf-8-auto): Adjusted for the above change.
10007
10008 * international/mule-diag.el (describe-font): Don't check fontset
10009 here, and just call font-info. Get the default font by from the
10010 default face.
10011
10012 2008-05-29 Kenichi Handa <handa@m17n.org>
10013
10014 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10015 New coding systems.
10016
10017 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10018
10019 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10020
10021 * international/utf-7.el (utf-7-encode): Use the right escape char
10022 depending on imap/nonimap encoding.
10023
10024 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10027
10028 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10029
10030 * icomplete.el (icomplete-prospects-height): Add :group.
10031
10032 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * icomplete.el (icomplete-prospects-length): Make obsolete.
10035 (icomplete-prospects-height): New var.
10036 (icomplete-completions): Use it.
10037
10038 2008-05-29 David Kastrup <dak@gnu.org>
10039
10040 * autoinsert.el (auto-insert): Add :link.
10041
10042 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * tar-mode.el (tar-header): New field `header-start'.
10045 (tar-header-block-tokenize): Set it when useful.
10046 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10047 (tar-header-data-end): New function.
10048 (tar-summarize-buffer): Use it.
10049 (tar-next-line): Fix goal column for long usernames.
10050 (tar-expunge-internal): Use header-start.
10051 (tar-rename-entry): Handle ustar-style long names.
10052 (tar-alter-one-field): Add optional `descriptor' argument.
10053 (tar-subfile-save-buffer): Use it.
10054
10055 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * tar-mode.el (tar-header): New field `header-start'.
10058 (tar-header-block-tokenize): Set header-start for longlink entries.
10059 (tar-expunge-internal): Use header-start to expunge longlink entries.
10060
10061 * files.el (hack-local-variables): Don't signal an error if the local
10062 variable section is not properly terminated.
10063
10064 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10065 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10066 the caching so it also works for identical entries.
10067
10068 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10069 (tar-mode): Use write-region-annotate-functions rather than
10070 write-contents-functions.
10071 (tar-extract): Remove unused var `pos'.
10072 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10073 (tar-mode-write-file): Remove.
10074 (tar-write-region-annotate): New function.
10075
10076 * progmodes/flymake.el (flymake-save-buffer-in-file):
10077 * shadowfile.el (shadow-copy-file):
10078 * arc-mode.el (archive-*-write-file-member):
10079 * files.el (diff-buffer-with-file):
10080 * subr.el (with-temp-file): Pass nil to write-region.
10081 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10082
10083 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10084 the custom.
10085
10086 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10087 to write-region.
10088
10089 2008-05-28 Glenn Morris <rgm@gnu.org>
10090
10091 * Makefile.in (update-elclist): Work around non-portability of "\"
10092 in various implementations of echo.
10093
10094 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * international/mule-diag.el (describe-current-coding-system):
10097 Don't assume selection-coding-system is always defined.
10098
10099 * tar-mode.el: Use defstruct and markers.
10100 (tar-setf): Remove.
10101 (tar-header): Use defstruct. Add `data-start' field.
10102 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10103 (tar-desc-data-start): Remove (now called tar-header-data-start).
10104 (tar-roundup-512): New fun.
10105 (tar-header-block-tokenize): Receive a buffer position rather than
10106 a string. Handle @longLink here, be more careful about it.
10107 Create a marker for data-start.
10108 (tar-summarize-buffer): Don't handle @LongLink here any more.
10109 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10110 data-start on the following entries any more.
10111 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10112
10113 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10114 (tar-header-offset): Remove.
10115 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10116 Not permanent any more.
10117 (tar-data-buffer): New var.
10118 (tar-data-swapped-p, tar-change-major-mode-hook)
10119 (tar-mode-kill-buffer-hook): New funs.
10120 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10121 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10122 (tar-clear-modification-flags, tar-alter-one-field)
10123 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10124 Change accordingly.
10125
10126 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10127
10128 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10129 (vc-dir-resynch-file): ... this. Update callers.
10130 Use vc-string-prefix-p. Ignore directory args.
10131 (vc-string-prefix-p): CSE.
10132 (vc-resynch-buffer): Restore conditional.
10133
10134 * vc-hooks.el (vc-after-save): Improve test.
10135 (vc-mode-line): Fix indentation.
10136
10137 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10138
10139 * calendar/parse-time.el (parse-time-months)
10140 (parse-time-weekdays): Add long-form month and day names.
10141
10142 2008-05-27 Glenn Morris <rgm@gnu.org>
10143
10144 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10145
10146 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * vc-dispatcher.el (vc-string-prefix-p): New function.
10149 (vc-dir-parent-marked-p): Use it.
10150
10151 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10152
10153 * vc.el (Problems): Remove fixed issues.
10154 (vc-expand-dirs): Avoid returning directories.
10155 (vc-dir): Fix C-x v v binding.
10156 (vc-make-backend-object): Fix name.
10157 (vc-dir-show-fileentry): Fix docstring.
10158 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10159 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10160 Reset the state for directories.
10161 (vc-dir-headers): Align labels.
10162 (vc-default-status-printer): Do no call prettify-state-info.
10163 (vc-deduce-fileset): Replace implementation with one based on a
10164 working older version.
10165 (vc-next-action): Use the new form of vc-deduce-fileset.
10166 Fix dealing with unregistered files.
10167
10168 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10169 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10170 (vc-dir-child-files): New function.
10171 (vc-dir-node-directory): New function.
10172 (vc-dir-update, vc-dir-parent-marked-p)
10173 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10174 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10175
10176 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10177
10178 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10181 (diff-font-lock-keywords, diff-context->unified)
10182 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10183 (diff-hunk-text, diff-find-source-location): Use it.
10184 (diff-post-command-hook): Let the user edit the hunk headers.
10185
10186 2008-05-26 Andreas Schwab <schwab@suse.de>
10187
10188 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10189 unknown state.
10190
10191 * tar-mode.el (tar-summarize-buffer): Comment fix.
10192
10193 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10196
10197 2008-05-26 Glenn Morris <rgm@gnu.org>
10198
10199 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10200
10201 2008-05-25 John Paul Wallington <jpw@pobox.com>
10202
10203 * proced.el (proced-next-line, proced-previous-line):
10204 Avoid calling `next-line' and `previous-line' from Lisp code.
10205
10206 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10207
10208 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10209 Use diary-ordinal-suffix.
10210
10211 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10214 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10215 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10216 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10217 (edebug-print-length, edebug-print-level, edebug-print-circle)
10218 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10219 (edebug-global-break-condition, edebug-sit-for-seconds):
10220 Remove spurious * from defcustom docstrings.
10221 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10222 Improve argument/docstring consistency.
10223 (edebug-test-coverage, edebug-gensym, edebug-read)
10224 (edebug-top-level-nonstop, edebug-eval-result-list)
10225 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10226 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10227 (edebug-display-freq-count): Reflow docstrings.
10228 (edebug-restore-status): Doc fix.
10229
10230 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * proced.el (proced-header-line): Use the :align-to 0 feature
10233 rather than computing the corresponding position manually.
10234 (proced-update): Don't hardcode point-min==1.
10235
10236 2008-05-24 Alan Mackenzie <acm@muc.de>
10237
10238 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10239 if c-file-style is set to a non-string.
10240
10241 (c-neutralize-CPP-line): Surround by `save-excursion'.
10242 (c-neutralize-syntax-in-CPP): Optimize for speed.
10243
10244 2008-05-24 Glenn Morris <rgm@gnu.org>
10245
10246 * Makefile.in (update-elclist): New target, to update ELCFILES.
10247 (bootstrap-after): Run update-elclist.
10248
10249 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10250
10251 * icalendar.el (icalendar-version): Increase to "0.19".
10252 (icalendar--date-style): New function.
10253 (icalendar--datetime-to-diary-date): Doc fix.
10254 Use icalendar--date-style.
10255 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10256 (icalendar--convert-yearly-to-ical)
10257 (icalendar--convert-recurring-to-diary): Handle iso date style,
10258 use icalendar-date-style.
10259
10260 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10263 vc-dir buffers are updated.
10264
10265 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10268
10269 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10270
10271 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10272 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10273 (reftex-extra-bindings): Use it.
10274
10275 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10276 away from the user-reserved keys.
10277
10278 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10279 New vars.
10280 (ada-create-keymap): Use them.
10281
10282 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10285 a properly-grouped regexp.
10286
10287 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10288
10289 * progmodes/cap-words.el (capitalized-words-mode):
10290 Fix typos in docstring.
10291
10292 2008-05-23 Kenichi Handa <handa@m17n.org>
10293
10294 * international/mule-conf.el: Don't define the charset `emacs'
10295 here, just put :docstring, :short-name, and :long-name.
10296
10297 2008-05-22 Kenichi Handa <handa@m17n.org>
10298
10299 * international/mule-diag.el (font-show-log): Limit each listing
10300 to 20 items.
10301
10302 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10303
10304 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10305 (gdb-annotation-rules): New entry for "thread-changed".
10306 (gdb-thread-changed): New function.
10307
10308 2008-05-23 Glenn Morris <rgm@gnu.org>
10309
10310 * Makefile.in (SOURCES): Remove, unused.
10311 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10312 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10313 Exclude more '*loaddefs' files.
10314 (compile-always): Simplify '.elc' deletion.
10315
10316 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10319 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10320
10321 * minibuffer.el (completion-boundaries): Change calling
10322 convention, so `string' has the same semantics as in
10323 try-completion and all-completions.
10324 (completion-table-with-context, completion--embedded-envvar-table)
10325 (completion--file-name-table)
10326 (completion-pcm--find-all-completions): Adjust code accordingly.
10327
10328 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10329
10330 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10331 prune image-mode-winprops-alist, preventing it from growing
10332 indefinitely.
10333 (image-mode-reapply-winprops): Use it.
10334
10335 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10336
10337 * net/netrc.el (netrc-machine): Always match if the port is not given.
10338
10339 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * minibuffer.el (completion-pcm--find-all-completions):
10342 Don't add pseudo-completions.
10343
10344 * icomplete.el (icomplete-eoinput): Remove.
10345 (icomplete-overlay): New var to replace it.
10346 (icomplete-tidy): Rewrite.
10347 (icomplete-exhibit): Use an overlay.
10348 (icomplete-completions): Use completion-all-sorted-completions.
10349 Obey completion-ignore-case.
10350
10351 * files.el (locate-dominating-file): Accept non-existing argument.
10352 (project-find-settings-file): Rewrite, using locate-dominating-file.
10353
10354 2008-05-22 Kenichi Handa <handa@m17n.org>
10355
10356 * faces.el (font-weight-table, font-slant-table, font-width-table):
10357 Delete them. Don't call internal-set-font-style-table.
10358
10359 * international/mule-diag.el (font-show-log): New function.
10360
10361 * international/fontset.el (script-representative-chars): Add more
10362 chars for latin. Add data for symbol.
10363 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10364
10365 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * minibuffer.el (completion-all-sorted-completions): New var.
10368 (completion--flush-all-sorted-completions)
10369 (completion-all-sorted-completions): New functions.
10370 (minibuffer-force-complete): New command.
10371
10372 2008-05-21 Glenn Morris <rgm@gnu.org>
10373
10374 * files.el (c-postprocess-file-styles): Declare for compiler.
10375
10376 * Makefile.in: Allow for parallel byte-compiling.
10377 (ELCFILES): New variable.
10378 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10379 (compile-first, compile-main, compile-last): New targets.
10380 (compile-always): Simplify - delete .elc files, then `make compile'.
10381
10382 * Makefile.in (compile-calc): Use glob rather than find.
10383 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10384
10385 * eshell/esh-module.el: No need for cl when compiling.
10386
10387 * eshell/eshell.el (eshell-defgroup): New alias.
10388 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10389 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10390 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10391 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10392 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10393 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10394 Autoload the custom group. Set generated-autoload-file.
10395 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10396 for eshell-defgroup.
10397 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10398 Require esh-groups rather than loading it.
10399
10400 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10401
10402 * proced.el (proced-header-line): New variable and new function.
10403 (proced-mode): Set header-line-format.
10404 (proced-update): Set proced-header-line.
10405 (proced-send-signal): Use proced-header-line.
10406
10407 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * macros.el (insert-kbd-macro): Use prin1-char.
10410
10411 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * minibuffer.el (completion-boundaries): New function.
10414 (completion--some): Delay errors.
10415 (complete-with-action, completion-table-with-context):
10416 Handle `boundaries' case.
10417 (completion--try-word-completion): Avoid partial-completion
10418 when the user hasn't entered anything yet.
10419 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10420 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10421 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10422 Setup default keybindings.
10423 (completion--embedded-envvar-re): New var.
10424 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10425 (completion--file-name-table): Handle `boundaries' case.
10426 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10427 (completion-pcm--all-completions): Add a `prefix' arg.
10428 (completion-pcm--find-all-completions): New function.
10429 (completion-pcm-all-completions, completion-pcm-try-completion):
10430 Use it.
10431
10432 * icomplete.el (icomplete-completions): Don't use `predicate' with
10433 a table of a different type than `candidates'.
10434
10435 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10436
10437 * proced.el (proced-goal-column): Rename from proced-procname-column.
10438 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10439 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10440 (proced-header-face, proced-header-regexp): Remove.
10441 (proced-font-lock-keywords): Remove proced-header-face.
10442 (proced-header-alist, proced-sorting-schemes-re): New variables.
10443 (proced): Rename Proced buffer to *Proced*.
10444 (proced-next-line, proced-previous-line): New commands.
10445 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10446 (proced-hide-processes): Do not treat first line as special.
10447 (proced-header-space): New function.
10448 (proced-update): Use header-line-format.
10449 Initialize proced-header-alist and proced-sorting-schemes-re.
10450 Set proced-goal-column. Include proced-command in mode-name.
10451 (proced-send-signal): Use header-line-format for *Marked
10452 Processes* buffer.
10453 (proced-sort): Restrict minibuffer completion to applicable
10454 sorting schemes.
10455 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10456
10457 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * icomplete.el (icomplete-simple-completing-p):
10460 Allow icomplete-with-completion-tables to say "use it everywhere".
10461 (icomplete-completions): Obey completion-styles. Try to accommodate
10462 partial-completion style.
10463
10464 2008-05-20 Michael Olson <mwolson@gnu.org>
10465
10466 * files.el (project-find-settings-file): Change concat to
10467 expand-file-name.
10468
10469 2008-05-19 Tom Tromey <tromey@redhat.com>
10470
10471 * files.el (normal-mode): Call hack-project-variables.
10472 (hack-local-variables-confirm): Add 'project' argument.
10473 (hack-local-variables-apply): New function.
10474 (hack-local-variables): Use it.
10475 (project-class-alist, project-directory-alist): New variables.
10476 (project-get-alist): New function.
10477 (project-collect-bindings-from-alist)
10478 (project-collect-binding-list, set-directory-project)
10479 (project-find-settings-file, project-define-from-project-file)
10480 (hack-project-variables): New functions.
10481
10482 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10485
10486 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10487
10488 * faces.el (font-weight-table): Fix typo in docstring.
10489
10490 2008-05-18 David Hull <david@snap.com> (tiny change)
10491
10492 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10493 (vc-hg-annotate-command): Allow white space before version number.
10494
10495 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10496
10497 * calc/calc-yank.el (calc-register-alist): New variable.
10498 (calc-set-register, calc-get-register, calc-copy-to-register)
10499 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10500 (calc-prepend-to-register): New functions.
10501
10502 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10503 `calc-copy-to-register' and `calc-insert-register'.
10504 Autoload new register functions.
10505
10506 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10507 functions.
10508
10509 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10510
10511 * vc.el (Todo): Add known problems.
10512 (vc-dir-backend): New variable.
10513 (vc-dir): Set it.
10514 (vc-make-backend-object, vc-generic-status-printer)
10515 (vc-generic-state, vc-generic-status-fileinfo-extra)
10516 (vc-dir-extra-menu): Use it.
10517 (vc-generic-dir-headers): Remove, unused.
10518
10519 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10520 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10521 (vc-dir-mode-map): Fix bindings.
10522
10523 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10524
10525 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10526
10527 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10528 operated on.
10529 (calc-kill-region): Kill entire lines.
10530
10531 2008-05-17 Glenn Morris <rgm@gnu.org>
10532
10533 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10534 simplify initial value.
10535 (defezimage): Drop support for Emacs without defimage, use a featurep
10536 test rather than fboundp when defining, drop with-no-warnings.
10537 (ezimage-insert-over-text): Move featurep test inside
10538 add-text-properties.
10539
10540 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10541
10542 * net/tramp.el (top-level): Load auth-source when compiling.
10543
10544 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10545
10546 2008-05-17 Andreas Schwab <schwab@suse.de>
10547
10548 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10549
10550 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10551
10552 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10553 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10554
10555 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10556
10557 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10558
10559 2008-05-17 Jim Meyering <meyering@redhat.com>
10560
10561 * ido.el (ido-save-history): Do not emit a trailing newline at the
10562 end of the ido history file.
10563
10564 2008-05-16 John Paul Wallington <jpw@pobox.com>
10565
10566 * vc-dispatcher.el (top-level): Revert previous change: require cl
10567 when compiling.
10568
10569 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10570
10571 * vc.el (vc-default-status-printer)
10572 (vc-default-prettify-state-info): Enhance the state prettyprinter
10573 to deal better with unknown states and indirect through it when
10574 painting vc-dir buffers.
10575
10576 2008-05-16 John Paul Wallington <jpw@pobox.com>
10577
10578 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10579 (vc-dir-mode-map): Fix backquote.
10580 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10581
10582 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10583
10584 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10585 Reported by Glenn Morris <rgm@gnu.org>.
10586
10587 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10588
10589 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10590 the end of the file, it was good work at one time but has been
10591 stale since 1995 and may now be actively misleading.
10592 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10593 CVS repository and module (assumptions for the latter a bit iffy).
10594 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10595 SVN repository.
10596
10597 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10598
10599 * vc-rcs.el (vc-rcs-create-tag):
10600 * vc-sccs.el (vc-sccs-create-tag):
10601 Fix typo in error message and pass backend arg.
10602
10603 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10604
10605 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10606
10607 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10608
10609 * net/tramp.el: Load auth-source library.
10610 (tramp-read-passwd): Use it for password, not login.
10611
10612 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10613
10614 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10615 (ses-print-cell): Use string-width, truncate-string-to-width,
10616 delete-region rather than length, substring, delete-char.
10617 (ses-setup): Set inhibit-point-motion-hooks to t.
10618 Calculate position by actually moving point rather than just using
10619 unibyte character length.
10620 (ses-mode): Set indent-tabs-mode to nil.
10621 (ses-center): Use string-width rather than length.
10622
10623 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10624
10625 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10626 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10627 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10628 vc-*-create-tag and vc-*-retrieve-tag respectively.
10629
10630 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10631 unneeded defalias.
10632
10633 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10634
10635 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10636 about buffer names.
10637
10638 2008-05-15 Glenn Morris <rgm@gnu.org>
10639
10640 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10641
10642 * org/org-exp.el (org-infojs-options-inbuffer-template):
10643 Fix declaration.
10644
10645 * progmodes/cc-mode.el (declare-function): Add compat definition.
10646 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10647
10648 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10649
10650 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10651 list to a cons so the caller can get back both expanded and
10652 unexpanded filesets.
10653 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10654 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10655 Change handling of selection-set returns as required.
10656
10657 2008-05-15 John Paul Wallington <jpw@pobox.com>
10658
10659 * add-log.el (top-level): Don't require cl when compiling.
10660
10661 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10662 (archive-*-extract): Use `zerop'.
10663 (archive-*-write-file-member): Use `or', use `zerop'.
10664
10665 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10666
10667 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10668 (ibuffer-mark-interactive, ibuffer-set-mark)
10669 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10670 (ibuffer-map-lines, ibuffer-switch-format)
10671 (ibuffer-update-title-and-summary)
10672 (ibuffer-redisplay-engine): Use it.
10673
10674 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10675 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10676 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10677 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10678 (ibuffer-mark-read-only-buffers)
10679 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10680
10681 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10682 (define-ibuffer-column, define-ibuffer-sorter)
10683 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10684 containing indentation specs, replacing equivalent top-level
10685 forms that set `lisp-indent-function' properties.
10686 (define-ibuffer-op): Use `derived-mode-p'.
10687 (define-ibuffer-filter): Remove redundant `concat' call.
10688
10689 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10690
10691 * net/tramp.el (tramp-echo-mark): Update docstring.
10692 (tramp-echo-mark-marker): New defconst.
10693 (tramp-check-for-regexp): Use it.
10694
10695 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10696
10697 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10698 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10699 as parent.
10700
10701 2008-05-14 John Paul Wallington <jpw@pobox.com>
10702
10703 * international/mule.el (convert-define-charset-argument):
10704 Remove period from end of error message.
10705 (coding-system-mnemonic): Doc fix.
10706 (ctext-pre-write-conversion): Doc fix.
10707
10708 2008-05-14 Simon Marshall <simon@gnu.org>
10709
10710 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10711 from its default value and give it the risky-local-variable
10712 property (CVE-2008-2142).
10713
10714 2008-05-14 Kenichi Handa <handa@m17n.org>
10715
10716 * language/korean.el ("Korean"): Set `iso639-language'
10717 property to `ko'.
10718
10719 * language/japanese.el ("Japanese"): Set `iso639-language'
10720 property to `ja'.
10721
10722 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10723 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10724 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10725
10726 * international/mule-cmds.el (set-language-environment):
10727 Set current-iso639-language.
10728
10729 * international/fontset.el (setup-default-fontset): For kana, han,
10730 hangul, and cjk-misc, move an entry with font-spec at the end.
10731 (generate-fontset-menu): Exclude fontset-auto* from the list.
10732
10733 * composite.el (compose-chars-after): Assume that WINDOW is always
10734 non-nil.
10735
10736 * faces.el (font-weight-table, font-slant-table)
10737 (font-swidth-table): Declare them by defconst. Change the format
10738 of elements. Call internal-set-font-style-table after their
10739 declaration.
10740 (face-valid-attribute-values): Call font-family-list. Get values
10741 for width, weight, and slant from font-xxx-table.
10742
10743 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10744
10745 2008-05-13 John Paul Wallington <jpw@pobox.com>
10746
10747 * ibuffer.el (ibuffer-buffer-file-name): New function.
10748 (define-ibuffer-column filename): Use it.
10749
10750 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10751
10752 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10755 as a string.
10756 (talk-add-display): Simplify. Accept only string args.
10757
10758 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10759
10760 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10761
10762 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * Makefile.in (bootstrap-prepare): Don't chmod files.
10765 (autoloads): Do it here instead, where it's actually needed.
10766
10767 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10770 KEY-BINDING-DATA field in menu-item list.
10771
10772 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * dired.el (dired-read-dir-and-switches): Move things about to use less
10775 recursion during macroexpansion.
10776
10777 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10778
10779 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10780 completion-ignored-extension directories if there's something else.
10781 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10782 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10783 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10784 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10785 buffer-read-only -> inhibit-read-only.
10786
10787 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10788
10789 * vc.el (vc-expand-dirs): Stop this function from tossing out
10790 explicitly specified files.
10791
10792 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10795 to `insert'.
10796
10797 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10798
10799 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10800 cons. Use vc-annotate-backend.
10801 (with-vc-file, edit-vc-file): Remove unused macros.
10802
10803 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10804
10805 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10806 (smtpmail-try-auth-methods): Use it.
10807
10808 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10811 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10812
10813 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10814
10815 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10816
10817 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10820 (vc-bzr-revision-completion-table): Use process-file.
10821 (vc-bzr-working-revision): Pass relative file names.
10822
10823 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10824
10825 2008-05-11 Juri Linkov <juri@jurta.org>
10826
10827 * wid-edit.el (widget-image-directory): Change default image data
10828 subdirectory from "custom" to "images/custom".
10829
10830 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10831 before recursive call to `Info-next-preorder' to not add
10832 intermediate nodes to the history.
10833
10834 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10835
10836 * emulation/cua-base.el: Put isearch-scroll property
10837 on cua-scroll-up and cua-scroll-down.
10838
10839 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10840
10841 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10842
10843 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * vc-dispatcher.el (ewoc): Require.
10846 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10847
10848 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10849
10850 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10851
10852 * term/w32-win.el (x-colors):
10853 * term/mac-win.el (x-colors):
10854 * term/x-win.el (x-colors): Re-order colors.
10855
10856 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10857
10858 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10859
10860 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10861
10862 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10863 New functions implementing motion to next and previous directory.
10864
10865 * vc-arch.el (vc-arch-command):
10866 * vc-bzr.el (vc-bzr-command):
10867 * vc-cvs.el (vc-cvs-command):
10868 * vc-dispatcher.el (vc-do-command):
10869 * vc-git.el (vc-git-command):
10870 * vc-hg.el (vc-hg-command):
10871 * vc-mcvs.el (vc-mvcs-command):
10872 * vc-mtn.el (vc-mtn-command):
10873 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10874 (vc-sccs-workfile-unchanged-p):
10875 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10876 * vc-rcs.el (all methods): Remove assumption about what a nil
10877 argument to vc-do-command means. This means no buffer name needs
10878 to be hardcoded into the dispatcher layer, and it's better to be
10879 explicit anyway.
10880
10881 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10882
10883 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10884
10885 * vc.el: Update todo.
10886
10887 * vc-sccs.el (vc-sccs-dir-status):
10888 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10889 backends and returning up to date files.
10890
10891 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10892
10893 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10894
10895 * vc.el (vc-dir):
10896 * vc-hooks.el: Tweak the VC directory bindings. These are now
10897 documented in the manual.
10898
10899 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10900 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10901 (vc-dispatcher-selection-set): Allow callers to pass in an
10902 observer flag that says no buffer sync is required.
10903 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10904 Use the observer flag.
10905
10906 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10907
10908 * simple.el (start-file-process): Clarify docstring.
10909
10910 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10911
10912 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10913 Remove stub implementations of, and references to, wash-log.
10914 * vc-rcs.el (vc-rcs-comment-history):
10915 * vc-cvs.el (vc-cvs-comment-history):
10916 Inline the code that used to be wash-log.
10917
10918 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10919 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10920 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10921 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10922 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10923 (vc-rcs-print-log): Grok directories.
10924
10925 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * vc.el (vc-mark-resolved): Add `backend' argument.
10928 (vc-next-action): Pass it the backend.
10929 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10930 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10931 (vc-default-comment-history, vc-default-create-snapshot)
10932 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10933 (vc-annotate-revision-previous-to-line)
10934 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10935 * vc-svn.el (vc-svn-checkout):
10936 * vc-mcvs.el (vc-mcvs-checkout):
10937 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10938 (vc-working-revision, vc-before-save, vc-mode-line):
10939 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10940
10941 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10942 state to be consistent since it's often an unwarranted restriction.
10943 Don't return the state either.
10944 (vc-next-action): Check that the state is consistent.
10945 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10946 (vc-rollback, vc-update): Adapt to new return value of
10947 vc-deduce-fileset.
10948
10949 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10950 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10951 (vc-dispatcher-in-fileset-p): New fun.
10952 (vc-dispatcher-selection-set): Use it to properly handle directories.
10953
10954 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10955
10956 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10957 (vc-update): Remove unused let bindings.
10958
10959 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10960
10961 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10962 (vc-diff, vc-revert, vc-rollback, vc-update):
10963 * vc-dispatcher.el (vc-dispatcher-selection-set):
10964 Get rid of 4 special cases in fileset selection. This involved
10965 changing the return value of (vc-deduce-fileset) so that it passes
10966 back a deduced state as well as a deduced back end.
10967
10968 2008-05-08 Sam Steingold <sds@gnu.org>
10969
10970 * progmodes/compile.el (compilation-minor-mode-map)
10971 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10972 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10973 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10974
10975 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * org/org.el (org-modules, org-format-latex-options):
10978 * org/org-archive.el (org-archive-stamp-time)
10979 (org-archive-save-context-info):
10980 * org/org-faces.el (org-hide):
10981 * org/org-irc.el (org-irc-parse-link):
10982 * org/org-macs.el (org-call-with-arg, org-autoload):
10983 * org/org-mew.el (org-mew-store-link):
10984 * org/org-remember.el (org-remember-store-without-prompt)
10985 (org-remember-templates): Fix typos in docstrings.
10986
10987 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10988
10989 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10990 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10991 (org-bbdb-anniv-split): Fix typos in docstrings.
10992
10993 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10994 (org-publish-use-timestamps-flag): Reflow docstring.
10995 (org-publish-files-alist): Fix typos in docstring.
10996
10997 2008-05-07 Sam Steingold <sds@gnu.org>
10998
10999 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11000 appears to be too aggressive with window removal.
11001
11002 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11003
11004 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11005 Add leda and 0in as pragma keywords.
11006 (verilog-pretty-expr): Support lining up assignments which include
11007 part selects.
11008 (verilog-mode): More portable check for the availability of
11009 hideshow support.
11010 (verilog-do-indent): Remove special indent for declarations inside
11011 a parenthetical list. The code is ill-advised, and doesn't work
11012 given the new user defined types.
11013 (verilog-set-auto-endcomments): Enhance function automatic
11014 endcomment to support functions that return user defined types.
11015 (verilog-mode): Add code to tell which-function-mode minor mode
11016 that Verilog supports this feature.
11017
11018 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11019
11020 * epa-file.el: Require epa-hook.
11021
11022 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11023
11024 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11025 file-names clashes on 8+3 filesystems. Provide epa-hook.
11026
11027 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11028 file-names clashes on 8+3 filesystems.
11029
11030 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11031
11032 * org/org.el (org-read-date-get-relative): Interpret lone
11033 weekday abbreviation as relative to today.
11034
11035 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11036
11037 * abbrev.el (define-abbrev-table):
11038 * composite.el (toggle-auto-composition):
11039 * json.el (json-alist-p, json-plist-p):
11040 * minibuffer.el (completion-table-with-predicate):
11041 * ps-mule.el (ps-mule-external-libraries):
11042 * emacs-lisp/advice.el (ad-special-form-p):
11043 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11044 * eshell/em-smart.el (eshell-review-quick-commands):
11045 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11046 (python-skip-out, python-check-comint-prompt):
11047 Don't use `iff' in docstrings.
11048
11049 * international/robin.el (robin-package-alist): Fix typo in docstring.
11050 (robin-current-package-name): Doc fix.
11051 (robin-activate): Don't use `iff' in docstring.
11052
11053 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11054
11055 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11056 The code uses a ewoc-based implementation now.
11057 * vc-hooks.el: Support for Meta-CVS has been removed.
11058
11059 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11060
11061 * tool-bar.el: Choose images dynamically.
11062 (tool-bar-make-keymap, tool-bar-find-image): New function.
11063 (tool-bar-find-image-cache): New var.
11064 (tool-bar-local-item, tool-bar-local-item-from-menu):
11065 Don't select the image yet, do it later in tool-bar-make-keymap.
11066
11067 2008-05-07 Andreas Schwab <schwab@suse.de>
11068
11069 * window.el: Require 'cl when compiling.
11070
11071 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11072
11073 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11074
11075 2008-05-07 Glenn Morris <rgm@gnu.org>
11076
11077 * subr.el (ignore-errors): Move here from cl-macs.el.
11078 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11079
11080 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11081 oddness.
11082
11083 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11084
11085 * vc-hooks.el (vc-find-file-hook):
11086 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11087 further from vc.el.
11088 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11089
11090 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11091
11092 * progmodes/verilog-mode.el (verilog-getopt-file):
11093 Cleanup warning message format.
11094 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11095 (verilog-auto-inout, verilog-auto-inout-module)
11096 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11097 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11098 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11099 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11100 (verilog-auto-unused, verilog-auto-wire)
11101 (verilog-decls-get-assigns, verilog-decls-get-consts)
11102 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11103 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11104 (verilog-decls-get-ports, verilog-decls-get-regs)
11105 (verilog-decls-get-signals, verilog-decls-get-wires)
11106 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11107 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11108 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11109 (verilog-inject-sense, verilog-library-filenames)
11110 (verilog-mode-release-date, verilog-mode-version)
11111 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11112 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11113 (verilog-modi-get-assigns, verilog-modi-get-consts)
11114 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11115 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11116 (verilog-modi-get-ports, verilog-modi-get-regs)
11117 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11118 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11119 (verilog-modi-get-wires, verilog-preserve-cache)
11120 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11121 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11122 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11123 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11124 Add caching of additional state, and rework signal extraction
11125 routines to improve AUTO expansion performance by 300%++.
11126
11127 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11128
11129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11130 Tweak Open Watcom regexp to distinguish between errors and warnings.
11131
11132 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * dired.el (dired-read-dir-and-switches): Fix up last change.
11135
11136 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11137
11138 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11139 out of this function, move it to vc-dispatcher-selection-set.
11140
11141 2008-05-05 Sam Steingold <sds@gnu.org>
11142
11143 * window.el (delete-other-windows-vertically): New function.
11144
11145 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * dired.el (dired-read-dir-and-switches):
11148 Obey read-file-name-completion-ignore-case.
11149
11150 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11151
11152 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11153 Add regexp for Open Watcom compiler output.
11154
11155 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11156
11157 * progmodes/python.el (python-block-pairs): Align finally with except.
11158
11159 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11162
11163 2008-05-05 Tom Tromey <tromey@redhat.com>
11164
11165 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11166 looking at conflict marker.
11167
11168 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11171 client-mode -> vc-client-object, and guess `funcall' was meant.
11172 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11173
11174 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11175
11176 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11177 (dbus-debug): Move declarations outside eval-when-compile.
11178
11179 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11180
11181 * proced.el (proced-command-alist): Fix system-type values.
11182 Fix defcustom.
11183 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11184 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11185 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11186 (proced-update): Use proced-sorting-scheme. Update modeline.
11187 (proced-send-signal): Use nreverse.
11188 (proced-sorting-scheme-p): New function.
11189
11190 2008-05-04 Andreas Schwab <schwab@suse.de>
11191
11192 * vc.el: Require dired when compiling.
11193
11194 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11195
11196 2008-05-03 Glenn Morris <rgm@gnu.org>
11197
11198 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11199 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11200 Simplify compilation requirements.
11201 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11202 declarations.
11203
11204 2008-05-03 Dave Love <fx@gnu.org>
11205
11206 * progmodes/python.el (python-beginning-of-statement):
11207 Loop at least once (fixes 2008-02-21 change).
11208
11209 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11210
11211 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11212 instead of `length' for comparing length of user and group names.
11213
11214 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11215
11216 * vc-dispatcher.el: New file, separates out the UI and command
11217 execution machinery from VCS-specific logic left in vc.el.
11218 The separation is not yet completely clean, but it's a good start.
11219 * vc.el: This file is about 1700 lines shorter now.
11220 Remove obsolete logentry-check from the backend API.
11221 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11222 implementation of the logentry-check method, and it guarded against
11223 a log length limit that has probably been obsolete for 15 years (!).
11224
11225 2008-05-02 Sam Steingold <sds@gnu.org>
11226
11227 * progmodes/compile.el (compilation-start): Move setting of
11228 compilation-directory after (funcall mode) as that resets local
11229 variables, this fixes recompile in grep buffers.
11230 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11231 in dired &c).
11232
11233 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11234
11235 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11236 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11237 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11238 has one of these and that all are called in compatible ways.
11239 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11240 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11241 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11242 backend has one of these.
11243
11244 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11247 initialization into define-abbrev-table. Use :regexp.
11248 (octave-mode-syntax-table): Don't set word syntax for `.
11249
11250 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11251 than only value.
11252
11253 * dired.el (dired-read-dir-and-switches):
11254 Set minibuffer-completing-file-name and call substitute-in-file-name.
11255 (dired-format-columns-of-files): Use completion--insert-strings.
11256
11257 * minibuffer.el (completion-hilit-commonality): Revert last change:
11258 the leftover code was actually useful.
11259 (completion--insert-strings): Use string-width rather than length.
11260
11261 2008-05-02 Sam Steingold <sds@gnu.org>
11262
11263 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11264 (vc-at-event): New macro: run the body at the even location.
11265 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11266 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11267 * subr.el (mouse-event-p): Check if the event is mouse-related.
11268
11269 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11270
11271 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11272 Don't throw error if no file is found.
11273
11274 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11275
11276 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11277 (vc-default-state-heuristic): Doc fix.
11278
11279 2008-05-02 Richard Sharman <rsharman@pobox.com>
11280
11281 * hilit-chg.el (highlight-changes-mode): Remove references to
11282 hooks that no longer exist. Because define-minor-mode is used the
11283 hook highlight-changes-mode-hook exists and can do what both the
11284 old hooks used to do. The documentation at the top of the file
11285 was updated to demonstrate this.
11286 (highlight-changes-mode): Remove commented out call to a hook
11287 function that is no longer there.
11288 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11289
11290 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11291
11292 * vc.el (vc-default-dired-state-info): Change name of primitive
11293 to prettify-state-info, in preparation for ripping out dired mode.
11294 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11295 to prettify-state-info, in preparation for ripping out dired mode.
11296 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11297 tries this on a version-controlled buffer. It will do useless or
11298 actively bad things on any version control system newer than RCS.
11299 * vc-hooks.el (vc-dired-resynch-file):
11300 * vc.el (vc-dired-resynch-file): Change name of primitive to
11301 vc-directory-resynch-file, preparing to remove dired.
11302
11303 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11304
11305 * vc-rcs.el (vc-rcs-state): Fix typos.
11306
11307 * vc.el (vc-register): Change argument order so that the prefix
11308 argument is assigned correctly.
11309 (vc-next-action, vc-dir-register): Update for the above change.
11310
11311 2008-05-01 Juri Linkov <juri@jurta.org>
11312
11313 * replace.el (occur-read-primary-args): Set default to the car of
11314 regexp-history and display it in the prompt, but don't add to the
11315 list of minibuffer defaults. Bind history-add-new-input to nil to
11316 not add automatically `default'. For empty input return `default'.
11317 Otherwise, add `input' to regexp-history and return it.
11318 (occur-1): Signal an error for the empty regexp.
11319
11320 * progmodes/compile.el (compilation-auto-jump):
11321 Set window point to `pos' explicitly.
11322
11323 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11324
11325 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11326 when appropriate.
11327 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11328 we report the 'unregistered state reliably.
11329 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11330 we report the 'unregistered state reliably.
11331 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11332 we report the 'unregistered state reliably.
11333 * vc-hooks.el (vc-state): Document that vc-unregistered is
11334 now expected to be returned reliably.
11335 * vc.el (vc-default-dired-state): Change needs-patch state to
11336 needs-update, since the name now shows up in dir-status listings
11337 and was somewhat misleading.
11338 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11339 immediately after removing the file.
11340 * vc.el (vc-next-action): More informative messages when a fileset
11341 is in a mixed state or files are missing.
11342
11343 2008-05-01 Sam Steingold <sds@gnu.org>
11344
11345 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11346
11347 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11350
11351 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11352
11353 * epa-file-hook.el: New file split from epa-file.el.
11354 * epa-file.el: Require 'epa-file-hook.
11355 (epa-file-handler): Add autoload cookie.
11356 * loadup.el: Load epa-file-hook.
11357 * startup.el (command-line): Eval the body of auto-encryption-mode.
11358
11359 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11360
11361 * vc.el (vc-dir-mode-map): Don't bind "r".
11362
11363 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11364 (vc-hg-status-printer): New function.
11365 (vc-hg-after-dir-status): Deal with copied and renamed files.
11366 (vc-hg-dir-status): Add flag to show copied files.
11367
11368 2008-05-01 John Paul Wallington <jpw@pobox.com>
11369
11370 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11371 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11372 sorting mode was recency.
11373
11374 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11375 reverse sorting order if last sorting mode was the sorter's.
11376
11377 2008-05-01 Jason Rumney <jasonr@gnu.org>
11378
11379 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11380
11381 2008-04-30 John Paul Wallington <jpw@pobox.com>
11382
11383 * ibuffer.el (define-ibuffer-column filename): When the major mode
11384 is `vc-dir-mode' show the buffer's default directory.
11385
11386 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11387 major mode is `vc-dir-mode' use the buffer's default directory.
11388
11389 2008-04-30 Sam Steingold <sds@gnu.org>
11390
11391 * vc.el (vc-dir-delete-file): Add.
11392 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11393 (vc-delete-file): Do not barf when the file has been already deleted.
11394
11395 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11396
11397 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11398
11399 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * progmodes/octave-mod.el (octave-help): New function.
11402 * progmodes/octave-hlp.el: Delete.
11403 * info-look.el (octave-mode): Add operator index.
11404
11405 * vc.el (vc-checkout): Typo.
11406
11407 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11408
11409 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11410 Add "..." in the appropriate places.
11411
11412 * epa.el (epa-key-list-mode-map): Add more menu entries.
11413 Add "..." in the appropriate places.
11414
11415 * dired.el (dired-mode-map): Add :help.
11416
11417 * vc.el (vc-deduce-fileset): Add new parameter.
11418 (vc-dir-marked-only-files): New function.
11419 (vc-next-action): Don't ignore directories, look at the files
11420 inside them.
11421 (vc-dir-mode): Document how the mark/unmark commands work.
11422
11423 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11426 Rule out trailing spaces in file and directory names as well.
11427
11428 * minibuffer.el (completion--do-completion): Move point even if the
11429 completion makes no change.
11430 (completion-pcm-try-completion): Fix computation of new point.
11431
11432 2008-04-30 David Hansen <david.hansen@gmx.net>
11433
11434 * dired.el: Require 'cl.
11435
11436 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11437
11438 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11439 hollow if not in innermost frame.
11440
11441 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 Make `checkout-model' apply to filesets.
11444 * vc-hooks.el (vc-checkout-model): Rewrite.
11445 (vc-before-save, vc-after-save): Adjust callers accordingly.
11446 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11447 (vc-transfer-file): Adjust callers accordingly.
11448 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11449 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11450 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11451 instead of vc-checkout-model.
11452 * vc-mcvs.el (vc-mcvs-revert):
11453 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11454 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11455 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11456 * vc-svn.el (vc-svn-checkout-model):
11457 * vc-hg.el (vc-hg-checkout-model):
11458 * vc-git.el (vc-git-checkout-model):
11459 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11460
11461 * dired.el (dired-read-dir-and-switches): Replace last change with
11462 a new approach that mixes read-file-name and read-directory-name.
11463
11464 * files.el (read-buffer-to-switch):
11465 Avoid making assumptions about `other-buffer'.
11466
11467 2008-04-29 Sam Steingold <sds@gnu.org>
11468
11469 * vc.el (vc-dir-mode-hook): Add normal hook.
11470 (vc-dir-mode): Run it.
11471
11472 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11473
11474 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11475 Always split windows.
11476 (gdb-speedbar-timer-fn): Only raise frame after user input.
11477 (gdb-same-frame): Reverse initial value.
11478 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11479
11480 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11481 gdb-speedbar-timer-fn.
11482
11483 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11486
11487 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11488
11489 * epa.el (epa-key-list-mode-map): Add menu.
11490 (epa-delete-keys, epa-import-keys): Fix typo.
11491
11492 2008-04-29 Glenn Morris <rgm@gnu.org>
11493
11494 * find-cmd.el (top-level): Does not need cl when compiling.
11495
11496 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11497
11498 * find-cmd.el: New file.
11499
11500 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11503 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11504 (completion-pcm--hilit-commonality): New function.
11505 (completion-pcm-all-completions): Use it.
11506
11507 * minibuffer.el (completion-common-substring): Mark obsolete.
11508 (completions-first-difference, completions-common-part):
11509 Move from simple.el.
11510 (completion-hilit-commonality): New fun.
11511 (display-completion-list, completion-emacs21-all-completions)
11512 (completion-emacs22-all-completions): Use it.
11513 * simple.el (completions-first-difference, completions-common-part):
11514 Move to minibuffer.el.
11515 (choose-completion-string): Use field functions and minibufferp.
11516 (completion-setup-function): Don't set completions faces.
11517
11518 2008-04-29 Glenn Morris <rgm@gnu.org>
11519
11520 * calendar/calendar.el (calendar-nth-named-absday)
11521 (calendar-nth-named-day):
11522 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11523 * calendar/holidays.el (holiday-float): Doc fixes.
11524
11525 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11526 the `full' case.
11527
11528 * org/org-agenda.el (calendar-iso-from-absolute):
11529 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11530 Fix declarations.
11531
11532 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11533
11534 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11535 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11536 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11537 (gdb-assembler-custom): Be careful not to match other addresses.
11538
11539 2008-04-29 Jason Rumney <jasonr@gnu.org>
11540
11541 * battery.el (battery-status-function): Use w32-battery-status
11542 on Windows.
11543 (battery-echo-area-format): Make apm format the general case.
11544 (battery-mode-line-format): Merge apm and pmset formats as the
11545 general case.
11546
11547 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11548
11549 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11550 Use gud-tool-bar-item-visible-no-fringe.
11551 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11552 is already visible in frame. Remove optional size parameter
11553 and add optional frame parameter.
11554
11555 * progmodes/gud.el (gud-display-line): Only consider visible
11556 frames when looking for source buffer.
11557
11558 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11561 argument to get-char-property, in case the current buffer hasn't
11562 been assigned to that window yet.
11563 (doc-view-display): Default to selected window if the current
11564 buffer hasn't been assigned to a window yet.
11565
11566 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11567
11568 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11569
11570 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11571
11572 * net/tramp.el (tramp-mode): New defcustom.
11573 (tramp-file-name-handler, tramp-completion-file-name-handler):
11574 Use it.
11575 (tramp-replace-environment-variables): Handle "$$".
11576
11577 2008-04-28 Sam Steingold <sds@gnu.org>
11578
11579 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11580
11581 2008-04-28 Bastien Guerry <bzg@altern.org>
11582
11583 * whitespace.el (whitespace-trailing): Fix typo.
11584
11585 2008-04-28 Sam Steingold <sds@gnu.org>
11586
11587 * textmodes/remember.el (diary-make-entry): Update the autoload.
11588
11589 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11592 all-completions.
11593
11594 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11595
11596 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11597
11598 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11599
11600 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11601 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11602 (vc-dir-mark-file): Add an optional argument.
11603 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11604
11605 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11606
11607 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11608 rather than obsolete alias find-file-hooks.
11609 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11610 Use find-file-hook rather than obsolete alias find-file-hooks.
11611 Add to find-file-not-found-functions.
11612 (epa-file-handler): Put 'safe-magic and 'operations properties.
11613
11614 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11615 (epa-menu-items): Remove.
11616
11617 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11618 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11619 (epa-dired-mode, epa-global-dired-mode): Remove.
11620
11621 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11622
11623 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11624
11625 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11626
11627 2008-04-27 Glenn Morris <rgm@gnu.org>
11628
11629 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11630 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11631
11632 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11633
11634 * org/org.el (org-html-level-start): Always have id's in HTML.
11635 (org-export-as-html): Use `org-link-protocols' to
11636 retrieve the export form of the link.
11637 (org-add-link-type): Final parameter renamed from PUBLISH.
11638 Better documentation of how it is to be used. Avoid double entries for
11639 the same link type.
11640 (org-add-link-props): New function.
11641 (org-modules-loaded): New variable.
11642 (org-load-modules-maybe, org-set-modules): New function.
11643 (org-modules): New option.
11644 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11645 (orgtbl-mode, org-store-link, org-insert-link-global)
11646 (org-open-at-point): Call `org-load-modules-maybe'.
11647 (org-search-view): Add more text properties.
11648 (org-agenda-schedule, org-agenda-deadline): Allow also in
11649 search-type agendas.
11650 (org-search-view): Order of arguments has been changed.
11651 Interpret prefix-arg as TODO-ONLY.
11652 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11653 Take new argument order of `org-search-view' into account.
11654 (org-todo-only): New variable.
11655 (org-search-syntax-table): New variable and function.
11656 (org-search-view): Do the search with the special syntax table.
11657 (define-obsolete-function-alias): Make work with XEmacs.
11658 (org-add-planning-info): Use old date as default when modifying an
11659 existing deadline or scheduled item.
11660 (org-agenda-compute-time-span): Make argument N optional.
11661 (org-agenda-format-date-aligned): Require `cal-iso'.
11662 (org-agenda-list): Include week into agenda heading, don't
11663 list it at each date (only on Mondays).
11664 (org-read-date-analyze): Define local variable `iso-date'.
11665 (org-agenda-format-date-aligned): Remove dependency on
11666 `calendar-time-from-absolute'.
11667 (org-remember-apply-template, org-go-to-remember-target):
11668 Interpret filenames relative to `org-directory'.
11669 (org-complete): Silently fail when trying to complete
11670 keywords that don't have a default value.
11671 (org-get-current-options): Add a #+DATE: option.
11672 (org-additional-option-like-keywords): Remove "DATE:" from the
11673 list of additional keywords.
11674 (org-export-as-html): Remove (current-time) as unnecessary second
11675 argument of `format-time-string'.
11676 (org-clock-find-position): Handle special case at end of buffer.
11677 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11678 `org-agenda-change-time-span'.
11679 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11680 `org-agenda-change-time-span'.
11681 (org-agenda-month-view): New argument MONTH, pass it on to
11682 `org-agenda-change-time-span'.
11683 (org-agenda-year-view): New argument YEAR, pass it on to
11684 `org-agenda-change-time-span'.
11685 (org-agenda-change-time-span): New optional argument N, pass it on
11686 to `org-agenda-compute-time-span'.
11687 (org-agenda-compute-time-span): New argument N, interpret it by
11688 changing the starting day.
11689 (org-small-year-to-year): New function.
11690 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11691 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11692 into the future, and that the shift is at least one interval, never 0.
11693 (org-update-checkbox-count): Fix bug with checkbox counting.
11694 (org-add-note): New command.
11695 (org-add-log-setup): Rename from `org-add-log-maybe'.
11696 (org-log-note-headings): New entry for plain notes (i.e. notes not
11697 related to state changes or clocking).
11698 (org-get-org-file): Check for availability of `remember-data-file'.
11699 (org-cached-entry-get): Allow a regexp value for
11700 `org-use-property-inheritance'.
11701 (org-use-property-inheritance): Allow regexp value. Fix bug in
11702 customization type.
11703 (org-use-tag-inheritance): Allow a list and a regexp value for
11704 this variable.
11705 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11706 (org-entry-get): Respect value `selective' for the INHERIT argument.
11707 (org-tag-inherit-p, org-property-inherit-p): New functions.
11708 (org-agenda-format-date-aligned): Allow 10 characters for
11709 weekday, to accommodate German locale.
11710 (org-add-archive-files): New function.
11711 (org-agenda-files): New argument `ext', to get archive files as well.
11712 (org-tbl-menu): Protect the use of variables that
11713 are only available when org-table.el gets loaded.
11714 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11715 single directory.
11716 (org-open-file): Allow a batch process to trigger
11717 waiting after executing a system command.
11718 (org-store-link): Link to headline when there is not
11719 target and no region in an org-mode buffer when creating a link.
11720 (org-link-types-re): New variable.
11721 (org-make-link-regexps): Compute `org-link-types-re'.
11722 (org-make-link-description-function): New option.
11723 (org-agenda-date, org-agenda-date-weekend): New faces.
11724 (org-archive-sibling-heading): New option.
11725 (org-archive-to-archive-sibling): New function.
11726 (org-iswitchb): New command.
11727 (org-buffer-list): New function.
11728 (org-agenda-columns): Also try the #+COLUMNS line in
11729 the buffer associated with the entry at point (or with the first
11730 entry in the agenda view).
11731 (org-modules): Add entry for org-bibtex.el.
11732 (org-completion-fallback-command): Move into `org-completion' group.
11733 (org-clock-heading-function): Move to `org-progress' group.
11734 (org-auto-repeat-maybe): Make sure that a note can
11735 be enforces if `org-log-repeat' is `note'.
11736 (org-modules): Allow additional symbols for external packages.
11737 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11738 (org-clock-goto): Hide drawers after showing an
11739 entry with `org-clock-goto'.
11740 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11741 Try also a clocktable block shift.
11742 (org-clocktable-try-shift): New function.
11743 (org-columns-hscoll-title): New function.
11744 (org-columns-previous-hscroll): New variable.
11745 (org-columns-full-header-line-format): New variable.
11746 (org-columns-display-here-title, org-columns-remove-overlays):
11747 Install `org-columns-hscoll-title' in post-command-hook.
11748
11749 * org/org.el: Split into many small files.
11750
11751 * org/org-agenda.el: New file, split off from org.el.
11752
11753 * org/org-archive.el: New file, split off from org.el.
11754
11755 * org/org-bbdb.el: New file.
11756
11757 * org/org-bibtex.el: New file, split off from org.el.
11758
11759 * org/org-clock.el: New file, split off from org.el.
11760
11761 * org/org-colview.el: New file, split off from org.el.
11762
11763 * org/org-compat.el: New file, split off from org.el.
11764
11765 * org/org-exp.el: New file, split off from org.el.
11766
11767 * org/org-faces.el: New file, split off from org.el.
11768
11769 * org/org-gnus.el: New file, split off from org.el.
11770
11771 * org/org-info.el: New file, split off from org.el.
11772
11773 * org/org-infojs.el: New file.
11774
11775 * org/org-irc.el: New file.
11776
11777 * org/org-macs.el: New file, split off from org.el.
11778
11779 * org/org-mew.el: New file.
11780
11781 * org/org-mhe.el: New file, split off from org.el.
11782
11783 * org/org-publish.el: New file, split off from org.el.
11784
11785 * org/org-remember.el: New file, split off from org.el.
11786
11787 * org/org-rmail.el: New file, split off from org.el.
11788
11789 * org/org-table.el: New file, split off from org.el.
11790
11791 * org/org-vm.el: New file, split off from org.el.
11792
11793 * org/org-wl.el: New file, split off from org.el.
11794
11795 2008-04-27 Jason Riedy <jason@acm.org>
11796
11797 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11798 parameter that suppresses lines that evaluate to NIL.
11799 (orgtbl-get-fmt): New inline function for
11800 picking apart formats that may be lists.
11801 (orgtbl-apply-fmt): New inline function for applying formats that
11802 may be functions.
11803 (orgtbl-eval-str): New inline function for strings that may be
11804 functions.
11805 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11806 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11807 (*orgtbl-llfmt*, *orgtbl-llstart*)
11808 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11809 (orgtbl-format-section): Shift formatting to support detecting the
11810 last line and formatting it specially.
11811 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11812 formats unless overridden.
11813 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11814 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11815 bound variables to hold the input collection of lines and output
11816 formatted text.
11817 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11818 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11819 format parameters.
11820 (orgtbl-format-line): New function encapsulating formatting for a
11821 single line.
11822 (orgtbl-format-section): Similar for each section. Rebinding the
11823 dynamic vars customizes the formatting for each section.
11824 (orgtbl-to-generic): Use orgtbl-format-line and
11825 orgtbl-format-section.
11826 (org-get-param): Now unused, so delete.
11827 (orgtbl-gather-send-defs): New function to
11828 gather all the SEND definitions before a table.
11829 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11830 corresponding to the current name.
11831 (orgtbl-send-table): Use the previous two functions and implement
11832 multiple destinations for each table.
11833
11834 * doc/org.texi (A LaTeX example): Note that fmt may be a
11835 one-argument function, and efmt may be a two-argument function.
11836 (Radio tables): Document multiple destinations.
11837
11838 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11839
11840 * org/org-agenda.el (org-add-to-diary-list): New function.
11841 (org-prefix-has-effort): New variable.
11842 (org-sort-agenda-noeffort-is-high): New option.
11843 (org-agenda-columns-show-summaries)
11844 (org-agenda-columns-compute-summary-properties): New options.
11845 (org-format-agenda-item): Compute the duration of the item.
11846 (org-agenda-weekend-days): New variable.
11847 (org-agenda-list, org-timeline): Use the proper faces for dates in
11848 the agenda and timeline buffers.
11849 (org-agenda-archive-to-archive-sibling): New command.
11850 (org-agenda-start-with-clockreport-mode): New option.
11851 (org-agenda-clockreport-parameter-plist): New option.
11852 (org-agenda-clocktable-mode): New variable.
11853 (org-agenda-deadline-leaders): Allow a function value for the
11854 deadline leader.
11855 (org-agenda-get-deadlines): Deal with new function value.
11856
11857 * org/org-clock.el (org-clock): New customization group.
11858 (org-clock-into-drawer, org-clock-out-when-done)
11859 (org-clock-in-switch-to-state, org-clock-heading-function):
11860 Move into the new group.
11861 (org-clock-out-remove-zero-time-clocks): New option.
11862 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11863 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11864 parameter.
11865 (org-dblock-write:clocktable): Fix bug with total time calculation.
11866 (org-dblock-write:clocktable): Request the unrestricted list of files.
11867 (org-get-clocktable): New function.
11868 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11869 be strings but also integers (an absolute day number) and lists (m d y).
11870
11871 * org/org-colview.el (org-columns-next-allowed-value)
11872 (org-columns-edit-value): Limit the effort for updating in the
11873 agenda to recomputing a single file.
11874 (org-columns-compute): Only write property value if it has changed.
11875 This avoids raising the buffer-change-flag unnecessarily.
11876 (org-agenda-colview-summarize)
11877 (org-agenda-colview-compute): New functions.
11878 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11879
11880 * org/org-exp.el (org-export-run-in-background): New option.
11881 (org-export-icalendar): Allow a batch process to trigger waiting
11882 after executing a system command.
11883 (org-export-preprocess-string): Rename from
11884 `org-cleaned-string-for-export'.
11885 (org-export-html-style): Made target class look like normal text.
11886 (org-export-as-html): Make use of the better preprocessing in
11887 `org-cleaned-string-for-export'.
11888 (org-cleaned-string-for-export): Better treatment of heuristic
11889 targets, many more internal links will now work in HTML export.
11890 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11891 (org-export-inbuffer-options-extra): New variable.
11892 (org-export-options-filters): New hook.
11893 (org-infile-export-plist): Find also the settings keywords in
11894 `org-export-inbuffer-options-extra'.
11895 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11896 multiple #+INFOJS_OPT lines.
11897 (org-export-html-handle-js-options): New function.
11898 (org-export-html-infojs-setup): New option.
11899 (org-export-as-html): Call `org-export-html-handle-js-options'.
11900 Add autoload to all entry points.
11901 (org-skip-comments): Function removed.
11902
11903 * org/org-table.el (org-table-make-reference): Extra parenthesis
11904 around single fields, to make sure that algebraic formulas get
11905 correctly interpreted by calc.
11906 (org-table-current-column): No longer interactive.
11907
11908 * org/org-export-latex.el (org-export-latex-preprocess):
11909 Rename from `org-export-latex-cleaned-string'.
11910
11911 2008-04-27 Bastien Guerry <bzg@altern.org>
11912
11913 * org/org-publish.el (org-publish-get-base-files-1): New function.
11914 (org-publish-get-base-files): Use it.
11915 (org-publish-temp-files): New variable.
11916 Don't require 'dired-aux anymore.
11917 (org-publish-initial-buffer): New variable.
11918 (org-publish-org-to, org-publish): Use it.
11919 (org-publish-get-base-files-1): Bug fix: get
11920 the proper list of files when recursing thru a directory.
11921 (org-publish-get-base-files): Use the :exclude property to skip
11922 both files and directories.
11923
11924 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11925
11926 * net/tramp.el (tramp-handle-make-symbolic-link)
11927 (tramp-handle-file-name-directory)
11928 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11929 (tramp-do-copy-or-rename-file-directly)
11930 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11931 (tramp-handle-substitute-in-file-name)
11932 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11933 * net/tramp-cache.el (tramp-get-file-property)
11934 (tramp-set-file-property, tramp-flush-file-property)
11935 (tramp-flush-directory-property)
11936 * net/tramp-compat.el (tramp-compat-make-temp-file)
11937 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11938 Disable `file-name-handler-alist' when handling localname.
11939 It could have a remote file syntax, like a VMS file name.
11940
11941 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11942
11943 * whitespace.el: New version 11.1.
11944 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11945 enclosed by \\( and \\)$. Docstring fix.
11946 (whitespace-trailing-regexp): Fun removed.
11947 (whitespace-report-list): Const initialization fix.
11948 (whitespace-color-on): Code fix.
11949
11950 2008-04-27 Andreas Schwab <schwab@suse.de>
11951
11952 * Makefile.el: Unbreak bootstrap.
11953
11954 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11955
11956 * net/tramp.el (tramp-replace-environment-variables): New defun.
11957 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11958 Use it.
11959
11960 2008-04-27 Glenn Morris <rgm@gnu.org>
11961
11962 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11963
11964 * calculator.el (calculator-expt): Replace cl function `oddp'.
11965
11966 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11967
11968 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11969 Simplify. Collect `defun' and `autoload' entries.
11970 Avoid modifying load-history.
11971
11972 2008-04-26 Glenn Morris <rgm@gnu.org>
11973
11974 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11975
11976 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11977
11978 2008-04-26 John Paul Wallington <jpw@pobox.com>
11979
11980 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11981 `hexl-mode-old-eldoc-documentation-function'.
11982 (hexl-mode-exit): Restore it.
11983 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11984
11985 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11986
11987 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11990 (completion-pcm--all-completions): Doc fix.
11991 (completion-styles-alist, completion-all-completions):
11992 Fix typos in docstrings.
11993
11994 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11995
11996 * whitespace.el: There is now only one variable (whitespace-style) to
11997 specify which kind of blank is visualized. Doc and docstring fix.
11998 New version 11.0.
11999 (whitespace-style): New option, replace whitespace-style-mark and
12000 whitespace-style-color.
12001 (whitespace-style-mark, whitespace-style-color): Options removed.
12002 (whitespace-hspace, whitespace-tab, whitespace-newline)
12003 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12004 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12005 (whitespace-hspace-regexp, whitespace-space-regexp)
12006 (whitespace-tab-regexp, whitespace-trailing-regexp)
12007 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12008 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12009 (whitespace-space-after-tab-regexp, whitespace-line-column)
12010 (whitespace-display-mappings, whitespace-report): Docstring fix.
12011 (whitespace-color-value-list, whitespace-mark-value-list)
12012 (whitespace-active-color, whitespace-active-mark)
12013 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12014 (whitespace-style-value-list, whitespace-active-style)
12015 (whitespace-toggle-style): New vars.
12016 (whitespace-toggle-option-alist, whitespace-help-text):
12017 Var initialization and docstring fix.
12018 (whitespace-toggle-options, global-whitespace-toggle-options)
12019 (whitespace-cleanup, whitespace-cleanup-region)
12020 (whitespace-report-region, whitespace-interactive-char)
12021 (whitespace-toggle-list): Docstring and code fix.
12022 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12023 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12024 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12025 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12026
12027 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12030 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12031 (diff-sanity-check-hunk): Adjust code accordingly.
12032
12033 2008-04-26 Glenn Morris <rgm@gnu.org>
12034
12035 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12036
12037 * forms-d2.dat: Move to ../etc.
12038 * forms-d2.el (forms-file): Adapt for above change.
12039
12040 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12041 `translation-table-for-input'.
12042
12043 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12044 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12045
12046 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12047 to punctuation now it's not needed for abbrevs.
12048 (fortran-mode-abbrev-table): Remove defvar, make use of new
12049 define-abbrev-table :regexp feature.
12050
12051 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12052 insert, now that translation-table-for-input is not needed.
12053
12054 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12055
12056 * emacs-lisp/pp.el (pp-display-expression): New function,
12057 extracted from pp-eval-expression.
12058 (pp-eval-expression): Use pp-display-expression.
12059 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12060 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12061 (pp-eval-last-sexp): Use pp-last-sexp.
12062
12063 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * abbrev.el (define-abbrev-table): Apply props even if the table
12066 exists already.
12067
12068 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12069 various kinds of completion tables.
12070 (completion-emacs22-try-completion): Place cursor after the /, as was
12071 done in Emacs-22's minibuffer-complete-word.
12072 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12073 (completion-emacs22-try-completion): Merge all mergeable text rather
12074 than just /.
12075 (completion-pcm--delim-wild-regex): New var.
12076 (completion-pcm-word-delimiters): New custom.
12077 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12078 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12079 (completion-pcm--all-completions, completion-pcm-all-completions)
12080 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12081 (completion-pcm-try-completion): New functions.
12082 (completion-styles-alist): Add them.
12083 (completion-styles): Add it to the default.
12084
12085 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12086
12087 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12088 (gdb-var-create-handler): ...until here when there are values.
12089 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12090 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12091
12092 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12093
12094 * ls-lisp.el (ls-lisp-format): Fix last change.
12095 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12096 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12097 (ls-lisp-filesize-f-fmt): New defvars.
12098 (ls-lisp-insert-directory): Dynamically compute format specifiers
12099 for displaying UID, GID, and file size, and store them in the
12100 above variables.
12101 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12102 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12103 instead of constant format strings.
12104 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12105 ls-lisp-filesize-d-fmt instead of constant format strings.
12106
12107 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12110 value of addresses rather than (partial) string value.
12111 (gdb-frame-handler): Change regexp according to above change.
12112 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12113 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12114 (gdb-assembler-mode): Disable undo in these buffers.
12115
12116 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12117
12118 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12119 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12120
12121 2008-04-24 Sam Steingold <sds@gnu.org>
12122
12123 * textmodes/remember.el (remember-diary-extract-entries): Use
12124 diary-make-entry instead of the obsolete make-diary-entry.
12125
12126 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * subr.el (translation-table-for-input): Mark as obsolete.
12129
12130 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12131
12132 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12133
12134 * textmodes/ispell.el (ispell-dictionary-alist-1)
12135 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12136 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12137 (ispell-dictionary-alist-6): Remove.
12138 (ispell-dictionary-base-alist): New var, merges the above.
12139 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12140 Use it.
12141 (ispell-dictionary-alist): Default to nil. Remove autoload.
12142 (ispell-local-dictionary-alist): Remove autoload.
12143
12144 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12145 (f90-mode-abbrev-table): Use the new :regexp feature.
12146 Merge defvar and mapc into define-abbrev-table.
12147 (f90-imenu-type-matcher): Remove unused `l'.
12148 (f90-imenu-generic-expression): Remove unused `not-ib'.
12149 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12150 (f90-change-keywords): Use restore-buffer-modified-p.
12151
12152 2008-04-24 Glenn Morris <rgm@gnu.org>
12153
12154 * net/goto-addr.el (goto-address-prog-mode):
12155 * progmodes/bug-reference.el (bug-reference-prog-mode):
12156 Define for compiler.
12157
12158 * minibuffer.el (x-file-dialog): Declare as function.
12159
12160 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12161 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12162
12163 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12164 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12165 work with easymenu. Add :keys where needed.
12166
12167 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12168 event-start is nil.
12169
12170 * calendar/calendar.el (calendar-mode-map): Fix typo.
12171
12172 2008-04-24 Tom Tromey <tromey@redhat.com>
12173
12174 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12175 Document keywords. Add :suppress.
12176 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12177
12178 * net/goto-addr.el (goto-address-unfontify): New function.
12179 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12180 (goto-address-fontify-region, goto-address-mode)
12181 (goto-address-prog-mode): New functions.
12182
12183 * progmodes/bug-reference.el: New file.
12184
12185 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12186
12187 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12188
12189 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12192 macros within lambdas.
12193
12194 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * minibuffer.el (completion-try-completion): Add `point' argument.
12197 Change return value.
12198 (completion-all-completions): Add `point' argument.
12199 (minibuffer-completion-help): Pass the new `point' argument.
12200 (completion--do-completion): Pass the whole field to try-completion.
12201 (completion--try-word-completion): Rewrite, making fewer assumptions.
12202 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12203 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12204 (completion-basic-try-completion, completion-basic-all-completions):
12205 New functions.
12206 (completion-styles-alist): Use them.
12207
12208 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12209
12210 * textmodes/ispell.el (ispell-set-spellchecker-params):
12211 New function to make sure right params and dictionary alists are used
12212 after spellchecker changes.
12213 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12214 (ispell-initialize-spellchecker-hook): New variables and hook.
12215 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12216 (ispell-maybe-find-aspell-dictionaries): Remove.
12217 Calls replaced by (ispell-set-spellchecker-params) calls.
12218 (ispell-have-aspell-dictionaries): Remove.
12219
12220 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12221 by ispell-set-spellchecker-params.
12222
12223 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * complete.el (PC-do-completion): Be more robust in the presence of
12226 unexpected values in minibuffer-completion-predicate.
12227
12228 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12229 Only abbreviate default-filename if it's a file.
12230
12231 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12232 (read-file-name-completion-ignore-case, insert-default-directory):
12233 New vars, moved from fileio.c.
12234 (read-file-name): New fun, moved from fileio.c.
12235 * cus-start.el: Remove insert-default-directory and
12236 read-file-name-completion-ignore-case.
12237
12238 2008-04-23 Magnus Henoch <mange@freemail.hu>
12239
12240 * tar-mode.el (tar-untar-buffer): If the entry has directory
12241 link type, extract it as a directory even if its file name doesn't
12242 end with a slash. Fixes extraction of NetBSD tar archives.
12243
12244 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * server.el (server-start): Also don't get confused by CRs since we
12247 don't quote them.
12248
12249 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12250
12251 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12252 (gdb-set-gud-minor-mode-existing-buffers)
12253 (gdb-info-breakpoints-custom, gdb-get-location)
12254 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12255 Previously gdb-create-define-alist wasn't always run and added to
12256 after-save-hook.
12257
12258 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12259
12260 2008-04-23 Kevin Ryde <user42@zip.com.au>
12261
12262 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12263 comments like unindented ones.
12264
12265 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12266
12267 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12268 parameter origins.
12269
12270 2008-04-23 Kevin Ryde <user42@zip.com.au>
12271
12272 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12273 Bind print-level to ensure output forms aren't truncated if
12274 print-level is set to eval-expression-print-level when going via
12275 eval-defun and friends, or has been otherwise fiddled with.
12276
12277 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12280 font-lock-extend-after-change-region-function globally.
12281
12282 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * speedbar.el (speedbar-use-tool-tips-flag)
12285 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12286 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12287 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12288 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12289 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12290 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12291 (speedbar-separator-face): Fix typos in docstrings.
12292 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12293 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12294 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12295 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12296 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12297 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12298 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12299 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12300 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12301 (speedbar-recenter): Doc fixes.
12302 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12303 declaration and remove redundant info in docstring.
12304
12305 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12306
12307 * vc-git.el (vc-git-status-printer): Deal with directories.
12308
12309 * vc.el (vc-next-action): Look at more than the first file to
12310 determine the state.
12311
12312 2008-04-23 Glenn Morris <rgm@gnu.org>
12313
12314 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12315 timers. Doc fix.
12316 (dframe-update-speed): Drop support for XEmacs < 20.
12317 (dframe-frame-mode): Drop support for Emacs < 20.
12318 (dframe-set-timer-internal): Drop support for Emacs without timers.
12319 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12320
12321 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12322 versions. Add doc-string. Mark as obsolete.
12323
12324 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12325
12326 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12327 rather than using an Emacs version test.
12328
12329 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12330 rather than an Emacs version test.
12331
12332 * calendar/cal-china.el (holiday-chinese-qingming)
12333 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12334 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12335 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12336
12337 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12338
12339 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12340 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12341 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12342
12343 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12344
12345 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12346 (gdb-previous-frame-pc-address): ...to this.
12347 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12348 of "info frame" with Gdb 6.4+.
12349 (gdb-stack-list-frames-regexp): New regexp.
12350 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12351
12352 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12353
12354 * tar-mode.el (tar-prefix-offset): New constant.
12355 (tar-header-block-tokenize): Support paths with long names
12356 which use the "ustar" standard.
12357
12358 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12359
12360 * image-dired.el (image-dired-track-original-file)
12361 (image-dired-modify-mark-on-thumb-original-file):
12362 Use `dired-goto-file' instead of `search-forward'. This solves
12363 a bug with finding files where the file name is a subset of other
12364 file names. Doc fix.
12365
12366 2008-04-22 Juri Linkov <juri@jurta.org>
12367
12368 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12369 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12370 (yank-menu-length): Change group name `mouse' to `menu'.
12371 (buffers-menu-buffer-name-length): New user option.
12372 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12373 instead of the hard-coded number 27.
12374
12375 2008-04-22 Juri Linkov <juri@jurta.org>
12376
12377 * isearch.el (eval-when-compile): Require `help-macro'.
12378 (isearch-help-for-help-internal): Isearch specific Help screen
12379 created by `make-help-screen'.
12380 (isearch-help-map): New variable that binds "b", "k", "m" to
12381 isearch-specific commands, and binds other keys to
12382 isearch-other-control-char, thus allowing other Help keys to
12383 exit isearch mode and execute their global definitions.
12384 (isearch-help-for-help, isearch-describe-bindings)
12385 (isearch-describe-key, isearch-describe-mode): New commands.
12386 (isearch-mode-help): Define alias to isearch-describe-mode
12387 and remove its old function definition.
12388 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12389 Remove old comments because this issue is settled now.
12390 (isearch-forward): Describe three new Help commands in the docstring.
12391 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12392 leave the single sentence at the first line of the docstring,
12393 and prepend the word "function" before `isearch-forward'
12394 to make the Help link to the function instead of variable.
12395
12396 2008-04-22 Juri Linkov <juri@jurta.org>
12397
12398 * isearch.el (isearch-success-function): New variable with default
12399 to `isearch-success-function-default'.
12400 (isearch-search): Call a function from `isearch-success-function'
12401 instead of calling the hard-coded `isearch-range-invisible'.
12402 (isearch-success-function-default): New function that calls
12403 `isearch-range-invisible' and inverts its return value.
12404
12405 * info.el (Info-search): In two similar places that skip
12406 undesired search matches move code to Info-search-success-function,
12407 and call `isearch-success-function' instead.
12408 (Info-search-success-function): New function copied from code
12409 in Info-search. Replace isearch-range-invisible with
12410 text-property-not-all that checks for 'invisible and 'display
12411 properties to skip partially invisible matches (whose display
12412 properties were set by Info-fontify-node).
12413 (Info-mode): Set buffer-local isearch-success-function
12414 to Info-search-success-function.
12415
12416 2008-04-22 Juri Linkov <juri@jurta.org>
12417
12418 * minibuffer.el (internal-complete-buffer-except): New function.
12419
12420 * files.el (read-buffer-to-switch): New function.
12421 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12422 Change interactive spec to call read-buffer-to-switch instead of
12423 using the letter "B".
12424
12425 * simple.el (minibuffer-default-add-shell-commands): New function.
12426 Use declare-function for mailcap-file-default-commands from "mailcap".
12427 (shell-command): Set local minibuffer-default-add-function to
12428 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12429 before calling read-shell-command. Set 4th arg default-value of
12430 read-shell-command to relative buffer-file-name in file buffers.
12431
12432 * dired-aux.el (dired-read-shell-command-default): Move it to
12433 gnus/mailcap.el and change its name to more general name
12434 mailcap-file-default-commands.
12435 (minibuffer-default-add-dired-shell-commands): New function.
12436 Use declare-function for mailcap-file-default-commands from "mailcap".
12437 (dired-read-shell-command): Set local minibuffer-default-add-function
12438 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12439 before calling read-shell-command. Remove dired-read-shell-command-default
12440 from the default value arg because default values are not set in
12441 minibuffer-default-add-dired-shell-commands. Doc fix.
12442
12443 * dired-x.el (dired-smart-shell-command): Sync arguments and
12444 interactive spec with changes in `shell-command'.
12445 Use dired-get-filename to get the dired file name at point
12446 as the default value in dired mode.
12447
12448 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12449
12450 * info.el (Info-complete-menu-item): Add missing parenthesis.
12451
12452 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * info.el (Info-complete-menu-item): Save point.
12455
12456 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12457
12458 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12459
12460 2008-04-22 Andreas Schwab <schwab@suse.de>
12461
12462 * Makefile.in (emacs-deps): Define.
12463 Use it instead of $(lisp)/subdirs.el.
12464
12465 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12466
12467 * vc.el (vc-next-action): Do not consider directories when
12468 checking for state compatibility.
12469 (vc-transfer-file): Use when not if.
12470 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12471 (vc-dir-mark-file): Use them.
12472 (vc-deduce-fileset): Also return the backend.
12473 (vc-diff-internal): Take as argument the value returned by
12474 vc-deduce-fileset instead of just the fileset.
12475 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12476 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12477 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12478
12479 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12480
12481 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12482 set-window-vscroll but image-scroll-down. Fixes a bug where a
12483 command following SPC scrolled up again.
12484
12485 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12486
12487 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12488 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12489 (gud-watch): Add "$" prefix when in registers buffer.
12490
12491 2008-04-22 Glenn Morris <rgm@gnu.org>
12492
12493 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12494
12495 * whitespace.el (whitespace-display-table)
12496 (whitespace-display-table-was-local): Move definitions before use.
12497
12498 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12499 (copyright-limit): Respect copyright-at-end-flag.
12500 (copyright-re-search, copyright-start-point)
12501 (copyright-offset-too-large-p): New functions.
12502 (copyright-update-year): Use copyright-re-search.
12503 (copyright-update, copyright-fix-years): Use copyright-start-point,
12504 and copyright-re-search.
12505 (copyright): Use copyright-offset-too-large-p.
12506 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12507
12508 * add-log.el (top-level): Require 'cl when compiling.
12509
12510 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12511
12512 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12513 Treat minibuffer-completion-predicate as a predicate.
12514
12515 * minibuffer.el (completion--file-name-table): Accept both the old
12516 `dir' arg or the new `pred' arg.
12517
12518 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12519 `predicate' argument to pass non-predicate data.
12520 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12521 Use second arg as proper predicate.
12522
12523 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12524 (vc-bzr-revision-completion-table): Use completion-table-with-context
12525 instead.
12526
12527 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12528
12529 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12530
12531 * term.el (term-emulate-terminal): Perform redisplay after the
12532 process filter has finished running.
12533
12534 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12537
12538 * minibuffer.el (completion-try-completion): Change magic symbol
12539 property name. Rename from minibuffer-try-completion.
12540 (completion-all-completions): Rename from minibuffer-all-completions.
12541 Remove hide-spaces argument.
12542 (completion--do-completion): Rename from minibuffer--do-completion.
12543 (minibuffer-complete-and-exit): Call just try-completion rather than
12544 completion-try-completion to fix up the case.
12545 (completion--try-word-completion): Try to add space or hyphen before
12546 making `string' a prefix of `completion'.
12547 (completion--insert-strings): Rename from minibuffer--insert-strings.
12548
12549 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12550
12551 * net/tls.el (tls-program): Add -ign_eof argument to call the
12552 openssl commands.
12553 (tls-checktrust): Ditto.
12554
12555 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12558
12559 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12560 (vc-check-master-templates, vc-file-not-found-hook)
12561 (vc-kill-buffer-hook):
12562 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12563 (vc-find-position-by-context, vc-buffer-context)
12564 (vc-restore-buffer-context, vc-responsible-backend)
12565 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12566 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12567 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12568 (vc-version-diff, vc-diff, vc-insert-headers)
12569 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12570 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12571 (vc-revert, vc-rollback, vc-version-backup-file)
12572 (vc-rename-master, vc-delete-file, vc-rename-file)
12573 (vc-branch-part, vc-default-retrieve-snapshot)
12574 (vc-annotate-display-autoscale, vc-annotate-display-select)
12575 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12576 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12577 (vc-dir-update): Handle directories.
12578 (vc-default-status-printer): Simplify.
12579
12580 * progmodes/asm-mode.el (asm-mode-map):
12581 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12582
12583 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12584
12585 2008-04-21 Kenichi Handa <handa@m17n.org>
12586
12587 * select.el (xselect-convert-to-string): Send a C_STRING only if
12588 the polymorphic target TEXT is requested.
12589
12590 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * minibuffer.el (completion-setup-hook, display-completion-list)
12593 (completion--file-name-table): Fix typos in docstrings.
12594 (completion-table-dynamic): Fix typo, and reflow docstring.
12595
12596 2008-04-20 Andreas Schwab <schwab@suse.de>
12597
12598 * server.el (server-switch-buffer): Also consider clients in the
12599 selected frame.
12600
12601 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12604 Select window clicked on first.
12605 (gdb): Display thread number in mode-line.
12606 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12607 (gdb-breakpoints-header): New variable.
12608 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12609
12610 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12613 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12614 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12615 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12616 (vc-sccs-print-log): Use it.
12617
12618 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12619
12620 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12621 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12622
12623 * tooltip.el (tooltip-previous-message): New var.
12624 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12625 the C code (avoid overwriting a minibuffer, restore previous echo
12626 message, ...).
12627 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12628 Simplify.
12629
12630 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12631
12632 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12633 (gdb-init-1): Initialise it.
12634 (gdb-annotation-rules): New entry for "new-thread".
12635 (gdb-thread-identification): New function to customize
12636 mode-line-buffer-identification.
12637 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12638 (gdb-assembler-mode): Use it.
12639 (gdb-threads-mode): Force "info threads" onto queue.
12640
12641 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * files.el (locate-file-completion-table): Rename from
12644 locate-file-completion and make it use `pred' in the normal way.
12645 (locate-file-completion): New compatibility wrapper.
12646 (load-library): Use locate-file-completion-table.
12647 * finder.el (finder-commentary):
12648 * subr.el (locate-library):
12649 * emacs-lisp/find-func.el (find-library): Likewise.
12650 * info.el: Use with-current-buffer and inhibit-read-only.
12651 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12652 (Info-read-node-name-1): Adjust uses accordingly.
12653
12654 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12655 (completion-table-with-terminator): Don't use complete-with-action
12656 since we have to distinguish all three cases anyway.
12657 (completion-table-with-predicate): New function.
12658 (dynamic-completion-table): Add obsolete alias.
12659
12660 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12661
12662 2008-04-18 Sam Steingold <sds@gnu.org>
12663
12664 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12665 Use quit-window instead of bury-buffer.
12666
12667 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12670
12671 2008-04-18 Andreas Schwab <schwab@suse.de>
12672
12673 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12674 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12675 Depend on $(lisp)/subdirs.el.
12676
12677 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12678
12679 * descr-text.el (describe-char-after):
12680 Use `define-obsolete-function-alias'.
12681
12682 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12683
12684 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12685
12686 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12687 Remove redundant obsolescence info in docstring.
12688
12689 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12690 (vc-header-alist): Add WHEN to obsolescence declaration.
12691 (vc-state): Fix typo in docstring.
12692
12693 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12694 Use `define-obsolete-variable-alias'.
12695
12696 * emulation/tpu-edt.el (tpu-have-ispell):
12697 * international/codepage.el (codepage-setup):
12698 Fix typo in obsolescence declaration.
12699
12700 * international/mule.el (char-coding-system-table):
12701 Remove redundant obsolescence info in docstring.
12702 (charset-list, generic-char-p, set-char-table-default):
12703 Fix typos in obsolescence declarations.
12704
12705 * international/mule-diag.el (non-iso-charset-alist):
12706 Fix typo in obsolescence declaration.
12707 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12708
12709 * font-core.el (font-lock-defaults-alist):
12710 * font-lock.el (font-lock-reference-face):
12711 * frame.el (screen-height, screen-width, set-screen-width)
12712 (set-screen-height):
12713 * hilit-chg.el (highlight-changes-initial-state):
12714 * isearch.el (isearch-return-char):
12715 * log-edit.el (cvs-commit-buffer-require-final-newline)
12716 (cvs-changelog-full-paragraphs):
12717 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12718 (mouse-popup-menubar-stuff):
12719 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12720 (mouse-wheel-click-button):
12721 * outline.el (outline-visible):
12722 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12723 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12724 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12725 * progmodes/compile.el (compile-internal):
12726 Add WHEN to obsolescence declarations.
12727
12728 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12731 is not better anyway.
12732
12733 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12734
12735 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12736 properly.
12737
12738 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12741 (python-use-skeletons): Remove, unused.
12742 (python-skeletons): Remove. Use the abbrev table instead.
12743 (python-mode-abbrev-table): Fix regexp;
12744 add enable-function and case-fixed.
12745 (def-python-skeleton): Simplify.
12746 (python-expand-template): Use the abbrev-table and abbrev-insert.
12747 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12748 Remove.
12749 (python-mode): Don't set pre-abbrev-expand-hook.
12750
12751 * skeleton.el: Set coding-tag.
12752
12753 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12754 (expand-abbrev): Use it.
12755 (abbrev-table-menu): New function.
12756
12757 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12758
12759 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12760
12761 2008-04-17 Sam Steingold <sds@gnu.org>
12762
12763 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12764 idiosyncratic bury-buffer/delete-window logic.
12765
12766 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12767
12768 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12769 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12770
12771 2008-04-17 Kenichi Handa <handa@m17n.org>
12772
12773 * international/characters.el: Don't make the width of U+00AD to 0.
12774
12775 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12778 (gdb, gdb-starting, gdb-frames-mode): Use it.
12779 (gdb-invalidate-frames): Advise to call "info stack" only if
12780 execution has occurred.
12781 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12782 selected frame if no execution has occurred.
12783 (gdb-frames-force-update): New interactive function.
12784 (gdb-frames-mode-map): Bind it to "F".
12785
12786 2008-04-17 Michael Olson <mwolson@gnu.org>
12787
12788 * textmodes/remember.el (remember-version): Release Remember 2.0.
12789
12790 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12791
12792 * textmodes/artist.el:
12793 * progmodes/vhdl-mode.el:
12794 * progmodes/verilog-mode.el:
12795 * progmodes/vera-mode.el:
12796 * progmodes/simula.el:
12797 * progmodes/ps-mode.el:
12798 * progmodes/cmacexp.el:
12799 * obsolete/hilit19.el:
12800 * emulation/viper.el:
12801 * ediff.el: Cleanup the bug-report email addresses and make sure the
12802 maintainer is still willing to handle bug reports.
12803
12804 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12805
12806 * vc.el (vc-dir-kill-query): Fix thinko.
12807
12808 2008-04-16 Glenn Morris <rgm@gnu.org>
12809
12810 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12811 by diary-sexp-entry.
12812
12813 2008-04-16 Markus Triska <markus.triska@gmx.at>
12814
12815 * proced.el (proced-command-alist): Add support for darwin.
12816
12817 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * proced.el (proced-mode): Redefine as just the major-mode.
12820 (proced): Separate it from proced-mode.
12821
12822 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12823
12824 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12825
12826 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12827 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12828 `tab-width' setting from user. New version 10.0. Doc and docstring
12829 fix.
12830 (whitespace-style, whitespace-chars): Remove options.
12831 (whitespace-style-mark): New option, replace whitespace-style deleted
12832 option. Fix docstring.
12833 (whitespace-style-color): New option, replace whitespace-chars deleted
12834 option. Fix docstring.
12835 (whitespace-space, whitespace-hspace, whitespace-tab)
12836 (whitespace-newline, whitespace-trailing, whitespace-line)
12837 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12838 (whitespace-space-after-tab, whitespace-hspace-regexp)
12839 (whitespace-space-regexp, whitespace-tab-regexp)
12840 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12841 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12842 (whitespace-toggle-option-alist): Fix docstring.
12843 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12844 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12845 docstring and initialization.
12846 (global-whitespace-mode): Autoloaded global minor mode.
12847 (whitespace-chars-value-list, whitespace-style-value-list)
12848 (whitespace-active-chars, whitespace-active-style)
12849 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12850 (whitespace-color-value-list): New var, replace
12851 whitespace-chars-value-list removed var.
12852 (whitespace-mark-value-list): New var, replace
12853 whitespace-style-value-list removed var.
12854 (whitespace-active-color): New var, replace whitespace-active-chars
12855 removed var.
12856 (whitespace-active-mark): New var, replace whitespace-active-style
12857 removed var.
12858 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12859 removed var.
12860 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12861 removed var.
12862 (whitespace-toggle-option-alist, whitespace-report-list)
12863 (whitespace-report-text, whitespace-help-text): Fix initialization.
12864 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12865 (whitespace-toggle-options, global-whitespace-toggle-options)
12866 (whitespace-cleanup-region, whitespace-report-region)
12867 (whitespace-interactive-char): Fix docstring and code.
12868 (whitespace-cleanup, whitespace-report): Fix docstring.
12869 (whitespace-replace-spaces-by-tabs): Remove fun.
12870 (whitespace-replace-action): New fun, replace
12871 whitespace-replace-spaces-by-tabs removed fun.
12872 (whitespace-regexp, whitespace-indentation-regexp)
12873 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12874 (whitespace-kill-buffer): New funs.
12875 (whitespace-insert-option-mark, whitespace-help-on)
12876 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12877 (whitespace-color-on, whitespace-color-off)
12878 (whitespace-display-char-on): Fix code.
12879
12880 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12883 (mouse-throw-magnifier-with-mouse-movement): Remove.
12884 (mouse-throw-magnifier-base): New const.
12885 (mouse-drag-scroll-delta): New fun.
12886 (mouse-drag-throw): Use it.
12887
12888 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * international/uni-bidi.el, international/uni-category.el:
12891 * international/uni-combining.el, international/uni-comment.el:
12892 * international/uni-decimal.el, international/uni-decomposition.el:
12893 * international/uni-digit.el, international/uni-lowercase.el:
12894 * international/uni-mirrored.el, international/uni-name.el:
12895 * international/uni-numeric.el, international/uni-old-name.el:
12896 * international/uni-titlecase.el, international/uni-uppercase.el:
12897 * international/charprop.el: Regenerate.
12898
12899 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12900
12901 * vc.el (vc-status-fileinfo): Add new member directoryp.
12902 (vc-default-status-printer): Print directories.
12903 (vc-status-update): Sort files before subdirectories.
12904
12905 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12906 Add alternative implementation based on "cvs update".
12907
12908 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12909
12910 * doc-view.el: Changed requirements section to tell that only one
12911 of dvipdf or dvipdfm is needed.
12912 (doc-view-already-converted-p): Fix bug that forced reconversion
12913 if doc was already converted.
12914
12915 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * minibuffer.el (minibuffer-message):
12918 Make sure we can put-text-property.
12919
12920 * emacs-lisp/crm.el: Complete rewrite.
12921
12922 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12923 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12924 case of an error in display-completion-list.
12925
12926 * filecache.el (file-cache-completions-keymap): Move init from
12927 file-cache-completion-setup-function into declaration.
12928 (file-cache-minibuffer-complete): Simplify.
12929 (file-cache-completion-setup-function): Use standard-output,
12930 preserve current-buffer.
12931
12932 * vc.el (vc-status-update): Fix typo.
12933 (vc-status-update): Set needs-update.
12934 (vc-status-refresh): η-reduce.
12935
12936 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12937
12938 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12939 to image-eol.
12940
12941 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12942
12943 * vc.el (vc-status-update): Undo the previous revert.
12944
12945 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 * minibuffer.el (completion-table-with-terminator): Those completions
12948 are never valid w.r.t test-completion.
12949 (completion--file-name-table):
12950 Check completion-all-completions-with-base-size.
12951
12952 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12953
12954 * doc-view.el (doc-view-dvipdf-program): New variable.
12955 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12956 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12957 alternative for doc-view-dvipdfm-program.
12958 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12959
12960 * doc-view.el (doc-view-start-process): Don't set
12961 default-directory to "~/" if the current value is valid.
12962 This broke PS files that run other files in the same directory.
12963
12964 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12965
12966 * vc.el (vc-status-kill-query): New function.
12967 (vc-status-mode): Add it to kill-buffer-query-functions.
12968 (vc-status-show-fileentry): New function.
12969 (vc-status-menu-map): Bind it. Bind vc-next-action.
12970
12971 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12974
12975 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12976
12977 * proced.el (proced-send-signal): Fix error recognition.
12978
12979 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12980
12981 * proced.el (proced-command-alist): Remove sort column.
12982 (proced-command, proced-procname-column):
12983 Use make-variable-buffer-local.
12984 (proced-signal-function): Rename from proced-kill-program.
12985 Allow for elisp symbols and string values representing system calls.
12986 (proced-marker-regexp, proced-success-message): New functions.
12987 (proced): Use defalias. Add autoload cookie.
12988 (proced-unmark-backward, proced-toggle-marks)
12989 (proced-hide-processes): New commands.
12990 (proced-do-mark): Simplify code.
12991 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12992 (proced-update): Remove sorting.
12993 (proced-send-signal): Display number of processes to operate on.
12994 Allow for system calls or elisp functions to send signals.
12995 Check if signal was sent successfully.
12996
12997 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12998
12999 * minibuffer.el (completion-all-completion-with-base-size): New var.
13000 (completion--some): New function.
13001 (completion-table-with-context, completion--file-name-table):
13002 Return the base-size if requested.
13003 (completion-table-in-turn): Generalize to multiple arguments.
13004 (complete-in-turn): Compatibility alias.
13005 (completion-styles-alist): New var.
13006 (completion-styles): New customization.
13007 (minibuffer-try-completion, minibuffer-all-completions):
13008 New functions.
13009 (minibuffer--do-completion, minibuffer-complete-and-exit)
13010 (minibuffer-try-word-completion): Use them.
13011 (display-completion-list, minibuffer-completion-help): Use them.
13012 Handle all-completions's new base-size info to set completion-base-size.
13013 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13014 completion-table-with-terminator and complete-with-action.
13015 Remove the now obsolete completion-base-size-function property.
13016 * simple.el (completion-list-mode-map): Move init into declaration.
13017 (completion-list-mode): Use define-derived-mode.
13018 (completion-setup-function): Use any completion-base-size that may
13019 have been set before. Remove handling of completion-base-size-function.
13020 * loadup.el: Move abbrev.el up earlier.
13021
13022 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13023
13024 * vc-git.el (vc-git-after-dir-status-stage)
13025 (vc-git-dir-status-goto-stage): New functions.
13026 (vc-git-after-dir-status-stage1)
13027 (vc-git-after-dir-status-stage1-empty-db)
13028 (vc-git-after-dir-status-stage2): Remove, functionality moved
13029 into the new generic stage functions.
13030 (vc-git-dir-status-files): New function.
13031
13032 * vc.el (vc-status-update): Revert an incorrect rewrite.
13033 Add some comments.
13034 (vc-status-refresh-files): New function.
13035 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13036 state of up-to-date files.
13037 (vc-default-dir-status-files): New function.
13038
13039 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13040
13041 * minibuffer.el (completion--embedded-envvar-table)
13042 (read-file-name-internal): Fix typos in 2008-04-11 change.
13043
13044 * faces.el (read-face-name): Use `completion-table-in-turn',
13045 not `complete-in-turn'.
13046
13047 2008-04-13 Andreas Schwab <schwab@suse.de>
13048
13049 * progmodes/etags.el: Require 'cl when compiling.
13050
13051 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13052
13053 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13054
13055 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13056 (menu): Add/expand menu tooltips.
13057
13058 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13059
13060 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13061 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13062
13063 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13064 considered registered.
13065
13066 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13067
13068 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13069
13070 * ediff-wind.el (ediff-split-window-function)
13071 (ediff-merge-split-window-function): Improve custom type.
13072
13073 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13074
13075 * loadup.el ("minibuffer"): Move after "faces".
13076
13077 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * progmodes/hideif.el (hif-factor): Handle unary minus.
13080
13081 2008-04-12 Glenn Morris <rgm@gnu.org>
13082
13083 * calendar/cal-china.el (chinese-calendar-time-zone):
13084 Mark obsolete name as risky too.
13085
13086 * calendar/calendar.el (calendar-faces): New custom group.
13087 (calendar-today, diary, holiday): Doc fix.
13088 Move to calendar-faces group.
13089 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13090 (diary-button): Doc fix. Move to calendar-faces group.
13091
13092 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13093 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13094 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13095 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13096 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13097 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13098 not in dumped files before the associated defcustom.
13099
13100 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13101
13102 * minibuffer.el (lazy-completion-table): Fix debug spec.
13103
13104 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * minibuffer.el (complete-with-action, lazy-completion-table):
13107 Move from subr.el.
13108 (apply-partially, completion-table-dynamic)
13109 (completion-table-with-context, completion-table-with-terminator)
13110 (completion-table-in-turn): New funs.
13111 (completion--make-envvar-table, completion--embedded-envvar-table):
13112 New funs.
13113 (read-file-name-internal): Use them.
13114 (completion-setup-hook): Move from simple.el.
13115 * subr.el (complete-with-action, lazy-completion-table):
13116 * simple.el (completion-setup-hook): Move to minibuffer.el.
13117
13118 2008-04-11 Glenn Morris <rgm@gnu.org>
13119
13120 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13121
13122 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13125
13126 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13127
13128 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13129 (fill-forward-paragraph): New fun.
13130 (fill-paragraph, fill-region): Use it.
13131
13132 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13133 (vc-status-create-fileinfo): Make `extra' optional.
13134 (vc-status-busy): New fun.
13135 (vc-status-menu-map): Use it.
13136 (vc-status-crt-marked): Remove.
13137 (vc-status-update): Rename from vc-status-add-entries.
13138 Add argument so as to prevent addition of entries. Rewrite.
13139 (vc-update-vc-status-buffer): Remove.
13140 (vc-status-refresh): Don't remove old entries, set them to
13141 up-to-date instead. Also do it after the update is complete.
13142 (vc-status-marked-files): η-reduce.
13143
13144 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13145 for non-dialogs.
13146
13147 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13148
13149 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13150
13151 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13152
13153 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13154 to t and don't truncate msg.
13155
13156 2008-04-11 Glenn Morris <rgm@gnu.org>
13157
13158 * calendar/calendar.el (diary, holidays):
13159 Move custom groups to other files.
13160 (holiday-general-holidays, holiday-oriental-holidays)
13161 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13162 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13163 (holiday-hebrew-holidays, holiday-christian-holidays)
13164 (holiday-islamic-holidays, holiday-bahai-holidays)
13165 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13166 * calendar/diary-lib.el: Move custom group here from calendar.el.
13167 * calendar/holidays.el: Move custom group and variables here
13168 from calendar.el.
13169
13170 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13171
13172 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13173 Fix custom group.
13174 (calendar-current-time-zone-cache): Autoload riskiness.
13175
13176 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13177
13178 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * woman.el (woman2-TH): Use string-equal instead of string-match.
13181
13182 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13185 (smerge-resolve): Merge the "2-way refinement" case with one half of
13186 the "mere whitespace" resolution.
13187
13188 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13189
13190 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13191
13192 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13193
13194 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13195 Add WHEN to obsolescence declaration.
13196
13197 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13198
13199 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13200
13201 * vc-hooks.el (vc-state): Add new state `conflict'.
13202 (vc-after-save): Use when not if.
13203 (vc-default-mode-line-string): Deal with the conflict state.
13204 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13205
13206 * vc.el (vc-editable-p, vc-default-status-printer)
13207 (vc-next-action): Deal with the conflict state.
13208 (vc-mark-resolved): New function.
13209 (vc-status-mode): Fix mode name.
13210 (vc-default-comment-history): Use when not if.
13211 (Todo): Add new entries, remove old ones.
13212
13213 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13214 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13215 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13216 Detect the conflict state.
13217
13218 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13219
13220 2008-04-10 Glenn Morris <rgm@gnu.org>
13221
13222 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13223 Respect truncate-partial-width-windows in non-full windows,
13224 with regards to :toggle and :enable state.
13225
13226 * simple.el (toggle-truncate-lines): Doc fix.
13227
13228 * Makefile.in (MH_E_DIR): New variable.
13229 (MH_E_SRC): Restore variable removed 2008-03-13.
13230 (mh-loaddefs.el): Depend on $MH_E_SRC.
13231 (CAL_DIR, CAL_SRC): New variables.
13232 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13233 Depend on CAL_SRC.
13234
13235 * calendar/calendar.el (calendar, diary): Add :prefix.
13236 (holidays): Change :prefix.
13237 (calendar-today, holiday, calendar-holiday-marker)
13238 (european-calendar-style): Change custom groups.
13239
13240 * calendar/calendar.el (diary-hook, diary-display-hook):
13241 Move to diary-lib.el.
13242 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13243 Move here from calendar.el.
13244 * calendar/appt.el: Require diary-lib rather than calendar.
13245 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13246
13247 * calendar/appt.el (appt): Add :prefix.
13248
13249 * calendar/diary-lib.el (diary-hook): Doc fix.
13250 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13251
13252 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13255 New functions.
13256
13257 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13258 the arg to recursive calls.
13259
13260 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13261
13262 * minibuffer.el (completion-auto-help): Fix typo.
13263
13264 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13267
13268 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13269
13270 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13271 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13272
13273 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13276
13277 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13278 (completion-auto-help): Move from C code.
13279 (minibuffer--maybe-completion-help): Remove.
13280 (minibuffer--bitset): New function.
13281 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13282 Renumber a bit. Really complete on string *before* point.
13283 Add argument used for word-completion.
13284 Join trailing / in completion with following text, as done in
13285 minibuffer-complete-word.
13286 Handle new value `lazy' for completion-auto-help.
13287 (minibuffer-try-word-completion): New function extracted from
13288 minibuffer-complete-word.
13289 (minibuffer-complete-word): Use minibuffer--do-completion.
13290 (minibuffer--insert-strings): Rename from
13291 minibuffer-complete-insert-strings.
13292 (exit-minibuffer): Fix typo.
13293 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13294 * cus-start.el: Remove completion-auto-help.
13295
13296 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13297
13298 * vc.el (vc-status-add-entries): New function.
13299 (vc-status-add-entry): Remove.
13300 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13301 Use vc-status-add-entries.
13302
13303 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13304 order.
13305
13306 2008-04-09 Jason Rumney <jasonr@gnu.org>
13307
13308 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13309 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13310 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13311 (AUTOGENEL): New variable.
13312 (distclean, maintainer-clean): New targets.
13313
13314 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * emacs-lisp/regexp-opt.el (regexp-opt):
13317 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13318
13319 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13320
13321 * nxml/nxml-mode.el (nxml-cleanup): New function.
13322 (nxml-mode): Add it to change-major-mode-hook.
13323
13324 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13325
13326 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13327
13328 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * calc/.cvsignore: New file.
13331
13332 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13333
13334 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13335
13336 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13337 show-help-function when turning tooltip off.
13338 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13339 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13340
13341 2008-04-09 Alan Mackenzie <acm@muc.de>
13342
13343 * font-lock.el (font-lock-extend-after-change-region-function):
13344 Make it buffer local.
13345
13346 2008-04-09 Glenn Morris <rgm@gnu.org>
13347
13348 * calendar/calendar.el (diary-file, european-calendar-style):
13349 Remove autoload cookies.
13350
13351 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13352
13353 * outline.el (outline-mode-menu-bar-map):
13354 * log-view.el (log-view-mode-menu):
13355 * log-edit.el (log-edit-menu): Add :help.
13356
13357 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13360 Use substring-no-properties for correct handling of unibyte strings.
13361
13362 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * add-log.el (change-log-next-buffer): Handle the case where version<
13365 signals an error.
13366
13367 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13368 mouse-major-mode-menu.
13369 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13370 (mouse-major-mode-menu, mouse-popup-menubar)
13371 (mouse-popup-menubar-stuff): Use them.
13372 (C-down-mouse-3): Bind to a dynamic map rather than to
13373 mouse-popup-menubar-stuff.
13374
13375 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13376 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13377
13378 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13381 file:// access method.
13382
13383 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * minibuffer.el: New file.
13386 * loadup.el: Load it.
13387
13388 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13391 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13392
13393 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13394 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13395 Move initialization into declaration.
13396 * calc/calc-yank.el:
13397 * calc/calc-misc.el:
13398 * calc/calc-embed.el:
13399 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13400
13401 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13402
13403 * ps-samp.el (ps-add-printer, ps-remove-printer)
13404 (ps-make-dynamic-printer-menu): New functions.
13405
13406 * net/zeroconf.el: New file.
13407
13408 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13411
13412 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13413
13414 * vc-rcs.el (vc-rcs-modify-change-comment):
13415 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13416
13417 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13418
13419 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13420
13421 * international/mule-cmds.el (set-locale-environment): Don't warn if
13422 coding system doesn't agree with system locale (this reverts changes
13423 by Dave Love, dated 2002-10-27 and 2002-10-09).
13424
13425 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13426 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13427
13428 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13429
13430 2008-04-08 Glenn Morris <rgm@gnu.org>
13431
13432 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13433 * textmodes/remember.el (remember-diary-convert-entry):
13434 Require calendar.
13435
13436 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13437 diary-file, since it is the default for make-diary-entry anyway.
13438
13439 * calendar/cal-menu.el (cal-menu-event-to-date):
13440 Rename calendar-event-to-date. Update callers.
13441 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13442 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13443 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13444 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13445 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13446 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13447 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13448 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13449 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13450 (calendar-mouse-tex-month-landscape):
13451 Rename cal-tex-mouse-month-landscape.
13452 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13453 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13454 (calendar-mouse-tex-year-landscape):
13455 Rename cal-tex-mouse-year-landscape.
13456 (cal-menu-context-mouse-menu): Update for above name changes.
13457
13458 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13459 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13460 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13461 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13462 * calendar/holidays.el: Replace int-to-string with number-to-string.
13463
13464 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13465
13466 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13467 region if point moves.
13468
13469 2008-04-08 Kenichi Handa <handa@m17n.org>
13470
13471 * faces.el (font-slant-table): Change numeric values for `r',
13472 `roman', and `normal'.
13473
13474 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13475
13476 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13477
13478 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13479
13480 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13481 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13482
13483 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13484
13485 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13486 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13487
13488 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13491
13492 2008-04-07 Sam Steingold <sds@gnu.org>
13493
13494 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13495 Add helper functions.
13496 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13497 lisp-compile-defun; DEFVAR forms reset the variables to the init
13498 values, just like in emacs-lisp mode eval-defun.
13499 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13500 (lisp-compile-region): Use lisp-compile-string.
13501
13502 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * subr.el (combine-and-quote-strings): Also quote strings that contain
13505 the separator.
13506
13507 * pcvs-util.el (cvs-map): Avoid recursion :-(
13508
13509 2008-04-07 Glenn Morris <rgm@gnu.org>
13510
13511 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13512
13513 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13514 view-diary-entries-initially. Keep old name as alias, update users.
13515 (calendar-mark-diary-entries-flag): Rename
13516 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13517 (calendar-view-holidays-initially-flag): Rename
13518 view-calendar-holidays-initially. Keep old name as alias, update users.
13519 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13520 Keep old name as alias, update users.
13521 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13522 Keep old name as alias, update users.
13523 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13524 Keep old name as alias, update users.
13525 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13526 Keep old name as alias, update users.
13527 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13528 (diary-american-date-forms): Rename american-date-diary-pattern.
13529 Keep old name as alias, update users.
13530 (diary-european-date-forms): Rename european-date-diary-pattern.
13531 Keep old name as alias, update users.
13532 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13533 Keep old name as alias, update users.
13534 (calendar-european-date-display-form): Rename
13535 european-calendar-display-form. Keep old name as alias, update users.
13536 (calendar-american-date-display-form): Rename
13537 european-calendar-display-form. Keep old name as alias, update users.
13538 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13539 Keep old name as alias, update users.
13540 (holiday-general-holidays): Rename general-holidays.
13541 Keep old name as alias, update users.
13542 (holiday-oriental-holidays): Rename oriental-holidays.
13543 Keep old name as alias, update users.
13544 (holiday-local-holidays): Rename local-holidays.
13545 Keep old name as alias, update users.
13546 (holiday-other-holidays): Rename other-holidays.
13547 Keep old name as alias, update users.
13548 (holiday-hebrew-holidays): Rename hebrew-holidays.
13549 Keep old name as alias, update users.
13550 (holiday-christian-holidays): Rename christian-holidays.
13551 Keep old name as alias, update users.
13552 (holiday-islamic-holidays): Rename islamic-holidays.
13553 Keep old name as alias, update users.
13554 (holiday-bahai-holidays): Rename bahai-holidays.
13555 Keep old name as alias, update users.
13556 (holiday-solar-holidays): Rename solar-holidays.
13557 Keep old name as alias, update users.
13558 (diary-fancy-buffer): Rename fancy-diary-buffer.
13559 Keep old name as alias, update users.
13560 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13561 Update users.
13562 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13563 Update users.
13564 (calendar-increment-month): Rename increment-calendar-month.
13565 Keep old name as alias, update callers.
13566 (calendar-increment-month-cons): Rename old calendar-increment-month.
13567 Update callers.
13568 (calendar-extract-month): Rename extract-calendar-month.
13569 Keep old name as alias, update callers.
13570 (calendar-extract-day): Rename extract-calendar-day.
13571 Keep old name as alias, update callers.
13572 (calendar-extract-year): Rename extract-calendar-year.
13573 Keep old name as alias, update callers.
13574 (calendar-generate-window): Rename generate-calendar-window.
13575 Update callers.
13576 (calendar-generate): Rename generate-calendar. Update callers.
13577 (calendar-generate-month): Rename generate-calendar-month.
13578 Update callers.
13579 (calendar-redraw): Rename redraw-calendar. Update callers.
13580 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13581 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13582 Update callers.
13583 (calendar-update-mode-line): Rename update-calendar-mode-line.
13584 Update callers.
13585 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13586 update callers.
13587 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13588 Keep old name as alias, update callers.
13589 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13590 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13591 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13592 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13593 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13594 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13595 * calendar/solar.el: Update for calendar.el name changes.
13596 * org/org.el (org-agenda-format-date-aligned)
13597 (org-agenda-execute-calendar-command): Access date elements directly
13598 rather than using calendar functions.
13599 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13600 Also set calendar-view-diary-initially-flag,
13601 calendar-view-holidays-initially-flag.
13602 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13603 (org-agenda-execute-calendar-command): No need to set displayed-day.
13604
13605 2008-04-06 Alan Mackenzie <acm@muc.de>
13606
13607 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13608 typo in the doc string.
13609
13610 * progmodes/cc-mode.el (c-basic-common-init):
13611 Set font-lock-extend-after-change-region-function.
13612 (c-extend-after-change-region): New function, used in
13613 font-lock-extend-after-change-region-function, thus superseding
13614 advice on the Font Lock after change functions.
13615 (c-advise-fl-for-region): Remove this macro.
13616
13617 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13618
13619 * textmodes/flyspell.el (flyspell-duplicate-distance):
13620 Improve custom type.
13621
13622 2008-04-06 Glenn Morris <rgm@gnu.org>
13623
13624 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13625 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13626 (diary-list-entries-hook): Rename list-diary-entries-hook.
13627 Keep old name as alias, update users.
13628 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13629 Keep old name as alias, update users.
13630 (diary-nongregorian-listing-hook): Rename
13631 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13632 (diary-nongregorian-marking-hook): Rename
13633 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13634 (diary-print-entries-hook): Rename print-diary-entries-hook.
13635 Keep old name as alias, update users.
13636 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13637 Keep old name as alias, update users.
13638 (diary-number-of-entries): Rename number-of-diary-entries.
13639 Keep old name as alias, update users.
13640 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13641 Give version of obsolescence.
13642 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13643 Keep old name as alias, update callers.
13644 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13645 update callers.
13646 (diary-include-other-diary-files): Rename include-other-diary-files.
13647 Keep old name as alias, update callers.
13648 (diary-simple-display): Rename simple-diary-display.
13649 Keep old name as alias, update callers.
13650 (diary-fancy-display): Rename fancy-diary-display.
13651 Keep old name as alias, update callers.
13652 (diary-print-entries): Rename print-diary-entries.
13653 Keep old name as alias, update callers.
13654 (diary-marking-entries-flag): Rename marking-diary-entries.
13655 Update users.
13656 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13657 (diary-mark-entries): Rename mark-diary-entries.
13658 Keep old name as alias, update callers.
13659 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13660 Keep old name as alias, update callers.
13661 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13662 Keep old name as alias, update callers.
13663 (calendar-mark-days-named): Rename mark-calendar-days-named.
13664 Keep old name as alias, update callers.
13665 (calendar-mark-month): Rename mark-calendar-month.
13666 Keep old name as alias, update callers.
13667 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13668 Keep old name as alias, update callers.
13669 (diary-sort-entries): Rename sort-diary-entries.
13670 Keep old name as alias, update callers.
13671 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13672 Keep old name as alias, update callers.
13673 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13674 update callers.
13675 (diary-insert-entry): Rename insert-diary-entry.
13676 Keep old name as alias.
13677 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13678 Keep old name as alias.
13679 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13680 Keep old name as alias.
13681 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13682 Keep old name as alias.
13683 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13684 Keep old name as alias.
13685 (diary-insert-block-entry): Rename insert-block-diary-entry.
13686 Keep old name as alias.
13687 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13688 Keep old name as alias.
13689 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13690 Keep old name as alias, update users.
13691 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13692 Keep old name as alias, update callers.
13693 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13694 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13695 * calendar/icalendar.el: Update for diary-lib name changes.
13696
13697 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13698
13699 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13700
13701 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13702 for copy, move, and link operations.
13703
13704 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13705
13706 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13707 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13708
13709 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13710 'require' statements with 1-argument ones (wrapped in if's).
13711 For compatibility with the current stable version of XEmacs.
13712
13713 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13716
13717 2008-04-06 Jason Rumney <jasonr@gnu.org>
13718
13719 * language/burmese.el ("Burmese"): Make sample text consistent with
13720 language name.
13721
13722 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13723
13724 * progmodes/gdb-ui.el (gdb): New group.
13725 (gdb-debug-log-max, gdb-enable-debug)
13726 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13727 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13728 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13729 (gdb-show-changed-values, gdb-max-children)
13730 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13731 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13732 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13733 (gdb-memory-unit): Move to new group from GUD group.
13734 (menu): Allow customization from GDB-UI menu-item.
13735
13736 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13739
13740 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13743 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13744 Revision numbers can include ".".
13745
13746 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13747 "+" lines not accounted for by counting "-" and context lines.
13748
13749 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13750
13751 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13752 file name string.
13753
13754 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13757 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13758
13759 2008-04-05 Richard Stallman <rms@gnu.org>
13760
13761 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13762
13763 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13764
13765 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13766 thread in [h-e-w]).
13767
13768 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * files.el (abort-if-file-too-large): Fix typo in docstring.
13771
13772 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * subr.el (functionp): Return nil for special forms.
13775
13776 2008-04-05 Glenn Morris <rgm@gnu.org>
13777
13778 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13779 Provide a feature.
13780 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13781 Require loaddefs file rather than loading it.
13782 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13783 autoload-ensure-default-file provides a feature.
13784
13785 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13786 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13787 (compile, compile-always, recompile): Use $LOADDEFS.
13788 (cal-autoloads): Remove.
13789
13790 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13791 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13792
13793 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13794 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13795
13796 * calendar/calendar.el (diary-hebrew-entry-symbol):
13797 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13798 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13799 Keep old name as alias.
13800 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13801 Keep old name as alias.
13802 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13803 to diary-bahai-entry-symbol.
13804 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13805 to diary-hebrew-entry-symbol.
13806 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13807 to diary-islamic-entry-symbol.
13808 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13809
13810 * calendar/solar.el (diary-sabbath-candles-minutes)
13811 (diary-sabbath-candles): Move to cal-hebrew.
13812 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13813 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13814 Doc fix. Keep old name as alias.
13815 (diary-hebrew-sabbath-candles): Simplify.
13816 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13817 (calendar-longitude, calendar-time-zone): Declare for compiler.
13818 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13819 rename.
13820
13821 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13822 Rename coptic-calendar-month-name-array. Update callers.
13823 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13824 (calendar-coptic-name): Rename coptic-name. Update callers.
13825 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13826 Update callers.
13827 (calendar-coptic-last-day-of-month):
13828 Rename coptic-calendar-last-day-of-month. Update callers.
13829 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13830 Keep old name as alias, update callers.
13831 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13832 Keep old name as alias, update callers.
13833 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13834 Keep old name as alias.
13835 (calendar-ethiopic-month-name-array):
13836 Rename ethiopic-calendar-month-name-array. Update callers.
13837 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13838 Update callers.
13839 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13840 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13841 Keep old name as alias, update callers.
13842 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13843 Keep old name as alias, update callers.
13844 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13845 Keep old name as alias.
13846
13847 * calendar/cal-french.el (calendar-french-epoch):
13848 Rename french-calendar-epoch. Update callers.
13849 (calendar-french-month-name-array): Rename variable and function
13850 french-calendar-month-name-array. Update callers.
13851 (calendar-french-multibyte-month-name-array):
13852 Rename french-calendar-multibyte-month-name-array. Update callers.
13853 (calendar-french-day-name-array): Rename variable and function
13854 french-calendar-day-name-array. Update callers.
13855 (calendar-french-special-days-array): Rename variable and function
13856 french-calendar-special-days-array. Update callers.
13857 (calendar-french-multibyte-special-days-array):
13858 Rename french-calendar-multibyte-special-days-array. Update callers.
13859 (calendar-french-accents-p): Rename french-calendar-accents.
13860 Update callers.
13861 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13862 Update callers.
13863 (calendar-french-last-day-of-month):
13864 Rename french-calendar-last-day-of-month. Update callers.
13865 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13866 Keep old name as alias, update callers.
13867 (calendar-french-print-date): Rename calendar-print-french-date.
13868 Keep old name as alias, update callers.
13869 (calendar-french-goto-date): Rename calendar-goto-french-date.
13870 Keep old name as alias.
13871
13872 * calendar/cal-menu.el, calendar/calendar.el:
13873 Update for Coptic and French name changes.
13874
13875 * calendar/cal-china.el (calendar-chinese): Rename custom group
13876 from chinese-calendar. Update users.
13877 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13878 Keep old name as alias, update users.
13879 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13880 Keep old name as alias.
13881 (calendar-chinese-daylight-time-offset):
13882 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13883 update users.
13884 (calendar-chinese-standard-time-zone-name):
13885 Rename chinese-calendar-standard-time-zone-name.
13886 Keep old name as alias, update users.
13887 (calendar-chinese-daylight-saving-start):
13888 Rename chinese-calendar-daylight-savings-starts.
13889 Keep old name as alias, update users.
13890 (calendar-chinese-daylight-saving-end):
13891 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13892 update users.
13893 (calendar-chinese-daylight-saving-start-time):
13894 Rename chinese-calendar-daylight-savings-starts-time.
13895 Keep old name as alias, update users.
13896 (calendar-chinese-daylight-saving-end-time):
13897 Rename chinese-calendar-daylight-savings-ends-time.
13898 Keep old name as alias, update users.
13899 (calendar-chinese-celestial-stem): Rename
13900 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13901 (calendar-chinese-terrestrial-branch):
13902 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13903 update users.
13904 (calendar-chinese-zodiac-sign-on-or-after):
13905 Rename chinese-zodiac-sign-on-or-after. Update callers.
13906 (calendar-chinese-new-moon-on-or-after):
13907 Rename chinese-new-moon-on-or-after. Update callers.
13908 (calendar-chinese-month-list): Rename chinese-month-list.
13909 Update callers.
13910 (calendar-chinese-number-months): Rename number-chinese-months.
13911 Update callers.
13912 (calendar-chinese-compute-year): Rename compute-chinese-year.
13913 Update callers.
13914 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13915 (calendar-chinese-year): Rename chinese-year. Update callers.
13916 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13917 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13918 Keep old name as alias, update callers.
13919 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13920 Keep old name as alias, update callers.
13921 (calendar-chinese-months-to-alist):
13922 Rename make-chinese-month-assoc-list. Update callers.
13923 (calendar-chinese-months): Rename chinese-months. Update callers.
13924 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13925 Keep old name as alias, update callers.
13926
13927 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13928 Rename hebrew-calendar-leap-year-p. Update callers.
13929 (calendar-hebrew-last-month-of-year):
13930 Rename hebrew-calendar-last-month-of-year. Update callers.
13931 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13932 Update callers.
13933 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13934 Update callers.
13935 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13936 Update callers.
13937 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13938 Update callers.
13939 (calendar-hebrew-last-day-of-month):
13940 Rename hebrew-calendar-last-day-of-month. Update callers.
13941 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13942 Keep old name as alias, update callers.
13943 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13944 Keep old name as alias, update callers.
13945 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13946 Keep old name as alias, update callers.
13947 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13948 Keep old name as alias.
13949 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13950 Keep old name as alias.
13951 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13952 Keep old name as alias.
13953 (holiday-hebrew-passover): Rename holiday-passover-etc.
13954 Keep old name as alias.
13955 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13956 Keep old name as alias, update callers.
13957 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13958 Keep old name as alias.
13959 (calendar-hebrew-mark-date-pattern):
13960 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13961 update callers.
13962 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13963 Keep old name as alias.
13964 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13965 Keep old name as alias.
13966 (diary-hebrew-insert-monthly-entry):
13967 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13968 (diary-hebrew-insert-yearly-entry):
13969 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13970 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13971 Keep old name as alias.
13972 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13973 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13974 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13975 Keep old name as alias.
13976 (calendar-hebrew-parashiot-names):
13977 Rename hebrew-calendar-parashiot-names. Update callers.
13978 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13979 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13980 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13981 (calendar-hebrew-year-Saturday-complete-Tuesday):
13982 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13983 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13984 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13985 (calendar-hebrew-year-Monday-complete-Thursday):
13986 Rename hebrew-calendar-year-Monday-complete-Thursday.
13987 (calendar-hebrew-year-Tuesday-regular-Thursday):
13988 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13989 (calendar-hebrew-year-Thursday-regular-Saturday):
13990 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13991 (calendar-hebrew-year-Thursday-complete-Sunday):
13992 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13993 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13994 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13995 (calendar-hebrew-year-Saturday-complete-Thursday):
13996 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13997 (calendar-hebrew-year-Monday-incomplete-Thursday):
13998 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13999 (calendar-hebrew-year-Monday-complete-Saturday):
14000 Rename hebrew-calendar-year-Monday-complete-Saturday.
14001 (calendar-hebrew-year-Tuesday-regular-Saturday):
14002 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14003 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14004 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14005 (calendar-hebrew-year-Thursday-complete-Tuesday):
14006 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14007 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14008 Update for above name changes of constants.
14009
14010 * calendar/cal-menu.el, calendar/calendar.el:
14011 Update for chinese and hebrew name changes.
14012 * calendar/diary-lib.el: Update for hebrew name changes.
14013
14014 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * subr.el (keymap-canonicalize): Correct thinko.
14017
14018 * server.el: Undo part of the multi-tty change, which is only
14019 needed if server.el is preloaded, and broke server-running-p.
14020 (server-socket-dir): Initialize in the defvar, as before.
14021 (server-start): Remove initialization of server-socket-dir.
14022
14023 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14024
14025 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14026 3-member cons cells.
14027
14028 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * cus-face.el (custom-face-attributes): Handle roman slant.
14031
14032 * faces.el (default): Ensure the face-defface-spec property is set.
14033
14034 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14035
14036 * files.el (abort-if-file-too-large): New function.
14037 (find-file-noselect, insert-file-1): Use it.
14038
14039 2008-04-05 Reto Zimmermann <reto@gnu.org>
14040
14041 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14042 Replace C-c[a-zA-Z] key bindings.
14043
14044 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * progmodes/hideif.el (hif-token-alist): New var.
14047 (hif-token-regexp, hif-tokenize): Use it.
14048 (hif-mathify-binop): New macro.
14049 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14050 (hif-greater-equal, hif-less-equal): Use it.
14051 (hif-logior, hif-logand): New functions.
14052 (hif-math): Accept | and & as well.
14053
14054 * progmodes/etags.el: Fix problem with completion for buffer-local
14055 tables. Reported by Radey Shouman <shouman@comcast.net>.
14056 (tags-complete-tag): Remove.
14057 (tags-lazy-completion-table): New function to replace it.
14058 (find-tag-tag, complete-tag): Update users.
14059
14060 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14061
14062 * vc-rcs.el (vc-rcs-dir-status):
14063 * vc-sccs.el (vc-sccs-dir-status): New function.
14064
14065 * outline.el (outline-mode-menu-bar-map):
14066 * term.el (terminal-signal-menu): Add :help.
14067
14068 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14069 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14070
14071 * emacs-lisp/re-builder.el (reb-mode-map):
14072 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14073
14074 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14075 new files, deleted files and for changing permissions.
14076 (diff-mode): Set beginning-of-defun-function and
14077 end-of-defun-function.
14078
14079 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14080
14081 * vc.el (vc-default-status-fileinfo-extra): New function.
14082 (vc-status-mark-buffer-changed): Use it.
14083 (vc-update-vc-status-buffer): Allow for partial updates.
14084
14085 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14088 tramp-register-completion-file-name-handler.
14089
14090 * subr.el (keymap-canonicalize): New function.
14091 * mouse.el (mouse-menu-non-singleton): Use it.
14092 (mouse-major-mode-menu): Remove hack made unnecessary.
14093
14094 * simple.el (set-fill-column): Prompt rather than error by default.
14095
14096 2008-04-04 Andreas Schwab <schwab@suse.de>
14097
14098 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14099 Reset new-rules after each round.
14100
14101 * Makefile.in (cal-autoloads): New target.
14102 (compile, compile-always, recompile): Depend on it.
14103 ($(lisp)/calendar/cal-loaddefs.el)
14104 ($(lisp)/calendar/diary-loaddefs.el)
14105 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14106
14107 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14108
14109 * ediff*.el: Replace load with require in eval-when-compile.
14110
14111 * ediff-hook.el: Delete all invocations of (autoload ...).
14112
14113 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14114 in ediff control window, and set its min height to 2.
14115 (ediff-setup-control-buffer): Dedicate the control window.
14116 (ediff-toggle-multiframe): Undedicate control window.
14117 Work directly with ediff-setup-windows-multiframe and
14118 ediff-setup-windows-plain.
14119
14120 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14121 New function.
14122 (ediff-window-setup-function): Change initialization.
14123 (ediff-setup-windows-automatic): Delete.
14124 (ediff-setup-windows-plain-merge): Make control window dedicated.
14125 (ediff-destroy-control-frame): Do not skip frames if working in a
14126 single frame.
14127
14128 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14129 eval-when-compile.
14130
14131 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14132 eval-when-compile.
14133
14134 2008-04-04 Glenn Morris <rgm@gnu.org>
14135
14136 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14137 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14138
14139 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14140 Rename islamic-calendar-leap-year-p. Update callers.
14141 (calendar-islamic-last-day-of-month):
14142 Rename islamic-calendar-last-day-of-month. Update callers.
14143 (calendar-islamic-day-number):
14144 Rename islamic-calendar-day-number. Update callers.
14145 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14146 Update callers, keep old name as alias.
14147 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14148 Update callers, keep old name as alias.
14149 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14150 Keep old name as alias.
14151 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14152 Update callers, keep old name as alias.
14153 (calendar-islamic-mark-date-pattern):
14154 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14155 name as alias.
14156 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14157 Keep old name as alias.
14158 (diary-islamic-insert-monthly-entry):
14159 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14160 (diary-islamic-insert-yearly-entry):
14161 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14162
14163 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14164 calendar-absolute-from-iso. Update callers, keep old name as alias.
14165 (calendar-iso-print-date): Rename calendar-print-iso-date.
14166 Update callers, keep old name as alias.
14167 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14168 Keep old name as alias.
14169 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14170 Keep old name as alias.
14171
14172 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14173 calendar-absolute-from-julian. Update callers, keep old name as alias.
14174 (calendar-julian-print-date): Rename calendar-print-julian-date.
14175 Update callers, keep old name as alias.
14176 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14177 Update callers, keep old name as alias.
14178 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14179 Update callers, keep old name as alias.
14180 (calendar-astro-print-day-number):
14181 Rename calendar-print-astro-day-number. Update callers, keep old
14182 name as alias.
14183 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14184 Update callers, keep old name as alias.
14185
14186 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14187 Rename calendar-string-to-mayan-long-count. Update callers.
14188 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14189 Update callers, keep old name as alias.
14190 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14191 Update callers.
14192 (calendar-mayan-read-tzolkin-date):
14193 Rename calendar-read-mayan-tzolkin-date. Update callers.
14194 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14195 Keep old name as alias.
14196 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14197 Keep old name as alias.
14198 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14199 Keep old name as alias.
14200 (calendar-mayan-previous-tzolkin-date):
14201 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14202 (calendar-mayan-next-round-date):
14203 Rename calendar-next-calendar-round-date. Keep old name as alias.
14204 (calendar-mayan-previous-round-date):
14205 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14206 (calendar-mayan-long-count-to-absolute): Rename
14207 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14208 (calendar-mayan-goto-long-count-date):
14209 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14210
14211 * calendar/cal-persia.el (calendar-persian-month-name-array):
14212 Rename persian-calendar-month-name-array. Update callers.
14213 (calendar-persian-epoch): Rename persian-calendar-epoch.
14214 Update callers.
14215 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14216 Update callers.
14217 (calendar-persian-last-day-of-month):
14218 Rename persian-calendar-last-day-of-month. Update callers.
14219 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14220 Update callers, keep old name as alias.
14221 (calendar-persian-print-date): Rename calendar-print-persian-date.
14222 Update callers, keep old name as alias.
14223 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14224 Keep old name as alias.
14225
14226 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14227 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14228 * calendar/solar.el: Update for cal-julian name changes.
14229
14230 * calendar/cal-dst.el: Update for persian name changes.
14231
14232 * calendar/cal-menu.el, calendar/calendar.el:
14233 Update for islamic, iso, julian, mayan, persian name changes.
14234
14235 * calendar/diary-lib.el: Update for islamic name changes.
14236
14237 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14238 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14239 as alias.
14240 (calendar-christian-all-holidays-flag):
14241 Rename all-christian-calendar-holidays. Update callers, keep old
14242 name as alias.
14243 (calendar-islamic-all-holidays-flag):
14244 Rename all-islamic-calendar-holidays. Update callers, keep old
14245 name as alias.
14246 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14247 Update callers, keep old name as alias.
14248 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14249 Update for the above name changes.
14250
14251 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14252
14253 * hilit-chg.el (global-highlight-changes-mode)
14254 (highlight-changes-passive-string, highlight-changes-active-string):
14255 Mark as obsolete since 23.1, not 22.1.
14256
14257 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14258
14259 * hilit-chg.el (highlight-changes-visibility-initial-state)
14260 (hilit-chg-update, highlight-changes-mode-turn-on):
14261 Fix typos in docstrings.
14262
14263 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14264
14265 * newcomment.el (comment-enter-backward): Be careful to restore
14266 position changed during narrowing.
14267
14268 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14269
14270 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14271 Recognize `sub ($$)'.
14272
14273 2008-04-03 Richard Sharman <rsharman@pobox.com>
14274
14275 * hilit-chg.el (highlight-changes-mode): Rename from
14276 highlight-changes; no longer uses sub-modes active and passive;
14277 implemented by define-minor-mode.
14278 (highlight-changes-toggle-visibility): New function, to replace
14279 the old passive/active submodes of global-highlight-changes-mode;
14280 implemented by define-minor-mode.
14281 (global-highlight-changes-mode): Rename from global-highlight-changes;
14282 rewrite using define-globalized-minor-mode.
14283 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14284 (hilit-chg-post-command-hook, hilit-chg-check-global)
14285 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14286 to use of define-globalized-minor-mode.
14287 (highlight-changes-global-initial-state): Change to be boolean.
14288 (highlight-changes-visible-string, highlight-changes-invisible-string):
14289 Rename from highlight-changes-active-string and
14290 highlight-changes-passive-string.
14291 (hilit-chg-update, hilit-chg-set): Use them.
14292 (global-highlight-changes-mode): Rename from global-highlight-changes.
14293 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14294 docstring.
14295 (hilit-chg-hide-changes): Rewrite to use dolist.
14296 (hilit-chg-set-face-on-change, hilit-chg-update)
14297 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14298 variable instead of testing highlight-changes-mode.
14299 (highlight-markup-buffers): Add require ediff-util; argument on calls
14300 to highlight-changes-mode changed.
14301 (highlight-compare-with-file): Fix problems with interactive
14302 call giving invalid default file.
14303
14304 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14305
14306 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14307 Fix in disassembly buffer (regression in 22.2).
14308
14309 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14310
14311 * emulation/viper-macs.el (viper-read-fast-keysequence):
14312 Use viper-read-event instead of viper-read-key.
14313
14314 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14315
14316 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14317 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14318 let-statements.
14319
14320 * emulation/viper-ex.el, emulation/viper-macs.el:
14321 * emulation/viper-mous.el:
14322 Replace load with require in eval-when-compile.
14323
14324 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14327
14328 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14329 (archive-try-jka-compr): New function.
14330 (archive-set-buffer-as-visiting-file): Use it.
14331
14332 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14333
14334 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14335
14336 * simple.el (handle-shift-selection): New arg.
14337
14338 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14341
14342 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14343
14344 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * shell.el (shell-dynamic-complete-filename): New fun.
14347 (shell-dynamic-complete-functions): Use it.
14348
14349 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14350
14351 2008-04-03 Kenichi Handa <handa@m17n.org>
14352
14353 * international/fontset.el (create-fontset-from-x-resource):
14354 Handle the error of X resource more gracefully.
14355
14356 * international/latin1-disp.el (latin1-display): Don't use make-char.
14357 Fix the argument to set-char-table-range.
14358 (latin1-display-identities): Don't use make-char.
14359 (latin1-display-reset): Use map-charset-chars instead of directly
14360 calling standard-display-default.
14361 (latin1-display-check-font): Don't use make-char.
14362 (latin1-display-setup): Likewise.
14363 (latin1-display-ucs-per-lynx): Likewise.
14364
14365 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14366
14367 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14368 name the fields, to make the code clearer.
14369 Rewrite all `aset' and `aref' using the defined accessors.
14370 (timer--time): New pseudo-field.
14371 (timer-set-time, timer-set-idle-time, timer-inc-time)
14372 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14373 (timer--time-less-p): New function.
14374 (timer--activate): New function, extracted from timer-activate.
14375 (timer-activate-when-idle, timer-activate): Use it.
14376 (cancel-function-timers): Use dolist.
14377
14378 2008-04-03 Glenn Morris <rgm@gnu.org>
14379
14380 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14381 Remove declarations; no longer used.
14382 (c-cpp-define-name, c-defun-name): Declare as functions.
14383
14384 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14385 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14386
14387 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14388 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14389 Add optional argument. Simplify.
14390 (holiday-tisha-b-av-etc): Use memq rather than unless.
14391 (holiday-julian): Autoload it.
14392 (holiday-hebrew-misc): New function.
14393
14394 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14395
14396 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14397 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14398 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14399 all-hebrew-calendar-holidays.
14400 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14401 Simplify using new functions.
14402 (calendar-holidays): Doc fix.
14403 (generate-calendar-window): Use bound-and-true-p.
14404
14405 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14406
14407 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14408 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14409 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14410 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14411
14412 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14413
14414 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14415
14416 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14417
14418 * vc-bzr.el (vc-bzr-checkout): Simplify.
14419
14420 * image-mode.el (image-mode-fit-frame): New command.
14421
14422 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14423 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14424 (keyboard-escape-quit): Check region-active-p i.s.o
14425 transient-mark-mode.
14426
14427 2008-04-02 Simon Josefsson <simon@josefsson.org>
14428
14429 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14430 (imap-message-copyuid-1): Use it.
14431 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14432 J. Williams in
14433 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14434
14435 2008-04-02 Alan Mackenzie <acm@muc.de>
14436
14437 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14438 New optimised functions to get the name of the current defun/macro.
14439
14440 * add-log.el (add-log-current-defun): Move the functionality which
14441 gets the current function name for C like modes to cc-cmds.el,
14442 thus optimising for speed.
14443
14444 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14445
14446 * simple.el (deactivate-mark): When the mark is temporarily
14447 active, restore the original value of transient-mark-mode.
14448 (set-mark-command): First deactivate the mark if was temporarily active.
14449 (exchange-point-and-mark): Reactivate the mark if it was
14450 temporarily active.
14451 (handle-shift-selection): New fun.
14452 (transient-mark-mode): Move var documentation here from buffer.c.
14453 (next-line, previous-line, backward-word, move-end-of-line)
14454 (move-beginning-of-line, forward-to-indentation)
14455 (backward-to-indentation, back-to-indentation)
14456 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14457
14458 * mouse.el (mouse-set-region-1): Save the old value of
14459 transient-mark-mode.
14460 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14461 transient-mark-mode.
14462
14463 * textmodes/paragraphs.el (forward-paragraph)
14464 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14465 interactive spec.
14466
14467 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14468
14469 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14470
14471 * net/tramp.el (tramp-make-tramp-temp-file):
14472 Use `tramp-drop-volume-letter' for the local file name part.
14473
14474 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14475
14476 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14477 Add menu entries corresponding to all the key bindings.
14478
14479 * emacs-lisp/debug.el (debugger-mode-map):
14480 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14481 (conf-align-assignments): Only work on the region if it is active.
14482 (conf-quote-normal): Use when instead of if. Remove redundant test.
14483
14484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14485 for tracing and re-builder.
14486
14487 2008-04-02 Glenn Morris <rgm@gnu.org>
14488
14489 * calendar/appt.el (appt-disp-window-function): Doc fix.
14490 (appt-display-message): Move beep before display.
14491 (appt-check): Make interactive. Reduce the number of lets.
14492 Use string-equal to compare mode-line strings.
14493 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14494 read-only.
14495 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14496 (appt-delete): Simplify.
14497
14498 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14499
14500 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14501
14502 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14503 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14504 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14505
14506 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14507 (calendar-holiday-marker, mark-visible-calendar-date):
14508 * calendar/diary-lib.el (fancy-diary-display):
14509 Check for font-lock-mode before using faces.
14510
14511 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14512 (calendar-gregorian-from-absolute): Reduce the number of lets.
14513 (hebrew-holidays-4, generate-calendar-window): Simplify.
14514 (calendar-for-loop): Make obsolete.
14515 (calendar-nth-named-day): Doc fix.
14516
14517 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14518 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14519 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14520 Reduce the number of lets.
14521 (mark-sexp-diary-entries, calendar-mark-complex):
14522 Expand calendar-for-loops.
14523
14524 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14525
14526 * find-dired.el (find-dired-filter): Fix last patch to handle
14527 multi-line process input. Pad link numbers too.
14528
14529 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14530
14531 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14532
14533 2008-04-01 Jason Rumney <jasonr@gnu.org>
14534
14535 * international/characters.el (script-list): Add phonetic script,
14536 covering IPA (previously Latin), Phonetic Extensions and
14537 Phonetic Extensions Supplement (both previously unassigned).
14538
14539 * international/fontset.el (setup-default-fontset): Use unicode fonts
14540 that cover bopomofo script for bopomofo.
14541 Likewise for braille and mathematical.
14542 Use unicode scripts that cover the phonetic script for IPA.
14543
14544 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14545
14546 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14547 return the assigned value.
14548
14549 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * abbrev.el (abbrev-mode): Use define-minor-mode.
14552
14553 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14554 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14555 Use map-keymap.
14556 (minor-mode-menu-from-indicator): Use it. Simplify.
14557
14558 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14559 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14560 Bind the key directly to the menu.
14561 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14562
14563 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14564
14565 * epa.el (epa-decrypt-region): Explain the reason why this
14566 function should not be used in Lisp programs.
14567 (epa-decrypt-armor-in-region): Ditto.
14568 (epa-verify-region): Ditto.
14569 (epa-verify-cleartext-in-region): Ditto.
14570 (epa-sign-region): Ditto.
14571 (epa-encrypt-region): Ditto.
14572
14573 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14574
14575 * epa.el (epa-select-keys): Show menu even if there is no key in
14576 GnuPG's keyring.
14577
14578 2008-04-01 Glenn Morris <rgm@gnu.org>
14579
14580 * calendar/calendar.el (calendar-make-temp-face): New function.
14581 (mark-visible-calendar-date):
14582 * calendar/diary-lib.el (fancy-diary-display): Use it.
14583
14584 * vc-hooks.el (vc-responsible-backend): Declare as function.
14585
14586 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14587 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14588 * calendar/cal-julian.el (holiday-julian): Use it.
14589
14590 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14591 (calendar-hebrew-date-is-visible-p): Extract some common code into
14592 separate function.
14593 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14594
14595 * calendar/cal-menu.el (cal-menu-holidays-menu):
14596 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14597 rather than obsolete alias.
14598
14599 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14600 for mark characters.
14601 (calendar-unmark): Unmark by removing all overlays, rather than
14602 redrawing.
14603 (calendar-starred-day): Remove.
14604 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14605 (calendar-cursor-to-date): No need for special star handling now
14606 using overlays.
14607 (calendar-star-date): Use overlays.
14608
14609 * calendar/cal-french.el (calendar-goto-french-date):
14610 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14611 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14612 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14613 * calendar/cal-persia.el (calendar-persian-date-string):
14614 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14615 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14616 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14617 * calendar/solar.el (solar-equinoxes-solstices):
14618 Reduce nesting of some lets.
14619
14620 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14621 (calendar-goto-mayan-long-count-date): Simplify.
14622
14623 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14624 Simplify by using mapcar.
14625 (calendar-list-holidays): Return holiday-list.
14626 (list-holidays): Use let rather than let*. Remove un-needed locals
14627 `d', `never'.
14628 (calendar-check-holidays): Return result from dolist.
14629 (holiday-float): Use a single let*. Simplify if-and to and.
14630 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14631 single let*.
14632
14633 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14634
14635 * calc/calc.el: Autoload `calc-yank'.
14636 (calc-mode-map): Add keybindings for `calc-yank'.
14637 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14638 assignments for `calc-yank'.
14639
14640 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14641
14642 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14643 (vc-status-mark-buffer-changed): Handle the extra field.
14644
14645 * vc-bzr.el (vc-bzr-after-dir-status):
14646 * vc-cvs.el (vc-cvs-after-dir-status):
14647 * vc-hg.el (vc-hg-after-dir-status):
14648 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14649
14650 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * doc-view.el: Compute displayed pages first (in PDF).
14653 (doc-view-current-converter-processes): Rename from
14654 doc-view-current-converter-process. Update users.
14655 (doc-view-sentinel): Test buffer's liveness.
14656 (doc-view-pdf/ps->png-sentinel): Remove.
14657 (doc-view-start-process): New function.
14658 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14659 (doc-view-ps->pdf): Use it.
14660 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14661 New functions.
14662 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14663 (doc-view-mode): Kill the processes when leaving the mode.
14664
14665 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14666
14667 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14668 Use `byte-compile-warning-types'. Add docstring.
14669
14670 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14673 (smerge-resolve): Add various resolution heuristics.
14674
14675 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14676 in 3-way conflicts.
14677
14678 2008-03-31 Glenn Morris <rgm@gnu.org>
14679
14680 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14681 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14682 * calendar/cal-islam.el (mark-islamic-diary-entries):
14683 Fix argument order in call to diary-mark-entries-1.
14684
14685 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14686 pre-Bahai dates.
14687 (holiday-bahai): Use an algorithm actually relevant to this calendar
14688 system.
14689
14690 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14691
14692 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14693 Use and.
14694
14695 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14696 in the last fortnight in Julian October.
14697
14698 * calendar/calendar.el (increment-calendar-month): Optionally handle
14699 systems without 12 months per year.
14700 (calendar-date-is-visible-p): Doc fix. Simplify.
14701
14702 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14703 from dolist.
14704
14705 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14706
14707 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14708 (hi-lock-unload-function): New function.
14709
14710 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14711
14712 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14713 overwriting when NEWNAME is a local file.
14714
14715 * net/trampver.el: Update release number.
14716
14717 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14718
14719 * vc-git.el: Make vc-status display information about copies,
14720 renames and permission changes.
14721 (vc-git-extra-fileinfo): New defstruct.
14722 (vc-git-escape-file-name, vc-git-file-type-as-string)
14723 (vc-git-rename-as-string, vc-git-permissions-as-string)
14724 (vc-git-status-printer): New functions.
14725 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14726 (vc-git-after-dir-status-stage1): Look for copies, renames and
14727 permission changes.
14728 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14729 (vc-git-dir-status): Ask for staged files and renames.
14730
14731 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14732
14733 * vc.el: Allow backends to display backend specific information in
14734 the vc-status listing.
14735 (vc-status-fileinfo): Add a field for backend specific information.
14736 (vc-status-printer): Rename to ...
14737 (vc-default-status-printer): ... this.
14738 (vc-status-printer): New function.
14739 (vc-update-vc-status-buffer): Set the backend specific file info
14740 if provided.
14741
14742 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14745 change (ill-conceived).
14746
14747 2008-03-29 Glenn Morris <rgm@gnu.org>
14748
14749 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14750 * calendar/cal-julian.el (holiday-julian): Simplify.
14751
14752 * calendar/holidays.el (list-holidays): Use or.
14753
14754 2008-03-29 Juri Linkov <juri@jurta.org>
14755
14756 * window.el (split-window-preferred-horizontally): New function.
14757
14758 * cus-start.el (split-window-preferred-function):
14759 Set choice for "vertically" to nil instead of split-window.
14760 Set choice for "horizontally" to split-window-preferred-horizontally
14761 instead of lambda.
14762
14763 2008-03-29 Juri Linkov <juri@jurta.org>
14764
14765 * simple.el (minibuffer-default-add-function): New variable with
14766 the default to minibuffer-default-add-completions.
14767 (minibuffer-default-add-done): New variable. Make it buffer-local.
14768 (minibuffer-default-add-completions): New function.
14769 (goto-history-element): Set minibuffer-default-add-done to t and
14770 call a function in minibuffer-default-add-function when the
14771 specified absolute history position is greater than the length of
14772 the minibuffer-default list and minibuffer-default-add-done is nil.
14773 Change "^End of history; no next item$" to "^End of defaults;
14774 no next item$".
14775
14776 * bindings.el (debug-ignored-errors): Change "^End of history;
14777 no next item$" to "^End of defaults; no next item$".
14778
14779 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14782
14783 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14784 to with-no-warnings.
14785
14786 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14787
14788 Sync with Tramp 2.1.13.
14789
14790 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14791
14792 * net/trampver.el: Update release number.
14793
14794 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14795
14796 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14797 the current backend.
14798
14799 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14800 (vc-status-refresh): Create a temporary buffer and call the
14801 `dir-status' backend function from that buffer.
14802
14803 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14804 (vc-bzr-after-dir-status): Don't kill the buffer.
14805
14806 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14807 (vc-cvs-after-dir-status): Don't kill the buffer.
14808
14809 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14810 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14811
14812 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14813 (vc-hg-after-dir-status): Don't kill the buffer.
14814
14815 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14816 (vc-svn-after-dir-status): Don't kill the buffer.
14817
14818 2008-03-29 Glenn Morris <rgm@gnu.org>
14819
14820 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14821 (european-date-diary-pattern, european-calendar-display-form)
14822 (american-calendar-display-form, diary-display-hook): Doc fixes.
14823 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14824 custom :set. Mark as obsolete.
14825 (calendar-date-style, iso-date-diary-pattern)
14826 (iso-calendar-display-form): New user variables.
14827 (diary-date-forms, calendar-date-display-form): Set using
14828 calendar-date-style. Doc fix.
14829 (calendar-set-date-style): New command.
14830 (european-calendar, american-calendar): Use calendar-set-date-style.
14831 Mark as obsolete.
14832
14833 * calendar/diary-lib.el (number): Move declaration where needed.
14834 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14835 (diary-make-date): New function.
14836 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14837 Use diary-make-date.
14838 (diary-date-display-form, diary-insert-entry-1): New functions.
14839 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14840 Use diary-insert-entry-1.
14841 (insert-anniversary-diary-entry, insert-block-diary-entry)
14842 (insert-cyclic-diary-entry): Use diary-date-display-form.
14843
14844 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14845 Autoload diary-insert-entry-1.
14846 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14847 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14848 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14849 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14850 * calendar/cal-islam.el (insert-islamic-diary-entry)
14851 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14852 Use diary-insert-entry-1.
14853
14854 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14855 (diary-yahrzeit): Doc fix. Use diary-make-date.
14856
14857 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14858 New name for icalendar--datetime-to-noneuropean-date. Make old name
14859 obsolete alias.
14860 (icalendar--datetime-to-iso-date): New function.
14861 (icalendar--datetime-to-diary-date): Doc fix. Respect
14862 calendar-date-style if bound.
14863
14864 * textmodes/remember.el (remember-diary-convert-entry):
14865 Respect calendar-date-style if bound.
14866
14867 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14870 (xterm-mouse-handle-delete-frame): Delete.
14871
14872 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14873 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14874 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14875 in xterm-modify-other-keys-terminal-list.
14876
14877 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14878 are conflicts.
14879
14880 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14881
14882 * vc.el (vc-update): Check if the buffer is unsaved only if it
14883 actually exists.
14884 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14885 vc-print-log.
14886
14887 2008-03-28 Magnus Henoch <mange@freemail.hu>
14888
14889 * net/dns.el (dns-write): Use set-buffer-multibyte.
14890
14891 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * vc-bzr.el (vc-bzr-sha1): New fun.
14894 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14895 (vc-bzr-registered): Use it.
14896
14897 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14898
14899 * vc.el (vc-status-kill-dir-status-process): Simplify.
14900 (vc-status-refresh): Make sure the buffer is live.
14901 (ring): Don't require it, not used.
14902
14903 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14904
14905 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14906 Add optional regular expression to AUTOINOUTMODULE.
14907 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14908 (verilog-auto-inst-param, verilog-auto-reg)
14909 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14910 (verilog-auto-output-every, verilog-auto-input)
14911 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14912 (verilog-auto-unused, verilog-auto): Update documentation to use
14913 more obvious instance module names versus cell names.
14914
14915 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14916
14917 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14918 kill if a process is running.
14919
14920 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14921
14922 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14923
14924 * vc.el: Add new backend function 'status-extra-headers.
14925 (vc-default-status-extra-headers): New function.
14926 (vc-status-headers): Call 'status-extra-headers. Add colors.
14927
14928 * vc-git.el (vc-git-status-extra-headers): New function.
14929
14930 2008-03-28 Glenn Morris <rgm@gnu.org>
14931
14932 * calendar/cal-menu.el (cal-menu-holidays-menu)
14933 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14934 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14935 holiday-list is optional.
14936 (calendar-mouse-holidays): Remove un-needed local `l'.
14937
14938 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14939 Remove un-needed local `date'.
14940 (calendar-cursor-to-visible-date): Use let rather than let*.
14941 Remove un-needed local `first-of-month-weekday'.
14942
14943 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14944
14945 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14946 Doc fixes.
14947 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14948 (diary-header-line-flag, diary-header-line-format): Declare.
14949 (diary-pull-attrs): Check for multiple matches.
14950 (diary-list-entries-2): Simplify finding start of date.
14951 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14952 pop-up-frames.
14953 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14954 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14955
14956 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14957
14958 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14959
14960 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14961
14962 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14965
14966 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14967
14968 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14969
14970 * international/mule-conf.el (define-iso-single-byte-charset):
14971 Don't make latin-iso8859-* supplementary.
14972 (#'set-charset-priority): Don't change the priority of charsets
14973 `unicode' and `emacs'.
14974
14975 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14978 temp buffer.
14979
14980 2008-03-27 Glenn Morris <rgm@gnu.org>
14981
14982 * calendar/cal-bahai.el (diary-bahai-list-entries):
14983 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14984 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14985
14986 * calendar/calendar.el (diary-file): Doc fix.
14987
14988 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14989 (list-diary-entries-hook, mark-diary-entries-hook)
14990 (include-other-diary-files, diary-mail-entries)
14991 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14992 (diary-set-header): New function.
14993 (diary-header-line-flag, diary-header-line-format):
14994 Use diary-set-header for custom :set function.
14995 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14996 (diary-attrtype-convert): Use intern-soft rather than read.
14997 (diary-display-no-entries): New function.
14998 (simple-diary-display, fancy-diary-display): Use it.
14999 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15000 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15001
15002 * calendar/holidays.el (list-holidays): Doc fix.
15003
15004 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15005
15006 * calc/calc-store.el (calc-read-var-name-history): New variable.
15007 (calc-read-var-name): Use `calc-read-var-name-history'.
15008
15009 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15010
15011 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15012 window-configuration-change-hook works buffer-locally.
15013
15014 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15015
15016 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15017 for Emacs Lisp, not Lisp.
15018
15019 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15020
15021 * help-fns.el (describe-function-1, describe-variable):
15022 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15023
15024 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15025 replacement is provided, don't print "use nil instead".
15026
15027 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15028
15029 * complete.el (PC-do-completion): Use regexp-quote.
15030
15031 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15032
15033 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15034 Detect missing files.
15035
15036 * vc-git.el (vc-git-extra-menu-map): New key map.
15037 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15038 New functions.
15039
15040 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15041 and 'missing files.
15042
15043 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * calendar/holidays.el (list-holidays): Make Y2 optional.
15046
15047 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15048 buffers shown to the user.
15049 (appt-disp-window): Disable undo explicitly now that the leading space
15050 is gone.
15051
15052 * simple.el (activate-mark): New function.
15053 (set-mark-command): Use it with region-active-p to clean up the code.
15054 (exchange-point-and-mark): Invert the meaning of C-u when
15055 transient-mark-mode is active.
15056
15057 * dired-aux.el (dired-create-files): Use dolist.
15058
15059 * bindings.el (mode-line-change-eol): Use with-selected-window.
15060
15061 * apropos.el (apropos-command): Include macros.
15062
15063 2008-03-26 Glenn Morris <rgm@gnu.org>
15064
15065 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15066 (calendar-bahai-epoch): Doc fix.
15067
15068 * calendar/cal-china.el: Explicitly require calendar.
15069
15070 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15071 Require calendar rather than cal-julian.
15072 Autoload calendar-absolute-from-julian.
15073 * calendar/cal-coptic.el (coptic-calendar-epoch):
15074 * calendar/cal-islam.el (calendar-islamic-epoch):
15075 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15076
15077 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15078
15079 * calendar/cal-dst.el: Don't require cal-persia.
15080 (calendar-absolute-from-persian): Autoload it.
15081 (dst-adjust-time): Doc fix.
15082
15083 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15084 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15085 calendar.
15086
15087 * calendar/cal-menu.el: Require calendar rather than declaring
15088 functions.
15089 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15090
15091 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15092 calendar-after-frame-setup-hooks. Update callers, make old name an
15093 obsolete alias. Doc fix.
15094 (calendar-frame-1): Doc fix.
15095
15096 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15097
15098 * calendar/calendar.el (oriental-holidays, solar-holidays):
15099 * calendar/holidays.el (list-holidays): Assume atan always bound.
15100
15101 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15102 Explicitly require calendar, not cal-julian.
15103 * calendar/lunar.el: Explicitly require cal-dst.
15104
15105 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15106
15107 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15108
15109 * help-fns.el (describe-function-1, describe-variable): If no
15110 replacement is provided, don't print "use nil instead".
15111
15112 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15113
15114 * proced.el: New file.
15115
15116 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15117
15118 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15119
15120 2008-03-25 Juri Linkov <juri@jurta.org>
15121
15122 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15123 in battery-mode-line-format.
15124
15125 * bindings.el (minibuffer-local-map): For the command
15126 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15127 with map which is already locally bound to minibuffer-local-map.
15128
15129 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15132 Remove `sort-first' argument.
15133
15134 * subr.el (redisplay-end-trigger-functions)
15135 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15136 (process-filter-multibyte-p, set-process-filter-multibyte):
15137 Mark as obsolete.
15138
15139 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15140
15141 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15142 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15143 use the LOCAL arg of `add-hook'.
15144 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15145 Remove spurious * from defcustom docstrings.
15146 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15147 Fix typos in messages.
15148 (reb-mode-buffer-p): New function.
15149 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15150 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15151 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15152 Use `unless', `when'.
15153 (re-builder-unload-function): New function.
15154
15155 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15156
15157 * vc-hooks.el (vc-state): Add documentation for 'missing.
15158
15159 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15160
15161 * progmodes/verilog-mode.el (verilog-auto-output)
15162 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15163 (verilog-delete-auto): Add optional regular expression to
15164 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15165 (verilog-signals-matching-regexp): New internal function for
15166 signal matching.
15167
15168 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15169
15170 * info.el (Info-isearch-search): Always return point.
15171
15172 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * diff-mode.el (diff-remembered-defdir): New var.
15175 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15176
15177 2008-03-25 Glenn Morris <rgm@gnu.org>
15178
15179 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15180 calendar-bahai-prompt-for-date. Update callers, make old name an
15181 obsolete alias. Doc fix.
15182 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15183 coptic-prompt-for-date. Update callers, make old name an
15184 obsolete alias. Doc fix.
15185 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15186 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15187 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15188 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15189 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15190 calendar-iso-read-args. Update callers, make old name an obsolete
15191 alias.
15192 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15193 persian-prompt-for-date. Update callers, make old name an
15194 obsolete alias. Doc fix. Move definition before use.
15195
15196 * calendar/cal-x.el (diary-frame-parameters)
15197 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15198 (calendar-frame-1): Doc fixes.
15199 (make-fancy-diary-buffer): Remove declaration.
15200 (calendar-dedicate-diary): Replace call to deleted function
15201 make-fancy-diary-buffer.
15202 (calendar-frame-setup): New function.
15203 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15204 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15205 work, and mark as obsolete.
15206 (special-display-buffer-names): Don't mess with this; it's not our
15207 business.
15208 (cal-x-load-hook): Defvar it, and mark as obsolete.
15209
15210 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15211 Default to t. Add to 'calendar group.
15212 (calendar): Doc fix. Use calendar-frame-setup.
15213 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15214 (generate-calendar-window): Doc fix.
15215
15216 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15217
15218 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15219
15220 2008-03-24 Drew Adams <drew.adams@oracle.com>
15221
15222 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15223 New variables.
15224 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15225 (finder-exit): Ignore errors rather than avoiding them.
15226 Kill *Finder-package* buffer also.
15227
15228 2008-03-24 Andreas Schwab <schwab@suse.de>
15229
15230 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15231
15232 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15233
15234 * vc-hg.el (vc-hg-after-dir-status):
15235 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15236
15237 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15238 Detect removed files.
15239
15240 * vc.el (vc-status-printer): Use a different face for missing files.
15241 (vc-status-hide-up-to-date): Rename from
15242 vc-status-remove-up-to-date. Update all callers.
15243 (vc-status-mode-map): Bind C-m.
15244
15245 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15246
15247 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15248 code ...
15249 (vc-git--state-code): ... to this new function.
15250 (vc-git-state): Use it.
15251
15252 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15253
15254 * textmodes/remember.el (remember-mail-date)
15255 (remember-store-in-mailbox): Write date and From line in such a
15256 way that Mutt can read it.
15257
15258 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15259
15260 * simple.el (transient-mark-mode): Turn on by default.
15261
15262 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15263
15264 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15265 'unregistered for unregistered files.
15266
15267 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15268
15269 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15270
15271 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15272 subdirectories.
15273
15274 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15275 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15276 Add :enable for vc-status-refresh.
15277 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15278 (vc-status-tool-bar-map): Add binding for
15279 vc-status-kill-dir-status-process.
15280 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15281 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15282 Reset vc-status-process-buffer.
15283 (vc-status-refresh): Don't run two refreshes at a time.
15284 (vc-status): If the buffer is already in vc-status-mode only refresh.
15285 (vc-status-mark-buffer-changed): Add an optional file parameter.
15286 (vc-resynch-buffer): Use it.
15287 (vc-delete-file): Expand the file name before using it.
15288 Be careful to not create a new buffer with the old file contents.
15289 Update the VC state after performing the operation.
15290
15291 2008-03-23 Andreas Schwab <schwab@suse.de>
15292
15293 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15294 Fix radio button condition.
15295 [box]: Likewise.
15296 [customize]: Add radio button.
15297
15298 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15299
15300 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15301 (calc-user-parse-tables, calc-gnuplot-default-device)
15302 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15303 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15304 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15305 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15306 (calc-undo-list, calc-redo-list, calc-main-buffer)
15307 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15308 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15309 (calc-said-hello, calc-executing-macro, calc-any-selections)
15310 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15311 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15312 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15313 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15314 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15315 (calc-create-buffer, calc-quit): Add docstrings.
15316
15317 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15318
15319 * makefile.w32-in (WINS_ALMOST): Add org.
15320
15321 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15322
15323 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15324 New functions to implement vc-status support.
15325
15326 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15327
15328 * vc.el (vc-status-prepare-status-buffer): New function.
15329 (vc-status): Use it.
15330
15331 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15332 appropriate.
15333
15334 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15335
15336 * vc-git.el (vc-git--empty-db-p)
15337 (vc-git-after-dir-status-stage1-empty-db): New functions.
15338 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15339 Add support for empty repositories.
15340
15341 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15342
15343 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15344 Allow "^" in a version name.
15345
15346 * vc-mtn.el (vc-mtn-state): Support the added state.
15347
15348 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15349
15350 * org: New directory for Org-mode.
15351
15352 * org/org-export-latex.el: Moved from lisp/textmodes.
15353
15354 * org/org-irc.el: Moved from lisp/textmodes.
15355
15356 * org/org-mac-message.el: Moved from lisp/textmodes.
15357
15358 * org/org-mouse.el: Moved from lisp/textmodes.
15359
15360 * org/org-publish.el: Moved from lisp/textmodes.
15361
15362 2008-03-21 Juri Linkov <juri@jurta.org>
15363
15364 * comint.el (comint-dynamic-simple-complete):
15365 Use variable `stub' for the second arg `common-substring'
15366 of `comint-dynamic-list-completions'.
15367 (comint-dynamic-list-filename-completions):
15368 Use variable `filenondir' for the second arg `common-substring'
15369 of `comint-dynamic-list-completions'.
15370 (comint-dynamic-list-completions): Add new optional arg
15371 `common-substring'. Add `common-substring' as the second arg of
15372 the call to `display-completion-list'. Doc fix.
15373
15374 * comint.el (comint-dynamic-complete-as-filename)
15375 (comint-dynamic-list-filename-completions)
15376 (comint-dynamic-simple-complete): Use `minibuffer-message'
15377 to display message "No completions of %s" when a command
15378 is called in the minibuffer.
15379 (comint-dynamic-simple-complete): Don't display other
15380 completion messages when a command is called in the minibuffer.
15381 (comint-dynamic-list-completions): Use `minibuffer-message'
15382 to display message " [Type space to flush ...]" when a command
15383 is called in the minibuffer.
15384
15385 * shell.el (shell-dynamic-complete-command)
15386 (shell-dynamic-complete-environment-variable): Don't display
15387 completion messages when command is called in the minibuffer.
15388
15389 * emacs-lisp/lisp.el (lisp-complete-symbol):
15390 Use `minibuffer-message' to display message "No completions of %s"
15391 when this command is called in the minibuffer.
15392
15393 * bindings.el (standard-mode-line-modes): Put special help-echo
15394 tooltip on recursive edit %[ %] mode-line constructs.
15395
15396 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15397 "^No dynamic expansion for .* found$" to allow error messages like
15398 "No dynamic expansion for \"%s\" found in this-buffer".
15399
15400 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15401
15402 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15403 "psftp".
15404
15405 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15408 * vc.el (vc-default-dired-state-info): Use just "modified".
15409 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15410 (vc-cvs-mode-line-string): Make use of the better default.
15411 (vc-cvs-parse-entry): Use the new `added'.
15412 (vc-cvs-dired-state-info): Remove.
15413 * vc-svn.el (vc-svn-dired-state-info): Remove.
15414 * vc-hg.el (vc-hg-dired-state-info): Remove.
15415 * vc-git.el (vc-git-dired-state-info): Remove.
15416
15417 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15418
15419 * vc-git.el (vc-git-status-result): New variable.
15420 (vc-git-dir-status): Split out ...
15421 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15422 ... these new functions and work asynchronously.
15423
15424 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15425
15426 * vc-git.el (vc-git-after-dir-status): Remove.
15427 (vc-git-dired-state-info): Reimplement.
15428
15429 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15430
15431 * replace.el (occur-mode-map): Add :help.
15432
15433 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15434 for disassemble.
15435
15436 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15437 the 'added state.
15438 (vc-status-remove-up-to-date): New function.
15439 (vc-status-mode-map, vc-status-menu-map): Bind it.
15440 (vc-status-printer): Use a different face up-to-date files.
15441 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15442 (Todo): Remove solved entries.
15443
15444 * vc-hg.el (vc-hg-state):
15445 * vc-git.el (vc-git-state):
15446 * vc-cvs.el (vc-cvs-parse-status):
15447 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15448 state.
15449
15450 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * progmodes/compile.el (compile):
15453 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15454
15455 * simple.el (minibuffer-local-shell-command-map): New var.
15456 (minibuffer-complete-shell-command, read-shell-command): New funs.
15457 (shell-command, shell-command-on-region): Use them.
15458
15459 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15460
15461 * vc.el (vc-status-mark-buffer-changed): New function to implement
15462 updating of the *vc-status* buffer when a buffer is saved.
15463 (vc-status-mode): Use it for after-change-hook.
15464 (vc-add-to-vc-status-buffer): Rename to ...
15465 (vc-status-add-entry): ... this.
15466 (Todo): Add new entry.
15467
15468 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15471
15472 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15475 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15476 Remove spurious * from defcustom docstrings.
15477 (icomplete-compute-delay): Fix docstring and remove spurious *.
15478 (icomplete-delay-completions-threshold): Fix typo in docstring and
15479 remove spurious *.
15480 (icomplete-completions): While collecting the list of prospective
15481 candidates, don't overshoot `icomplete-prospects-length'.
15482
15483 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15484
15485 * textmodes/refbib.el:
15486 * textmodes/reftex.el:
15487 * textmodes/reftex-global.el:
15488 * textmodes/reftex-vars.el:
15489 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15490 compiler pacifying defvars.
15491 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15492 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15493 not needed.
15494
15495 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15496
15497 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15498 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15499 (verilog-customize, verilog-font-customize)
15500 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15501 (verilog-mode): Update documentation strings to match tool tips.
15502 (verilog-auto-search-do, verilog-auto-re-search-do)
15503 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15504 expansion when a .* appears inside a string.
15505 (verilog-re-search-forward, verilog-re-search-backward):
15506 Add comment to recall how this works.
15507 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15508
15509 2008-03-20 Glenn Morris <rgm@gnu.org>
15510
15511 * calendar/calendar.el (calendar-other-dates): New function.
15512 (calendar-print-other-dates): Use calendar-other-dates.
15513 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15514 the declarations it replaces.
15515 (calendar-mouse-print-dates): Use calendar-other-dates.
15516
15517 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15518 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15519 (calendar-absolute-from-bahai): Fix the leap-year case.
15520 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15521 (calendar-bahai-date-string, calendar-bahai-print-date):
15522 Handle pre-Bahai dates.
15523
15524 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15525 (chinese-calendar-terrestrial-branch): Make defcustoms.
15526
15527 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15528 (calendar-mouse-view-diary-entries): Use or.
15529 (calendar-mouse-chinese-date): Remove unused command.
15530 (cal-menu-load-hook): Mark as obsolete.
15531
15532 * calendar/solar.el (calendar-location-name, calendar-latitude)
15533 (calendar-longitude, solar-arctan, sunrise-sunset)
15534 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15535
15536 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15537
15538 * calc/calc.el: Remove outdated comments.
15539 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15540 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15541 Add docstrings.
15542
15543 2008-03-19 Jason Rumney <jasonr@gnu.org>
15544
15545 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15546
15547 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15548
15549 * net/tls.el (open-tls-stream): Reindent.
15550
15551 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15552
15553 * net/tramp.el (tramp-let-maybe): Removed.
15554 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15555 It does not exist under XEmacs.
15556 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15557 (tramp-completion-file-name-handler): Let-bind
15558 `directory-sep-char'.
15559
15560 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15561 `directory-sep-char'.
15562
15563 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15566 for autoloaded keymaps.
15567
15568 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15569 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15570 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15571 (verilog-in-comment-p, verilog-in-star-comment-p)
15572 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15573 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15574 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15575 (verilog-skip-forward-comment-p): Use it.
15576
15577 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15578
15579 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15580 (org-remember-templates, org-time-stamp-rounding-minutes)
15581 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15582 (org-columns-new): Fix typos in docstrings.
15583
15584 2008-03-19 Glenn Morris <rgm@gnu.org>
15585
15586 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15587 (tramp-handle-shell-command): Use condition-case rather than
15588 ignore-errors.
15589
15590 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15591
15592 * diff-mode.el (diff-header): Make the color louder.
15593 (diff-refine-change): Tone the color down.
15594
15595 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15596
15597 * descr-text.el (describe-char): When `describe-char-unidata-list'
15598 is set to show all properties, list them in the right order.
15599
15600 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15601
15602 * international/mule.el (load-with-code-conversion): Avoid setting
15603 default-enable-multibyte-characters.
15604
15605 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15606
15607 * vc.el (vc-annotate-background): Fix custom type.
15608
15609 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15610
15611 * descr-text.el (describe-char-unidata-list): Allow specifying
15612 just all properties.
15613 (describe-char): Handle that new value.
15614
15615 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15616
15617 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15618
15619 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15620 instead of file name extension to make docs with uncommon
15621 extensions work.
15622
15623 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15624
15625 * doc-view.el (require): Require cl at compile time because
15626 `assert' needs it.
15627
15628 2008-03-18 Glenn Morris <rgm@gnu.org>
15629
15630 * calendar/calendar.el (initial-calendar-window-hook)
15631 (today-visible-calendar-hook): Doc fixes.
15632
15633 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15634
15635 * net/tramp.el (tramp-root-regexp): Simplify.
15636 (tramp-completion-file-name-regexp-separate): Don't insist on
15637 leading "[". This prevents method or user or host completion.
15638 (tramp-let-maybe): Autoload it.
15639 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15640 is an alias for `identity'.
15641 (tramp-handle-write-region): Protect `last-coding-system-used'
15642 over the trailing statements.
15643 (tramp-completion-file-name-handler-post-function): Remove.
15644 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15645 instead of calling `tramp-drop-volume-letter'.
15646
15647 * net/tramp.el:
15648 * net/tramp-uu.el:
15649 * net/trampver.el: Move coding cookie at the end.
15650
15651 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15654 elements which may be something else than characters.
15655
15656 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15657
15658 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15659 New functions to implement vc-status support.
15660
15661 * vc.el (vc-default-extra-status-menu)
15662 (vc-add-to-vc-status-buffer): New functions.
15663
15664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15665 for eldoc and ielm.
15666
15667 2008-03-17 Glenn Morris <rgm@gnu.org>
15668
15669 * calendar/cal-x.el (diary-frame-parameters)
15670 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15671 Fix custom type; add options.
15672 (calendar-frame, diary-frame): Doc fixes.
15673 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15674 new functions.
15675 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15676 Use calendar-frame-1 and calendar-dedicate-diary.
15677 (calendar-one-frame-setup): Also handle only-one-frame case.
15678 (calendar-only-one-frame-setup): Doc fix. Just call
15679 calendar-one-frame-setup.
15680
15681 * calendar/diary-lib.el: Re-order some definitions before their use.
15682 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15683 (diary-list-entries): Doc fixes.
15684 (make-fancy-diary-display): Remove function.
15685
15686 * calendar/calendar.el (calendar-today-marker)
15687 (initial-calendar-window-hook, today-visible-calendar-hook)
15688 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15689 (calendar-star-date, calendar-mark-today): Doc fixes.
15690 (today-visible-calendar-hook): Add options.
15691 (calendar-in-read-only-buffer): New macro.
15692 (calendar-basic-setup): Adapt for change in calendar-read-date.
15693 Place holiday let inside if.
15694 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15695 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15696 (calendar-print-other-dates): Use one let rather than many.
15697
15698 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15699 (calendar-print-other-dates):
15700 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15701 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15702 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15703 (calendar-cursor-holidays):
15704 * calendar/lunar.el (calendar-phases-of-moon): Use
15705 calendar-in-read-only-buffer to replace previous code and disable undo.
15706
15707 2008-03-16 Juri Linkov <juri@jurta.org>
15708
15709 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15710 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15711 read-from-minibuffer to provide the correct initial minibuffer
15712 history position in isearch-edit-string when it is called from
15713 isearch-ring-adjust.
15714
15715 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15716 to check if the current buffer is the minibuffer, and in this case
15717 call abort-recursive-edit to kill the minibuffer. Doc fix.
15718 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15719 when the current buffer is the minibuffer.
15720
15721 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15722
15723 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15724
15725 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15726 Use non-nil PARENTS attribute of make-directory instead of
15727 explicitly checking existence the current cache directory.
15728
15729 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15730
15731 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15732 M-x epa-file-select-keys.
15733
15734 2008-03-16 Kenichi Handa <handa@m17n.org>
15735
15736 * international/mule.el (auto-coding-alist):
15737 Use no-conversion-multibyte for archive files.
15738
15739 2008-03-16 Glenn Morris <rgm@gnu.org>
15740
15741 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15742 New functions.
15743 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15744 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15745 Use calendar-mark-1.
15746 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15747 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15748 Use calendar-mark-complex.
15749 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15750 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15751 Use calendar-mark-1.
15752
15753 * calendar/calendar.el (calendar-mod): Remove.
15754 * calendar/cal-china.el (calendar-chinese-from-absolute)
15755 (calendar-chinese-date-string): Expand calendar-mod calls.
15756 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15757 Expand calendar-mod calls.
15758
15759 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15760 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15761 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15762 Move obsolete aliases after the functions that replaced them.
15763
15764 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15765 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15766 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15767 Use let rather than let*.
15768 (calendar-hebrew-prompt-for-date): New function.
15769 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15770 (holiday-tisha-b-av-etc): Use unless, let.
15771
15772 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15773 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15774
15775 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15776
15777 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15778
15779 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15780 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15781 than concat.
15782 (diary): Remove un-needed let.
15783 (view-other-diary-entries): Rename argument.
15784 (diary-list-entries-2): New function.
15785 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15786 (print-diary-entries): Use unless.
15787 (diary-mark-entries-1): Change argument order, make all but
15788 markfunc optional. Handle the standard (Gregorian) case.
15789 Use match-string-no-properties. Handle marks.
15790 (mark-diary-entries): Use diary-mark-entries-1.
15791 (diary-font-lock-keywords-1): New macro.
15792 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15793
15794 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15795
15796 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15797 (icalendar-export-hidden-diary-entries): New variable.
15798 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15799 In case of error, insert full error-val.
15800 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15801 Use calendar-day-of-week. Return the day number.
15802 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15803
15804 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15805
15806 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15807 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15808 (icalendar-export-region): Ignore hidden diary entries.
15809 (icalendar--convert-ordinary-to-ical): Fix case where event
15810 spans across midnight boundary.
15811 (icalendar-first-weekday-of-year): New function.
15812 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15813 year for recurring events (Mozilla calendars do not propagate
15814 recurring events forever, so year 2000 start date was not working).
15815 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15816 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15817
15818 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15819
15820 * net/tramp.el (tramp-root-regexp): New defconst.
15821 (tramp-completion-file-name-regexp-unified)
15822 (tramp-completion-file-name-regexp-separate)
15823 (tramp-completion-file-name-regexp-url): Use it.
15824 (tramp-do-copy-or-rename-file-via-buffer):
15825 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15826 t for `insert-file-contents-literally'.
15827 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15828 Autoload it.
15829 (tramp-completion-file-name-handler-post-function): New defconst.
15830 (tramp-completion-file-name-handler): Use it.
15831 (tramp-maybe-open-connection): Update calls to
15832 `tramp-flush-connection-property' for removed 2nd argument.
15833
15834 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15837 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15838 New functions.
15839
15840 2008-03-15 Glenn Morris <rgm@gnu.org>
15841
15842 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15843 New functions.
15844 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15845 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15846 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15847 (diary-bahai-list-entries): Use diary-list-entries-1.
15848 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15849 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15850 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15851 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15852 (list-hebrew-diary-entries): Use diary-list-entries-1.
15853 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15854 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15855 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15856 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15857 (list-islamic-diary-entries): Use diary-list-entries-1.
15858 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15859
15860 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15861
15862 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15863
15864 * calendar/cal-china.el (number-chinese-months)
15865 (calendar-chinese-from-absolute): Use nth, caar.
15866
15867 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15868
15869 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15870
15871 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15872 (calendar-hebrew-month-name-array-leap-year)
15873 (hebrew-calendar-parashiot-names): Make constants.
15874 (diary-parasha): Move definition after constants it uses.
15875
15876 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15877 (cal-html-htmlify-list): Doc fix.
15878 (cal-html-htmlify-entry): Use nth.
15879
15880 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15881 (calendar-islamic-epoch): Make constants.
15882 (calendar-islamic-epoch): Doc fix.
15883
15884 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15885
15886 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15887 (cal-tex-month-name): Doc fix.
15888 (cal-tex-last-blank-p): Use zerop.
15889
15890 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15891 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15892 (calendar-cursor-to-date): Doc fix.
15893 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15894 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15895 (calendar-day-number): Use when.
15896 (generate-calendar-month): Use dotimes.
15897 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15898 (calendar-set-mark): Reverse conditional.
15899 (calendar-make-alist): Move definition before use.
15900
15901 * calendar/diary-lib.el (diary-face-attrs)
15902 (diary-glob-file-regexp-prefix, diary-selective-display)
15903 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15904 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15905 (diary-anniversary, diary-cyclic)
15906 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15907 (diary-header-line-format): Change wording.
15908 (diary-list-entries): Set `date-start' in let.
15909 (include-other-diary-files, mark-included-diary-files): Use format.
15910 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15911 (mark-diary-entries): Use 1+.
15912 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15913 (mark-calendar-month): Use dotimes.
15914
15915 * calendar/holidays.el (displayed-month, displayed-year):
15916 Move declarations where needed.
15917 (calendar-list-holidays): Doc fix.
15918
15919 * calendar/parse-time.el (parse-time-string): Simplify.
15920
15921 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15922 Make constants.
15923 (solar-sunrise-sunset): Rename some local variables for clarity.
15924 (sunrise-sunset): Use zerop.
15925 (solar-mean-equinoxes/solstices): Doc fix.
15926
15927 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15928 Use nth.
15929 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15930 (timeclock-mean, timeclock-generate-report): Use dolist.
15931
15932 * calendar/todo-mode.el (todo-add-category): Simplify.
15933 (todo-more-important-p, todo-delete-item, todo-file-item):
15934 Use unless, when.
15935 (todo-top-priorities): Use zerop.
15936
15937 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15938
15939 * buff-menu.el (list-buffers-noselect): Display buffer name in
15940 tooltip instead of mouse binding when it doesn't fit in the list.
15941
15942 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15943
15944 * faces.el (xw-defined-colors):
15945 * simple.el (widget-convert, shell-mode): Declare as functions
15946 instead of autoloading.
15947
15948 * abbrev.el:
15949 * button.el:
15950 * cus-face.el:
15951 * ediff-hook.el:
15952 * emacs-lisp/backquote.el:
15953 * emacs-lisp/timer.el:
15954 * facemenu.el:
15955 * faces.el:
15956 * menu-bar.el:
15957 * simple.el:
15958 * subr.el:
15959 * textmodes/fill.el:
15960 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15961 files are preloaded.
15962
15963 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * desktop.el (desktop-create-buffer): Don't catch errors if
15966 debug-on-error is set.
15967
15968 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15969
15970 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15971 ($(lisp)/calendar/diary-loaddefs.el)
15972 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15973 (LOADDEFS): New macro.
15974 (autoloads): Depend on $(LOADDEFS).
15975
15976 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15977
15978 * font-lock.el (featurep): Remove test, not useful anymore.
15979 (facemenu-keymap): Move key binding ...
15980 * facemenu.el (facemenu-keymap): ... here.
15981
15982 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15983 for each file in the list.
15984 (vc-bzr-log-view-mode): Recognize the file marker.
15985
15986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15987 for checkdoc and profiling.
15988
15989 2008-03-14 Bastien Guerry <bzg@altern.org>
15990
15991 * textmodes/flyspell.el (nxml-mode): Add the right
15992 `flyspell-mode-predicate'.
15993
15994 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15995
15996 2008-03-14 Glenn Morris <rgm@gnu.org>
15997
15998 * calendar/solar.el: Reorder so that functions are defined before use.
15999 (displayed-month, displayed-year): Move declarations where needed.
16000 (solar-get-number): Move definition before use. Use unless.
16001 (solar-equatorial-coordinates): Simplify.
16002 (solar-sunrise-and-sunset): Use let rather than let*.
16003 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16004
16005 * startup.el (command-line-1): Rename -internal-script back to
16006 -scriptload (reverts previous change).
16007
16008 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16009 (calendar-bahai-leap-base): Add doc strings.
16010 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16011 Move definition before use.
16012 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16013 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16014 variables outside the loop. Use dolist.
16015 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16016
16017 * calendar/cal-china.el: Re-order so that functions are defined before
16018 use.
16019 (displayed-month, displayed-year): Move declarations where needed.
16020 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16021 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16022 Add doc strings.
16023 (chinese-year-cache): Recenter on 2010. Doc fix.
16024 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16025 Doc fix. Simplify.
16026 (chinese-year-cache-init): New function.
16027 (compute-chinese-year, holiday-chinese-new-year)
16028 (calendar-chinese-date-string, calendar-goto-chinese-date)
16029 (make-chinese-month-assoc-list): Use cadr, nth.
16030 (chinese-months): Remove un-needed let.
16031
16032 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16033 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16034 (coptic-prompt-for-date): Move definition before use.
16035
16036 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16037 (calendar-dst-find-data, calendar-daylight-time-offset)
16038 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16039 (calendar-daylight-savings-starts-time)
16040 (calendar-daylight-savings-ends-time): Use cadr, nth.
16041
16042 * calendar/cal-french.el (french-calendar-epoch)
16043 (calendar-goto-french-date): Doc fix.
16044 (french-calendar-month-name-array)
16045 (french-calendar-multibyte-month-name-array)
16046 (french-calendar-day-name-array, french-calendar-special-days-array):
16047 Add doc strings.
16048
16049 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16050 (original-date): Move declarations where needed.
16051 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16052 Doc fix.
16053 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16054 constant variables outside the loop. Use dolist.
16055
16056 * calendar/cal-islam.el (displayed-month, displayed-year)
16057 (original-date): Move declarations where needed.
16058 (islamic-calendar-day-number): Remove unused local variable `day'.
16059 (calendar-goto-islamic-date): Doc fix.
16060 (holiday-islamic): Use unless.
16061 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16062 constant variables outside the loop. Use dolist.
16063 (mark-islamic-calendar-date-pattern): Move definition before use.
16064 Use unless.
16065 (mark-islamic-diary-entries): Doc fix.
16066 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16067 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16068
16069 * calendar/cal-julian.el (calendar-absolute-from-julian):
16070 Move definition before use. Remove un-needed local `day'.
16071 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16072
16073 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16074 (calendar-mayan-tzolkin-names-array): Add doc strings.
16075 (calendar-mayan-long-count-from-absolute): Use a single let.
16076 (calendar-string-to-mayan-long-count): Simplify.
16077 (calendar-next-haab-date, calendar-previous-haab-date)
16078 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16079 (calendar-previous-calendar-round-date)
16080 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16081 Doc fix.
16082 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16083 (calendar-mayan-date-string, calendar-print-mayan-date)
16084 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16085 (calendar-mayan-long-count-common-era): Move definitions before use.
16086
16087 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16088 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16089 Doc fix.
16090 (calendar-mouse-goto-date): Move definition before use.
16091
16092 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16093 Move definition before use.
16094 (calendar-cursor-to-visible-date): Move definition before use.
16095 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16096 and place inside the conditional.
16097 (calendar-forward-day): Simplify.
16098 (calendar-end-of-month): Use unless.
16099 (calendar-goto-day-of-year): Doc fix.
16100 Relocate obsolete aliases after their replacements.
16101
16102 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16103
16104 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16105 variables outside the diary-date-forms loop.
16106
16107 * calendar/calendar.el (diary-file): Doc fix.
16108 (calendar-buffer-list): Return buffers rather than strings (fixes
16109 previous change).
16110 (hebrew-holidays-4): Fix typo.
16111
16112 * calendar/holidays.el (displayed-month, displayed-year):
16113 Move declarations where needed.
16114 (calendar-holiday-list, calendar-list-holidays)
16115 (holiday-filter-visible-calendar): Move definitions before use.
16116 (list-holidays): Use cadr.
16117 Relocate obsolete aliases after their replacements.
16118
16119 * calendar/lunar.el (date, displayed-month, displayed-year):
16120 Move declarations where needed.
16121 (lunar-phase-list): Move definition after functions it uses.
16122 (calendar-phases-of-moon, diary-phases-of-moon)
16123 (lunar-new-moon-on-or-after): Use cadr, nth.
16124 (lunar-new-moon-on-or-after): Doc fix.
16125
16126 * textmodes/org-irc.el (top-level): CL not required when compiling.
16127 (org-irc-visit-erc): Replace runtime CL functions.
16128
16129 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16130 (org-publish-delete-dups): Declare as function.
16131
16132 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16133
16134 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16135 (vc-bzr-show-log-entry): Make regexp match more cases.
16136 (vc-diff-switches-list): Remove autoload, not needed.
16137
16138 2008-03-14 Juri Linkov <juri@jurta.org>
16139
16140 * isearch.el (isearch-edit-string): Remove one call to
16141 `isearch-push-state' not to push an inconsistent state,
16142 but keep another correct call to `isearch-push-state'.
16143 (isearch-ring-adjust): Call `isearch-push-state' only when
16144 `search-ring-update' is non-nil since `isearch-edit-string'
16145 already pushes its state.
16146 (isearch-message): Improve matching the failed part by checking
16147 if the original message starts with the last successful message.
16148
16149 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16150 (dired-perm-write): Rename from `dired-warn-writable'.
16151 Change parent face from `font-lock-warning-face' to
16152 `font-lock-comment-delimiter-face'.
16153 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16154 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16155 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16156 with `dired-perm-write-face'.
16157
16158 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16159
16160 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16161 Create cache dir only if it doesn't already exist.
16162
16163 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16164
16165 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16166 of \ and '.
16167
16168 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16169
16170 * net/browse-url.el (browse-url-text-xterm):
16171 Unquote browse-url-text-browser.
16172
16173 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16174
16175 * textmodes/org-mouse.el: Version number change.
16176
16177 * textmodes/org-publish.el (org-publish-expand-components):
16178 Remove null projects from the list of components.
16179 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16180 Remove unused retrieval of the :publishing-directory property.
16181 (org-publish-file): Bugfix: when using a relative directory as the
16182 publishing directory, convert it to a directory filename.
16183 (org-publish-project): New alias.
16184 (org-publish-get-files): Protect against empty p.
16185 (org-publish-file): Send an error when file is not part of any project.
16186 (org-publish-file): Offer to refresh the list of files in known
16187 project when the current file is not part of any project.
16188 (org-publish-before-export-hook)
16189 (org-publish-after-export-hook): New hooks.
16190 (org-publish-org-to): Use new hooks and kill buffers.
16191 (org-publish-file): Remove the code for killing buffers.
16192 (org-publish-initialize-files-alist): Use interactive.
16193 (org-publish-file): If the publishing function creates a new
16194 buffer, kill it after publishing.
16195 (org-publish-timestamp-filename): Protect ":" in file name path
16196 under windows.
16197
16198 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16199 change that killed the LaTeX buffer.
16200
16201 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16202 in the decision tree.
16203 (org-select-remember-template): Clean the code.
16204 (org-prepare-dblock): Add the extra :content parameter.
16205 (org-write-agenda): New output type ".ics" files.
16206 (org-write-agenda): Call `org-icalendar-verify-function', both for
16207 time stamps and for TODO entries.
16208 (org-agenda-collect-markers, org-create-marker-find-array)
16209 (org-check-agenda-marker-table): New functions.
16210 (org-agenda-marker-table): New variable.
16211 (org-export-as-html): Revert the change that killed the html
16212 buffer. Side effects first need to be studied carefully.
16213 (org-get-tags-at): Fix the structure of the condition-case statement.
16214 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16215 (org-timestamp-change): Fix regular expressions to swallow the
16216 extra character for repeat-shift control.
16217 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16218 (org-get-legal-level): Alias to `org-get-valid-level'.
16219 (org-dblock-write:clocktable): Add a :link parameter, linking
16220 headlines to their location in the Org agenda files.
16221 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16222 throwing an error when getting tags before headlines.
16223 (org-timestamp-change, org-modify-ts-extra)
16224 (org-ts-regexp1): Fix timestamp editing.
16225 (org-agenda-custom-commands-local-options): New constant.
16226 (org-agenda-custom-commands):
16227 Use `org-agenda-custom-commands-local-options' to improve customize
16228 type. "htmlize": Removed hack to fix face problem with htmlize,
16229 it no longer seem necessary.
16230 (org-follow-link-hook): New hook.
16231 (org-agenda-custom-commands): Add "Component" as a tag for each
16232 item in a command series.
16233 (org-open-at-point): Run `org-follow-link-hook'.
16234 (org-agenda-schedule): Bugfix: don't display marker type when it
16235 is nil.
16236 (org-store-link): org-irc required.
16237 (org-set-regexps-and-options): Parse the new logging options.
16238 (org-extract-log-state-settings): New function.
16239 (org-todo): Handle the new ways of recording state change stuff.
16240 (org-local-logging): New function.
16241 (org-columns-open-link): Fix bug with opening link in column view.
16242 (org-local-logging): New function.
16243 (org-todo): Make sure that LOGGING properties are honoured.
16244 (org-todo-keywords): Improve docstring.
16245 (org-startup-options): Cleanup startup options.
16246 (org-set-regexps-and-options): Process the "!" markers.
16247 (org-todo): Respect the new logging stuff.
16248 (org-log-note-how): New variable.
16249 (org-add-log-maybe): New parameter HOW that defines how logging
16250 should be done and also overrides PURPOSE. Add a docstring.
16251 (org-add-log-note): Check if we really need to ask for a note.
16252 (org-get-current-options): Digest the new keyword.
16253 (org-agenda-reset-markers): Rename from
16254 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16255 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16256 function, without force argument.
16257 (org-buffer-property-keys): Bind local variables s and p.
16258 (org-make-tags-matcher): Allow "" to match an empty or
16259 non-existent property value.
16260 (org-export-as-html): Join unsorted lists when they directly
16261 follow each other. Such lists may be created by headlines that
16262 are converted to lists.
16263 (org-nofm-to-completion): New function.
16264 (org-export-as-html): Use :html-extension instead of
16265 org-export-html-extension.
16266 (org-store-link): Support for links from `rmail-summary-mode'.
16267 (org-columns-new, org-complete, org-set-property): Set the
16268 `include-columns' argument in the call to
16269 `org-buffer-property-keys'.
16270 (org-buffer-property-keys): New argument `include-columns', to
16271 include properties expected by any of the COLUMNS formats in the
16272 current buffer.
16273 (org-cleaned-string-for-export): Get rid of drawers first, so that
16274 they will be removed also in the text before the first headline.
16275 (org-clock-report): Show the clocktable when found.
16276 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16277 (org-version): With prefix argument, insert `org-version' at point.
16278 (org-agenda-goto): Recenter the window after finding the target
16279 location, to make sure the correct position will be displayed.
16280 (org-agenda-get-deadlines): Don't scale priority with the warning
16281 period.
16282 (org-insert-heading): Don't break line in the middle of the line.
16283 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16284 be 0.
16285 (org-update-checkbox-count): Revamp to deal with hierarchical
16286 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16287 (org-remove-timestamp-with-keyword): New function.
16288 (org-schedule, org-deadline):
16289 Use `org-remove-timestamp-with-keyword' to make sure all such time
16290 stamps are removed.
16291 (org-mode): Support for `align'.
16292 (org-agenda-get-deadlines): Make sure priorities increase as the
16293 due date approaches and is passed.
16294 (org-remember-apply-template): Fix problem with tags that
16295 contain "_" or "@".
16296 (org-make-link-regexps): Improve the regular expression for plain links.
16297 (org-agenda-get-closed): List each clocking entry.
16298 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16299 (org-special-ctrl-k): New option.
16300 (org-kill-line): New function.
16301 (org-archive-all-done): Fix incorrect number of stars in regexp.
16302 (org-refile-get-location): New function.
16303 (org-refile-goto-last-stored): New function.
16304 (org-global-tags-completion-table): Add the value of org-tag-alist
16305 in each buffer, to make sure that also unused tags will be
16306 available for completion.
16307 (org-columns-edit-value)
16308 (org-columns-next-allowed-value): Only update if not in agenda.
16309 (org-clocktable-steps): New function.
16310 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16311 (org-archive-subtree): Add the outline tree context as a property.
16312 (org-closest-date): New optional argument `prefer'.
16313 (org-goto-auto-isearch): New option.
16314 (org-goto-map, org-get-location): Implement auto-isearch.
16315 (org-goto-local-auto-isearch-map): New variable.
16316 (org-goto-local-search-forward-headings)
16317 (org-goto-local-auto-isearch): New functions.
16318
16319 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16320
16321 * textmodes/org-irc.el: New file.
16322
16323 2008-03-13 John Wiegley <johnw@gnu.org>
16324
16325 * textmodes/org-mac-message.el: New file.
16326
16327 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16328
16329 * font-lock.el (font-lock-comment-face): Set the foreground for
16330 the light background 8 colors case.
16331
16332 2008-03-13 Glenn Morris <rgm@gnu.org>
16333
16334 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16335 generate-autoload-cookie patterns.
16336
16337 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16338
16339 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16340 (MH_E_SRC): Remove variable.
16341 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16342 Simplify file header. Use $@ for generated-autoload-file.
16343
16344 * Makefile.in (LOADDEFS): New variable.
16345 (AUTOGENEL): Use $LOADDEFS.
16346 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16347 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16348 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16349 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16350 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16351 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16352 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16353 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16354 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16355 Add calendar-specific autoload cookies, and remove any setting of
16356 generated-autoload-file.
16357 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16358 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16359 diary-loaddefs.
16360 * calendar/holidays.el: Replace explicit autoloads with reading of
16361 hol-loaddefs.
16362
16363 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16364 (calendar-buffer-list): Simplify.
16365 (generate-calendar-window): Use calendar-mark-holidays rather than
16366 obsolete alias.
16367
16368 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16369 Use cal-hebrew-yahrzeit-buffer.
16370
16371 * calendar/cal-x.el (calendar-only-one-frame-setup)
16372 (calendar-two-frame-setup): Doc fixes.
16373 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16374
16375 * calendar/appt.el (appt-mode-string): Mark as risky.
16376 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16377
16378 * calendar/cal-html.el (diary-list-entries):
16379 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16380 (calendar-iso-from-absolute): Fix autoloads.
16381
16382 * calendar/cal-iso.el (calendar-absolute-from-iso)
16383 (calendar-iso-read-args): Simplify.
16384 (calendar-iso-date-string, calendar-iso-read-args)
16385 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16386
16387 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16388 (displayed-month, displayed-year): Move declarations where needed.
16389 (calendar-print-astro-day-number): Doc fix.
16390
16391 * calendar/cal-persia.el (persian-calendar-month-name-array)
16392 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16393 (persian-prompt-for-date): Remove local variable `today'.
16394
16395 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16396
16397 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16398 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16399 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16400 (diary-sabbath-candles, solar-equinoxes/solstices)
16401 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16402 (solar-time-equation, solar-date-to-et): Simplify.
16403
16404 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16405 Replace `(car (cdr' with cadr'.
16406
16407 * progmodes/f90.el (f90-font-lock-n): New function.
16408 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16409 Use f90-font-lock-n.
16410 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16411
16412 * progmodes/f90.el (f90-mode-abbrev-table):
16413 * progmodes/fortran.el (fortran-mode-abbrev-table):
16414 Use newer form of define-abbrev, where supported. No need to bind
16415 abbrevs-changed for system abbrevs.
16416
16417 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16420 delete-frame-functions.
16421
16422 * bookmark.el (Info-current-node): Remove.
16423
16424 2008-03-12 Juri Linkov <juri@jurta.org>
16425
16426 * help.el (describe-project): Remove defaliases for view-todo and
16427 describe-project that are now unnecessary after the merge from
16428 emacs--rel--22 that added define-obsolete-function-alias.
16429
16430 * startup.el (inhibit-startup-screen): Revert incomplete
16431 2008-03-10 merge from emacs--rel--22 that partly reverted
16432 2008-02-28 change that added initial message to *scratch* buffer
16433 regardless of the value of `inhibit-startup-screen'.
16434 Now keep this change in the trunk, but not in the 22 branch.
16435
16436 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16437
16438 * international/quail.el (quail-setup-completion-buf, quail-help):
16439 * mail/binhex.el (binhex-decode-region-internal):
16440 * mail/uudecode.el (uudecode-decode-region-internal):
16441 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16442 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16443 setting default-enable-multibyte-characters.
16444
16445 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16446
16447 * comint.el: Fix up indentation and comment style. Remove `function'.
16448
16449 * international/mule-cmds.el (reset-language-environment)
16450 (set-language-environment-nonascii-translation):
16451 Don't set-unibyte-charset.
16452
16453 * doc-view.el: Remove all cb-args, use closures instead.
16454 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16455 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16456 doing an incorrect check). Update all callers to use the new name.
16457 (doc-view-doc->txt): Add missing `txt' argument.
16458
16459 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16460
16461 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16462 md5 sum calculation to single-byte.
16463
16464 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16465
16466 * doc-view.el (doc-view-new-window-function): Add assertion.
16467 (doc-view-doc-type): New var.
16468 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16469 (doc-view-intersection): New fun.
16470 (doc-view-mode): Use it to set the new var.
16471
16472 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16473
16474 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16475 (doc-view-already-converted-p): New functions.
16476 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16477 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16478 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16479 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16480 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16481 (doc-view-convert-current-doc): Don't hardwire the functions the
16482 sentinels call. Now they're provided by two args CALLBACK and
16483 CB-ARGS to the functions.
16484 (doc-view-search): Use doc-view-doc->txt.
16485 (doc-view-initiate-display): Use doc-view-already-converted-p.
16486 Mention new binding C-c C-t if doc-view-mode doesn't work.
16487
16488 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16489
16490 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16491
16492 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16495 Mark " outside of tags as punctuation.
16496
16497 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * menu-bar.el (minibuffer-local-map): Use the same command for the
16500 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16501 Prefer RET over C-j for exit-minibuffer.
16502
16503 * files.el (display-buffer-other-frame): Eliminate problematic code.
16504
16505 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16506 (menu-bar-select-buffer): Remove.
16507 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16508 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16509
16510 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16511
16512 * icomplete.el (icomplete-completions): Remove obsolete code.
16513
16514 * net/net-utils.el (iwconfig-program-options): Doc fix.
16515 (net-utils-run-program, run-network-program): Define as functions.
16516
16517 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16518
16519 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16520
16521 2008-03-11 Glenn Morris <rgm@gnu.org>
16522
16523 * faces.el (mode-line-emphasis): New face.
16524 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16525
16526 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16527
16528 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16529
16530 * simple.el (set-mark-command): Doc fix.
16531
16532 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16535
16536 * emacs-lisp/autoload.el (autoload-find-destination):
16537 Don't force raw-text.
16538
16539 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16540 * calendar/cal-loaddefs.el: Don't version control.
16541
16542 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16543
16544 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16545 entries and add :help to the existing ones.
16546
16547 2008-03-10 Glenn Morris <rgm@gnu.org>
16548
16549 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16550 to where they are needed.
16551
16552 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16553 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16554 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16555 (calendar-version): Doc fixes.
16556 (calendar-absolute-from-gregorian): Use zerop.
16557 (calendar-mode-line-format): Make it a defcustom.
16558
16559 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16560 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16561 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16562 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16563 (mark-included-diary-files, mark-calendar-days-named)
16564 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16565 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16566 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16567 (insert-anniversary-diary-entry, insert-block-diary-entry)
16568 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16569 (diary-font-lock-sexps): Doc fixes.
16570 (diary-remind-message, mark-calendar-month): Use zerop.
16571 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16572 (diary-list-entries): Revert let to let* (previous change).
16573
16574 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16575
16576 2008-03-10 Kim F. Storm <storm@cua.dk>
16577
16578 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16579 function aliases for the old names.
16580
16581 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16582
16583 * iswitchb.el (iswitchb-use-faces): Doc fix.
16584 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16585 Fix typos in docstrings.
16586
16587 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16588
16589 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16590 Fix typo.
16591 (verilog-type-font-keywords): Reindent.
16592
16593 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16594
16595 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16596 Fix bug in the grouping-keyword regular expression.
16597 (verilog-font-lock-keywords): Allow users to toggle special
16598 highlight of grouping-keywords.
16599 (verilog-highlight-grouping-keywords): The toggle for special
16600 highlighting of grouping keywords.
16601
16602 2008-03-10 Juri Linkov <juri@jurta.org>
16603
16604 * startup.el: Revert 2008-02-28 change that adds initial message
16605 to *scratch* buffer regardless of the value of
16606 `inhibit-startup-screen'.
16607
16608 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16609
16610 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16611 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16612 * progmodes/verilog-mode.el (verilog-mode):
16613 * net/socks.el (socks):
16614 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16615
16616 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16619 (doc-view-bookmark-make-record): Use them.
16620 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16621 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16622
16623 * bookmark.el (bookmark-make-record-function): Change expected return
16624 value to include a suggested bookmark name.
16625 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16626 Fix reversed `overwrite' semantics.
16627 (bookmark-set): Call bookmark-make-record before prompting the user.
16628 Then pass the result to bookmark-store later on.
16629 (bookmark-make-name-function): Remove.
16630 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16631 * info.el (bookmark-make-name-function): Remove.
16632 (Info-mode): Don't set it.
16633 (Info-bookmark-make-name): Remove.
16634 (Info-bookmark-make-record): Use Info-current-node as suggested default
16635 bookmark name.
16636
16637 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16638 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16639 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16640 (bookmark-annotation-buffer, bookmark-annotation-file)
16641 (bookmark-annotation-point, bookmark-send-annotation)
16642 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16643 (bookmark-edit-annotation-text-func): Rename from
16644 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16645 (bookmark-edit-annotation-mode-map): Move initialization into
16646 declaration.
16647
16648 * bookmark.el: Remove spurious * in docstrings.
16649 (bookmark-minibuffer-read-name-map): New var.
16650 (bookmark-set): Use it. Also pass the default value as it should.
16651 (bookmark-send-edited-annotation): Take no chances with text properties.
16652 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16653 (bookmark-insert-buffer-name): Remove.
16654 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16655
16656 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16657
16658 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16659
16660 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16661
16662 * diff-mode.el (diff-mode-menu): Add :help.
16663
16664 2008-03-09 Glenn Morris <rgm@gnu.org>
16665
16666 * calendar/calendar.el (general-holidays, oriental-holidays)
16667 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16668 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16669 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16670 (calendar-holidays): Restore autoload cookies, because people are
16671 used to using these variables without loading calendar.el.
16672
16673 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16674 (date, number): Declare where needed.
16675
16676 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16677 (list-sexp-diary-entries): Doc fixes.
16678 (diary-list-entries): Doc fix. Remove free variable `entry'.
16679 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16680 Simplify setting of `date-holiday-list'.
16681 (mark-diary-entries): Remove free variable `entry'.
16682 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16683 Use let where let* is not needed.
16684
16685 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16686
16687 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16688 make-record function, instead paste it in afterwards.
16689 (bookmark-make-record-for-text-file):
16690 * doc-view.el (doc-view-bookmark-make-record):
16691 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16692
16693 2008-03-08 Glenn Morris <rgm@gnu.org>
16694
16695 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16696
16697 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * calendar/diary-lib.el (diary-list-entries)
16700 (include-other-diary-files, mark-diary-entries)
16701 (mark-sexp-diary-entries, mark-included-diary-files)
16702 (diary-entry-time, list-sexp-diary-entries): Remove the special
16703 handling of ^M that dates back to the use of selective-display.
16704 (simple-diary-display): Obey setting of pop-up-frames.
16705 (body, entry): Remove unnecessary declarations.
16706
16707 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16708 (bookmark-get-annotation, bookmark-set-annotation)
16709 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16710 (bookmark-set-position, bookmark-get-front-context-string)
16711 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16712 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16713 * info.el (Info-bookmark-make-record): Don't bother recording point.
16714 (bookmark-get-filename, bookmark-get-front-context-string)
16715 (bookmark-get-rear-context-string, bookmark-get-position):
16716 Don't declare any more.
16717 (bookmark-get-info-node): Remove.
16718 (bookmark-prop-get): Declare.
16719 (Info-bookmark-jump): Use it.
16720
16721 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16722
16723 * subr.el (while-no-input): Don't splice BODY directly into the
16724 `or' form.
16725
16726 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16727
16728 * diff-mode.el (diff-ignore-whitespace-hunk):
16729 Bind inhibit-read-only before trying to change the buffer.
16730
16731 2008-03-08 Glenn Morris <rgm@gnu.org>
16732
16733 * calendar/appt.el (appt): Move custom group here from calendar.el.
16734 (appt-disp-window, appt-convert-time): Doc fixes.
16735
16736 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16737 (calendar-bahai-mark-date-pattern):
16738 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16739 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16740 * calendar/cal-julian.el (calendar-absolute-from-julian):
16741 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16742
16743 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16744 calendar.el.
16745 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16746 Make constants.
16747 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16748 (chinese-calendar-daylight-savings-starts)
16749 (chinese-calendar-daylight-savings-ends)
16750 (chinese-calendar-daylight-savings-starts-time)
16751 (chinese-calendar-daylight-savings-ends-time)
16752 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16753 Doc fixes.
16754
16755 * calendar/cal-coptic.el (coptic-name): Add doc string.
16756
16757 * calendar/cal-french.el (french-calendar-month-name-array)
16758 (french-calendar-day-name-array, french-calendar-special-days-array):
16759 Add doc strings.
16760
16761 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16762 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16763 (diary-bahai-insert-yearly-entry):
16764 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16765 (calendar-time-zone):
16766 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16767 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16768 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16769 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16770 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16771 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16772 (list-islamic-diary-entries, mark-islamic-diary-entries)
16773 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16774 (insert-yearly-islamic-diary-entry):
16775 * calendar/cal-iso.el (calendar-iso-read-args):
16776 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16777 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16778 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16779 (calendar-next-calendar-round-date)
16780 (calendar-mayan-long-count-common-era):
16781 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16782 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16783 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16784 (calendar-mouse-goto-date):
16785 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16786 * calendar/holidays.el (holidays):
16787 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16788 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16789 (safe-date-to-time): Doc fixes.
16790
16791 * calendar/cal-persia.el (persian-calendar-month-name-array)
16792 (persian-calendar-epoch): Make constants.
16793
16794 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16795 calendar.el.
16796
16797 * calendar/cal-x.el (diary-frame-parameters)
16798 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16799 (calendar-after-frame-setup-hooks): Make defcustoms.
16800 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16801 (calendar-two-frame-setup): Doc fix.
16802
16803 * calendar/cal-loaddefs.el: New file.
16804
16805 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16806 * calendar/cal-french.el, calendar/cal-html.el:
16807 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16808 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16809 * calendar/cal-tex.el, calendar/cal-x.el:
16810 Unquote lambda functions. Add autoload cookies to functions formerly
16811 autoloaded in calendar.el. Set `generated-autoload-file' to
16812 "cal-loaddefs.el".
16813
16814 * calendar/calendar.el: Move many autoloads to separate file,
16815 cal-loaddefs.el. Move defcustoms to start and re-order.
16816 (calendar-month-name-array, calendar-starred-day): No need to
16817 declare for compiler.
16818 (cal-loaddefs): Require it.
16819 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16820 appropriate file.
16821 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16822 Reverse logic.
16823 (diary-face, diary-file-name-prefix-function, diary-include-string)
16824 (diary-glob-file-regexp-prefix, diary-face-attrs)
16825 (diary-file-name-prefix, sexp-diary-entry-symbol)
16826 (print-diary-entries-hook, list-diary-entries-hook)
16827 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16828 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16829 Move to diary-lib.
16830 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16831 (all-bahai-calendar-holidays): Doc fix.
16832 (calendar-insert-indented): Doc fix. Use when rather than if.
16833 (exit-calendar): Use mapc rather than mapcar.
16834 (calendar-cursor-to-date): Use zerop.
16835 (calendar-mark-ring): Add doc-string.
16836 (calendar-starred-day): Defvar it.
16837 (calendar-mode): Make calendar-starred-day local.
16838 (calendar-star-date): No need to make calendar-starred-day local.
16839
16840 * calendar/diary-lib.el: Move defcustoms to start.
16841 (diary-include-string, diary-list-include-blanks)
16842 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16843 (diary-file-name-prefix, diary-file-name-prefix-function)
16844 (sexp-diary-entry-symbol, list-diary-entries-hook)
16845 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16846 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16847 Move here from calendar.el.
16848 (diary-file-name-prefix-function): Use 'identity.
16849 (diary-face): Make it a defcustom, and mark as obsolete.
16850 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16851 (calendar-hebrew-month-name-array-leap-year)
16852 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16853 Define for compiler.
16854 (diary-font-lock-keywords): Use format rather than concat.
16855 Add bahai-diary-entry-symbol.
16856
16857 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16858 * calendar/solar.el: Unquote lambda functions.
16859
16860 * calendar/solar.el (calendar-location-name, calendar-latitude)
16861 (calendar-longitude, solar-setup, solar-sin-degrees)
16862 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16863 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16864 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16865 (solar-exact-local-noon, solar-julian-ut-centuries)
16866 (solar-ephemeris-time, solar-date-next-longitude)
16867 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16868 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16869 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16870 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16871 Doc fixes.
16872 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16873 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16874 (solar-ecliptic-coordinates): Use unless.
16875 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16876 Use or.
16877
16878 * calendar/timeclock.el: Add doc-strings to all functions.
16879 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16880 (timeclock-entry-list-length, timeclock-entry-list-projects)
16881 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16882
16883 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16884
16885 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16886 (org-get-entries-from-diary): Require diary-lib.
16887
16888 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16889
16890 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16891 Pacify byte-compiler.
16892
16893 2008-03-07 Alan Mackenzie <acm@muc.de>
16894
16895 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16896 paren/bracket pairs parsed, to solve performance problem.
16897
16898 2008-03-07 Bastien Guerry <bzg@altern.org>
16899
16900 * bookmark.el (bookmark-set): Don't check for
16901 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16902 already takes care of this.
16903 (bookmark-buffer-name, bookmark-buffer-file-name):
16904 Remove Info-mode specific code.
16905
16906 * info.el (bookmark-get-info-node): Define this function in
16907 info.el, not in bookmark.el.
16908 (Info-mode): Set `bookmark-make-name-function' to
16909 `Info-bookmark-make-name' locally.
16910 (Info-bookmark-make-name): New function.
16911
16912 * bookmark.el (bookmark-make-name-function): New variable.
16913
16914 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16915
16916 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16917 buffer-local, not `bookmark-make-cell-function' (the old name).
16918
16919 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16920
16921 * doc-view.el (doc-view-bookmark-make-record):
16922 * image-mode.el (image-bookmark-make-record):
16923 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16924
16925 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16926
16927 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16928 boundp 'vc-ignore-menu-filter.
16929 (vc-status-tool-bar-map): Make it defvar.
16930 (vc-status-mode): vc-status-tool-bar-map now variable.
16931 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16932
16933 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16934
16935 Give a better name to part of the bookmark interface.
16936
16937 This was originally a much larger change, but halfway through I
16938 updated and discovered that Stefan Monnier had done the rest.
16939 It looks like he anticipated the new name too, because he used
16940 `the-record' instead of `the-cell' for some internal variable names.
16941
16942 * bookmark.el (bookmark-make-record-function): Was
16943 `bookmark-make-cell-function'.
16944 (bookmark-make, bookmark-send-annotation): Update for above.
16945 (bookmark-make-record-for-text-file):
16946 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16947
16948 * info.el: Adjust accordingly.
16949 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16950
16951 * image-mode.el: Adjust accordingly.
16952 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16953
16954 * doc-view.el: Adjust accordingly.
16955 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16956
16957 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16960 Move initialization into declaration.
16961 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16962 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16963 (bookmark-info-current-node): Remove.
16964 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16965 Add relocation fallback. Set bookmark-current-bookmark.
16966 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16967 Remove relocation fallback. Don't set bookmark-current-bookmark.
16968 (bookmark-set): Let it be used even if there's no buffer-file-name
16969 as long as there is a bookmark-make-cell-function.
16970 * info.el (Info-bookmark-jump): Remove relocation fallback.
16971 Don't set bookmark-current-bookmark.
16972
16973 2008-03-07 Glenn Morris <rgm@gnu.org>
16974
16975 * calendar/appt.el (appt-issue-message)
16976 (appt-message-warning-time, appt-audible, appt-visible)
16977 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16978 (appt-display-diary): Remove autoload cookies.
16979
16980 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16981 Remove leading `*' from defcustom doc-strings.
16982
16983 * calendar/cal-dst.el (calendar-dst): New custom group.
16984 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16985 (calendar-time-zone, calendar-daylight-time-offset)
16986 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16987 (calendar-daylight-savings-starts-time)
16988 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16989 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16990 Move to start.
16991
16992 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16993
16994 * calendar/calendar.el (calendar-version): Use emacs-version and
16995 make it obsolete. Move to end.
16996 (calendar-offset, view-diary-entries-initially)
16997 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16998 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16999 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17000 (all-bahai-calendar-holidays, calendar-load-hook)
17001 (initial-calendar-window-hook, today-visible-calendar-hook)
17002 (today-invisible-calendar-hook, calendar-move-hook)
17003 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17004 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17005 (diary-include-string, sexp-diary-entry-symbol)
17006 (abbreviated-calendar-year, american-date-diary-pattern)
17007 (european-date-diary-pattern, european-calendar-display-form)
17008 (american-calendar-display-form, print-diary-entries-hook)
17009 (list-diary-entries-hook, diary-hook, diary-display-hook)
17010 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17011 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17012 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17013 (local-holidays, other-holidays, hebrew-holidays-1)
17014 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17015 (hebrew-holidays, christian-holidays, islamic-holidays)
17016 (bahai-holidays, solar-holidays, calendar-setup)
17017 (calendar-week-start-day): Remove autoload cookies.
17018 (diary-glob-file-regexp-prefix): Doc fix.
17019 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17020 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17021 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17022
17023 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17024 (calendar-time-display-form, calendar-latitude)
17025 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17026 cookies.
17027 (calendar-latitude, calendar-longitude): Move functions after
17028 variables.
17029 (diary-sabbath-candles-minutes): Move to start.
17030 (solar-setup): Use or rather than if.
17031 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17032 Remove condition-case.
17033 (solar-atn2): Use zerop.
17034 (solar-equinoxes-solstices): Doc fix.
17035
17036 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17037 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17038
17039 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17040 (calendar-longitude, calendar-latitude, calendar-location-name):
17041 Declare for compiler.
17042
17043 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * arc-mode.el (archive-ar-file-header-re): New const.
17046 (archive-ar-summarize, archive-ar-extract): New funs.
17047 (archive-find-type): Recognize ar archives.
17048
17049 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17050 New functions.
17051
17052 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17053
17054 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17055
17056 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17057 Replace :enable (mark-active) with :enable mark-active.
17058
17059 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17060
17061 * vms-patch.el (make-legal-file-name): New obsolete alias.
17062 (make-valid-file-name): Rename from `make-legal-file-name'.
17063 (make-auto-save-file-name): Use it.
17064
17065 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17066 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17067 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17068
17069 * textmodes/org.el (org-export-html-style): Doc fix.
17070 (org-get-legal-level): New obsolete alias.
17071 (org-get-valid-level): Rename from `org-get-legal-level'.
17072 (org-promote, org-demote, org-archive-subtree)
17073 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17074
17075 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17076
17077 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17078
17079 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17080 (vc-status-toggle-mark): New functions.
17081 (vc-status-mode): Set tool bar map.
17082
17083 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17084
17085 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17086 Reported by Drew Adams <drew.adams@oracle.com>.
17087
17088 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17089
17090 * subr.el (read-quoted-char): Resolve modifiers of the character
17091 event.
17092
17093 * comint.el (comint-exec-1): Don't change the coding-system for
17094 decoding to dos-like EOL.
17095 (comint-carriage-motion): Fully rewrite.
17096
17097 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17098
17099 * epg.el (epg-context-include-certs): Reflow docstring.
17100 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17101 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17102 (epg-context-set-signers, epg-context-set-sig-notations)
17103 (epg-make-import-status, epg-make-import-result)
17104 (epg-start-delete-keys): Fix typos in docstrings.
17105 (epg-start-sign-keys, epg-sign-keys):
17106 Fix typos in obsolescence declarations.
17107
17108 * iswitchb.el: Don't check for `cadr' and `last'.
17109 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17110 Add obsolescence declaration and remove redundant info from docstring.
17111 (iswitchb-set-common-completion, iswitchb-set-matches)
17112 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17113 (recentf-list, most-len, most-is-exact):
17114 Don't wrap defvars within `eval-when-compile'.
17115
17116 2008-03-05 Glenn Morris <rgm@gnu.org>
17117
17118 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17119 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17120 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17121 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17122 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17123
17124 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17125 declaration for compiler.
17126 (ediff-xemacs-init-menus): Use when rather than if.
17127
17128 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17129 if+and to just and.
17130 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17131 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17132
17133 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17134
17135 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17136 test inside XEmacs test.
17137 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17138 since it was doing nothing on Emacs.
17139 (ediff-make-bullet-proof-overlay): Use when rather than if.
17140
17141 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17142 (ediff-setup-control-frame): Remove
17143 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17144 a (featurep 'xemacs) test.
17145
17146 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17147
17148 * calc/calc-ext.el (calc-extended-command-history): New variable.
17149 (calc-execute-extended-command): Use `calc-extended-command-history'.
17150
17151 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17152
17153 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17154 (standard-mode-line-position): Add mouse-face.
17155
17156 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17157 * progmodes/grep.el (grep-mode-map): Add :help.
17158
17159 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17160 initialize in one step. Add :help. Use :enable to activate menu
17161 items. Show the key binding for edebug-defun.
17162 (lisp-interaction-mode-map): Add a menu.
17163
17164 * term.el (term-mode-map): Define and initialize in one step.
17165
17166 * ediff-init.el (ediff-color-display-p): Simplify.
17167 (Xor): Remove unused function.
17168 (ediff-with-syntax-table): Simplify for Emacs.
17169
17170 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17171 menu-bar being loaded, it always is.
17172
17173 2008-03-05 Glenn Morris <rgm@gnu.org>
17174
17175 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17176 multiple definitions when compiling.
17177
17178 2008-03-04 Alan Mackenzie <acm@muc.de>
17179
17180 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17181
17182 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17183 doc-string, "c-old-LEN" -> "c-old-END".
17184
17185 2008-03-04 Jason Rumney <jasonr@gnu.org>
17186
17187 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17188 namespaces.
17189
17190 2008-03-04 Glenn Morris <rgm@gnu.org>
17191
17192 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17193
17194 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17195 than mapcar.
17196
17197 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17200 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17201
17202 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17203 so that M-q can fill comments.
17204 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17205 commands implemented in elisp.
17206 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17207 (tex-format-cmd): New function.
17208 (tex-compile): Use it to let the user specify default arguments.
17209 (tex-cmd-bibtex-args): New var.
17210 (tex-cmd-doc-view): New function.
17211
17212 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17213
17214 * faces.el (face-spec-set): Fix typos in docstring.
17215
17216 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17217
17218 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17219 (standard-mode-line-position): Use it to add a menu for toggling
17220 column number and line number display.
17221
17222 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17223
17224 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17225 Remove optimization that was working around the form-code-walker bug.
17226
17227 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17228 Walk into the body of lambdas after byte-compile-unfold-lambda.
17229
17230 2008-03-03 Glenn Morris <rgm@gnu.org>
17231
17232 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17233 value, if set, over frame value.
17234
17235 * simple.el (transient-mark-mode): Don't turn on by default.
17236
17237 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17238 accidentally removed by the 2007-12-05 merge from Gnus.
17239
17240 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17241
17242 * progmodes/compile.el (compilation-menu-map): Add menu entries
17243 for useful options.
17244
17245 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17246 Glenn Morris <rgm@gnu.org>
17247
17248 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17249 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17250 Give a `bytecomp-' prefix to local variables with common names.
17251
17252 2008-03-01 Glenn Morris <rgm@gnu.org>
17253
17254 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17255 Restore code commented out 2007-11-10.
17256
17257 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17258
17259 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17260 Delete macro.
17261 * emulation/viper-cmd.el, emulation/viper-ex.el:
17262 * emulation/viper-init.el, emulation/viper-keym.el:
17263 * emulation/viper-mous.el, emulation/viper-util.el:
17264 * emulation/viper.el:
17265 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17266 featurep test.
17267
17268 Replace obsolete frame-local variables with frame-parameters.
17269 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17270 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17271 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17272 on XEmacs.
17273 * emulation/viper-util.el (viper-frame-value): New macro.
17274 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17275 (viper-R-state-post-command-sentinel)
17276 (viper-replace-state-post-command-sentinel)
17277 (viper-change-state-to-insert, viper-change-state-to-emacs):
17278 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17279 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17280 (viper-get-saved-cursor-color-in-insert-mode)
17281 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17282 Use viper-frame-value for viper-replace-overlay-cursor-color,
17283 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17284 viper-vi-state-cursor-color values.
17285
17286 * emulation/viper-cmd.el (zmacs-region-stays):
17287 * emulation/viper-util.el (zmacs-region-stays): No need to define
17288 for compiler.
17289
17290 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17291 mapcar on Emacs.
17292
17293 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17294 on XEmacs.
17295
17296 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17297 rather than if.
17298
17299 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17300
17301 * whitespace.el: New version 9.3. As the glyph code generation was
17302 fixed, it is possible now to use character code above ?\x1FFFF in the
17303 display table. Fix `whitespace-indentation-regexp' to not include an
17304 extra ending character. Reported by Michael Welsh Duggan
17305 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17306 the original whitespace package had. Suggested by Eric Cooper
17307 <ecc@cmu.edu>. Doc fix.
17308 (whitespace-action): New option.
17309 (whitespace-display-mappings): Changed default newline visualization to
17310 display downwards arrow, as the glyph code generation was fixed.
17311 (whitespace-unload-function): Assure that all local whitespace mode is
17312 turned off.
17313 (whitespace-global-modes): Fix type customization.
17314 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17315 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17316 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17317 Fix code.
17318 (whitespace-buffer): Command removed.
17319 (whitespace-trailing-regexp, whitespace-mark-x)
17320 (whitespace-display-window, whitespace-action-when-on)
17321 (whitespace-add-local-hook, whitespace-remove-local-hook)
17322 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17323 (whitespace-action): New funs.
17324 (whitespace-report-list, whitespace-report-text)
17325 (whitespace-report-buffer-name): New consts.
17326 (whitespace-report, whitespace-report-region): New commands.
17327
17328 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17329
17330 * disp-table.el (make-glyph-code): Don't test the result of
17331 `face-id', which already signals an error for invalid faces.
17332 (glyph-face): Simplify.
17333
17334 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17335 running `desktop-not-loaded-hook' to allow modifying it.
17336 Don't show warning message if `desktop-dirname' was modified.
17337
17338 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17339
17340 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17341 we still expect more lines.
17342
17343 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17344 comment-paragraph filling if the commark doesn't match
17345 comment-start-skip.
17346
17347 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17348
17349 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17350 the `imap' variant.
17351
17352 2008-03-01 Jason Rumney <jasonr@gnu.org>
17353
17354 * files.el (make-auto-save-file-name): Encode more characters in
17355 non-file buffer names. Use url-encoding.
17356
17357 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17358
17359 * net/net-utils.el (ftp-program): Fix typo in docstring.
17360 (ifconfig-program-options, netstat-program-options)
17361 (arp-program-options, route-program-options, nslookup-program-options)
17362 (ftp-program-options, smbclient-program-options)
17363 (dns-lookup-program-options, arp, route): Doc fixes.
17364
17365 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17366 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17367 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17368 Fix typos in docstrings.
17369 (gdb-pending-triggers): Reflow docstring.
17370 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17371
17372 2008-03-01 Alan Mackenzie <acm@muc.de>
17373
17374 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17375 typing "#" at EOB.
17376
17377 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17378
17379 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17380
17381 2008-02-29 Kim F. Storm <storm@cua.dk>
17382
17383 * emulation/cua-base.el (cua-remap-control-v)
17384 (cua-remap-control-z): New defcustoms.
17385 (cua-mode): Add them to set-after property.
17386 (cua--init-keymaps): Use them.
17387 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17388
17389 * help.el (view-emacs-todo): Rename from view-todo.
17390 (describe-gnu-project): Rename from describe-project. Users changed.
17391 (view-help-file): New helper function.
17392 (describe-distribution, describe-copying, describe-gnu-project)
17393 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17394 (view-emacs-debugging, view-external-packages): New commands.
17395 (help-map): Move describe-distribution to C-h C-o (ordering).
17396 Move view-emacs-problems to C-h C-p (problems).
17397 Bind view-emacs-debugging to C-h C-d (debugging).
17398 Bind view-external-packages to C-h C-e (extras).
17399 (help-for-help-internal): Cleanup and align descriptions.
17400 Remove command names to reduce clutter.
17401
17402 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17403
17404 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17405 and quieter face (not a warning).
17406
17407 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17408
17409 * vc.el (vc-status-crt-marked): New variable.
17410 (vc-status-mode): Make it local.
17411 (vc-status-refresh): Use it to save the marked files.
17412 (vc-update-vc-status-buffer): Use it to restore the marked files.
17413
17414 * vc-svn.el (vc-svn-after-dir-status):
17415 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17416
17417 2008-02-29 Glenn Morris <rgm@gnu.org>
17418
17419 * allout.el (allout-topic-encryption-bullet)
17420 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17421 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17422 from 22.0 to 22.1.
17423
17424 * net/imap.el (imap-ping-server):
17425 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17426 Change defcustom :version from 23.0 to 23.1.
17427
17428 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17429
17430 * desktop.el (desktop-save): Save the buffer name if the
17431 uniquified base name is empty.
17432
17433 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17434
17435 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17436 correctly when user has "set print address off".
17437
17438 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17439
17440 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17441 version number of the next major Emacs release, not 23.0.
17442
17443 * longlines.el (longlines-unload-function): New function.
17444
17445 2008-02-28 Juri Linkov <juri@jurta.org>
17446
17447 * startup.el (normal-splash-screen): Add argument `concise'.
17448 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17449 to the created buffer. If `concise' is non-nil, call
17450 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17451 (display-startup-screen): Add argument `concise' to the call to
17452 `normal-splash-screen'.
17453
17454 2008-02-28 Kim F. Storm <storm@cua.dk>
17455
17456 * startup.el (startup-echo-area-message): Check for about-emacs.
17457
17458 2008-02-28 Juri Linkov <juri@jurta.org>
17459
17460 * startup.el: Always add initial message to *scratch* buffer if
17461 `initial-scratch-message' is non-nil regardless of the value of
17462 `inhibit-startup-screen'.
17463 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17464 (command-line-1): Move code that inserts `initial-scratch-message'
17465 up before the if-form that checks for `inhibit-startup-screen'.
17466 Suggested by Jonathan Rockway <jon@jrock.us>.
17467
17468 2008-02-28 Juri Linkov <juri@jurta.org>
17469
17470 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17471 Rename `custom-mode' to `Custom-mode' in docstrings.
17472 (custom-buffer-create-internal, customize-browse):
17473 Rename `custom-mode' to `Custom-mode'.
17474 (custom-mode-hook): Rename to `Custom-mode-hook'.
17475 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17476 (custom-mode): Rename to `Custom-mode'.
17477 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17478 (custom-mode): Add backward-compatible non-interactive variant of
17479 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17480 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17481
17482 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17483
17484 * emulation/viper.el (viper-emacs-state-mode-list):
17485 Rename `custom-mode' to `Custom-mode'.
17486
17487 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17488 Capitalize "Tagged Files".
17489 (minibuffer-local-map): Add menu items for next/previous
17490 history elements and isearch history forward/backward.
17491
17492 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17493 `hs-isearch-open' with t instead of `comment' in :selected
17494 for "Code and Comment blocks" menu item.
17495
17496 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17499 Should be done in desktop.el instead.
17500
17501 2008-02-28 Glenn Morris <rgm@gnu.org>
17502
17503 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17504
17505 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17506
17507 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17508 (Info-menu, Info-goto-node): Remove declarations.
17509 (report-emacs-bug-info): Use info rather than Info-goto-node.
17510
17511 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17512 (idlwave-convert-xml-system-routine-info): Don't require xml.
17513 (idlwave-show-commentary, idlwave-shell-show-commentary):
17514 Don't require finder.
17515 (idlwave-info): Don't require info. Use info rather than
17516 Info-goto-node.
17517
17518 * textmodes/org.el (Info-goto-node): Remove declaration.
17519 (org-info): Use info rather than Info-goto-node.
17520
17521 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17522 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17523
17524 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17525
17526 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17527 the menu.
17528
17529 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17530 (vc-finish-logentry): Check for vc-status-mode, not only for
17531 vc-dired-mode.
17532
17533 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17534
17535 * isearch.el (isearch-printing-char): Don't check
17536 keyboard-coding-system.
17537 Call isearch-process-search-multibyte-characters only when
17538 current-input-method is non-nil.
17539
17540 2008-02-27 Kim F. Storm <storm@cua.dk>
17541
17542 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17543 (glyph-char, glyph-face): Handle cons encoding.
17544
17545 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17546
17547 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17548 empty string, return nil to allow the caller to default to the
17549 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17550
17551 * tool-bar.el (tool-bar-setup): Doc fix.
17552
17553 * mail/supercite.el (sc-describe):
17554 Fix typos in obsolescence declaration.
17555
17556 2008-02-27 Glenn Morris <rgm@gnu.org>
17557
17558 * autoinsert.el (auto-insert-alist): Change permission text to
17559 match FSF's GPLv3 form.
17560
17561 * mail/supercite.el (sc-cite-original): Doc fix.
17562 (sc-version): Make obsolete.
17563 (sc-describe): Show the SC info page. Make obsolete.
17564
17565 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17568 when using transient-mark-mode.
17569 (default-indicate-unused-lines): Remove unused var.
17570
17571 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17572
17573 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17574 and previous.
17575
17576 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17577
17578 2008-02-26 Glenn Morris <rgm@gnu.org>
17579
17580 * net/net-utils.el (top-level): Don't require comint when compiling.
17581 (nslookup-font-lock-keywords): Don't require font-lock.
17582 Use font-lock faces rather than variables.
17583 (nslookup, ftp, smbclient, network-service-connection):
17584 Don't require comint.
17585 (comint-prompt-regexp, comint-input-autoexpand)
17586 (comint-input-ring): Declare for compiler.
17587 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17588 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17589
17590 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17591 doc-string.
17592
17593 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * doc-view.el (doc-view-current-page): Add a `win' argument.
17596
17597 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17598
17599 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17600 Demote it to plain defvar.
17601 (doc-view-conversion-refresh-interval): Reduce interval.
17602 (doc-view-goto-page): Allow moving to pages not yet rendered.
17603 (doc-view-goto-page): Construct a file name rather than extracting it
17604 from doc-view-current-files.
17605 (doc-view-kill-proc): Ignore errors from kill-process.
17606 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17607 (doc-view-insert-image): Use appropriate text if the page hasn't been
17608 rendered yet. Adjust scrolling so the text is displayed.
17609 (doc-view-display): Detect not just that a page is available, but also
17610 that it wasn't available before, so as to avoid refreshing all pages
17611 repeatedly.
17612 (doc-view-mode): Make doc-view-cache-directory if needed.
17613
17614 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17615
17616 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17617 toggle-read-only.
17618
17619 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17620 refering to a missing required field with the OPT prefix.
17621 Make unwindform more robust.
17622
17623 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17624 it duplicates the bibtex support in progmodes/hideshow.el.
17625 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17626 entries that do not start at the beginning of a line.
17627
17628 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17629
17630 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17631
17632 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17633
17634 * help-fns.el (describe-variable): Add phrases about
17635 initialization file with and without customization;
17636 use new button type help-info-variable.
17637
17638 * help-mode.el (help-info-variable):
17639 New button able to read Info files for help-fns.el.
17640
17641 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17642
17643 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17644 (grep-mode): Use grep-mode-tool-bar-map.
17645
17646 * progmodes/compile.el (tool-bar): Require tool-bar.
17647 (compilation-mode-tool-bar-map): New variable.
17648 (compilation-mode): Use compilation-mode-tool-bar-map.
17649
17650 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17651
17652 2008-02-25 Glenn Morris <rgm@gnu.org>
17653
17654 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17655
17656 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * diff-mode.el (diff-file-junk-re): New const.
17659 (diff-beginning-of-file-and-junk): Use it.
17660 (diff-file-kill): Make sure we were really inside a file diff.
17661
17662 * diff-mode.el: Make it more robust in the presence of empty context
17663 lines in unified hunks.
17664 (diff-valid-unified-empty-line): New var.
17665 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17666 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17667 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17668 (diff-hunk-header-re-unified): New const.
17669 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17670 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17671 (diff-sanity-check-hunk): Use it.
17672
17673 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17674 Index: line, don't search backward for the previous one.
17675
17676 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17677
17678 * international/fontset.el (setup-default-fontset): Add non-OTF
17679 lao font for lao script.
17680
17681 * language/tibetan.el: Register tibetan-composition-function in
17682 composition-function-table.
17683
17684 * language/tibet-util.el (tibetan-composition-function):
17685 Adjust for the new calling way (argument changed). Try font-shape-text
17686 if possible.
17687
17688 * language/lao.el: Register lao-composition-function in
17689 composition-function-table.
17690
17691 * language/lao-util.el (lao-composition-function): Adjust for the new
17692 calling way (argument changed). Try font-shape-text if possible.
17693
17694 2008-02-25 Jason Rumney <jasonr@gnu.org>
17695
17696 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17697
17698 2008-02-25 Juri Linkov <juri@jurta.org>
17699
17700 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17701 background, "red4" for a dark background, "red" for 16 and
17702 8 colors, "grey" for grayscale, and inverse video otherwise.
17703 Add :version tag.
17704 (isearch-message): Keep the original isearch-message intact, and
17705 add text properties to it where necessary. Add `isearch-error' to
17706 the condition that checks if isearch is unsuccessful.
17707
17708 2008-02-24 Juri Linkov <juri@jurta.org>
17709
17710 * progmodes/compile.el (compilation-handle-exit):
17711 Use compilation-error face instead of font-lock-warning-face.
17712 Display the same message in the minibuffer as is inserted
17713 at the end of the compilation buffer.
17714
17715 2008-02-24 Glenn Morris <rgm@gnu.org>
17716
17717 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17718 multiple file case.
17719
17720 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17721
17722 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17723 multiple file case. Use a single `let' rather than two.
17724
17725 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17726
17727 * progmodes/compile.el (compilation-start): Specify a face for
17728 mode-line-process.
17729 (compilation-handle-exit): Specify a face and a tooltip for
17730 mode-line-process.
17731
17732 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17735 (hilit-chg-make-ov): Simplify.
17736 (hilit-chg-fixup): Use remove-overlays.
17737 (hilit-chg-set-face-on-change): Remove redundant call to
17738 `remove-text-properties'.
17739
17740 * dired.el (dired-mark-prompt): Don't count/display the t element.
17741 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17742
17743 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17744
17745 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17746 add-submenu.
17747 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17748 Remove. Move contents to the only use ...
17749 (verilog-menu): ... here.
17750 (verilog-statement-menu): Remove. Move contents to the only use ...
17751 (verilog-stmt-menu): ... here.
17752 (verilog-mark-defun): Simply call mark-defun for emacs.
17753 (occur-pos-list): Declare for byte compiler.
17754 (mode-popup-menu): Don't defvar.
17755 (verilog-add-statement-menu): Remove.
17756 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17757 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17758
17759 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17760
17761 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17762 conditional.
17763 (verilog-font-grouping-keywords-face): Make the begin..end
17764 keywords standout more than other verilog keywords.
17765 (verilog-type-font-keywords): Move the begin..end out of this list
17766 to facilitate making them to (potentially) stand out more.
17767 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17768 function & task blocks.
17769 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17770 initial, function & task blocks.
17771 (verilog-forward-sexp): Handle the new "disable fork" statement of
17772 IEEE-1800 Verilog.
17773 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17774 statement of IEEE-1800 Verilog.
17775 (verilog-calc-1): Handle the new "disable fork" statement of
17776 IEEE-1800 Verilog.
17777 (verilog-disable-fork-re): Add const to help handle the new
17778 "disable fork" statement of IEEE-1800 Verilog.
17779 (verilog-declaration-core-re): Add port directions by themselves,
17780 with no qualification, as base item of a declaration.
17781 (verilog-pretty-declarations): Add new flag to ask it to refrain
17782 from printing to the message buffer.
17783 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17784 printing to the message buffer. Improve handling of the many
17785 types of expression line up.
17786 (verilog-just-one-space): Remove printing of an empty message.
17787 (verilog-get-lineup-indent): Rework to support the better handling
17788 of expression lineup for verilog-pretty-expr.
17789 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17790
17791 2008-02-24 Alan Mackenzie <acm@muc.de>
17792
17793 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17794 yesterday's commit.
17795
17796 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17797
17798 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17799 to mouse-set-point in buffers that aren't associated with files.
17800
17801 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17802
17803 2008-02-24 Alan Mackenzie <acm@muc.de>
17804
17805 Set of changes so that "obtrusive" syntactic elements in a
17806 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17807 unmatched paren) don't interact syntactically with stuff outside
17808 the CPP line.
17809
17810 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17811 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17812 off-by-one bug.
17813 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17814 a bit of refactoring.
17815 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17816 functionality of c-awk-advise-fl-for-awk-region, which has been
17817 refactored away.
17818
17819 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17820 (c-clear-char-property-with-value): New function and macro which
17821 remove text-properties `equal' to a supplied value.
17822
17823 * progmodes/cc-engine.el: Comment about text properties amended.
17824
17825 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17826 parens around "error\\|warning".
17827
17828 * progmodes/cc-langs.el (c-get-state-before-change-function)
17829 (c-before-font-lock-function, c-anchored-cpp-prefix):
17830 New language variables.
17831 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17832
17833 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17834 syntax-table text properties.
17835 (c-common-init): Call language specific before/after-change
17836 functions at mode initialisation.
17837 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17838 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17839 (c-neutralize-syntax-in-CPP): New functions.
17840 (c-before-change, c-after-change): Call the new language specific
17841 change functions defined in cc-langs.el.
17842 (c-advise-fl-for-region): New macro.
17843 (awk-mode): Remove AWK specific stuff which has been refactored
17844 into language independent stuff.
17845
17846 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17847
17848 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17849 (gdb): (Re)set gdb-flush-pending-output to nil here...
17850 (gdb-init-1): ...instead of here (before gdb-prompt).
17851
17852 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17855 Recognize ''' just like any other char-constant.
17856
17857 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17858
17859 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17860 careful enough. Detect the uid-change all within the main loop.
17861
17862 2008-02-24 Stefan Monnier <monnier@pastel.home>
17863
17864 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17865
17866 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * hilit-chg.el (highlight-save-buffer-state): New macro.
17869 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17870 (hilit-chg-clear): Use it to preserve the modified-p flag.
17871 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17872
17873 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17876 when needed.
17877
17878 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17879
17880 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17881 from gnus-button-url-regexp.
17882
17883 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17884
17885 * progmodes/compile.el (compilation-next-error): Doc fix.
17886 (compilation-find-file): Doc fix.
17887
17888 2008-02-24 Glenn Morris <rgm@gnu.org>
17889
17890 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17891 Add obsolete aliases to the old names.
17892
17893 2008-02-24 Richard Stallman <rms@gnu.org>
17894
17895 * net/net-utils.el (ifconfig): Rename from ipconfig.
17896 (ipconfig): Alias to ifconfig.
17897 (ifconfig-program): Rename from ipconfig-program.
17898 (ifconfig-program-options): Rename from ipconfig-program-options.
17899
17900 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17901
17902 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17903 Add port directions by themselves, with no qualification, as base
17904 item of a declaration.
17905 (verilog-pretty-declarations): Add new flag that inhibits printing
17906 to the message buffer.
17907 (verilog-pretty-expr): Add new flag that inhibits printing to the
17908 message buffer. Improve handling of the many types of expression
17909 line up.
17910 (verilog-just-one-space): Don't print an empty message.
17911 (verilog-get-lineup-indent): Rework to support the better handling
17912 of expression lineup for verilog-pretty-expr.
17913 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17914 (verilog-mode-version, verilog-mode-release-date): Update.
17915
17916 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * subr.el (cancel-change-group): Don't move point.
17919
17920 2008-02-23 Markus Triska <markus.triska@gmx.at>
17921
17922 * linum.el (linum-after-config): Update all visible windows.
17923
17924 2008-02-23 Glenn Morris <rgm@gnu.org>
17925
17926 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17927 Add :help for Solitaire and Tetris.
17928
17929 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17930
17931 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17932 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17933 (smtpmail-queue-index-file): Make it a defcustom.
17934 (smtpmail-queue-index): Delete.
17935 (smtpmail-send-it, smtpmail-send-queued-mail):
17936 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17937 smtpmail-queue-index.
17938
17939 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17940 Add :version.
17941
17942 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17943
17944 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17945 New variables.
17946 (iwconfig): New function.
17947
17948 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17949
17950 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17951 setting it.
17952 (vc-status-menu-map): Do not define using easy-menu.
17953 (vc-status-menu-map): New defalias.
17954 (vc-status-mode-map): Hook up the menu.
17955 (top-level): Update TODO.
17956
17957 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17958
17959 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17960 (vc-bzr-init-revision): ... this.
17961
17962 2008-02-23 Jason Rumney <jasonr@gnu.org>
17963
17964 * makefile.w32-in (WINS_ALMOST): Remove term.
17965 (WINS): Add term here.
17966 (custom-deps, finder-data): Use WINS_ALMOST.
17967
17968 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17969
17970 * faces.el (font-weight-table): Fix value of `semi-light'.
17971
17972 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17973
17974 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17975 Make those tables bijective.
17976
17977 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17978
17979 Finish pdbtrack integration cleanup, settling missing-functions
17980 byte compiler warnings appropriately.
17981
17982 * progmodes/python.el (python-point): Remove this - beginning-of-line
17983 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17984 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17985 (python-goto-initial-line): Drop these - they were only needed for
17986 python-point.
17987 (python-comint-output-filter-function): Use condition-case and
17988 beginning-of-line directly, instead of python-mode.el functions
17989 which require all sorts of baggage.
17990 (point-safe): Unnecessary - we're using condition-case directly,
17991 instead.
17992 (python-execute-file): Include for python-shell, which I'm leaving
17993 in keeping despite it being unnecessary for pdb tracking.
17994
17995 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17996
17997 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17998 Add SRFI 11 support.
17999 (let-values, let*-values): Specify scheme-indent-function.
18000
18001 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18002
18003 * vc.el (vc-exec-after): Move setting mode-line-process in the
18004 busy case ...
18005 (vc-set-mode-line-busy-indicator): ... in this new function.
18006 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18007 (vc-update-vc-status-buffer): Reset mode-line-process.
18008 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18009 mark/unmark all the files with the same state as the current one.
18010 With a prefix argument mark/unmark all files.
18011 (vc-status-mode-menu): Adjust strings.
18012 (vc-update-vc-status-buffer): Only do something when the argument
18013 is not nil.
18014 (vc-status-kill-dir-status-process): New function.
18015 (vc-status-mode-map): Bind it.
18016 (vc-status-process-buffer): New variable.
18017 (vc-status-mode): Make it local.
18018 (vc-status-refresh): Set it.
18019
18020 * vc-hg.el (vc-hg-dir-status):
18021 * vc-git.el (vc-git-dir-status):
18022 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18023 command is run.
18024
18025 2008-02-22 Glenn Morris <rgm@gnu.org>
18026
18027 * json.el (top-level): No need to require thingatpt.
18028 (json-read-keyword): Use thing-at-point rather than word-at-point.
18029
18030 * time.el (top-level): No need to require time-date when compiling.
18031
18032 * emacs-lisp/copyright.el (copyright-update-year):
18033 Fix subexpression numbering for the case when years are split over
18034 lines, and for the replace case.
18035
18036 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18037 (tpu-caar, tpu-cadr): Delete functions.
18038 (zmacs-regions): No need to declare for compiler.
18039 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18040 (tpu-spell-check): Rewrite, and handle mark after point.
18041 (tpu-special-insert): Use or rather than if.
18042
18043 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18044 rather than spell-region.
18045
18046 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18047 warnings about spell-region.
18048
18049 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18050
18051 * ldefs-boot.el: Regenerated.
18052
18053 * loadup.el: Don't load language/devanagari, language/kannada,
18054 language/malayalam, and language/tamil. Load language/sinhala.
18055
18056 * language/indian.el (indian-font-foundry)
18057 (indian-script-language-alist, indian-font-char-index-table)
18058 (indian-font-char, indian-font-char-range, indian-script-table)
18059 (indian-default-script, indian-composable-pattern): Delete them.
18060 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18061 language environments moved to here.
18062 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18063 New language environments.
18064
18065 * language/devanagari.el, language/devan-util.el,
18066 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18067 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18068 Delete them.
18069
18070 * language/sinhala.el: New file.
18071
18072 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18073
18074 Update Nick Robert's port of pdb tracking from python-mode.el.
18075
18076 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18077 Clarify docstring.
18078 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18079 tracking is happening.
18080 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18081 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18082 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18083 Tracking is plugged in to all comint buffers once python.el is loaded.
18084 (python-pdbtrack-overlay-arrow): Toggle activation of
18085 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18086 (python-pdbtrack-track-stack-file): Use new
18087 `python-pdbtrack-get-source-buffer' for more flexible access to
18088 debugging source files.
18089 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18090 according to pdb stack trace, optionally using new
18091 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18092 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18093 named buffer, or having function with indicated name.
18094 (python-shell): Remove comint-output-filter-functions hook
18095 addition, it's being done elsewhere. Wrap long line.
18096
18097 2008-02-21 Michael Olson <mwolson@gnu.org>
18098
18099 * json.el: Replace XEmacs compatibility code to get rid of
18100 compiler warnings.
18101
18102 * time.el: Fix compiler warning.
18103
18104 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18105
18106 * json.el: New file (JavaScript Object Notation parser / generator).
18107
18108 2008-02-21 Dave Love <fx@gnu.org>
18109
18110 * progmodes/sym-comp.el: New file.
18111
18112 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18113 Require sym-comp. Add Python buffer to same-window-buffer-names.
18114 Fixup whitespaces.
18115 (python-font-lock-keywords): Add highlighting for Python builtins.
18116 (python-font-lock-syntactic-keywords): Rewrite.
18117 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18118 ppss directly.
18119 (python-mode-map): Add binding for python-find-function.
18120 (python-calculate-indentation): Clean up the logic.
18121 (python-beginning-of-defun): Explicitly set return value.
18122 (python-beginning-of-statement): Stop looping if we get stuck
18123 going backwards.
18124 (python-next-statement): Stop looping if we somehow end up inside
18125 a string while advancing.
18126 (python-preoutput-continuation, python-version-checked): New vars.
18127 (python-check-version): New function.
18128 (run-python): Set default command to python-command instead of
18129 python-python-command.
18130 (run-python): Use python-check-version. Give PYTHONPATH
18131 precedence over data-directory in the process environment.
18132 Load function definitions in python process after.
18133 (python-check-comint-prompt): New function.
18134 (python-send-command, python-send-receive): Use it.
18135 (python-complete-symbol, python-try-complete): Functions deleted.
18136 Use symbol-complete instead of python-complete-symbol throughout.
18137 (python-fill-paragraph): Further refine the fenced-string regexp.
18138 (def-python-skeleton): Expand to the original abbrev instead if in
18139 a comment or string. Tweak skeletons for `if', `while', `for',
18140 `try/except', `try/finally', `name'.
18141 (python-pea-hook, python-abbrev-pc-hook): New functions.
18142 (python-abbrev-syntax-table): New var.
18143 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18144 Use symbol-completion-try-complete for hippie expansion.
18145 Turn on font lock unconditionally.
18146 (python-mode-hook): Defcustom it. No need to use make-local
18147 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18148 option, since it's buffer-local.
18149
18150 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18151
18152 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18153
18154 2008-02-21 Drew Adams <drew.adams@oracle.com>
18155
18156 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18157 "Turn off" and a "Help" entry when the minor mode has no menu.
18158
18159 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18160
18161 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18162 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18163 vc-status-mark-file and vc-status-unmark-file.
18164 (vc-status-mark-unmark): New function.
18165 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18166
18167 2008-02-21 Glenn Morris <rgm@gnu.org>
18168
18169 * composite.el (encode-composition-rule): Fix typo in error message.
18170 (composition-function-table, auto-composition-mode): Doc fixes.
18171
18172 * subr.el (sit-for): Fix obsolete form for nil second argument.
18173
18174 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18175 (spell-string): Make obsolete, in favor of ispell.
18176
18177 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18178
18179 * language/devanagari.el: Don't setup composition-function-table
18180 here.
18181 ("Devanagari"): Change charset, coding-system, coding-priority to
18182 Unicode-based ones. Don't require the feature devan-util.
18183
18184 * composite.el (compose-chars-after): Fix arguments for a function
18185 in composition-function-table.
18186 (auto-compose-region): Likewise.
18187
18188 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18189 for Ethiopic.
18190 (ps-mule-plot-string): Ignore glyph-string based compositions.
18191
18192 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18193
18194 * doc-view.el: Allow different windows to show different pages.
18195 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18196 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18197 add them back as macros instead, using image-mode-winprops instead.
18198 Update all users of those variables.
18199 (doc-view-new-window-function): New function to create a new overlay
18200 for each new window.
18201 (doc-view-mode): Use it and image-mode-setup-winprops.
18202 (doc-view-clone-buffer-hook): Rewrite accordingly.
18203
18204 * image-mode.el: Extend [hv]scroll support to per-window properties.
18205 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18206 (image-mode-winprops-alist): New var to replace them.
18207 (image-mode-new-window-functions): New hook.
18208 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18209 New funs.
18210 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18211 Remove the `window' argument, update callers.
18212 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18213 Use the new functions.
18214 (image-mode-reapply-winprops): New fun.
18215 (image-mode): Use it.
18216
18217 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18218
18219 * calc/calc-math.el (math-sin-raw): Add optional argument
18220 to keep track of original argument.
18221 (math-cos-raw): Use optional argument when calling math-sin-raw.
18222 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18223 with close to original precision.
18224
18225 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18226
18227 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18228 args in calls of sit-for.
18229
18230 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18231
18232 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18233 (vc-svn-checkin): Fix typo in error message.
18234
18235 * help-mode.el: Require easymenu when compiling.
18236
18237 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18238
18239 * help-mode.el (help-mode-menu): New menu.
18240
18241 2008-02-20 Glenn Morris <rgm@gnu.org>
18242
18243 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18244 on Windows.
18245
18246 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18247
18248 * ps-mule.el (ps-mule-encode-region): Return a single string.
18249 (ps-mule-plot-string): Adjust for the above change.
18250 (ps-mule-encode-header-string): Likewise.
18251
18252 * international/latin1-disp.el (latin1-display): Don't use
18253 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18254 standard-display-table.
18255 (latin1-display-identities): Adjust for the change of what is
18256 returned by (get-language-info charset 'charset).
18257
18258 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18259 characters and terminal case.
18260
18261 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18262
18263 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18264
18265 * progmodes/python.el: Also require comint when loading.
18266 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18267 Replace python-shell with run-python on menu bar.
18268 (python-shell-map): New map.
18269 (python-default-interpreter, python-python-command-args)
18270 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18271 New options.
18272 (python-which-shell, python-which-args, python-which-bufname):
18273 New buffer local variables.
18274 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18275
18276 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18277 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18278 New constants.
18279
18280 Pdbtrack features:
18281
18282 (python-point, python-end-of-def-or-class)
18283 (python-beginning-of-def-or-class, python-goto-initial-line)
18284 (python-comint-output-filter-function)
18285 (python-pdbtrack-overlay-arrow)
18286 (python-pdbtrack-track-stack-file, python-toggle-shells)
18287 (python-shell, python-pdbtrack-toggle-stack-tracking)
18288 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18289 New functions.
18290
18291 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18292
18293 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18294 when the argument is nil.
18295
18296 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18297
18298 * vc.el (dir-status): Add a brief description.
18299
18300 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18301
18302 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18303 If non-nil, reverse the sense of the check.
18304
18305 * vc-rcs.el (vc-rcs-root): New func.
18306 * vc-cvs.el (vc-cvs-root): New func.
18307 * vc-svn.el (vc-svn-root): New func.
18308 * vc-sccs.el (vc-sccs-root): New func.
18309
18310 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18311
18312 * language/japan-util.el (setup-japanese-environment-internal):
18313 Call use-cjk-char-width-table.
18314
18315 * language/japanese.el ("Japanese"): Set exit-function to
18316 use-default-char-width-table.
18317
18318 * international/characters.el: Delete occurrences of non-Unicode
18319 tibetan and ethiopic characters.
18320 (cjk-char-width-table): New variable.
18321 (use-cjk-char-width-table, use-default-char-width-table):
18322 New functions.
18323
18324 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18325
18326 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18327 (vc-status-mode-menu): Add a :filter.
18328 (vc-status-printer): Add faces.
18329
18330 * vc-hg.el (vc-hg-extra-status-menu): New function.
18331 (vc-hg-dir-status): Clean up the buffer before using it.
18332
18333 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18336 (gdb): Initialize it here instead.
18337
18338 * files.el (locate-dominating-file): Fix thinko in last change.
18339 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18340
18341 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18342
18343 * vc.el (vc-status-mode-menu): New menu for vc-status.
18344
18345 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18346
18347 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18348 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18349 (verilog-mode-auto, verilog-indent-level-module)
18350 (verilog-minimum-comment-distance, verilog-library-flags)
18351 (verilog-library-directories, verilog-library-files)
18352 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18353 (verilog-xemacs-menu, verilog-set-compile-command)
18354 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18355 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18356 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18357 (verilog-batch-inject-auto, verilog-batch-indent)
18358 (verilog-continued-line, verilog-type-keywords)
18359 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18360 (verilog-read-inst-pins, verilog-read-arg-pins)
18361 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18362 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18363 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18364 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18365 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18366 (verilog-mode-version, verilog-mode-release-date)
18367 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18368 (verilog-simulator, verilog-compiler)
18369 (verilog-auto-sense-defines-constant, verilog-company)
18370 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18371 Fix typos in docstrings.
18372 (verilog-set-auto-endcomments, verilog-calculate-indent)
18373 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18374 Reflow docstrings.
18375 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18376 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18377 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18378 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18379 (verilog-leap-to-head, verilog-current-indent-level)
18380 (verilog-case-indent-level, verilog-cpp-keywords)
18381 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18382 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18383 (verilog-signals-not-in, verilog-symbol-detick-text)
18384 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18385 (verilog-forward-close-paren, verilog-backward-open-paren)
18386 (verilog-backward-open-bracket): Doc fixes.
18387
18388 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18389 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18390 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18391 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18392 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18393 Fix typos in docstrings.
18394
18395 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18396
18397 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18398
18399 * info.el (Info-read-node-name): Removed unused `default' arg.
18400
18401 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18402
18403 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18404
18405 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * image-mode.el (image-get-display-property): New fun.
18408 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18409 (image-mode, image-minor-mode, image-toggle-display-text)
18410 (image-toggle-display): Use it.
18411
18412 2008-02-18 Jason Rumney <jasonr@gnu.org>
18413
18414 * international/mule.el (xml-find-file-coding-system): Don't warn
18415 about utf-16 with BOM.
18416
18417 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18418
18419 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18420 warn if file encoding is not utf-8 and encoding not specified.
18421 (xml-find-file-coding-system): New function.
18422 * international/mule-conf.el (file-coding-system-alist): Use it.
18423
18424 2008-02-17 Glenn Morris <rgm@gnu.org>
18425
18426 * international/mule-cmds.el (set-locale-environment):
18427 Pass `frame' to getenv for LC_MESSAGES.
18428
18429 2008-02-17 Juri Linkov <juri@jurta.org>
18430
18431 * time.el (emacs-init-time): Use format instead of format-seconds.
18432
18433 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18434
18435 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18436 bibtex-find-entry. Add autoload cookie.
18437 (bibtex-find-entry): Alias for bibtex-search-entry.
18438 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18439 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18440 (bibtex-clean-entry): atomic-change-group removed.
18441 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18442 to locate buffer location where error occurred.
18443 Make error messages more specific.
18444 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18445
18446 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18447
18448 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18449 top level.
18450
18451 * simple.el (transient-mark-mode): Add an :init-value.
18452
18453 * startup.el (command-line): Use custom-reevaluate-setting for
18454 transient-mark-mode.
18455
18456 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18457
18458 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18459
18460 2008-02-16 Juri Linkov <juri@jurta.org>
18461
18462 * startup.el (after-init-time): New variable.
18463 (command-line): Set `after-init-time' to the current time.
18464
18465 * time.el (emacs-init-time): New function.
18466
18467 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18468
18469 * files.el (locate-dominating-file): Remove initial loop because it's
18470 not careful enough. Detect the uid-change all within the main loop.
18471
18472 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18473
18474 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18475
18476 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18477
18478 * vc.el (vc-annotate): Add new argument.
18479 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18480
18481 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18482 Move make-variable-buffer-local code after the corresponding defvar.
18483 (hs-minor-mode-map): Define and initialize in one step.
18484 (hs-minor-mode): Change from defun to define-minor-mode.
18485
18486 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18487
18488 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18489 (gdb-ready): Move declaration...
18490
18491 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18492 (gdb-early-user-input): New variable.
18493 (gdb): Reset gdb-flush-pending-output to nil and set
18494 comint-input-sender here (before gdb-prompt), instead of...
18495 (gdb-init-1): ...here.
18496 (gdb-send): If Emacs is not ready, defer user input to...
18497 (gdb-prompt): ...here.
18498
18499 2008-02-16 Glenn Morris <rgm@gnu.org>
18500
18501 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18502
18503 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18504 (before-init-time): New name for `emacs-startup-time'.
18505 (command-line): Use before-init-time rather than emacs-startup-time.
18506 * time.el (emacs-uptime): Use before-init-time rather than
18507 emacs-startup-time.
18508
18509 * composite.el (composition-function-table): Doc fix.
18510
18511 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18512 in favor of `%z' specifier.
18513 (emacs-uptime): Move to time.el.
18514 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18515 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18516 argument of format-seconds.
18517
18518 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18519
18520 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18521
18522 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18523
18524 * ielm.el (ielm-is-whitespace): Remove.
18525 (ielm-is-whitespace-or-comment): New function.
18526 (ielm-eval-input): Use it.
18527
18528 2008-02-15 Jason Rumney <jasonr@gnu.org>
18529
18530 * term/mac-win.el: Fix coding tag.
18531
18532 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18533
18534 * vc-hooks.el (vc-menu-map):
18535 * bindings.el (mode-line-mode-menu): Add tooltips.
18536
18537 * bindings.el (help-echo): Add more tooltips. Use a less
18538 telegraphic style for existing tooltips.
18539
18540 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18543 from the auto-generated one.
18544
18545 2008-02-14 Glenn Morris <rgm@gnu.org>
18546
18547 * mail/rmail-spam-filter.el (rmail-spam-filter):
18548 Let-bind message-spam-status.
18549
18550 * mail/smtpmail.el (password-cache-add): Declare as function.
18551
18552 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18553
18554 * mail/smtpmail.el: Use password-cache.
18555
18556 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18557
18558 * uniquify.el (uniquify-buffer-base-name): New function.
18559 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18560
18561 * desktop.el (uniquify-managed): Don't defvar.
18562 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18563 `uniquify-managed'. Return also the buffer's base name.
18564 (desktop-save): When saving the buffer info, filter out the base name,
18565 and save it as buffer name if the buffer is managed by uniquify.
18566 (uniquify-item-base): Don't declare; not called anymore.
18567
18568 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18569
18570 * vc.el (vc-annotate-find-revision-at-line): New function.
18571 (vc-annotate-mode-map): Bind it.
18572 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18573 some entries.
18574
18575 2008-02-14 Glenn Morris <rgm@gnu.org>
18576
18577 * calendar/time-date.el (format-seconds): New function.
18578 (emacs-uptime): Use format-seconds.
18579
18580 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18581 Remove `LC_ALL=C', since it's included in $(emacs) now.
18582
18583 2008-02-14 Zhang Wei <id.brep@gmail.com>
18584
18585 * textmodes/org-publish.el (org-publish-timestamp-filename):
18586 Replace colon characters in filename too.
18587
18588 2008-02-13 Bastien Guerry <bzg@altern.org>
18589
18590 * mail/rmail.el (rmail-header-name): New face.
18591 (rmail-font-lock-keywords): Use rmail-header-name.
18592
18593 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18594 against X-Spam-Status header field.
18595 (rmail-spam-filter): Also check X-Spam-Status header field.
18596
18597 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18598
18599 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18600 Add support for .pm files and .php files.
18601 (flymake-err-line-patterns): Add pattern for PHP errors.
18602 (flymake-php-init): New function. PHP support for flymake.
18603
18604 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18605 Add regular expression for PHP errors.
18606
18607 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18608
18609 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18610 This DTRT even on w32 machines.
18611 (ange-ftp-cf1): Quote FILENAME.
18612
18613 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18616 (smerge-auto-combine): New fun.
18617
18618 2008-02-12 Juri Linkov <juri@jurta.org>
18619
18620 * startup.el (fancy-startup-screen, normal-splash-screen):
18621 Set default-directory to command-line-default-directory.
18622
18623 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18624 after reading the desktop.
18625
18626 * progmodes/compile.el (compilation-auto-jump):
18627 Call compile-goto-error only when compilation-auto-jump-to-first-error
18628 is non-nil.
18629 (compilation-scroll-output): Replace :type 'boolean with a choice
18630 that has three options including a third option `first-error'.
18631 Doc fix.
18632 (compilation-start, compilation-forget-errors): Add an alternate
18633 condition comparing compilation-scroll-output with `first-error'
18634 in addition to compilation-auto-jump-to-first-error (to call
18635 compilation-auto-jump in the proper place).
18636
18637 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18638
18639 * international/mule.el (sgml-html-meta-auto-coding-function):
18640 Make sure the search limit is ahead.
18641
18642 * tar-mode.el: Fix broken indentation.
18643 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18644 Use with-current-buffer.
18645
18646 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18647
18648 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18649 it is already automatically buffer-local.
18650
18651 2008-02-12 Drew Adams <drew.adams@oracle.com>
18652
18653 * help.el (describe-key): Join some split lines to facilitate filling.
18654 * help-fns.el (describe-function-1): Fill text of overlong lines.
18655
18656 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18657
18658 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18659 Use unibyte-string instead of string-make-unibyte.
18660
18661 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18662
18663 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18666 works also for buffers w/o buffer-file-name. Update callers.
18667 (doc-view-clone-buffer-hook): New fun.
18668 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18669 the `doc-view' property so they can be recognized.
18670
18671 * simple.el (clone-indirect-buffer-hook): New hook.
18672 (clone-indirect-buffer): Run it.
18673
18674 2008-02-11 Michael Olson <mwolson@gnu.org>
18675
18676 * epa-setup.el:
18677 * epg-package-info.el: Files removed.
18678
18679 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18680
18681 * epa.el (epa-menu-mode): Merge into epa-mode.
18682 (epa-menu-items): Rename the label "EasyPG Assistant" to
18683 "Encryption/Decryption".
18684
18685 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18686 (epa-dired-mode-map): Rename from epa-dired-map.
18687 (epa-global-dired-mode): Rename the global minor mode.
18688
18689 2008-02-11 Drew Adams <drew.adams@oracle.com>
18690
18691 * isearch.el (isearch-fail): New face.
18692 (isearch-message): Highlight failure part of input.
18693
18694 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * ibuffer.el (ibuffer-header-line-format): New var.
18697 (ibuffer-mode): Set it instead of header-line-format.
18698 (ibuffer-update): Use it to set header-line-format.
18699
18700 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18701 properties like self-insert-command.
18702
18703 2008-02-11 Drew Adams <drew.adams@oracle.com>
18704
18705 * progmodes/etags.el: Add many doc strings.
18706
18707 2008-02-11 Jason Rumney <jasonr@gnu.org>
18708
18709 * ldefs-boot.el: Regenerated.
18710
18711 2008-02-11 Glenn Morris <rgm@gnu.org>
18712
18713 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18714 Shorten some names.
18715
18716 * ffap.el (ffap-rfc-directories): Add :version.
18717
18718 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18719
18720 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18721 files, and backup files of same.
18722
18723 2008-02-11 Kevin Ryde <user42@zip.com.au>
18724
18725 * ffap.el (ffap-rfc-directories): New variable.
18726 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18727
18728 * info.el (Info-next-reference, Info-prev-reference)
18729 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18730
18731 * simple.el (completion-list-mode): Show full completion-list-mode-map
18732 in the docstring.
18733
18734 2008-02-11 Sam Steingold <sds@gnu.org>
18735
18736 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18737
18738 2008-02-11 Glenn Morris <rgm@gnu.org>
18739
18740 * startup.el (emacs-startup-time): New variable.
18741 (command-line): Set emacs-startup-time.
18742
18743 * calendar/time-date.el (emacs-uptime): New function.
18744
18745 2008-02-10 Bastien Guerry <bzg@altern.org>
18746
18747 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18748 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18749 it is nil.
18750
18751 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18752
18753 * epg-config.el: Expand the contents of epg-package-info.el.
18754 (epg-package-name): New constant.
18755 (epg-version-number): New constant.
18756 (epg-bug-report-address): New constant.
18757
18758 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18759 (epa-global-mail-mode): New global minor mode.
18760
18761 * epa-file.el (epa-file-mode): New global minor mode.
18762
18763 * epa-dired.el (epa-dired-mode): New global minor mode.
18764
18765 * epa.el (epa-menu): New variable.
18766 (epa-menu-items): New variable.
18767 (epa-menu-mode): New global minor mode.
18768 (epa-global-minor-modes): New user option.
18769 (epa-mode): New global minor mode.
18770
18771 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18772
18773 * net/dbus.el: Remove `no-byte-compile' cookie.
18774 (dbus-call-method, dbus-register-signal, dbus-debug)
18775 (dbus-registered-functions-table): Declare them with
18776 `declare-function' or `defvar', respectively.
18777 (top): Don't assert any longer. Require 'cl when compiling.
18778 Apply `ignore-errors' but `dbus-ignore-errors'.
18779
18780 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18781
18782 * diff-mode.el (diff-add-change-log-entries-other-window):
18783 Use add-change-log-entry.
18784
18785 2008-02-09 Jason Rumney <jasonr@gnu.org>
18786
18787 * button.el (button-map):
18788 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18789 * ldefs-boot.el: Regenerate.
18790
18791 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18792
18793 * epa.el (epa-faces, epa):
18794 * epa-file.el (epa-file):
18795 * epg-config.el (epg): Add :version.
18796
18797 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18798
18799 * vc.el (vc-exec-after): Append CODE to previous fragments.
18800 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18801 take MESSAGES instead of VERBOSE; use it when non-nil.
18802 (vc-diff-internal): Compute messages once; use them;
18803 update call to vc-diff-finish.
18804
18805 2008-02-09 Michael Olson <mwolson@gnu.org>
18806
18807 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18808 buffer has been killed, such as by
18809 `tramp-cleanup-all-connections'.
18810
18811 2008-02-09 Miles Bader <miles@gnu.org>
18812
18813 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18814
18815 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18816
18817 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18818 splitter in context hunks.
18819
18820 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18821
18822 * international/fontset.el (setup-default-fontset): Fix arabic otf
18823 font specification.
18824
18825 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18826
18827 * epa-dired.el:
18828 * epa-file.el:
18829 * epa-mail.el:
18830 * epa-setup.el:
18831 * epa.el:
18832 * epg-config.el:
18833 * epg-package-info.el:
18834 * epg.el: Initial check-in of EasyPG.
18835
18836 2008-02-08 Glenn Morris <rgm@gnu.org>
18837
18838 * woman.el (woman-locale): New defcustom.
18839 (woman-expand-locale, woman-manpath-add-locales): New functions.
18840 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18841
18842 * international/mule-cmds.el (locale-translate): New function,
18843 with old code extracted from set-locale-environment.
18844 (set-locale-environment): Use locale-translate. Set woman-locale.
18845
18846 * cus-start.el (selection-coding-system): Remove, since it's now
18847 defined in select.el rather than in xselect.c.
18848 * select.el (selection-coding-system): Make it a defcustom, and
18849 add the properties from cus-start.el. Bump :version.
18850
18851 * custom.el (custom-theme-set-variables): Sort symbols that are
18852 dependencies before symbols that depend on them.
18853 (custom-enabled-themes): Set after custom-theme-directory.
18854
18855 * pcmpl-unix.el (top-level): Move provide statement to end.
18856 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18857 `*' from doc-string. Allow to be nil.
18858 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18859 Allow to be nil. Add :version.
18860 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18861 without hostnames, and multiple hostnames per line.
18862
18863 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18864
18865 2008-02-08 Phil Hagelberg <phil@evri.com>
18866
18867 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18868 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18869
18870 2008-02-07 Timo Savola <timo.savola@iki.fi>
18871
18872 * startup.el (command-line-x-option-alist): Add --parent-id.
18873
18874 * term/x-win.el (x-handle-parent-id): New function.
18875
18876 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18877
18878 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18879 "Font Menu".
18880
18881 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18882
18883 * net/dbus.el (dbus-interface-peer): New defconst.
18884 (dbus-ping): New defun.
18885
18886 2008-02-06 Sam Steingold <sds@gnu.org>
18887
18888 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18889
18890 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18891
18892 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18893 Just return nil and let the C code provide a fallback.
18894
18895 2008-02-05 Glenn Morris <rgm@gnu.org>
18896
18897 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18898 tramp-flush-connection-property for removed 2nd argument.
18899
18900 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * diff-mode.el (diff-add-change-log-entries-other-window):
18903 Rename from diff-create-changelog. Change users.
18904 Minor change to hopefully work with plain diffs.
18905 (diff-mode-map): Add binding for it.
18906
18907 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18908
18909 * diff-mode.el: Add new TODO entry.
18910 (diff-create-changelog): New function.
18911 (diff-mode-menu): Bind it.
18912
18913 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18914
18915 * international/mule-diag.el (print-fontset-element): Handle the
18916 case of inhibiting the fallback fonts.
18917
18918 2008-02-04 Kim F. Storm <storm@cua.dk>
18919
18920 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18921 (ido-magic-delete-char): Use prefix arg.
18922
18923 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18924
18925 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18926 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18927 of today, the most recent libpng is 1.2.24).
18928
18929 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18930
18931 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18932
18933 * net/dbus.el (top): Check (featurep 'dbusbind).
18934
18935 * net/tramp.el (tramp-process-sentinel): New defun.
18936 (tramp-do-copy-or-rename-file-out-of-band)
18937 (tramp-maybe-open-connection): Use it as process sentinel.
18938 (tramp-handle-delete-directory): Don't use the "-f" option; it
18939 isn't portable.
18940 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18941 after the command.
18942 (tramp-handle-shell-command): Set `mode-line-process' in the
18943 asynchronous case.
18944
18945 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18946
18947 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18948 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18949 Use `tramp-process-sentinel' as process sentinel.
18950
18951 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18952
18953 * whitespace.el (global-whitespace-mode): Revert last change.
18954 (whitespace-unload-function): Force `global-whitespace-mode'
18955 to deactivate local modes in a slightly less intrusive way.
18956
18957 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18958
18959 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18960
18961 2008-02-02 Glenn Morris <rgm@gnu.org>
18962
18963 * international/latin1-disp.el (latin1-display):
18964 * progmodes/fortran.el (fortran-comment-indent-char):
18965 * progmodes/idlw-shell.el (top-level):
18966 * term/mac-win.el (mac-keyboard-translate-char):
18967 * whitespace.el (whitespace-char-valid-p):
18968 * wid-edit.el (widget-key-sequence-read-event):
18969 Use characterp rather than char-valid-p.
18970
18971 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18972 to capitalized-find-word-boundary. Doc fix. Update callers.
18973 (capitalized-next-word-boundary-function-table): Rename to
18974 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18975
18976 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18977 string-to-int.
18978
18979 * ps-def.el (declare-function): Add compatibility definition.
18980 (ps-plot-with-face, ps-plot-string): Declare as functions.
18981 (ps-bold-faces, ps-italic-faces): Declare variables.
18982
18983 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18984 (ps-mule-end-job): Declare as functions.
18985
18986 * wid-edit.el (widget-string-complete): Use assoc-string rather
18987 than assoc-ignore-case.
18988
18989 See ChangeLog.13 for earlier changes.
18990
18991 ;; Local Variables:
18992 ;; coding: utf-8
18993 ;; End:
18994
18995 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18996
18997 This file is part of GNU Emacs.
18998
18999 GNU Emacs is free software: you can redistribute it and/or modify
19000 it under the terms of the GNU General Public License as published by
19001 the Free Software Foundation, either version 3 of the License, or
19002 (at your option) any later version.
19003
19004 GNU Emacs is distributed in the hope that it will be useful,
19005 but WITHOUT ANY WARRANTY; without even the implied warranty of
19006 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19007 GNU General Public License for more details.
19008
19009 You should have received a copy of the GNU General Public License
19010 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19011
19012 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc