]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(flyspell-use-meta-tab): Add a custom :set function. (Bug#2429)
[gnu-emacs] / lisp / ChangeLog
1 2009-02-24 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
4 :set function. (Bug#2429)
5
6 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
7 potential use.
8
9 * progmodes/cperl-mode.el (cperl-find-pods-heres):
10 Don't globally bind `name'.
11
12 * emacs-lisp/elint.el (elint-unknown-builtin-args):
13 Fix encode-time spec. (Bug#2453)
14 (elint-find-builtin-args): Make the match more restrictive.
15 Handle errors. Return a result actually containing the function name.
16
17 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
18 already did. (Bug#2440)
19 (rmail-quit): Don't swap buffers. (Bug#2441)
20 (rmail-list-to-menu): Don't globally bind `name'.
21
22 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
23
24 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
25 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
26
27 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
28
29 * bs.el (bs--down): When wrapping around, use `forward-line',
30 not `goto-line', to avoid distracting "Mark set" message.
31
32 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
33
34 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
35 clobbering useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
36
37 2009-02-23 Miles Bader <miles@gnu.org>
38
39 * proced.el (proced-process-attributes):
40 * server.el (server-running-p): Rename `system-process-attributes'
41 to `process-attributes'.
42
43 2009-02-22 Juri Linkov <juri@jurta.org>
44
45 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
46 Doc fix.
47
48 * dired-x.el (dired-guess-shell-command): Use read-shell-command
49 instead of read-from-minibuffer.
50 (dired-read-shell-command): Add code that uses
51 minibuffer-with-setup-hook to set minibuffer-default-add-function
52 to minibuffer-default-add-dired-shell-commands exactly like
53 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
54
55 * dired-x.el (dired-smart-shell-command): Remove code that uses
56 minibuffer-with-setup-hook to set minibuffer-default-add-function
57 to minibuffer-default-add-shell-commands because the same code was
58 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
59
60 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
61
62 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
63 lisp number is in decimal.
64
65 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
66
67 * progmodes/compile.el (compilation-error-regexp-alist-alist):
68 Tweak regexp (Bug#2173).
69
70 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
71 avoid yanks (Bug#2408).
72
73 2009-02-21 Alan Mackenzie <acm@muc.de>
74
75 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
76
77 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
78 parse case clauses with (compile-time) expressions.
79
80 2009-02-21 Eli Zaretskii <eliz@gnu.org>
81
82 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
83 encoding during editing. Make sure to use encoding that can
84 safely encode the message. Rewrite MIME charset= header if the
85 new encoding is different from the old one.
86
87 2009-02-21 Glenn Morris <rgm@gnu.org>
88
89 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
90 at the start of the headers.
91 (sc-mail-check-from): New function.
92
93 2009-02-20 Martin Rudalics <rudalics@gmx.at>
94
95 * progmodes/python.el (python-shift-left, python-shift-right):
96 When the mark is not active shift the current line. (Bug#2381)
97 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
98
99 2009-02-20 Andreas Schwab <schwab@suse.de>
100
101 * startup.el (command-line): Don't match an empty argument as an
102 option.
103 (command-line-1): Likewise.
104
105 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
106
107 * apropos.el (apropos-library): Check for null filename in load-history.
108
109 2009-02-20 Glenn Morris <rgm@gnu.org>
110
111 * apropos.el (apropos-library): Remove the element with null filename,
112 if present, from the completion list.
113
114 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
115 (rmail-speedbar-find-file): Use rmail rather than find-file.
116
117 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
118
119 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
120
121 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
122
123 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
124 regexp (Bug#2385).
125 (bibtex-autokey-get-title): Observe case for
126 bibtex-autokey-titleword-ignore.
127
128 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
129
130 * server.el (server-start): Make the warning more
131 verbose (Bug#2395).
132
133 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
136 Make sure we stop when we reach the limit.
137
138 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
139 a "..." does not quote anything. (Bug#2384)
140
141 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
142
143 2009-02-19 Andreas Schwab <schwab@suse.de>
144
145 * term.el: Remap self-insert-command to term-send-raw in
146 term-raw-map. (Bug#2386)
147
148 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
151 of the function as being part of the function.
152
153 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
154
155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
156 Move entry for maven (alphabetical order).
157
158 2009-02-19 Glenn Morris <rgm@gnu.org>
159
160 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
161 Regexp-quote default argument taken from current subject.
162 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
163
164 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
165 Move here from rmail.el. Be more careful about error-handling.
166 Restore the feature of temporarily setting all old messages
167 undeleted before expunging (removed 2009-02-18).
168
169 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
170 Don't declare.
171 (rmail-get-new-mail-filter-spam): Declare. Move definition to
172 rmail-spam-filter.el.
173 (rmail-get-new-mail-1): Move the beep and sleep to
174 rmail-get-new-mail-filter-spam.
175
176 2009-02-18 Martin Rudalics <rudalics@gmx.at>
177
178 * cus-edit.el (custom-group-value-create): Insert some
179 informatory text in the WIDGET-misses-doc-string case.
180
181 2009-02-18 Sam Steingold <sds@gnu.org>
182
183 * progmodes/compile.el: Require comint at top level to fix the
184 last patch.
185
186 2009-02-18 Martin Rudalics <rudalics@gmx.at>
187
188 * cus-edit.el (custom-group-value-create): Don't throw an error
189 when WIDGET has no doc-string. (Bug#2356)
190
191 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
192
193 * progmodes/cc-menus.el (imenu-progress-message):
194 Remove bogus cc-bytecomp-defun.
195 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
196 Don't let-bind variable `stupid'. (Bug#1638)
197
198 2009-02-18 Glenn Morris <rgm@gnu.org>
199
200 * mail/rmail.el (rmail-get-new-mail-filter-spam):
201 * mail/rmail-spam-filter.el (rmail-spam-filter):
202 Show a message rather than the raw mbox while prompting.
203
204 2009-02-18 Martin Rudalics <rudalics@gmx.at>
205
206 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
207
208 2009-02-18 Glenn Morris <rgm@gnu.org>
209
210 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
211 declaration.
212 (top-level): No need for cl now.
213 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
214 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
215 (rsf-autosave-newly-added-definitions, rsf-white-list)
216 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
217 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
218 (rsf-customize-spam-definitions, rsf-customize-group)
219 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
220 (rsf-check-field): Use setcar and setcdr rather than setf.
221 (rmail-spam-filter): Simplify.
222 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
223 (rsf-add-region-to-spam-list): Use rmail-get-header or
224 buffer-substring-no-properties. Regexp-quote the extracted data.
225 Make the messages less verbose.
226 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
227 simplify things.
228 (rsf-add-content-type-field): Make the message less verbose.
229
230 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
231 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
232 rmail-deleted-vector.
233 (rmail-insert-inbox-text, rmail-collect-deleted)
234 (rmail-set-message-deleted-p, rmail-only-expunge)
235 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
236 (rmail-get-labels): Remove unused local `blurb'.
237 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
238 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
239 (rmail-set-message-deleted-p): Doc fixes.
240
241 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
242 Update callers for associated name change.
243 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
244 * mail/unrmail.el (unrmail): Use mail-mbox-from.
245
246 2009-02-17 Richard M Stallman <rms@gnu.org>
247
248 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
249
250 * mail/rmail.el (rmail-copy-headers): When copying full headers,
251 correctly put point at the end.
252
253 2009-02-17 Sam Steingold <sds@gnu.org>
254
255 * progmodes/compile.el (compilation-filter): Call
256 `comint-carriage-motion', just like `comint-output-filter'.
257
258 2009-02-17 Jason Rumney <jasonr@gnu.org>
259
260 * files.el (make-directory): Stop recursing if parent is
261 self. (Bug#2309)
262
263 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
264
265 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
266
267 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
268
269 2009-02-17 Miles Bader <miles@gnu.org>
270
271 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
272 copyright statements where the years follow the name.
273
274 2009-02-17 Glenn Morris <rgm@gnu.org>
275
276 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
277 move point. (Bug#2209)
278
279 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
280 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
281 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
282 "not-rmail", and make it work. Simplify.
283 (rmail-mbox-from): New function.
284 (rmail-output-as-mbox): Use rmail-mbox-from.
285 (rmail-output): Ensure a From line in the not-rmail Babyl case.
286
287 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
288 error if the header is corrupt.
289
290 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
291
292 * net/newst-treeview.el (newsticker--treeview-load): Offer
293 deletion of old groups file.
294
295 2009-02-16 Glenn Morris <rgm@gnu.org>
296
297 * mail/rmailout.el (rmail-delete-unwanted-fields)
298 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
299 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
300 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
301 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
302
303 2009-02-15 Glenn Morris <rgm@gnu.org>
304
305 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
306
307 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
308 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
309 unnecessary use of with-no-warnings.
310 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
311 (rmail-output-as-mbox): Start search from point-min. If constructing a
312 "From " line, prefer the date header over the current time.
313 (rmail-update-summary): Move declaration earlier in file.
314
315 2009-02-15 Richard M Stallman <rms@gnu.org>
316
317 * mail/rmailedit.el (rmail-edit-diff-headers):
318 Delete spurious reference to OLD.
319
320 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
323 the `with-buffer-unmodified' to avoid useless `readlink' calls.
324
325 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
326
327 * textmodes/bibtex.el (bibtex-global-key-alist)
328 (bibtex-initialize): Exclude current buffer if it does not use
329 bibtex-mode.
330 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
331 (bibtex-sort-buffer, bibtex-search-entry)
332 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
333 test whether bibtex-strings and bibtex-reference-keys have their
334 initial values.
335
336 2009-02-14 Eli Zaretskii <eliz@gnu.org>
337
338 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
339 around forms that refer to translation-table-for-input.
340
341 * isearch.el (isearch-search-string): Use `with-no-warnings'
342 around forms that refer to translation-table-for-input.
343
344 * international/quail.el (quail-input-string-to-events)
345 (quail-store-decode-map-key, quail-char-equal-p):
346 Use `with-no-warnings' around forms that refer to
347 translation-table-for-input.
348
349 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
350 around forms that refer to translation-table-for-input.
351
352 * subr.el (translation-table-for-input): Declare obsolete again.
353
354 2009-02-14 Glenn Morris <rgm@gnu.org>
355
356 * mail/rmail.el (rmail): When reverting, swap buffers before setting
357 counters. (Bug#2229)
358 (rmail-revert): Swap buffers before replacing contents.
359
360 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
361
362 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
363 Remove host, user, password options not applicable to SQlite. (Bug#1904)
364
365 2009-02-14 Richard M Stallman <rms@gnu.org>
366
367 * mail/rmailedit.el: Handle editing of header fields.
368 (rmail-old-headers): New variable.
369 (rmail-edit-current-message): Set it, recording current headers.
370 (rmail-cease-edit): Compute new headers and diff against old ones.
371 Update the mbox buffer with the changes that were made.
372 (rmail-edit-headers-alist): New function.
373 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
374
375 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
376 in default file name.
377
378 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
379 (rmail-add-mbox-headers): Likewise.
380
381 2009-02-13 Eli Zaretskii <eliz@gnu.org>
382
383 * files.el (load-library): Doc fix.
384
385 * subr.el (locate-library): Doc fix. (Bug#2291)
386
387 2009-02-13 Alan Mackenzie <acm@muc.de>
388
389 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
390 in narrowed buffers.
391
392 2009-02-13 Kenichi Handa <handa@m17n.org>
393
394 * international/titdic-cnv.el (tit-process-header): Use
395 buffer-substring-no-properties instead of buffer-substring.
396 (tit-process-body): Likewise.
397 (tsang-quick-converter): Handle superfluous CR at eol.
398 (py-converter): Use buffer-substring-no-properties instead of
399 buffer-substring. Handle superfluous CR at eol.
400 (ziranma-converter): Likewise
401 (ctlau-converter): Likewise.
402 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
403
404 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
405
406 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
407
408 2009-02-13 Glenn Morris <rgm@gnu.org>
409
410 * mail/rmail.el (rmail-show-message-1): New name for the old
411 rmail-show-message.
412 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
413 * mail/rmailsort.el: Update for rmail-show-message name change.
414
415 * mail/rmail.el (rmail-show-message): New name for the old
416 rmail-show-message-maybe.
417 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
418 name change.
419
420 * mail/rmailsum.el (msgnum): Remove declaration.
421 (rmail-summary-redo): Add missing initialization value.
422 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
423 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
424 Fix skip-chars-forward calls.
425 (rmail-summary-mark-seen): New function. As well as removing the '-'
426 mark, update the summary-vector. (Bug#2135)
427 (rmail-summary-rmail-update, rmail-summary-goto-msg):
428 Use rmail-summary-mark-seen.
429
430 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
431
432 * mail/unrmail.el (unrmail): When getting message keywords, don't
433 include a leading space, but do include the space after the separating
434 comma. (Bug#2303)
435
436 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
437 header altogether.
438 (rmail-set-header): Doc fix.
439 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
440 labels are removed. (Bug#2302)
441
442 2009-02-12 Juri Linkov <juri@jurta.org>
443
444 * image-mode.el (image-toggle-display):
445 Let-bind `buffer-file-truename' to nil around the call to
446 `add-text-properties' to prevent directory time modification
447 by lock_file. Replace `set-buffer-modified-p' with
448 `restore-buffer-modified-p'. (Bug#2295)
449
450 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * progmodes/python.el (python-use-skeletons): Re-add.
453 (def-python-skeleton): Use it. (Bug#2238)
454
455 * international/quail.el (quail-make-guidance-frame): Remove the
456 `parent-id' parameter.
457 (quail-show-guidance): Make the new window dedicated.
458
459 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
460
461 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
462 Fix typos in docstrings.
463
464 2009-02-12 Alan Mackenzie <acm@muc.de>
465
466 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
467 to `eq'. (Bug#2304)
468
469 2009-02-12 Glenn Morris <rgm@gnu.org>
470
471 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
472 already present. (Bug#2210)
473
474 2009-02-12 Kenichi Handa <handa@m17n.org>
475
476 * international/characters.el (?.): New character category for
477 Base characters. Set them in the standard category table.
478
479 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
480 a base character.
481
482 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * isearch.el (isearch-yank-char-in-minibuffer)
485 (isearch-other-meta-char): Use with-current-buffer.
486
487 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
488 syntax-ppss. (Bug#1243)
489
490 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
491 to beginning-of-defun-raw.
492
493 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
494 calling end-of-defun-function if it already moved to BOL.
495
496 2009-02-12 Richard M Stallman <rms@gnu.org>
497
498 * mail/rmail.el (rmail-show-message-verbose-min): New option.
499 (rmail-show-message): Conditionally show start and finish in echo area.
500
501 2009-02-12 Glenn Morris <rgm@gnu.org>
502
503 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
504 for use in completion.
505 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
506 summary exists, since it's already done.
507
508 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
509 (rmail-enable-multibyte): Don't really define, only for compiler.
510
511 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * files.el (read-buffer-to-switch):
514 Add table to icomplete-with-completion-tables.
515
516 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
517
518 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
519 switches (Bug#2261).
520
521 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
522
523 * server.el (server-with-environment): Don't fail for negative
524 entries in ENV.
525
526 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
527
528 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
529 (vc-default-dir-printer): Add a comment about updating this function.
530
531 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
532 for the file name.
533
534 2009-02-11 Glenn Morris <rgm@gnu.org>
535
536 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
537 (calendar-set-mode-line): Fall back to a default width if we seem to be
538 called from daemon. (Bug#2199)
539
540 * mail/rmailkwd.el (rmail-make-label): Doc fix.
541 (rmail-read-label): Add current labels to completion list. (Bug#2222)
542 (rmail-set-label): Use `or'.
543
544 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
545
546 * emacs-lisp/find-func.el (find-library-name, find-library):
547 Doc fixes. (Part of bug#2270)
548
549 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
550
551 * env.el (getenv): When FRAME is non-nil, pass the frame environment
552 to `getenv-internal', not the frame. (Bug#2259)
553
554 2009-02-10 Kenichi Handa <handa@m17n.org>
555
556 * descr-text.el (describe-char-display): On terminal, if terminal
557 coding system is nil, assume us-ascii.
558 (describe-char): Don't show the composition information if it is
559 trivial.
560
561 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
562
563 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
564 number as it isn't present for unregistered files.
565
566 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
567 (vc-dir-mouse-map): New keymap.
568 (vc-default-dir-printer): Use it locally.
569
570 2009-02-10 Glenn Morris <rgm@gnu.org>
571
572 * speedbar.el: Avoid messing up font-lock-global-modes.
573
574 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
575 (mail-file-babyl-p): Use with-temp-buffer.
576
577 * mail/rmailsort.el: Just require rmail.
578
579 * mail/rmailedit.el: Just require rmail.
580 (rmail-old-pruned): Add doc string.
581 (rmail-edit-current-message): Use rmail-msg-is-pruned.
582 (rmail-cease-edit): Don't mangle the leading From line.
583 Don't mark as edited if there were no changes. (Bug#2256)
584 Correctly restore header state.
585
586 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
587 (rmail-current-message, rmail-total-messages)
588 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
589 (rmail-duplicate-message): Doc fix.
590 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
591 New functions.
592 (rmail-get-header, rmail-set-header, rmail-set-attribute):
593 Use rmail-apply-in-message.
594 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
595 unswapped-ness.
596 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
597 (rmail-auto-file): Set the filed attribute, rather than explicitly not
598 doing so. (Bug#2231)
599 (rmail-set-attribute): Allow ATTR to be a string.
600
601 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
602
603 * net/newst-treeview.el (newsticker-treeview-save)
604 (newsticker--treeview-load): Kill groups buffer after saving/loading.
605
606 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
607
608 * doc-view.el (doc-view-scroll-up-or-next-page)
609 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
610 the old hscroll value after switching pages.
611
612 2009-02-09 Glenn Morris <rgm@gnu.org>
613
614 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
615 (calendar-holiday-marker): Drop test for color display.
616
617 2009-02-08 Glenn Morris <rgm@gnu.org>
618
619 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
620 (calendar-holiday-marker, calendar-mark-visible-date):
621 * calendar/diary-lib.el (diary-fancy-display):
622 It doesn't make sense to check font-lock-mode (see comments;
623 reverts 2008-04-02 change). (Bug#2199)
624
625 2009-02-08 Juri Linkov <juri@jurta.org>
626
627 * simple.el (toggle-word-wrap): New command.
628
629 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
630
631 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
632 (ps-run-make-tmp-filename): Use temporary-file-directory.
633
634 * textmodes/artist.el (artist-system): Allow make-temp-file to use
635 temporary-file-directory.
636
637 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
638 temporary-file-directory.
639
640 2009-02-07 Glenn Morris <rgm@gnu.org>
641
642 * mail/unrmail.el (rmime-magic-string): Define for compiler.
643
644 2009-02-07 Eli Zaretskii <eliz@gnu.org>
645
646 * mail/rmail.el (rmail): Bind coding-system-for-read to
647 no-conversion before calling find-file-noselect. (Bug#2015)
648
649 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
650
651 * proced.el (proced-after-send-signal-hook): Use defcustom.
652 (proced-header-line): Handle header lines that are shorter than
653 window-hscroll.
654 (proced-send-signal): Rebind split-width-threshold analogous to
655 dired-pop-to-buffer.
656
657 2009-02-07 Eli Zaretskii <eliz@gnu.org>
658
659 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
660 message; instead, just rewrite the X-Coding-System header with the
661 new encoding, and let rmail-show-message do the rest. Remove
662 unused argument RAW. Fix doc string to be consistent with the new
663 implementation.
664 (rmail-show-message): Honor X-Coding-System header, if present, in
665 preference to Content-Type header.
666
667 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * server.el (server-execute): Enable quit.
670
671 2009-02-07 Andreas Schwab <schwab@suse.de>
672
673 * image-mode.el (image-mode): Always set image-type.
674 (image-minor-mode): Likewise.
675
676 2009-02-07 Eli Zaretskii <eliz@gnu.org>
677
678 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
679 encoding, and its "content-transfer-encoding" and "content-type"
680 headers only in the headers' portion. (Bug#2017)
681
682 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
683
684 * net/newst-treeview.el
685 (newsticker-treeview-next-new-or-immortal-item): New arg
686 DONT-WRAP-TREES to prevent infinite recursion.
687
688 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
691 extracting mail message headers. Use encode-coding-region instead
692 of insert-buffer-substring for re-encoding edited message.
693 Add qp/b64 encoding only after text was encoded.
694
695 2009-02-07 Eli Zaretskii <eliz@gnu.org>
696
697 * subr.el: Don't declare `translation-table-for-input' obsolete.
698 Equivalent info added to its doc string, q.v.
699
700 * files.el (save-buffer): Display "Saving file FOO..." message
701 regardless of buffer's size. (Bug#2137)
702
703 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
704
705 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
706
707 2009-02-07 Alex Schroeder <alex@gnu.org>
708
709 * mail/unrmail.el (unrmail): Use regexps to find message separators so
710 as not to match any fake rmime.el separators. Remove any sections added
711 by rmime.el.
712
713 2009-02-07 Glenn Morris <rgm@gnu.org>
714
715 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
716 that is no longer appropriate to mbox Rmail.
717
718 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
719 before trying to move to the start of the message.
720 (rmail-summary-undelete-many, rmail-summary-rmail-update):
721 Fix rmail-set-attribute calls.
722
723 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
724 Doc fix.
725 (rmail-output-to-rmail-buffer): Autoload it.
726 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
727
728 2009-02-06 Glenn Morris <rgm@gnu.org>
729
730 * mail/unrmail.el (unrmail): Use current-time-string.
731
732 * simple.el (kill-whole-line): Provide a default argument of 1.
733
734 * mail/undigest.el (rmail-mail-separator): Delete.
735 (undigestify-rmail-message, unforward-rmail-message): Update for
736 mbox Rmail.
737
738 2009-02-05 Kenichi Handa <handa@m17n.org>
739
740 * international/fontset.el (script-representative-chars): Remove
741 mathematical.
742 (setup-default-fontset): Add entries for each subgroup of
743 mathematical script.
744
745 2009-02-05 Juri Linkov <juri@jurta.org>
746
747 * image-mode.el (image-mode): Use `image-get-display-property'
748 instead of `get-text-property'.
749 (image-minor-mode): Sync the logic with `image-mode' including the
750 displaying an image file as the actual image by default.
751
752 2009-02-05 Alan Mackenzie <acm@muc.de>
753
754 * progmodes/cc-defs.el (c-emacs-features): Check the working of
755 beginning/end-of-defun-function more rigorously before setting
756 argumentative-bod-function.
757
758 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
759
760 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
761 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
762 mode on the initial terminal.
763
764 2009-02-05 Glenn Morris <rgm@gnu.org>
765
766 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
767 Make these functions work.
768
769 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
770 (rmail-narrow-to-non-pruned-header): Remove autoload.
771 (mairix-rmail-fetch-field): Handle mbox Rmail.
772
773 2009-02-04 Dave Love <fx@gnu.org>
774
775 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
776 (imap-debug): Add imap-fetch-safe.
777
778 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
779
780 * net/netrc.el (netrc-machine-user-or-password): Use list of
781 auth-source modes.
782
783 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
784
785 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
786 for newvars is nil. (C-u C-x v = with default values).
787
788 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
789
790 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
791 format. Use when instead of if.
792
793 2009-02-04 Miles Bader <miles@gnu.org>
794
795 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
796 (backward-list, backward-up-list, beginning-of-defun)
797 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
798
799 2009-02-04 Glenn Morris <rgm@gnu.org>
800
801 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
802 ill-advised.
803
804 * mail/rmail.el: No need for mule-util when compiling.
805 (rmail-first-message): Unbreak it.
806
807 * mail/rmailmsc.el: Require rmail not just when compiling.
808 Remove unneeded declarations.
809
810 * term/ns-win.el (ns): Define as a custom group.
811
812 2009-02-04 Kenichi Handa <handa@m17n.org>
813
814 * international/mule-cmds.el (select-safe-coding-system): Use
815 buffer-chars-modified-tick instead of buffer-modified-tick.
816
817 * descr-text.el (describe-char): Check font-object by fontp.
818
819 * composite.el (compose-gstring-for-terminal): If a character is
820 not supported by the current terminal, don't make a multi-glyph
821 grapheme cluster.
822 (auto-compose-chars): Check font-object by fontp.
823
824 2009-02-03 Glenn Morris <rgm@gnu.org>
825
826 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
827 over current-time. (Bug#2175)
828
829 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
830 inserting the converted mailbox.
831 (rmail-get-new-mail): Restore the loop over inboxes when two or more
832 have the same basename. (Bug#2164)
833 Set the return value according to whether any mail was found,
834 not just in the last inbox. Only show a message and run the hook after
835 checking all inboxes.
836 (rmail-get-new-mail-1): Move message display and running the hook to
837 rmail-get-new-mail.
838
839 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
840 rmail-attr-array.
841 (rmail-make-label, rmail-read-label): Give it a doc string.
842 (rmail-add-label, rmail-kill-label): Change argument name to match the
843 doc. Doc fix.
844 (rmail-set-label): Doc fix. Also update summary in attr case.
845 Accept labels as a string or a symbol. (Bug#2165)
846
847 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
848 null.
849
850 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
853 (vhdl-prepare-search-2): Properly cleanup on `quit'.
854
855 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
856 Mark the entries as being "system" entries rather than "user" entries.
857
858 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
859
860 * smerge-mode.el (smerge-start-session): Add interactive spec.
861
862 2009-02-02 Glenn Morris <rgm@gnu.org>
863
864 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
865 (rmail-retry-ignored-headers, rmail-highlighted-headers):
866 Restore autoloads.
867
868 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
871
872 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * cmuscheme.el (scheme-args-to-list): Remove.
875 (run-scheme): Use split-string-and-unquote instead, so as to allow
876 spaces in the command name and/or the arguments.
877
878 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
879
880 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
881
882 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
883
884 Sync with Tramp 2.1.15.
885
886 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
887 used.
888
889 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
890
891 * net/trampver.el: Update release number.
892
893 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
896 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
897 (rmail-undelete-previous-message, rmail-mark-message)
898 (rmail-speedbar-buttons): Use with-current-buffer.
899 (rmail-mode-map): Move initialization into declaration.
900 (rmail-swap-buffers, rmail-unfontify-buffer-function)
901 (rmail-fontify-message): Use restore-buffer-modified-p.
902 (rmail-expunge-and-save): Don't swap buffer.
903 (rmail-get-header, rmail-set-header, rmail-set-attribute)
904 (rmail-apply-in-message): Swap save-excursion and save-restriction.
905
906 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
907 if possible.
908
909 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
910 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
911
912 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
915
916 * progmodes/ebrowse.el:
917 * international/robin.el:
918 * emulation/viper-util.el:
919 * emulation/viper-mous.el:
920 * emulation/viper-keym.el:
921 * ediff.el:
922 * ediff-wind.el:
923 * ediff-vers.el:
924 * ediff-ptch.el:
925 * ediff-mult.el:
926 * ediff-merg.el:
927 * ediff-diff.el: Follow commenting conventions.
928
929 2009-01-31 Eli Zaretskii <eliz@gnu.org>
930
931 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
932 obsolete eight-bit-control and eight-bit-graphic.
933
934 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
937
938 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
939
940 * emacs-lisp/lisp.el (end-of-defun): Protect against
941 infloops (Bug#2106).
942
943 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
944
945 * vc-dir.el (vc-dir-mouse-map):
946 (vc-default-dir-printer):
947 (vc-dir-find-file-other-window): Undo previous change, it breaks
948 the behavior of mouse-2.
949 (vc-dir-mode): Fix docstring.
950
951 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
952 logic, it makes the makes the normal case too slow.
953
954 2009-01-31 Eli Zaretskii <eliz@gnu.org>
955
956 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
957 file to `raw-text-unix'. Bind coding-system-for-write when
958 writing out the converted message, and make sure it uses Unix
959 EOLs.
960
961 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
962 encoding to `raw-text-unix'.
963 (rmail-perm-variables): Set encoding of rmail-view-buffer to
964 `undecided-unix'.
965 (rmail-redecode-body): Don't change EOL conversion of the new
966 encoding if the old one left it unspecified.
967 (rmail-automatic-folder-directives, rmail): Doc fixes.
968 (rmail-swap-buffers): New function.
969 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
970 (rmail-show-message): Use rmail-swap-buffers.
971 (rmail-decode-region): If DESTINATION is a buffer, set the
972 encoding of that buffer, rather than the current buffer.
973 (rmail-show-message): Make error message about uuencoded mail
974 more explicit.
975 (rmail-show-message-maybe): Simplify code. Doc fix.
976 (rmail-show-message): Doc fix.
977
978 2009-01-31 Glenn Morris <rgm@gnu.org>
979
980 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
981 folder.
982
983 * mail/rmail.el (rmail-msg-is-pruned): New function.
984 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
985 (rmail-reply): Set up to yank from the decoded message rather than the
986 raw one. (Bug#2104).
987
988 * mail/mail-utils.el (mail-fetch-field): Doc fix.
989
990 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
991 (uce-message-text, uce-default-headers): Fix custom type.
992 (rmail-buffer, rmail-msg-is-pruned): Declare.
993 (uce-reply-to-uce): Add autoload cookie. Doc fix.
994 Update for mbox Rmail.
995
996 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
997
998 * vc-dir.el (vc-dir-mouse-map): New keymap.
999 (vc-default-dir-printer): Use it locally.
1000 (vc-dir-find-file-other-window): Allow mouse events.
1001
1002 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1003
1004 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1005 into Rmail-mbox attributes.
1006
1007 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1008 coding-system-for-read to `raw-text', and use insert-file-contents
1009 instead of insert-file-contents-literally. Fixes bug #2019.
1010 (rmail-resent-attr-index): Fix index value.
1011
1012 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1015 precedence even when its value is t. (Bug#2093)
1016
1017 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1018 connection. (Bug#2093)
1019 (vc-svn-diff): Use old version number even when it is the working
1020 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1021
1022 2009-01-30 Glenn Morris <rgm@gnu.org>
1023
1024 * mail/rmail.el (rmail-reply): Handle empty folders.
1025 (rmail-speedbar-buttons)
1026 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1027
1028 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1029 line-beginning-position calls.
1030 (rmail-header-summary): Use line-end-position.
1031
1032 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1033
1034 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1035 Fix regexp quoting. (Bug#1739)
1036
1037 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1040 correction of passwords.
1041
1042 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1043
1044 * mail/rmail.el (rmail-toggle-header): Determine current header
1045 style using the buffer-local value of rmail-header-style in the
1046 view buffer.
1047 (rmail-show-message): Set a buffer-local value of
1048 rmail-header-style in the view buffer. (Bug#2016)
1049
1050 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1053 Fix typos in docstrings.
1054
1055 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * bindings.el (completion-ignored-extensions):
1058 Add entries for VCS metadata directories (CVS/, .svn, etc).
1059
1060 * pcvs.el (completion-ignored-extensions):
1061 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1062 directory, now done in bindings.el.
1063
1064 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1065
1066 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1067
1068 2009-01-29 Glenn Morris <rgm@gnu.org>
1069
1070 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1071 (rmail-set-header): Ensure header changes get saved.
1072
1073 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1074
1075 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1076 one, after a label is added.
1077
1078 * mail/rmailsum.el (rmail-summary-update-line): New function.
1079 (rmail-summary-goto-msg): Return a value according to whether message
1080 was found.
1081 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1082 property. Use line-end-position.
1083
1084 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1087 quoted From lines.
1088
1089 * mail/rmail.el (rmail-redecode-body): New function, based on old
1090 version removed in 2009-01-22 change.
1091 (rmail-show-message): Unquote From lines.
1092
1093 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1094
1095 * doc-view.el (doc-view-mode): Don't use string-match and file
1096 extension to choose fallback mode on empty/non-existing files but
1097 let-bind auto-mode-alist and call normal-mode.
1098
1099 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1100
1101 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1102 concatenating the type indicating character.
1103 (ls-lisp-format): Don't propertize file-name only if
1104 ls-lisp-classify already did.
1105
1106 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1107
1108 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1109 Describe second parameter of hook functions.
1110 (dbus-handle-event): Apply it.
1111
1112 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1113
1114 * mail/rmail.el (rmail-toggle-header): Don't reset
1115 rmail-header-style permanently (bug#2016).
1116
1117 2009-01-28 Denis Howe <denis.howe@gmail.com>
1118
1119 * complete.el (PC-do-completion): Correct case when completion is
1120 unambiguous.
1121
1122 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1123
1124 * calendar/todo-mode.el (todo-insert-item-here):
1125 Prevent insertion of a new entry inside of an existing entry.
1126 Minor code cleanup. (Bug#2084)
1127 (todo-add-category): Change the interactive spec. Signal an error
1128 if the Todo file is non-empty but contains no category. Reject
1129 category names that could induce bugs and confusion. Call
1130 todo-mode if the Todo file is new and unsaved. Simplify handling
1131 of local variables cookie. Properly display the newly added
1132 category in Todo mode.
1133 (todo-show): Call todo-initial-setup only if there is neither a
1134 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1135 (todo-category-alist): Delete function.
1136 (todo-completing-read): New function.
1137 (todo-insert-item, todo-jump-to-category): Use it.
1138 (todo-insert-item): Make the use of the prefix argument conform to
1139 the doc string. (Bug#2086)
1140
1141 2009-01-28 Glenn Morris <rgm@gnu.org>
1142
1143 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1144 even when called from the summary. (Bug#2075)
1145 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1146 (rmail-show-message-maybe): Use rmail-no-mail-p.
1147 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1148 (rmail-get-labels): Separate status and label fields with a semicolon,
1149 rather than a comma, for consistency with old Rmail.
1150
1151 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1152 starting from the beginning, since mail-fetch-field does not care.
1153 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1154 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1155 (rmail-get-summary-labels): New function. Returns labels rather than
1156 status (edited, etc).
1157 (rmail-create-summary): Insert an extra space after the status
1158 flags, for consistency with old rmail, and with current
1159 rmail-summary-font-lock-keywords.
1160
1161 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1164 if region is active. Use cond instead of nested ifs. (Bug#2053)
1165
1166 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1169 converting.
1170
1171 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1172 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1173
1174 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1175
1176 * mouse.el (mouse-select-font): Return a string instead of a list.
1177
1178 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1181 don't have to do it in normal-erase-is-backspace-mode.
1182
1183 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1184 and C-backspace; the latter is not available on ttys anyway.
1185
1186 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1187
1188 (doc-view-mode): Fix broken call to string-match.
1189
1190 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1191
1192 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1193 fundamental-mode or ps-mode if the file is empty or doesn't exist
1194 at all.
1195 (doc-view-initiate-display): Better info message if doc-view-mode
1196 cannot be used. (Missing utility or no png support/no X frame.)
1197 (Bug#2058)
1198
1199 2009-01-27 Glenn Morris <rgm@gnu.org>
1200
1201 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1202 of the headers in the full header case. (Bug#2073)
1203
1204 2009-01-27 Kenichi Handa <handa@m17n.org>
1205
1206 * mail/rmail.el (rmail-get-coding-system): Re-search
1207 rmail-mime-charset-pattern directly instead of using
1208 mail-fetch-field. Use coding-system-from-name.
1209
1210 * international/mule-cmds.el (canonicalize-coding-system-name)
1211 (coding-system-from-name): New functions.
1212
1213 2009-01-27 Glenn Morris <rgm@gnu.org>
1214
1215 * dired-x.el (dired-bind-vm): Doc fix.
1216
1217 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1218 Replace `first' and `rest' with `car' and `cdr' throughout.
1219 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1220 (rsf-scanning-messages-now): Doc fix.
1221 (rsf-check-field): Rename from `check-field' and update callers.
1222 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1223 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1224
1225 * mail/rmail.el: Remove leading `*' from defcustom docs.
1226 Remove needless autoloads of many defcustoms and hooks.
1227 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1228 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1229 (rmail-decode-mime-charset): Doc fix.
1230 (rmail-search-message, rmail-resend): Check functions set before use.
1231
1232 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1233 Remove needless autoloads of many defcustoms.
1234 (rmail-output-to-babyl-buffer): Rename from
1235 rmail-output-to-r-mail-buffer and update caller.
1236 (rmail-output): Doc fix.
1237
1238 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1239 Remove needless autoloads of many defcustoms.
1240 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1241 is set.
1242
1243 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1244 (batch-unrmail, unrmail): Doc fix.
1245
1246 * mail/rmailsum.el (rmail-message-recipients-p-1)
1247 (rmail-message-regexp-p-1): Ensure searches start from the
1248 beginning of the header.
1249
1250 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1253
1254 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1255
1256 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1257 expand the denominator.
1258
1259 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/dbus.el (dbus-event-error-hooks): New variable.
1262 (dbus-handle-event): Use it.
1263
1264 2009-01-26 Glenn Morris <rgm@gnu.org>
1265
1266 * Makefile.in (ELCFILES): Update.
1267
1268 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1269 replies. (Bug#512)
1270
1271 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1272
1273 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1274
1275 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1276
1277 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1278 Remove from global map and key definitions.
1279 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1280 definitions.
1281 (ns-show-preferences-help, ns-unput-working-text): New functions.
1282 (ns-unecho-working-text): Update message.
1283
1284 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1285
1286 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1287 variable to allow the user to choose icalendar UID format.
1288 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1289 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1290 (icalendar-export-region,icalendar--create-uid): Use custom
1291 function to compute icalendar UID for each entry.
1292 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1293 with description, location, etc. fields (need to keep active count
1294 of fields encountered). Another bug fix to the regex that matches
1295 multiple lines (need \' regex instead of $ to match end-of-entry).
1296
1297 2009-01-25 Juri Linkov <juri@jurta.org>
1298
1299 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1300 change its title from "Recursive grep..." to "Grep via Find...".
1301 Add menu items for lgrep and rgrep.
1302
1303 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1304
1305 * ps-print.el (ps-print-version): New version 7.3.4.
1306
1307 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1308
1309 * ps-print.el: Fix face background/foreground extraction.
1310 (ps-face-extract-color): New fun.
1311 (ps-face-attributes, ps-face-attribute-list): Code fix.
1312
1313 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1314
1315 * align.el (align-region): Avoid infloop.
1316
1317 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1318
1319 * env.el (environment): Function removed.
1320
1321 * international/mule-cmds.el (set-language-environment-coding-systems):
1322 If default-buffer-file-coding-system is nil, set up to have EOLs that
1323 are native for the underlying system-type. (Bug#1853)
1324 (prefer-coding-system, set-default-coding-systems): Doc fix.
1325
1326 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1329 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1330 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1331 Use `string-match-p'.
1332
1333 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1334
1335 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1336 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1337 next-feed does not succeed. Fixes bug#1710 even more.
1338 (newsticker-treeview-next-feed): Simplify.
1339 (newsticker--group-get-feeds): Suppress group names in result.
1340
1341 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1342
1343 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1344 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1345
1346 2009-01-24 Glenn Morris <rgm@gnu.org>
1347
1348 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1349 "popmail" by "pormail".
1350
1351 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1352 Remove unneeded declarations.
1353
1354 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1355
1356 * calc/calc-poly.el (calcFunc-apart): Improve test for
1357 rational functions.
1358
1359 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1362 return value of rmail-get-labels.
1363
1364 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1365 return value of rmail-get-labels.
1366
1367 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1368 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1369
1370 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1371
1372 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1373 old cache file. Fixes bug#1710.
1374
1375 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1378
1379 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1380
1381 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1382 Switch names and update comments for clarity.
1383
1384 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1387 start is nil, as was done in tar-mode.el.
1388
1389 2009-01-23 Glenn Morris <rgm@gnu.org>
1390
1391 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1392 more.
1393
1394 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1395
1396 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * server.el (server-name): Make it a defcustom. (Bug#1995)
1399
1400 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1401
1402 2009-01-23 Glenn Morris <rgm@gnu.org>
1403
1404 * Makefile.in (ELCFILES): Update.
1405
1406 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1407
1408 * net/newst-treeview.el
1409 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1410 current-item-counts. Move to next feed if necessary. (Bug#1569)
1411 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1412 feed if necessary. (Bug#1569)
1413 (newsticker-treeview-next-feed)
1414 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1415 Don't activate node nil. (Bug#1569)
1416
1417 2009-01-22 Paul Reilly <pmr@pajato.com>
1418 Henrik Enberg <enberg@printf.se>
1419 Alex Schroeder <alex@gnu.org>
1420 Chong Yidong <cyd@stupidchicken.com>
1421 Richard M Stallman <rms@gnu.org>
1422 Glenn Morris <rgm@gnu.org>
1423 Juanma Barranquero <lekktu@gmail.com>
1424
1425 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1426 (rmail-attribute-header, rmail-keyword-header)
1427 (rmail-answered-attr-index, rmail-deleted-attr-index)
1428 (rmail-edited-attr-index, rmail-filed-attr-index)
1429 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1430 (rmail-unseen-attr-index, rmail-resent-attr-index)
1431 (rmail-attr-array, rmail-header-style, rmail-file-name)
1432 (rmail-buffer-swapped): New vars.
1433 (rmail-convert-file-maybe, rmail-error-bad-format)
1434 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1435 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1436 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1437 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1438 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1439 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1440 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1441 (rmail-message-attr-p, rmail-message-unseen-p)
1442 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1443 (rmail-show-message-maybe, rmail-copy-headers)
1444 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1445 (rmail-write-region-annotate): New functions.
1446
1447 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1448 (rmail-convert-mailpath, rmail-convert-file)
1449 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1450 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1451 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1452 (rmail-redecode-body)
1453 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1454 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1455 (rmail-count-screen-lines, rmail-message-regexp-p)
1456 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1457 (rmail-nuke-pinhead-header): Move to rmailout.el.
1458
1459 (rmail-ignored-headers): Add additional headers.
1460 (rmail-mode-map): Update key commands.
1461 (rmail-tool-bar-map): Build tool-bar unconditionally.
1462 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1463 conversion and new buffer swapping mechanism.
1464 (rmail-perm-variables): Use new vars, and remove deleted ones.
1465 (rmail-revert): Use rmail-convert-file-maybe.
1466 (rmail-duplicate-message): Use rmail-show-message-maybe.
1467 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1468 a disk-full error.
1469 (rmail-parse-url): Strip embedded password.
1470 (rmail-insert-inbox-text): Default to movemail if
1471 rmail-movemail-program is null. Handle mbox format.
1472 (rmail-decode-region): New arg.
1473 (rmail-display-labels): Don't perform Babyl processing.
1474 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1475 (rmail-set-message-counters, rmail-count-new-messages)
1476 (rmail-set-message-counters-counter, rmail-show-message)
1477 (rmail-next-same-subject, rmail-reply): Use mbox format.
1478 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1479 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1480 buffer swapping mechanism.
1481
1482 * mail/rmailedit.el: Require rmailsum.el.
1483 (rmail-edit-mode): First check if buffer is swapped.
1484 (rmail-edit-saved-coding-system): Delete var.
1485 (rmail-edit-current-message): Don't call deleted vars.
1486 (rmail-cease-edit): Handle mbox format.
1487 (rmail-abort-edit): Widen buffer.
1488
1489 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1490 declarations.
1491 (rmail-buffer, rmail-current-message, rmail-last-label)
1492 (rmail-last-multi-labels, rmail-summary-vector)
1493 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1494 (rmail-keywords): Delete vars.
1495 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1496 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1497 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1498 (rmail-make-label): New function.
1499 (rmail-read-label): Don't call rmail-parse-file-keywords.
1500 (rmail-set-label): Rewrite using rmail-set-attribute.
1501 (rmail-next-labeled-message): Use rmail-get-labels.
1502
1503 * mail/rmailmm.el: New file.
1504
1505 * mail/rmailmsc.el: Require rmail.el.
1506 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1507
1508 * mail/rmailout.el (rmail-output-decode-coding): New var.
1509 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1510 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1511 (rmail-output-to-rmail-buffer): New functions.
1512 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1513 Delete functions.
1514 (rmail-nuke-pinhead-header): Move from rmail.el.
1515 (rmail-output): Rewrite to accept both mbox and babyl output.
1516 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1517 use mbox internal format.
1518
1519 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1520 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1521 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1522 Use rmail-get-header.
1523 (rmail-sort-messages): Use new buffer swapping mechanism.
1524 Handle mbox internal format.
1525
1526 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1527 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1528 (rmail-message-regexp-p, rmail-new-summary-1)
1529 (rmail-get-create-summary-buffer, rmail-get-summary)
1530 (rmail-create-summary-line, rmail-get-summary-labels)
1531 (rmail-create-summary, rmail-header-summary)
1532 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1533 (rmail-summary-by-topic, rmail-message-senders-p)
1534 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1535 internal format.
1536 (rmail-new-summary): Rewrite window handling.
1537 (rmail-make-summary-line, rmail-make-summary-line-1)
1538 (rmail-make-basic-summary-line)
1539 (rmail-summary-output-to-rmail-file): Functions deleted.
1540 (rmail-summary-undelete, rmail-summary-rmail-update)
1541 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1542 (rmail-summary-show-message, rmail-summary-wipe)
1543 (rmail-summary-toggle-header, rmail-summary-reply):
1544 Use rmail-buffer instead of rmail-view-buffer.
1545 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1546 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1547 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1548
1549 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1550
1551 * term/ns-win.el (ns-show-manual): Fix node name.
1552 (x-open-connection): Fix typo in declaration filename.
1553
1554 2009-01-22 Romain Francoise <romain@orebokech.com>
1555
1556 * Makefile.in (ELCFILES): Update.
1557
1558 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1559
1560 * frame.el (make-frame-on-tty): Remove function, inline contents
1561 in the only user ...
1562
1563 * server.el (server-create-tty-frame): ... here.
1564
1565 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * format.el (format-annotate-function):
1568 Set write-region-post-annotation-function.
1569
1570 2009-01-21 John Wiegley <johnw@newartisans.com>
1571
1572 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1573 list of output filters.
1574 (eshell-mode): Change the default binding of C-a to eshell-bol.
1575 I don't think it's actually bound at all by default in eshell;
1576 it just falls back to the default binding of C-a.
1577
1578 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * minibuffer.el (completion--insert-strings): Fix up computation of
1581 column position which manifested e.g. in proced's signal completion.
1582
1583 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * server.el (server-start): Allow server to shut down when no
1586 frames are available in daemon-mode.
1587
1588 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1589
1590 * term.el (term-previous-matching-input, term-next-matching-input)
1591 (term-previous-matching-input-from-input)
1592 (term-next-matching-input-from-input, term-backward-matching-input)
1593 (term-forward-matching-input): Change argument name to match docstring.
1594
1595 2009-01-21 Glenn Morris <rgm@gnu.org>
1596
1597 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1598 that are no longer needed.
1599 (authors-scan-change-log): Doc fix.
1600 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1601
1602 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1603
1604 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1605 Use aspell default dict.
1606
1607 2009-01-20 Kenichi Handa <handa@m17n.org>
1608
1609 * descr-text.el (describe-char): Improve description of eight-bit
1610 char in a unibyte buffer. (Bug#1935)
1611
1612 2009-01-20 Glenn Morris <rgm@gnu.org>
1613
1614 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1615 Add some entries.
1616
1617 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * progmodes/ruby-mode.el: Autoload other interpreter names.
1620
1621 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * descr-text.el (describe-char-categories): New defsubst.
1624 (describe-char): Use it.
1625
1626 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1629 IPv4 mapped IPv6 addresses.
1630
1631 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1634 the beginning of the buffer. (Bug#1949)
1635
1636 2009-01-18 Markus Triska <markus.triska@gmx.at>
1637
1638 * linum.el (linum-update-window): Use `delq' instead of `delete';
1639 compare strings with `equal-including-properties'.
1640
1641 2009-01-17 Glenn Morris <rgm@gnu.org>
1642
1643 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1644 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1645
1646 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1647 (eldoc-message-commands, eldoc-print-current-symbol-info):
1648 Doc fix (consistent case of "ElDoc").
1649
1650 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1651
1652 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1653
1654 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1655
1656 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1657 TARGET)' does not exist, try again with its basename replaced by
1658 `(cdr TARGET)'. (Related to Bug #1853.)
1659
1660 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1661
1662 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1663
1664 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1665 unless flyspell-mode is enabled.
1666 (flyspell-pre-point): Make buffer-local.
1667
1668 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1669
1670 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1671 delimiters, allow fields that are composed of strings and string
1672 constants.
1673 (bibtex-mode): Doc fix.
1674
1675 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1676
1677 * textmodes/ispell.el: Protect against declare-function undefined
1678 in XEmacs.
1679 (ispell-program-name): Search also for hunspell when setting default.
1680 (ispell-find-aspell-dictionaries): Better error message. Use correct
1681 dictionary alist for default. Better fallback default dictionary.
1682
1683 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1684
1685 * international/quail.el (quail-insert-kbd-layout):
1686 Delete superfluous handling of 8-bit code. (Bug#1418)
1687
1688 2009-01-16 Glenn Morris <rgm@gnu.org>
1689
1690 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1691 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1692 (eldoc-highlight-function-argument): Doc fix - mention effect of
1693 eldoc-documentation-function.
1694 (eldoc-message-commands-table-size, eldoc-message-commands)
1695 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1696 (eldoc-documentation-function): Mention effect on user options.
1697
1698 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1699
1700 2009-01-16 Kevin Ryde <user42@zip.com.au>
1701
1702 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1703 its version number, and then set both.
1704
1705 2009-01-16 Richard M Stallman <rms@gnu.org>
1706
1707 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1708
1709 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1712 Refer to revert-buffer, not Buffer-menu-revert.
1713 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1714 (Buffer-menu-revert): Remove function, unused.
1715 (Buffer-menu-mode-map): Don't bind keys already
1716 bound by special-mode.
1717 (Buffer-menu-mode-map): Add a menu.
1718
1719 2009-01-15 Stephen Eglen <stephen@gnu.org>
1720
1721 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1722
1723 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1726
1727 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1728
1729 * window.el (special-display-p): Revert 2009-01-14 change.
1730
1731 2009-01-15 Glenn Morris <rgm@gnu.org>
1732
1733 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1734 (authors-obsolete-files-regexps, authors-ignored-files):
1735 (authors-renamed-files-alist): Add some entries.
1736 (authors-fixed-entries): Change some entries.
1737 (authors-canonical-file-name): Doc fix.
1738 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1739
1740 2009-01-14 Juri Linkov <juri@jurta.org>
1741
1742 * info.el (Info-isearch-filter): Don't filter out invisible text
1743 when search-invisible is t. (Bug#1848)
1744
1745 * simple.el (blink-matching-open): Use `minibuffer-message' to
1746 display messages in the minibuffer.
1747
1748 * help.el (view-help-file):
1749 * menu-bar.el (menu-bar-help-extra-packages):
1750 Use goto-address-mode instead of goto-address.
1751
1752 * net/goto-addr.el (goto-address-url-face): Change default value
1753 from `bold' to `link'.
1754
1755 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1758
1759 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1760
1761 * frame.el (special-display-popup-frame): Rewrite doc-string and
1762 simplify code.
1763
1764 * window.el (special-display-buffer-names)
1765 (special-display-regexps): Add customization support for
1766 function/other-args elements. Rewrite doc-strings.
1767 (special-display-function): Rewrite doc-string.
1768 (same-window-buffer-names, same-window-regexps):
1769 Minor doc-string fixes.
1770 (special-display-p): Minor rewrite.
1771
1772 2009-01-14 Glenn Morris <rgm@gnu.org>
1773
1774 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1775
1776 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1779 MESSAGEs with internal square brackets (i.e., " this [test] message").
1780 Use `string-match-p'.
1781 (completion--make-envvar-table, completion--file-name-table)
1782 (completion-pcm--string->pattern, completion-pcm--all-completions)
1783 (completion-pcm--filename-try-filter): Use `string-match-p'.
1784
1785 2009-01-14 Juri Linkov <juri@jurta.org>
1786
1787 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1788 non-nil `bug-reference-url-format' before putting an overlay
1789 property `bug-reference-url'.
1790 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1791 `bug-reference-url-format'. Doc fix. (Bug#1744)
1792
1793 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1796 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1797
1798 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1799 loaded.
1800
1801 2009-01-13 Jason Rumney <jasonr@gnu.org>
1802
1803 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1804
1805 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * subr.el (play-sound): Doc fix. (Bug#250)
1808 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1809
1810 2009-01-12 Alan Mackenzie <acm@muc.de>
1811
1812 * textmodes/paragraphs.el (forward-sentence): Change limit of
1813 re-search-backward to allow values of `sentence-end' anchored at BOL.
1814
1815 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1818 subfield of the magic string.
1819
1820 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1821
1822 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1823 (math-special-function-table): Use `math-compose-tex-sqrt' to
1824 compose sqrts in TeX and LaTeX mode.
1825
1826 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * faces.el (describe-face): Ignore anonymous faces.
1829
1830 * server.el (server-save-buffers-kill-terminal): Args changed.
1831 Handle nowait client frames.
1832
1833 * files.el (save-buffers-kill-terminal): Args for
1834 server-save-buffers-kill-terminal changed.
1835
1836 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1837
1838 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1839
1840 2009-01-11 Glenn Morris <rgm@gnu.org>
1841
1842 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1843 Silence compiler.
1844
1845 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1846 some entries.
1847 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1848 (authors-renamed-files-alist): Add entries.
1849 (authors-fixed-entries): Update for renamed and removed files.
1850 (authors-canonical-file-name): Add entries to
1851 authors-checked-files-alist based on their full names, expanded relative
1852 to each log-file directory.
1853 (authors-scan-el, authors-add-to-author-list, authors):
1854 Handle multiple authors in a file, via a new :cowrote category.
1855
1856 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1857
1858 2009-01-10 Richard M Stallman <rms@gnu.org>
1859
1860 * mail/mail-utils.el (mail-quote-printable-region): New function.
1861
1862 2009-01-10 Glenn Morris <rgm@gnu.org>
1863
1864 * calendar/cal-move.el (calendar-scroll-left-three-months)
1865 (calendar-scroll-right-three-months):
1866 * calendar/holidays.el (calendar-list-holidays)
1867 (calendar-mark-holidays):
1868 * calendar/lunar.el (calendar-lunar-phases):
1869 Add event handling, for when called from menus with the calendar buffer
1870 not current.
1871
1872 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1875 Move setting up whitepace-mode ...
1876 (diff-mode): ... here.
1877 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1878
1879 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * faces.el (x-font-family-list): Remove entirely.
1882
1883 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1884
1885 Fix Bug #876:
1886
1887 * info.el (info-insert-file-contents, Info-insert-dir):
1888 Bind inhibit-null-byte-detection to non-nil.
1889
1890 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1891
1892 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1893 toggling tool bars on. (Bug#1754)
1894
1895 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * faces.el (face-valid-attribute-values): Use string as value for
1898 :family attribute. Now, font-family-list returns a list of strings.
1899 (x-font-family-list): Obsolete compatibility version of function
1900 from xfaces.c.
1901
1902 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1903
1904 * window.el (special-display-buffer-names)
1905 (special-display-regexps, special-display-function):
1906 In doc-strings say "same-window" instead of "same-buffer".
1907
1908 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * net/tramp.el: Revert previous patch. `last-command-char' is
1911 used in code intended only for XEmacs, where it is different from
1912 `last-command-event'.
1913
1914 2009-01-09 Glenn Morris <rgm@gnu.org>
1915
1916 * subr.el (last-input-char, last-command-char):
1917 Move here from src/keyboard.c.
1918
1919 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1920 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1921 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1922 * wdired.el:
1923 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1924 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1925 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1926 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1927 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1928 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1929 * eshell/em-smart.el, eshell/esh-mode.el:
1930 * international/mule-cmds.el:
1931 * mail/mailabbrev.el:
1932 * net/tramp.el:
1933 * play/mpuz.el:
1934 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1935 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1936 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1937 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1938 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1939 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1940 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1941 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1942 Replace last-command-char with last-command-event.
1943
1944 * double.el, electric.el, replace.el, term.el, terminal.el:
1945 * calc/calc.el:
1946 * emulation/viper-cmd.el:
1947 * international/mule-cmds.el:
1948 * obsolete/iso-acc.el:
1949 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1950
1951 * emacs-lisp/edebug.el: Remove references to last-command-char and
1952 last-input-char, since these have been identical to last-command-event
1953 and last-input-event since at least Emacs 19.
1954 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1955 Remove.
1956
1957 2009-01-09 Dave Love <fx@gnu.org>
1958
1959 * calendar/time-date.el: Require cl for `declare'.
1960
1961 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1962
1963 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
1964 Suggested by Dave Love.
1965
1966 2009-01-09 Dave Love <fx@gnu.org>
1967
1968 * net/imap.el (imap-string-to-integer): Fix typo.
1969 (imap-fetch-safe): New function.
1970 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1971
1972 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
1973 (imap-parse-greeting): Fix doc strings.
1974 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1975 (imap-parse-flag-list): Make messages unique.
1976 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
1977
1978 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
1979 call.
1980
1981 * net/imap.el: Fix author email. Doc fixes.
1982 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1983 reply.
1984
1985 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1986
1987 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
1988
1989 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1990
1991 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
1992 Call nslookup if resolv.conf isn't available.
1993 (dns-query): Rename from query-dns.
1994 (dns-query-cached): Rename from query-dns-cached.
1995
1996 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1997
1998 * net/imap.el (imap-enable-exchange-bug-workaround):
1999 Explain auto-detection in the doc string.
2000
2001 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2004 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2005 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2006 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2007 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2008 Fix typos in docstrings.
2009 (ispell-command-loop): Reflow docstring.
2010
2011 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2012
2013 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2014 (ispell-aspell-supports-utf8): Mark as obsoleted by
2015 ispell-encoding8-command.
2016 (ispell-check-version): Set ispell-encoding8-command.
2017 (ispell-check-spellchecker-params, ispell-start-process):
2018 Use ispell-encoding8-command.
2019
2020 * textmodes/flyspell.el (flyspell-large-region):
2021 Use ispell-encoding8-command.
2022
2023 2009-01-08 Glenn Morris <rgm@gnu.org>
2024
2025 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2026 scroll the calendar.
2027
2028 * international/mule-cmds.el (universal-coding-system-argument):
2029 last-input-char need not be a char.
2030
2031 * textmodes/ispell.el (ispell-check-minver): Declare.
2032 Use string-to-number rather than string-to-int.
2033
2034 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * add-log.el (change-log-search-tag-name): Reflow docstring.
2037 (change-log-mode): Fix typo in docstring.
2038
2039 * international/mule.el (define-coding-system): Doc fix.
2040
2041 2009-01-07 Kenichi Handa <handa@m17n.org>
2042
2043 * international/mule.el (define-coding-system): Fix docstring
2044 about :bom usage.
2045
2046 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2047
2048 * dired.el (dired-pop-to-buffer): Don't split windows
2049 horizontally. (Bug#1806)
2050
2051 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * tar-mode.el (tar-mode, tar-mode-write-contents)
2054 (tar-write-region-annotate): Undo Andreas's last change.
2055
2056 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2059 (tramp-handle-file-local-copy, tramp-handle-write-region)
2060 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2061 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2062
2063 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * minibuffer.el (completion-hilit-commonality): Don't presume
2066 all-completions always include the input as prefix.
2067 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2068 as trivial.
2069 (completion-pcm--hilit-commonality): Remove leftover code that used to
2070 deal with the now removed cdr-in-last-cons.
2071
2072 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * international/mule.el (define-coding-system): Fix typos in docstring.
2075
2076 2009-01-05 Alan Mackenzie <acm@muc.de>
2077
2078 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2079 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2080
2081 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * net/tramp.el (tramp-handle-load)
2084 (tramp-do-copy-or-rename-file-directly)
2085 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2086 (tramp-handle-write-region)
2087 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2088 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2089 Delete temporary file in case of error.
2090
2091 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2092
2093 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2094
2095 2009-01-05 Richard M Stallman <rms@gnu.org>
2096
2097 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2098
2099 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2100
2101 * window.el (display-buffer): Fix last fix.
2102
2103 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2106 to shorten the desktop file directory shown in message.
2107
2108 2009-01-05 Glenn Morris <rgm@gnu.org>
2109
2110 * version.el (emacs-copyright):
2111 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2112 Update copyrights for 2009.
2113
2114 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2115
2116 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2117 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2118 hard-coded 0.
2119 (ada-get-indent-loop): Fix list access bug.
2120
2121 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2124 (lisp-interaction-mode): Add a blank line in the docstring
2125 before the keymap listing.
2126
2127 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2128
2129 * window.el (display-buffer): When a buffer is displayed in the
2130 selected and some other window, and not-this-window is non-nil,
2131 try to return that other window instead of popping up a new
2132 frame. (Bug#30)
2133
2134 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2137
2138 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2139
2140 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2141
2142 2009-01-03 Michael Olson <mwolson@gnu.org>
2143
2144 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2145 blank characters which will confuse `read', so skip past them.
2146
2147 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2148
2149 * emacs-lisp/authors.el (authors-aliases): Addition.
2150 (authors): Allow to use it for other projects.
2151
2152 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2153 Clarify MATCH argument. Print filenames.
2154
2155 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2158
2159 * net/tramp.el (tramp-local-host-regexp)
2160 (tramp-prefix-domain-format)
2161 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2162 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2163 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2164 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2165 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2166 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2167 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2168 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2169 (tramp-handle-insert-file-contents): Fix setting of
2170 `buffer-read-only'.
2171 (tramp-compute-multi-hops, tramp-local-host-p):
2172 Use `tramp-local-host-regexp'.
2173 (tramp-file-name-real-user, tramp-file-name-domain):
2174 Use `tramp-user-with-domain-regexp'.
2175
2176 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2177 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2178
2179 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2180
2181 * proced.el (proced-grammar-alist): Refiner can be a
2182 list (function help-echo) instead of a cons pair.
2183 (proced-post-display-hook): New variable.
2184 (proced-tree-depth): Rename from proced-tree-indent.
2185 (proced-mode): Derive mode from special-mode.
2186 (proced-mode-map): Change accordingly.
2187 (proced, proced-update): Run proced-post-display-hook.
2188 (proced-do-mark-all): Count processes for which mark has been updated.
2189 (proced-format): Check for ppid attribute.
2190 (proced-process-attributes): Take time and ctime attribute from
2191 system-process-attributes.
2192 (proced-send-signal): Doc fix. Collect properly the info on
2193 marked processes. Use fit-window-to-buffer instead of
2194 dired-pop-to-buffer.
2195
2196 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2199 point-min==1.
2200
2201 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2204 (mode-line-client): Fix typo in help message and docstring.
2205
2206 2009-01-02 Jason Rumney <jasonr@gnu.org>
2207
2208 * term/w32-win.el (image-library-alist): Add gobject library.
2209
2210 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2211
2212 * frame.el (window-system-default-frame-alist)
2213 (initial-frame-alist, minibuffer-frame-alist)
2214 (pop-up-frame-alist, pop-up-frame-function)
2215 (special-display-frame-alist): Rewrite and reformat doc-strings.
2216
2217 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2218
2219 * simple.el (minibuffer-default-add-shell-commands):
2220 Fix doc-string typo.
2221
2222 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * language/cham.el: Fix setting of composition-function-table.
2225
2226 * language/khmer.el: Fix setting of composition-function-table.
2227
2228 * language/tibet-util.el (tibetan-composition-function):
2229 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2230
2231 * simple.el (minibuffer-default): Add defvar.
2232
2233 * hippie-exp.el: Require comint.
2234
2235 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2236
2237 * simple.el (last-buffer): Don't set major mode of *scratch* if
2238 that buffer exists already. Rewrite doc-string.
2239
2240 2008-12-31 Andreas Schwab <schwab@suse.de>
2241
2242 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2243 write-region-annotate-functions.
2244 (tar-mode-write-contents): New function.
2245 (tar-write-region-annotate): Remove.
2246
2247 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2250 (buffer-swapped-with): Var removed.
2251
2252 2008-12-30 Kenichi Handa <handa@m17n.org>
2253
2254 * language/japanese.el (compose-gstring-for-variation-glyph):
2255 New function. Register it in composition-function-table.
2256
2257 * composite.el (lglyph-set-code): New function.
2258
2259 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * tar-mode.el (tar-data-swapped): New var.
2262 (tar-data-swapped-p, tar-swap-data):
2263 Use it instead of buffer-swapped-with.
2264 (tar-write-region-annotate): Re-add (partial undo of last change).
2265 (tar-mode): Use it again (partial undo as well).
2266
2267 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2268
2269 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2270
2271 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * follow.el (follow-select-if-visible): Improve the check for the
2274 last line of the window.
2275 (follow-post-command-hook): Perform redisplay in more
2276 circumstances, to avoid getting point stuck on partially visible lines.
2277
2278 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * follow.el (follow-calc-win-end): Use with-selected-window.
2281 (follow-windows-start-end, follow-pos-visible)
2282 (follow-windows-aligned-p): Code cleanup.
2283 (follow-select-if-visible): Try to avoid partially-visible lines.
2284 (follow-select-if-visible-from-first): Call follow-redisplay and
2285 move point to destination.
2286 (follow-redisplay): New arg, to keep selected window unchanged.
2287 (follow-post-command-hook): In final check for destination
2288 visibility, use window-start and window-end instead of the less
2289 accurate follow-pos-visible. If the selected window is redrawn,
2290 tell follow-redisplay to preserve it.
2291 (follow-calculate-first-window-start-from-below): Avoid looping
2292 forever if vertical-motion returns an unexpected value.
2293
2294 2008-12-30 Andreas Schwab <schwab@suse.de>
2295
2296 * server.el (server-running-p): Remove interactive spec.
2297 Fix regexp.
2298
2299 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * follow.el (follow-calc-win-start): Don't use `inline'.
2302 (follow-update-window-start, follow-select-if-visible)
2303 (follow-calculate-first-window-start-from-below)
2304 (follow-post-command-hook): Code cleanup.
2305 (follow-downward, follow-calculate-first-window-start):
2306 Delete function and merge into follow-redisplay.
2307 (follow-redisplay): Merge code from follow-downward and
2308 follow-calculate-first-window-start.
2309
2310 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * proced.el (proced-tree-flag): Fix typo in docstring.
2313
2314 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2315
2316 * proced.el (proced-temp-alist): Rename from variable
2317 proced-children-alist.
2318 (proced-process-tree, proced-toggle-tree): Fix docstring.
2319 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2320 (proced-temp-internal): Use proced-temp-alist.
2321
2322 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2323
2324 * subr.el (mkdir): New defalias.
2325
2326 2008-12-29 Juri Linkov <juri@jurta.org>
2327
2328 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2329 command `proced-next-line' removed on 2008-09-06.
2330
2331 2008-12-28 Juri Linkov <juri@jurta.org>
2332
2333 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2334 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2335
2336 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2337 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2338 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2339 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2340 set 4 obsolete variables for backward-compatibility with Emacs 22.
2341
2342 2008-12-28 Juri Linkov <juri@jurta.org>
2343
2344 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2345
2346 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2347
2348 * misc.el (butterfly): New command.
2349
2350 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2351
2352 * proced.el (proced-grammar-alist): Allow predicate nil.
2353 New attribute tree.
2354 (proced-format-alist): Use attribute tree.
2355 (proced-tree-flag, proced-tree-indent): New variables.
2356 (proced-children-alist): Rename from proced-process-tree.
2357 PPID must refer to a process in process-alist.
2358 Ignore PPIDs that equal PID (Bug#1718).
2359 Children alist inherits sorting order from process-alist.
2360 (proced-process-tree): New variable. New function.
2361 (proced-process-tree-internal, proced-toggle-tree)
2362 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2363 (proced-mark-process-alist): Add docstring.
2364 (proced-filter-parents): PPID must refer to a process in
2365 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2366 (proced-sort): Throw error if attribute is not sortable.
2367 (proced-sort-interactive): Restrict completion to sortable attributes.
2368 (proced-format): Include tree in standard attributes if
2369 proced-tree-flag is non-nil. Make header clickable only if
2370 corresponding predicate is non-nil.
2371 (proced-update): Use proced-tree.
2372
2373 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * diff.el (diff): Doc fix.
2376
2377 * emacs-lisp/rx.el (rx): Doc fix.
2378
2379 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2380 before uniquifying backup trash file name.
2381
2382 2008-12-27 Andreas Schwab <schwab@suse.de>
2383
2384 * vc-git.el (vc-git-dir-printer): Fix filename column.
2385
2386 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2387
2388 * term.el (term-emulate-terminal): Decode substring just prior to
2389 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2390
2391 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2392
2393 * makefile.w32-in (MH_E_DIR): New variable.
2394 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2395 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2396 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2397 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2398 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2399 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2400 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2401 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2402 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2403 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2404 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2405
2406 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2407 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2408 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2409 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2410 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2411 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2412 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2413 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2414 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2415 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2416 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2417
2418 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2419
2420 * files.el (dosified-file-name): Declare.
2421
2422 2008-12-26 Andreas Schwab <schwab@suse.de>
2423
2424 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2425
2426 * tar-mode.el (tar-swap-data): New function.
2427 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2428 (tar-mode-revert): Likewise.
2429 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2430 (tar-data-swapped-p): Test buffer-swapped-with.
2431 (tar-write-region-annotate): Remove.
2432 (tar-header-block-tokenize): Add argument `coding' and use it
2433 instead of tar-file-name-coding-system.
2434 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2435
2436 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2437
2438 * dos-fns.el (dosified-file-name): New function.
2439
2440 * files.el (dir-locals-find-file): Run dir-locals-file through
2441 dosified-file-name. Compare files case-insensitively on systems
2442 whose filesystems are case-insensitive.
2443
2444 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2445
2446 * help.el (help-for-help-internal): Fix entry for "l".
2447
2448 2008-12-25 Richard M Stallman <rms@gnu.org>
2449
2450 * shadowfile.el (shadow-copy-file): Revert previous change.
2451 This code as it was should work properly with buffer-swapped-with.
2452
2453 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2454
2455 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2456
2457 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * subr.el (chmod): New defalias for set-file-modes.
2460
2461 2008-12-23 Juri Linkov <juri@jurta.org>
2462
2463 * isearch.el (isearch-filter-predicate, isearch-search):
2464 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2465 (isearch-filter-visible): Rename from
2466 `isearch-filter-invisible'. Doc fix.
2467
2468 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2469 value from `dired-isearch-filter-predicate-orig' instead of the
2470 symbol `isearch-filter-invisible'. Doc fix.
2471 (dired-isearch-filter-filenames): Doc fix.
2472 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2473
2474 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2475 for Info-point-loc since it is more correct in all cases.
2476 (Info-isearch-filter): Rename from
2477 `Info-isearch-filter-predicate'. Doc fix.
2478 (Info-mode): Replace `Info-isearch-filter-predicate' with
2479 `Info-isearch-filter'.
2480
2481 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2482
2483 * pgg.el: Add obsolescence info.
2484
2485 2008-12-22 Richard M Stallman <rms@gnu.org>
2486
2487 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2488
2489 * files.el (buffer-swapped-with): New variable.
2490 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2491 (basic-save-buffer): Unswap the buffer temporarily if nec.
2492
2493 * dired.el (dired-readin): Inhibit modification hooks.
2494
2495 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2496
2497 * net/newst-backend.el (newst-backend):
2498 Remove wrong duplicate provide statement.
2499
2500 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2501
2502 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2503 end, before updating.
2504 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2505 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2506
2507 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2508
2509 * window.el (set-window-text-height): Fix doc-string.
2510
2511 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2514 (completion-all-completions): Don't set it.
2515 (completion-table-with-context, completion--file-name-table):
2516 Don't add base-size in last cdr.
2517 (completion-hilit-commonality): Add argument `base-size'.
2518 (display-completion-list, completion-emacs21-all-completions)
2519 (completion-emacs22-all-completions, completion-basic-all-completions):
2520 Provide it.
2521 (completion-pcm--all-completions): Don't need to remove the base-size
2522 in last-cdr any more.
2523
2524 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2525
2526 * textmodes/ispell.el (ispell-check-minver): New function.
2527 (ispell-check-version): Rewrite spellchecker and version checking.
2528 Use (ispell-check-minver). Handle hunspell versions.
2529
2530 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * ido.el (ido-read-internal): Handle `confirm' and
2533 `confirm-after-completion' values for the require-match argument.
2534
2535 2008-12-20 Jason Rumney <jasonr@gnu.org>
2536
2537 * international/mule.el (auto-coding-regexp-alist):
2538 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2539
2540 2008-12-20 Ami Fischman <ami@fischman.org>
2541
2542 * bindings.el (mode-line-eol-desc): Use assoc to query
2543 mode-line-eol-desc-cache.
2544
2545 2008-12-20 Glenn Morris <rgm@gnu.org>
2546
2547 * comint.el (comint-save-input-ring-index): Add missing initial value.
2548
2549 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * proced.el (proced-grammar-alist): Doc fix.
2552 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2553 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2554 (proced-undo): Fix typos in docstrings.
2555
2556 2008-12-19 Glenn Morris <rgm@gnu.org>
2557
2558 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2559 (authors-fixed-case): New constant.
2560 (authors-public-domain-files, authors-ignored-files):
2561 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2562 (authors-renamed-files-regexps): Add some new entries.
2563 (authors-canonical-file-name): Don't complain about ignored files.
2564 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2565 (authors): Ensure error buffer is writable.
2566
2567 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2568
2569 (ispell-really-hunspell): New variable to signal hunspell.
2570 (ispell-check-version):
2571 Check if hunspell and set ispell-really-hunspell if needed.
2572 (ispell-send-string, ispell-start-process, flyspell-large-region):
2573 Pass right options for hunspell if needed.
2574
2575 2008-12-18 Kenichi Handa <handa@m17n.org>
2576
2577 * international/fontset.el (script-representative-chars)
2578 (setup-default-fontset): Add more scripts.
2579
2580 * international/characters.el: Add more scripts.
2581
2582 2008-12-19 Juri Linkov <juri@jurta.org>
2583
2584 * info.el (Info-isearch-search): Implement lax version of
2585 incremental word search in Info.
2586 (Info-isearch-start): Set Info-isearch-initial-node to the
2587 current node when search is nonincremental to not stop at the
2588 initial node in this case.
2589 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2590
2591 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2594 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2595 (rst-repeat-last-character): Fix typos in docstrings.
2596 (rst-mode, rst-backward-section): Doc fixes.
2597
2598 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2599
2600 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2601 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2602 (newsticker--treeview-load): Check whether groups file exists.
2603
2604 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2605 (newsticker-dir): Use `locate-user-emacs-file'.
2606
2607 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2608
2609 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2610 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2611
2612 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2613
2614 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2615
2616 * startup.el (command-line): Do not mention the server name in
2617 case the user has not mentioned it, print a more explicit message.
2618
2619 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2620 Change all callers.
2621
2622 2008-12-18 Sam Steingold <sds@gnu.org>
2623
2624 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2625
2626 2008-12-18 Juri Linkov <juri@jurta.org>
2627
2628 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2629 `isearch-edit-string-set-word'.
2630 (isearch-edit-string-set-word): Remove.
2631 (isearch-occur): Imitate the C function `wordify' by replacing
2632 non-word character with the \\W+ regexp.
2633 (isearch-search-fun): Add `isearch-nonincremental' to the
2634 condition of using a non-lax version of `word-search-forward'.
2635
2636 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2637
2638 * epa-file.el (epa-file-insert-file-contents):
2639 Set buffer-file-name before decrypting a file.
2640
2641 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * server.el (server-start): If unable to start the server,
2644 display a warning instead of raising an error.
2645
2646 * startup.el (server-process): Add defvar.
2647 (command-line): If the daemon is unable to start the server,
2648 display a message and exit Emacs.
2649
2650 2008-12-15 Sam Steingold <sds@gnu.org>
2651
2652 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2653 mostly for CLISP modules, but could also be useful elsewhere.
2654
2655 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2658 * icomplete.el (icomplete-prospects-height):
2659 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2660
2661 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * international/mule.el (find-auto-coding): Fix typo in docstring.
2664
2665 * international/mule-cmds.el (select-safe-coding-system):
2666 * mail/rmail.el (rmail-require-mime-maybe):
2667 Fix arguments of `display-warning'.
2668
2669 * simple.el (bad-package-check): Fix arguments of `display-warning',
2670 using the package name as TYPE. Use `string-match-p'.
2671
2672 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2673
2674 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2675 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2676 (proced-sort-user, proced-sort-header): Prefix arg determines
2677 sorting order. Suggested by Dan Nicolaescu.
2678 (proced-revert): Doc fix.
2679
2680 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2681
2682 * proced.el (proced-grammar-alist): Allow refiner elements that
2683 are cons pairs (function . help-echo) or nil.
2684 (proced-refine): Use them.
2685 (proced-format-alist): Allow alternatives.
2686 (proced-descend): New variable.
2687 (proced-sort): New arg descend.
2688 (proced-sort-interactive): Repeated calls toggle sort order.
2689 (proced-format): Accomodate changes of proced-format-alist.
2690 Undefined attributes are displayed as "?".
2691 (proced-process-attributes): New optional arg pid-list.
2692 Ignore processes with empty attribute list.
2693
2694 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2695
2696 * proced.el (proced-auto-update-interval): Rename from
2697 proced-timer-interval.
2698 (proced-auto-update-flag): Rename from proced-timer-flag.
2699 (proced-auto-update-timer): Rename from proced-timer.
2700 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2701 (proced-available): Initialize appropriately.
2702
2703 2008-12-13 Glenn Morris <rgm@gnu.org>
2704
2705 * subr.el (declare-function): Doc fix.
2706
2707 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2708 refer to elisp manual.
2709
2710 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2711
2712 * window.el (fit-window-to-buffer): Return non-nil when height
2713 was orderly adjusted, nil otherwise.
2714
2715 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2716 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * server.el (server-sentinel): Uncomment code to delete connection file.
2719 (server-start): Save the connection file in the server property list.
2720 Delete it only when we are reasonably convinced that it is not owned by
2721 a running server.
2722 (server-force-delete): New command to force-delete the connection file,
2723 and stop the server if it is running.
2724 (server-running-p): Return t also for local TCP servers when we find a
2725 process with a matching PID, and :other for undecided cases.
2726
2727 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2728
2729 * window.el (fit-window-to-buffer): Use with-selected-window and
2730 condition-case. Do not delete more windows than necessary in
2731 the shrinking (delta < 0) case. Do not raise an error when the
2732 containing frame is too small to show all of buffer. (Bug#1488)
2733
2734 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2735 min-height arg 1 to make sure that small buffers are shown.
2736
2737 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2740 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2741 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2742 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2743 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2744 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2745 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2746 (ruby-backward-sexp, ruby-add-log-current-method)
2747 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2748 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2749 (ruby-deep-indent-paren): Doc fix.
2750 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2751 (ruby-here-doc-find-end): Reflow docstring.
2752
2753 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2754
2755 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2756 dired-shrink-to-fit is non-nil. (Bug#1488)
2757
2758 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2761 decoding of long locale info is now done in `w32-get-locale-info'.
2762
2763 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2766
2767 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2770
2771 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2772 terminal variable assignment.
2773
2774 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2775 Nobuyoshi Nakada <nobu@ruby-lang.org>
2776
2777 * progmodes/ruby-mode.el: New file.
2778
2779 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * net/tramp.el (top): Don't fail if there is no current message.
2782 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2783
2784 2008-12-10 Kenichi Handa <handa@m17n.org>
2785
2786 * international/fontset.el (setup-default-fontset): Add an entry
2787 for characters in the Unicode SIP area.
2788
2789 2008-12-10 Glenn Morris <rgm@gnu.org>
2790
2791 * vc-mcvs.el: Move to obsolete/, with warning comment.
2792 * Makefile.in (ELCFILES): Update.
2793
2794 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2795
2796 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2797 buffer unmodified. (Bug#1509)
2798 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2799 modification time if visiting a file and the content is
2800 successfully decrypted.
2801
2802 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2805 check whether the buffer is still alive.
2806
2807 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2810
2811 2008-12-09 Glenn Morris <rgm@gnu.org>
2812
2813 * Makefile.in (ELCFILES): Update.
2814
2815 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2818 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2819
2820 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * term/xterm.el (terminal-init-xterm): Discard pending input
2823 before reading a reply to the terminal attributes query.
2824
2825 2008-12-05 Andreas Schwab <schwab@suse.de>
2826
2827 * dired.el (dired-font-lock-keywords): Fix last change.
2828
2829 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2830
2831 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2832 into (defcustom ... "..." :type ... :group...).
2833
2834 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * international/mule-diag.el (mule-diag): Display the window
2837 system version in a less laconic way.
2838
2839 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2842 if the sorting functions are not loaded. (Bug#1432)
2843
2844 2008-12-04 Sam Steingold <sds@gnu.org>
2845
2846 * progmodes/compile.el (compilation-read-command): Extract from
2847 compile.
2848 (compile): Use it.
2849 (recompile): Accept an optional argument to enable editing the
2850 command line.
2851
2852 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2853
2854 * net/tramp.el (top): Write a message, when loading Tramp.
2855
2856 * net/tramp-cache.el (tramp-dump-connection-properties):
2857 Polish the check, whether to dump the data.
2858
2859 2008-12-04 Lute Kamstra <lute@gnu.org>
2860
2861 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2862 check if the file "CVS/Entries" exists.
2863
2864 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * international/mule-diag.el (list-character-sets): Doc fix.
2867 (list-character-sets-2): Fix info in header. Simplify.
2868 (print-coding-system): Simplify.
2869 (list-input-methods-1): Simplify.
2870 (mule-diag): Display current font/fontset for all window systems,
2871 not just X. Simplify.
2872
2873 2008-12-04 Glenn Morris <rgm@gnu.org>
2874
2875 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2876 (vc-cvs-register): Doc fix.
2877 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2878 (vc-mcvs-register): Doc fix.
2879 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2880 (vc-rcs-register): Doc fix.
2881 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2882 (vc-sccs-register): Doc fix.
2883 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2884 (vc-svn-register): Doc fix.
2885
2886 * files.el (toggle-read-only): Doc fix.
2887
2888 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2891 be used in compact layout and vice-versa.
2892
2893 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2896 like most list-* commands.
2897
2898 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2899 They already exist in descr-text.el as `describe-char-unicodedata-file'
2900 and `describe-char-unicode-data'.
2901 (print-list): Simplify.
2902 (read-charset): Reflow docstring.
2903 (list-coding-systems): Doc fix.
2904
2905 2008-12-03 Glenn Morris <rgm@gnu.org>
2906
2907 * vc.el (vc-diff-switches): Doc fix.
2908 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2909 (vc-bzr-log-switches): Doc fix.
2910 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2911 * vc-git.el (vc-git-diff-switches): Doc fix.
2912 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2913 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2914 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2915 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2916 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2917
2918 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2919 other backends.
2920 (vc-arch-diff): Apply switches.
2921
2922 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2923 than appending.
2924
2925 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2926
2927 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2928
2929 * epa.el (epa--show-key): Use past tense of "expire" if the key
2930 has already been expired. Thanks to Peter BARABAS.
2931
2932 2008-12-03 Lute Kamstra <lute@gnu.org>
2933
2934 * align.el:
2935 * allout.el:
2936 * apropos.el:
2937 * arc-mode.el:
2938 * autoinsert.el:
2939 * avoid.el:
2940 * battery.el:
2941 * bookmark.el:
2942 * buff-menu.el:
2943 * calculator.el:
2944 * chistory.el:
2945 * cmuscheme.el:
2946 * comint.el:
2947 * compare-w.el:
2948 * dabbrev.el:
2949 * delim-col.el:
2950 * desktop.el:
2951 * diff-mode.el:
2952 * diff.el:
2953 * dired-aux.el:
2954 * dired-x.el:
2955 * dired.el:
2956 * dos-vars.el:
2957 * ediff-diff.el:
2958 * ediff-help.el:
2959 * ediff-init.el:
2960 * ediff-merg.el:
2961 * ediff-mult.el:
2962 * ediff-ptch.el:
2963 * ediff-vers.el:
2964 * ediff-wind.el:
2965 * ediff.el:
2966 * emerge.el:
2967 * facemenu.el:
2968 * faces.el:
2969 * ffap.el:
2970 * filecache.el:
2971 * find-dired.el:
2972 * font-core.el:
2973 * font-lock.el:
2974 * forms.el:
2975 * fringe.el:
2976 * help-at-pt.el:
2977 * hippie-exp.el:
2978 * ido.el:
2979 * image-file.el:
2980 * imenu.el:
2981 * indent.el:
2982 * info.el:
2983 * isearchb.el:
2984 * iswitchb.el:
2985 * jit-lock.el:
2986 * jka-compr.el:
2987 * log-edit.el:
2988 * lpr.el:
2989 * ls-lisp.el:
2990 * man.el:
2991 * menu-bar.el:
2992 * midnight.el:
2993 * mouse-sel.el:
2994 * mouse.el:
2995 * msb.el:
2996 * outline.el:
2997 * paren.el:
2998 * pcmpl-cvs.el:
2999 * pcmpl-gnu.el:
3000 * pcomplete.el:
3001 * pcvs-info.el:
3002 * pcvs-parse.el:
3003 * printing.el:
3004 * ps-mule.el:
3005 * ps-print.el:
3006 * replace.el:
3007 * ruler-mode.el:
3008 * saveplace.el:
3009 * sb-image.el:
3010 * scroll-bar.el:
3011 * sha1.el:
3012 * shadowfile.el:
3013 * shell.el:
3014 * sort.el:
3015 * speedbar.el:
3016 * strokes.el:
3017 * tempo.el:
3018 * term.el:
3019 * terminal.el:
3020 * time-stamp.el:
3021 * time.el:
3022 * tree-widget.el:
3023 * type-break.el:
3024 * vc-cvs.el:
3025 * vc-hg.el:
3026 * vc-mcvs.el:
3027 * vc-rcs.el:
3028 * vc-sccs.el:
3029 * vc.el:
3030 * view.el:
3031 * w32-vars.el:
3032 * whitespace.el:
3033 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3034 deffaces, defconsts and defuns.
3035
3036 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3039 the prompt was added to the minibuffer.
3040
3041 2008-12-02 Glenn Morris <rgm@gnu.org>
3042
3043 * format.el (format-write-file): Rewrite doc yet again.
3044
3045 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3046 Doc fix. (Bug#1368)
3047
3048 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3049
3050 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3051
3052 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3053 case where point is at the beginning of the buffer. (Bug#1239)
3054
3055 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3056
3057 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3058 already have the correct indentation. (Bug#859)
3059
3060 2008-12-02 Kenichi Handa <handa@m17n.org>
3061
3062 * international/uni-decomposition.el: Re-generated.
3063
3064 2008-12-01 Andreas Schwab <schwab@suse.de>
3065
3066 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3067 ending in a colon as directory header.
3068
3069 2008-12-01 Kenichi Handa <handa@m17n.org>
3070
3071 * international/uni-numeric.el: Re-generated.
3072
3073 * international/charprop.el: Re-generated.
3074
3075 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * international/mule-cmds.el (locale-preferred-coding-systems):
3078 Fix alist item.
3079
3080 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3081
3082 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3083 (tramp-set-connection-property, tramp-flush-connection-property)
3084 (tramp-dump-connection-properties): Use it.
3085
3086 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * wdired.el (wdired-finish-edit): If displaying a single file,
3089 change dired-directory if that file was renamed.
3090
3091 * emacs-lisp/byte-run.el (macro-declaration-function):
3092 Disallow declare specs with lengths of 3 or more.
3093
3094 * dirtrack.el (dirtrack): Fix error message.
3095
3096 2008-11-30 Glenn Morris <rgm@gnu.org>
3097
3098 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3099 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3100
3101 * vc-git.el (vc-git-diff):
3102 * vc-hg.el (vc-hg-diff):
3103 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3104
3105 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3106 (eshell-needs-pipe-p): New function.
3107 (eshell-gather-process-output): Set process-connection-type according to
3108 eshell-needs-pipe-p. (Bug#1388)
3109
3110 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3113 (diary-remind-message, diary-number-of-entries)
3114 (diary-include-other-diary-files, diary-mark-included-diary-files)
3115 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3116 (diary-font-lock-keywords-1): Reflow docstrings.
3117 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3118 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3119
3120 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3121 (timer-duration): Use `string-match-p'.
3122
3123 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * complete.el (PC-do-complete-and-exit):
3126 Use minibuffer-confirm-exit-commands.
3127
3128 * minibuffer.el (minibuffer-confirm-exit-commands):
3129 Add PC-complete and PC-complete-word to the list.
3130
3131 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * files.el (break-hardlink-on-save): Fix typo in docstring.
3134 Add :version tag.
3135
3136 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3137 (reb-mode): Define with `define-derived-mode'.
3138
3139 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3140
3141 * files.el (break-hardlink-on-save): New variable.
3142 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3143 (file-precious-flag): Mention it in doc string.
3144
3145 2008-11-29 Miles Bader <miles@gnu.org>
3146
3147 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3148 (minibuffer-complete-and-exit): Use it.
3149
3150 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * term/x-win.el (x-gtk-stock-cache): New hash table.
3153 (x-gtk-map-stock): Perform caching to prevent excess consing
3154 during redisplay.
3155
3156 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * minibuffer.el (completion--try-word-completion): Don't ignore
3159 partial-completion if it's the only style.
3160
3161 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3164 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3165 (reb-initialize-buffer): Update matches, in case we're reentering
3166 RE Builder mode.
3167
3168 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3171 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3172 values for minibuffer-completion-confirm.
3173
3174 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3175
3176 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3177 any but the first "*" in a doc-string.
3178
3179 2008-11-28 Glenn Morris <rgm@gnu.org>
3180
3181 * format.el (format-write-file): Improve previous doc fix.
3182
3183 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3184
3185 * simple.el (use-empty-active-region, use-region-p)
3186 (region-active-p): Doc fix.
3187
3188 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3189
3190 * window.el (display-buffer): Fix handling of not-this-window
3191 argument. (Bug#1415)
3192
3193 2008-11-27 Kenichi Handa <handa@m17n.org>
3194
3195 * international/characters.el: Set category 'C' to characters
3196 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3197
3198 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3199
3200 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3203 (tool-bar-find-image): Function deleted.
3204 (tool-bar-local-item, tool-bar-local-item-from-menu):
3205 Use find-image instead of tool-bar-find-image.
3206 (tool-bar-keymap-cache): New hash table.
3207 (tool-bar-make-keymap): Use it.
3208 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3209
3210 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3211
3212 * net/dbus.el (dbus-handle-event): The result of a message call
3213 handler can also be an object, which is not a consp.
3214
3215 2008-11-25 Alan Mackenzie <acm@muc.de>
3216
3217 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3218 (forward-list, backward-list, down-list, backward-up-list)
3219 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3220 (insert-pair, insert-parentheses): State that the command assumes
3221 that point is not in a string or comment.
3222
3223 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/dbus.el (dbus-string-to-byte-array)
3226 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3227 (dbus-unescape-from-identifier): New defuns.
3228 (dbus-handle-event): The result of a message call is a list of
3229 arguments, which must be expanded when passing to
3230 `dbus-method-return-internal'.
3231
3232 * net/tramp.el (tramp-handle-write-region): Improve the check for
3233 calling direct copy.
3234 (tramp-find-inline-encoding): Don't raise an error but a warning,
3235 when no inline encoding is found.
3236 (tramp-get-remote-coding): Check for a symbol. The negative check
3237 for a string fails, when there is an empty string.
3238
3239 2008-11-26 Glenn Morris <rgm@gnu.org>
3240
3241 * vc-git.el (vc-git-diff-switches): New option.
3242 (vc-git-diff): Apply diff switches. (Bug#1386)
3243 Give it a basic doc string.
3244
3245 * term/pc-win.el (x-font-family-list): Replace redefinition with
3246 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3247
3248 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3249
3250 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3251 of the polynomial rather than the whole polynomial.
3252
3253 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3256 mailrc, recognize string quoting. When reading from Lisp, accept
3257 rfc822-like addresses.
3258
3259 * mail/mailalias.el (define-mail-alias): Sync code with
3260 define-mail-abbrev.
3261
3262 2008-11-25 Glenn Morris <rgm@gnu.org>
3263
3264 * eshell/esh-proc.el (eshell-gather-process-output):
3265 Revert previous change. (re-opens Bug#1388)
3266
3267 * select.el (x-set-cut-buffer): Fix signal arguments.
3268
3269 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3270
3271 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3274 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3275 (bubbles--empty-char): Use "\s".
3276
3277 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3278
3279 * calc/calc.el (calc-settings-file, calc-language-alist)
3280 (calc-embedded-announce-formula)
3281 (calc-embedded-announce-formula-alist)
3282 (calc-embedded-open-formula, calc-embedded-close-formula)
3283 (calc-embedded-open-close-formula-alist)
3284 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3285 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3286 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3287 (calc-embedded-open-close-new-formula-alist)
3288 (calc-embedded-open-mode, calc-embedded-close-mode)
3289 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3290 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3291 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3292 from docstrings.
3293
3294 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * calculator.el (calculator-op-or-exp): Reflow docstring.
3297 (calculator-remove-zeros, calculator-repR, calculator-repL):
3298 Fix typos in docstrings.
3299
3300 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3303 windows instead of calling switch-to-buffer.
3304
3305 * diff.el (diff-sentinel): Take note of diff error return value.
3306
3307 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3308
3309 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3310 frame can't be split.
3311
3312 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3313
3314 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3315 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3316 (newsticker--treeview-tree-update-tag): Remove dead code.
3317 (newsticker-treeview-update): Don't update cache.
3318 (newsticker-treeview-quit): Don't save cache.
3319 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3320 (newsticker-treeview-save): Use `newsticker-dir'.
3321 (newsticker--treeview-load): Use `newsticker-dir'.
3322 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3323 Update tags.
3324 (newsticker-treeview-tree-do-click): Slightly simplified.
3325
3326 * net/newst-backend.el (newsticker-dir): New.
3327 (newsticker-start): Use `newsticker--cache-read'.
3328 (newsticker-stop): Use `newsticker--cache-save'.
3329 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3330 (newsticker--images-dir): New.
3331 (newsticker--image-get, newsticker--image-sentinel):
3332 Use `newsticker--images-dir'.
3333 (newsticker--cache-save-version1): Backup version of
3334 `newsticker--cache-save'.
3335 (newsticker--cache-update): Create newsticker-dir if necessary.
3336 (newsticker--cache-dir): New.
3337 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3338 (newsticker--cache-save-feed): New.
3339 (newsticker--cache-read-version1): New. Backuped version for reading
3340 cache data..
3341 (newsticker--cache-read, newsticker--cache-do-read): New.
3342
3343 * net/newst-reader.el (newsticker--image-read):
3344 Use `newsticker--images-dir'.
3345
3346 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * files.el (confirm-nonexistent-file-or-buffer):
3349 Allow `after-completion' value to request confirm only after TAB.
3350 (confirm-nonexistent-file-or-buffer): New function.
3351 (read-buffer-to-switch, find-file, find-file-other-window)
3352 (find-file-other-frame, find-file-read-only)
3353 (find-file-read-only-other-window)
3354 (find-file-read-only-other-frame): Use it.
3355 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3356 Thanks to Alan Mackenzie for suggesting the new behavior.
3357
3358 * minibuffer.el (minibuffer-complete-and-exit):
3359 Change `confirm-only' value of minibuffer-completion-confirm to
3360 `confirm', and handle a `confirm-after-completion' value.
3361
3362 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3365
3366 2008-11-24 Andreas Schwab <schwab@suse.de>
3367
3368 * image.el (image-type-header-regexps): Recognize more xbm format
3369 variants.
3370
3371 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3374 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3375 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3376 (artist-replace-string, artist-draw-rect, artist-draw-line)
3377 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3378 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3379 (artist-pen, artist-pen-line, artist-text-insert-common)
3380 (artist-text-overwrite, artist-spray-get-interval)
3381 (artist-spray-clear-circle, artist-erase-char)
3382 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3383 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3384 (artist-key-draw-1point, artist-key-draw-2points)
3385 (artist-mouse-draw-continously): Fix typos in docstrings.
3386 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3387 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3388 (artist-backward-char, artist-forward-char): Doc fixes.
3389 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3390 Reflow docstrings.
3391
3392 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * international/quail.el (quail-vunion): New function.
3395 (quail-defrule-internal): Use it to prevent accumulating redundant
3396 alternatives when `append' is set.
3397 (quail-insert-decode-map): Simplify computation of the max-key-width.
3398 Compute it right for multiple-list.
3399
3400 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3403 explicitly. Doc fix.
3404
3405 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3406
3407 * calendar/appt.el (appt-disp-window): Move minibuffer check
3408 after binding this-window and do not set-buffer to make sure we
3409 won't deselect the minibuffer. (Bug#1413)
3410
3411 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3412
3413 * vc-hg.el (vc-hg-program): Remove.
3414 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3415 Undo previous change.
3416
3417 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3418
3419 * info-look.el (info-lookup): When Info buffer is visible on
3420 another frame, raise that frame.
3421
3422 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * allout.el (allout-mode): Fix typo in docstring.
3425
3426 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3427 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3428
3429 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * vc-hooks.el (vc-follow-link): Complete last change.
3432
3433 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * textmodes/remember.el (remember-region): Doc fix.
3436 (remember-filter-functions, remember-handler-functions)
3437 (remember-save-after-remembering, remember-mailbox)
3438 (remember-default-priority, remember-data-file, remember-leader-text)
3439 (remember-diary-file): Remove * from defcustom docstrings.
3440 (remember-run-all-annotation-functions-flag)
3441 (remember-all-handler-functions): Reflow docstrings.
3442 (remember-store-in-mailbox): Fix typo in docstring.
3443 (remember-mode): Define with `define-derived-mode'. Doc fix.
3444
3445 2008-11-23 Glenn Morris <rgm@gnu.org>
3446
3447 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3448 (eshell-do-pipelines): Add optional argument to distinguish recursive
3449 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3450 in a pipeline.
3451
3452 * eshell/esh-proc.el (eshell-gather-process-output):
3453 Set process-connection-type nil for all but the first element of a
3454 pipeline. (Bug#1388)
3455
3456 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3457
3458 * ediff-hook.el: Add tooltips to Emacs menus.
3459
3460 * ediff.el: Change date of last update.
3461
3462 2008-11-22 Juri Linkov <juri@jurta.org>
3463
3464 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3465 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3466 Doc fix.
3467 (dired-isearch-filenames-setup): Run filename Isearch only when
3468 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3469 and the text property `dired-filename' at point is non-nil.
3470 In this case also set isearch-message-prefix-add to "filename ".
3471 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3472 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3473 Don't let-bind isearch-message-prefix-add since this is done now
3474 in dired-isearch-filenames-setup.
3475
3476 * isearch.el (isearch-mode): Change the order of calling
3477 `isearch-update' and running the `isearch-mode-hook' to call
3478 `isearch-update' with Isearch parameters set in this hook.
3479
3480 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3481 Fix docstring - change "during `compile'" to "during compilation".
3482
3483 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3484 be immediately after `name'.
3485
3486 * startup.el (initial-buffer-choice): Change an abstract file name
3487 "file.txt" to more reasonable default file name value "~/.emacs".
3488
3489 2008-11-22 Juri Linkov <juri@jurta.org>
3490
3491 * files.el (hack-local-variables-confirm): Rename arg `project' to
3492 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3493 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3494 (hack-local-variables): Rename call of `hack-project-variables' to
3495 `hack-dir-local-variables'. Change error text to "Directory-local
3496 variables error".
3497 (dir-locals-class-alist): Rename from `project-class-alist'.
3498 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3499 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3500 (dir-locals-collect-mode-variables): Rename from
3501 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3502 `mode-variables', and arg `settings' to `variables'.
3503 (dir-locals-collect-variables): Rename from
3504 `project-collect-binding-list'. Rename arg `binding-list' to
3505 `class-variables', and arg `settings' to `variables'.
3506 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3507 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3508 Rename arg `settings' to `variables'.
3509 (dir-locals-file): New defconst.
3510 (dir-locals-find-file): Rename from `project-find-settings-file'.
3511 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3512 and `pda' to `dir-elt'.
3513 (dir-locals-read-from-file): Rename from
3514 `project-define-from-project-file'. Rename arg `settings-file'
3515 to `file'. Rename let-bound `list' to `variables'.
3516 (hack-dir-local-variables): Rename from `hack-project-variables'.
3517 Rename let-bound `settings' to `variables-file', `root-dir'
3518 to `dir-name', and `bindings' to `variables'.
3519
3520 2008-11-22 Lute Kamstra <lute@gnu.org>
3521
3522 * simple.el (goto-line): Rename argument.
3523
3524 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3525
3526 * makefile.w32-in (compile-first): New target.
3527 (recompile): Depend on compile-first.
3528
3529 * Makefile.in (recompile): Depend on compile-first.
3530
3531 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3532
3533 * files.el (switch-to-buffer-other-window)
3534 (switch-to-buffer-other-frame): Rename buffer argument to
3535 buffer-or-name. Reword and mention new option
3536 confirm-nonexistent-file-or-buffer in doc-string.
3537
3538 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3539
3540 * emulation/viper.el: Date change.
3541
3542 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3543 viper-translate-all-ESC-keysequences is now a function.
3544
3545 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3546 Make this variable.
3547
3548 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3551 Use buffer-file-truename to handle symlinks in any part of the filename.
3552
3553 2008-11-22 Glenn Morris <rgm@gnu.org>
3554
3555 * vc-mtn.el (vc-mtn-diff-switches): New option.
3556 (vc-mtn-program): Rename from vc-mtn-command, for
3557 consistency with other backends. Keep old name as alias.
3558 Update callers. Make it a defcustom.
3559 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3560
3561 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3562 consistency with other backends. Keep old name as alias.
3563 Make it a defcustom.
3564 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3565
3566 * vc-hg.el (vc-hg-program): New option.
3567 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3568 Use vc-hg-program rather than hard-coded "hg".
3569
3570 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3571 (vc-svn-program): Move defcustom to start.
3572 (vc-svn-create-repo, vc-svn-modify-change-comment):
3573 Use vc-svn-program rather than hard-coded "svn".
3574
3575 * menu-bar.el: Stylistic consistency fixes for various menu and
3576 help texts.
3577
3578 * kmacro.el (kmacro-insert-counter): Doc fix.
3579
3580 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3581
3582 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3583
3584 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * international/quail.el (quail-indent-to): New function.
3587 (quail-completion-1, quail-completion-list-translations)
3588 (quail-insert-decode-map): Use it to improve alignment.
3589 (quail-build-decode-map): Don't ignore latin-1 chars.
3590 (quail-help): Increase the max decode-map size so that even the TeX map
3591 gets printed.
3592
3593 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3594 Signal error for invalid bookmark.
3595 (bookmark-get-bookmark-record): Undo last change.
3596 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3597
3598 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3599 Suggested by Toru TSUNEYOSHI.
3600
3601 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3602
3603 * byte-opt.el (byte-compile-butlast): Move up in file.
3604 (byte-optimize-plus): Don't call
3605 byte-optimize-delay-constants-math (bug#1334).
3606 Use byte-optimize-predicate to optimize constants.
3607 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3608 Remove zero arguments first
3609 if possible. Call byte-optimize-predicate to optimize constants.
3610 (byte-optimize-multiply): Remove optimizations for arguments of 0
3611 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3612 Call byte-optimize-predicate.
3613 (byte-optimize-divide): Leave runtime errors unchanged.
3614 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3615 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3616
3617 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3620 declaration and remove redundant info from docstring.
3621
3622 * isearch.el (isearch-search-string): Doc fix.
3623 (search-exit-option, search-slow-window-lines, search-slow-speed)
3624 (search-upper-case, search-nonincremental-instead)
3625 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3626 (search-ring-update, search-highlight, isearch-lazy-highlight)
3627 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3628 (lazy-highlight-interval): Remove * from defcustom docstrings.
3629 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3630 Remove * from defcustom docstrings; fix typos.
3631 (isearch-push-state-function, isearch-help-for-help-internal)
3632 (isearch-help-for-help, isearch-describe-bindings)
3633 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3634 (isearch-pop-fun-state, isearch-search-fun-function)
3635 (isearch-lazy-highlight-search): Fix typos in docstrings.
3636 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3637 (isearch-forward): Fix typo and reflow docstring.
3638 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3639 (isearch-mode-map): Don't use `let*'.
3640
3641 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3644
3645 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * isearch.el (isearch-search-string): Simplify and convert docstring.
3648
3649 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3650
3651 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3654 (lookup-nested-alist): Doc fix.
3655 (with-coding-priority): Reflow docstring.
3656 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3657 (char-displayable-p): Reflow docstring. Use `when'.
3658
3659 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3660
3661 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3662 week forward/backward.
3663
3664 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3667 (with-electric-help): Fix typo and reflow docstring.
3668
3669 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3672 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3673 (list-buffers-noselect): Don't need to pad.
3674
3675 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3676
3677 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3678 Pay attention to char widths when computing string sizes.
3679
3680 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3683 (byte-compile-output-docform): Reflow docstrings.
3684 (no-byte-compile): Fix typo in docstring.
3685 (byte-recompile-directory, compile-defun): Doc fixes.
3686 (emacs-lisp-file-regexp, byte-compile-verbose)
3687 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3688 (byte-compile-dynamic-docstrings, byte-optimize-log)
3689 (byte-compile-error-on-warn, byte-compile-warnings)
3690 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3691 Remove * from defcustom docstrings.
3692
3693 2008-11-20 Glenn Morris <rgm@gnu.org>
3694
3695 * format.el (format-alist, format-write-file): Doc fix.
3696
3697 * proced.el (proced-available): New variable.
3698 (proced-process-attributes): Move availability check from previous
3699 change from here...
3700 (proced): ... to here.
3701
3702 * vc-hg.el (vc-hg-diff-switches): New option.
3703 (vc-hg-diff): Apply diff switches. (Bug#1017)
3704
3705 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3706
3707 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3708
3709 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3710
3711 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3712
3713 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * calc/calc-units.el (math-units-table): Doc fix.
3716 (math-standard-units): Fix typo in constant's description.
3717 (math-additional-units): Fix typo in docstring.
3718
3719 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3720
3721 * calc/calc-units.el (math-standard-units): Add eps0,
3722 permittivity of vacuum.
3723
3724 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3725
3726 * files.el (project-settings-file): Remove.
3727 (project-find-settings-file): Undo previous change that added the
3728 use of project-settings-file.
3729
3730 2008-11-19 Glenn Morris <rgm@gnu.org>
3731
3732 * proced.el (proced, proced-format-time): Doc fixes.
3733 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3734
3735 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3736
3737 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3738 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3739
3740 2008-11-19 Lute Kamstra <lute@gnu.org>
3741
3742 * autoinsert.el (auto-insert-alist): Don't use match data.
3743
3744 2008-11-19 Glenn Morris <rgm@gnu.org>
3745
3746 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3747
3748 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3749
3750 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3751 * term/w32-win.el (x-select-font): Declare.
3752
3753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3754 Use the imperative for all help strings.
3755
3756 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3759 case where the default dictionary is French, Spanish, younameit.
3760
3761 * window.el (window--frame-usable-p): Consider dedicated windows
3762 as usable.
3763
3764 * files.el (confirm-nonexistent-file-or-buffer):
3765 Rename from find-file-confirm-nonexistent-file.
3766 (read-buffer-to-switch): Use it.
3767
3768 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3769
3770 * server.el (server-temp-file-p): Use `string-match-p'.
3771 (server-socket-dir): Set to nil if local sockets are unsupported.
3772 (server-start): Don't try to delete local socket if unsupported.
3773 (server-kill-new-buffers): Reflow docstring.
3774 (server-delete-client, server-handle-delete-frame)
3775 (server-save-buffers-kill-terminal): Doc fixes.
3776 (server-send-string): Fix typo in docstring.
3777
3778 2008-11-18 Sam Steingold <sds@gnu.org>
3779
3780 * progmodes/compile.el (compilation-start-hook): New hook.
3781 (compilation-start): Run it on the compilation process.
3782
3783 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * international/mule-cmds.el (update-leim-list-file): Simplify.
3786 (prefer-coding-system, find-coding-systems-for-charsets):
3787 Fix docstring typos.
3788 (select-safe-coding-system, input-method-exit-on-first-char)
3789 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3790 (toggle-input-method, read-multilingual-string): Doc fixes.
3791 Reflow docstrings.
3792 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3793 (read-char-by-name): Use `string-match-p'.
3794 (get-char-code-property, put-char-code-property)
3795 (char-code-property-description): Be silent while loading uni-* files.
3796 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3797 the Unicode character names is *slow*.
3798
3799 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3802
3803 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3804
3805 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * international/mule-cmds.el (ucs-completions): Mark as risky.
3808
3809 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3810
3811 * help-macro.el (three-step-help): Remove * from defcustom.
3812 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3813 Use when instead of if and cond within condition-case.
3814
3815 * window.el (quit-window): Bind window to selected window when
3816 trying to delete it.
3817
3818 2008-11-17 Glenn Morris <rgm@gnu.org>
3819
3820 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3821 definition of 'ignore, rather than nil. (Bug#1353)
3822
3823 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3826
3827 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3830
3831 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3832 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3833 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3834 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3835 (shell-command, repeat-complex-command): Reflow docstrings.
3836 (pop-to-mark-command): Fix typos in docstring.
3837
3838 2008-11-17 Juri Linkov <juri@jurta.org>
3839
3840 * isearch.el (isearch-filter-predicate): Rename from
3841 `isearch-success-function'. Rename default value from
3842 `isearch-success-function-default' to
3843 `isearch-filter-invisible'. Doc fix.
3844 (isearch-filter-invisible): Rename from
3845 `isearch-success-function-default'. Doc fix.
3846 (isearch-search, isearch-lazy-highlight-search):
3847 Rename `isearch-success-function' to `isearch-filter-predicate'.
3848
3849 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3850 `dired-isearch-orig-success-function'.
3851 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3852 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3853 `isearch-filter-predicate'. Doc fix.
3854 (dired-isearch-filter-filenames): Rename from
3855 `dired-isearch-success-function'.
3856
3857 * info.el (Info-search, Info-mode):
3858 Rename `isearch-success-function' to `isearch-filter-predicate'.
3859 (Info-isearch-filter-predicate): Rename from
3860 `Info-search-success-function'.
3861
3862 * simple.el (minibuffer-default-add-function): Fix docstring to
3863 use clear text "default values" instead of obscure references to
3864 the dynamic variable `minibuffer-default'.
3865
3866 2008-11-16 Glenn Morris <rgm@gnu.org>
3867
3868 * term/ns-win.el (ns-extended-platform-support-mode):
3869 Tweak menu entry from previous change.
3870
3871 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3872
3873 * cus-edit.el (custom-buffer-create-internal): Always insert the
3874 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3875
3876 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3879
3880 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * ielm.el (ielm-eval-input): Fix thinko in last change.
3883
3884 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3887
3888 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3891 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3892
3893 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3894 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3895 Handle `file-name-as-directory'.
3896
3897 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3900 usual variable-pitch face.
3901
3902 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3905 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3906 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3907 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3908 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3909 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3910 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3911 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3912 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3913 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3914 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3915 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3916 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3917 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3918 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3919 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3920 (ange-ftp-default-user, ange-ftp-default-password)
3921 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3922 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3923 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3924 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3925 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3926 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3927 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3928 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3929 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3930 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3931 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3932 (ange-ftp-gateway-tmp-name-template)
3933 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3934 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3935 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3936 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3937 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3938 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3939 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3940 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3941 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3942 (ange-ftp-rename-local-to-remote): Doc fixes.
3943 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3944 Use `when', `unless'.
3945 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3946 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3947 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3948 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3949 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3950 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3951 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3952 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3953 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3954 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3955 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3956 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3957 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3958 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
3959 `(save-match-data (string-match ...))'.
3960 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
3961 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
3962 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
3963 Doc fixes.
3964
3965 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3966
3967 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
3968 function instead of a variable.
3969
3970 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
3971 viper-ESC-keyseq-timeout as a function.
3972 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
3973 defsubst.
3974
3975 * emulation/viper-cmd.el: Let line-move-visual to nil when using
3976 next-line or previous-line.
3977 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
3978
3979 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
3980
3981 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
3982 live.
3983 (ediff-save-buffer): Let window-min-height to 2.
3984
3985 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
3986 the minibuffer.
3987
3988 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3989
3990 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
3991 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
3992 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
3993 (ielm-map): Define within defvar. Add docstring.
3994 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
3995 (ielm-complete-filename): Use `when', `unless'.
3996 (ielm-is-whitespace-or-comment): Use `string-match-p'.
3997 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
3998 (ielm-change-working-buffer): Check that the buffer is live.
3999 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4000 Simplify. Reflow docstring.
4001 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4002 New aliases, to satisfy `define-derived-mode' expectations.
4003
4004 2008-11-15 Glenn Morris <rgm@gnu.org>
4005 Martin Rudalics <rudalics@gmx.at>
4006
4007 * emacs-lisp/find-func.el (find-function-advised-original): New.
4008 (find-function-C-source, find-function-noselect):
4009 Use find-function-advised-original to handle advised funcs. (Bug#789)
4010
4011 2008-11-15 Glenn Morris <rgm@gnu.org>
4012
4013 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4014 alias message.
4015
4016 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4017 Remove uniquify-after-kill-buffer-p dependency.
4018 (uniquify-kill-buffer-function): New function.
4019 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4020
4021 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4022 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4023 main Emacs manual.
4024
4025 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4026
4027 * window.el (quit-window): Restore delete window with second
4028 arg non-nil behavior as of before 2008-10-30 change.
4029
4030 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * help-fns.el (describe-function-1): Do char-range check for
4033 self-insert-command.
4034
4035 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4036
4037 * files.el (file-precious-flag): Document that this flag is advisory.
4038
4039 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4040
4041 * emacs-lisp/bytecomp.el (byte-compile-associative)
4042 (byte-compile-minus, byte-compile-quo): If there are more than two
4043 operands, don't use binary operation code (bug#1334).
4044
4045 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4046
4047 * w32-fns.el (w32-shell-dos-semantics):
4048 * calendar/diary-lib.el (diary-face-attrs):
4049 * international/mule-cmds.el (set-default-coding-systems)
4050 (prefer-coding-system):
4051 * net/tramp.el (tramp-set-completion-function):
4052 * progmodes/vhdl-mode.el (vhdl-file-header):
4053 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4054
4055 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4056
4057 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4058 (kill-matching-buffers, save-buffers-kill-emacs)
4059 (save-buffers-kill-terminal): Fix typos in docstrings.
4060 (switch-to-buffer-other-window): Reflow docstring.
4061 (revert-buffer): Doc fix.
4062 (define-project-bindings): Rename arg LIST to SETTINGS.
4063 (project-find-settings-file): Use `let', not `let*'.
4064 Use `when'.
4065
4066 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4067
4068 * files.el (project-settings-file, locate-dominating-file):
4069 Fix typos in docstrings.
4070 (find-file-visit-truename): Remove * from defcustom docstring.
4071
4072 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4073
4074 * files.el (project-settings-file): New variable.
4075 (project-find-settings-file): Use it, instead of hardcoding
4076 .dir.settings.el.
4077
4078 2008-11-13 Glenn Morris <rgm@gnu.org>
4079
4080 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4081
4082 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4083
4084 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4085 in mail bodies.
4086
4087 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * international/mule.el (autoload-coding-system, with-category-table)
4090 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4091 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4092 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4093 (set-file-name-coding-system, ctext-pre-write-conversion)
4094 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4095 Reflow docstrings.
4096 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4097 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4098 (char-valid-p): Define with `define-obsolete-function-alias'.
4099
4100 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4101
4102 2008-11-12 Sam Steingold <sds@gnu.org>
4103
4104 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4105 between hostname and path.
4106
4107 2008-11-11 Juri Linkov <juri@jurta.org>
4108
4109 * dired-aux.el (dired-isearch-filenames)
4110 (dired-isearch-filenames-regexp):
4111 Let-bind isearch-message-prefix-add to "filename ".
4112
4113 * isearch.el (isearch-message-prefix-add)
4114 (isearch-message-suffix-add): New variables.
4115 (isearch-message-prefix): Show additional text from
4116 `isearch-message-prefix-add' before "I-search".
4117 (isearch-message-suffix): Show additional text from
4118 `isearch-message-suffix-add' at the end.
4119
4120 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4121 `isearch-search'. Call isearch-success-function to skip matches
4122 outside the current isearch scope. Let-bind search-invisible to
4123 nil to not match invisible text.
4124
4125 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4126 Let-bind `isearch-recursive-edit' to nil to prevent calling
4127 `exit-recursive-edit' in `isearch-done' that terminates the
4128 execution of these commands when it is non-nil. Call
4129 `exit-recursive-edit' explicitly at the end.
4130 (isearch-occur): For word search construct the correct regexp
4131 with word boundaries to proceed with occur.
4132
4133 * isearch.el (isearch-search-fun): Compare the length of the
4134 current search string with the length of the string from the
4135 previous search state to detect the situation when the user
4136 adds or removes characters in the search string.
4137 Use word-search-forward-lax and word-search-backward-lax in this
4138 case, and otherwise word-search-forward and word-search-backward.
4139
4140 2008-11-11 Sam Steingold <sds@gnu.org>
4141
4142 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4143 the "Version Control" group (for C-x v g).
4144
4145 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * server.el (server-process-filter): Fix typos and reflow docstring.
4148
4149 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4150
4151 * mail/footnote.el (footnote-mode): Improve doc-string.
4152 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4153
4154 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4157
4158 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * mail/smtpmail.el (smtpmail-open-stream): Use
4161 `starttls-any-program-available'. Auto-load starttls.el for it.
4162
4163 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4166 version (bug@1285).
4167
4168 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4169
4170 * startup.el (command-line): Ignore init-file-user when checking
4171 user's home directory on MS-DOS as well.
4172
4173 2008-11-07 Sam Steingold <sds@gnu.org>
4174
4175 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4176
4177 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * frame.el (make-frame-on-display): Use `string-match-p'.
4180
4181 2008-11-07 Glenn Morris <rgm@gnu.org>
4182
4183 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4184
4185 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4186
4187 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4188 to initialize font-lock keyword case sensitivity.
4189 (lisp-mode): Use it.
4190
4191 2008-11-06 Glenn Morris <rgm@gnu.org>
4192
4193 * eshell/esh-maint.el: Remove unused file.
4194
4195 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4196
4197 * cus-edit.el (custom-comment-tag): Doc fix.
4198 (custom-comment, custom-variable-value-create, custom-face):
4199 Use face names sans -face suffix rather than aliases.
4200
4201 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4202
4203 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4204 window width.
4205
4206 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * server.el (server-process-filter): Only default to emacsclient's
4209 terminal in daemon mode.
4210
4211 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4212
4213 * window.el (quit-window): Restore prefix argument behavior
4214 removed in 2008-10-30 change. (Bug#1308)
4215
4216 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4217
4218 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4219 function to kill-buffer-hook, not to kill-buffer.
4220 Reported by Markus Triska <markus.triska@gmx.at>
4221
4222 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4223
4224 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4225 exists before deleting its windows.
4226
4227 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * server.el (server-process-filter): Don't call
4230 server-create-tty-frame when no tty name is specified.
4231
4232 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4233
4234 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4235
4236 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4239 (define-char-code-property):
4240 * textmodes/reftex.el (reftex-index):
4241 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4242
4243 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4244
4245 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4246 vc-bzr-status-printer.
4247
4248 * startup.el (startup-echo-area-message): Display a different
4249 message in daemon mode. Suggested by Stephen Turnbull.
4250
4251 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4252 Windows.
4253
4254 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * dframe.el (dframe-mouse-position-function)
4257 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4258 (dframe-mouse-set-point): Fix typos in docstrings.
4259
4260 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 * vc-dir.el (vc-dir-headers): Undo previous change.
4263
4264 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4267 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4268
4269 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4270
4271 * subr.el (looking-back): Fix doc-string typo.
4272
4273 * electric.el (Electric-pop-up-window): Call window-end with
4274 UPDATE set to t.
4275
4276 * window.el (save-selected-window): Make it behave like
4277 save-selected-window-norecord.
4278 (save-selected-window-norecord): Remove, since functionality
4279 fully taken over by save-selected-window.
4280 (walk-windows, set-window-text-height, fit-window-to-buffer):
4281 Use save-selected-window instead of save-selected-window-norecord.
4282 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4283 save-selected-window-norecord.
4284 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4285 indent-function for save-selected-window-norecord.
4286
4287 2008-11-03 Alan Mackenzie <acm@muc.de>
4288
4289 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4290
4291 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * subr.el (looking-back): Doc fix.
4294
4295 * term/x-win.el (x-initialize-window-system):
4296 Call x-wm-set-size-hint after initialization.
4297
4298 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4299 to t.
4300
4301 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4302 2000-12-08 (bug#1297).
4303
4304 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4305
4306 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4307
4308 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4309 when appropriate.
4310
4311 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4312
4313 * window.el (save-selected-window-norecord): New macro.
4314 (walk-windows): Use save-selected-window-norecord and call
4315 select-window with NORECORD set. (Bug#1237)
4316 (set-window-text-height, fit-window-to-buffer):
4317 Use save-selected-window-norecord and call select-window with
4318 NORECORD set.
4319 * subr.el (with-selected-window): Call set-frame-selected-window
4320 with new argument NORECORD set. Update doc-string.
4321 (with-selected-frame): Call select-frame with new argument
4322 NORECORD set. Update doc-string.
4323 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4324 Put indent-function for save-selected-window-norecord.
4325 * font-lock.el (lisp-font-lock-keywords-2):
4326 Add save-selected-window-norecord.
4327
4328 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * cus-edit.el (customize-apropos-options, custom-comment)
4331 (custom-comment-tag, custom-face-edit-attribute-tag):
4332 Fix typos in docstrings.
4333 (custom-buffer-done-kill): Remove * from defcustom docstring.
4334 (custom-file): Fix typo in doc of defcustom choice.
4335
4336 * frame.el (display-visual-class): Fix typo in docstring.
4337 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4338 (special-display-frame-alist, show-trailing-whitespace)
4339 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4340 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4341 Remove * from defcustom docstrings.
4342
4343 * md4.el (md4-buffer): Fix typo in docstring.
4344 (md4, md4-64): Doc fixes.
4345 (md4-pack-int32): Reflow docstring.
4346
4347 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4348 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4349
4350 * rect.el (open-rectangle): Reflow docstring.
4351 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4352
4353 * select.el (x-get-cut-buffer): Fix typo in docstring.
4354
4355 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4356 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4357 Fix typos in docstrings.
4358
4359 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4360 Fix typos in docstrings.
4361
4362 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4363
4364 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4365
4366 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4367 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4368 (newsticker--treeview-tree-update)
4369 (newsticker--treeview-tree-update-highlight)
4370 (newsticker-treeview-update)
4371 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4372 (newsticker-treeview-next-new-or-immortal-item)
4373 (newsticker-treeview-prev-new-or-immortal-item)
4374 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4375 (newsticker-treeview-tree-click): Watch for layout changes.
4376 (newsticker--treeview-set-current-node): Cleanup.
4377 (newsticker--treeview-restore-layout): Rename from
4378 newsticker--treeview-restore-buffers.
4379 (newsticker--treeview-mark-item): Update cache file.
4380
4381 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4382
4383 * calendar/icalendar.el (icalendar--uid-count): New.
4384 (icalendar--create-uid): New. Extracted from
4385 `icalendar-export-region' and add uid counter.
4386 (icalendar-export-region): Use `icalendar--create-uid'.
4387
4388 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * tooltip.el (tooltip-frame-parameters): Doc fix.
4391
4392 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4393
4394 * window.el (window-body-height, window-current-scroll-bars)
4395 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4396 (minibuffer-window-active-p, count-windows)
4397 (window-safely-shrinkable-p, window--splittable-p)
4398 (window--try-to-split-window, window--frame-usable-p)
4399 (window--even-window-heights, window--display-buffer-1)
4400 (window--display-buffer-2, set-window-text-height)
4401 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4402 (truncated-partial-width-window-p): Rewrite doc-string.
4403 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4404 (split-window-vertically, split-window-horizontally):
4405 Rename args, rewrite doc-string, and simplify code.
4406 (split-window-save-restore-data): Rename args and use
4407 when instead of if.
4408
4409 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * indent.el (indent-for-tab-command): Use use-region-p.
4412
4413 * vc.el (vc-revert): Limit the length of the query string.
4414
4415 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * simple.el (idle-update-delay, next-error-highlight)
4418 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4419 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4420 (kill-read-only-ok, backward-delete-char-untabify-method)
4421 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4422 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4423 (goal-column, line-move-ignore-invisible, fill-prefix)
4424 (auto-fill-inhibit-regexp, blink-matching-paren)
4425 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4426 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4427 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4428 (minibuffer-history-isearch-wrap, transient-mark-mode)
4429 (next-logical-line, auto-fill-mode, line-number-mode)
4430 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4431 (normal-erase-is-backspace-mode): Doc fixes.
4432 (current-kill, transient-mark-mode, toggle-truncate-lines)
4433 (visible-mode): Reflow docstrings.
4434 (minibuffer-local-shell-command-map, interprogram-paste-function):
4435 Fix typos in docstrings.
4436
4437 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * server.el (server-process-filter): In daemon mode, default to
4440 emacsclient's tty if not opening a new frame and only the
4441 terminal-frame is available.
4442
4443 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4444
4445 * window.el (quit-window): Simplify code. Say in doc-string
4446 that it operates on the selected window's buffer. (Bug#1259)
4447
4448 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4451 nil so that log-view-diff-changeset works.
4452
4453 2008-10-30 Glenn Morris <rgm@gnu.org>
4454
4455 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4456
4457 * resume.el: Move to obsolete/.
4458 * Makefile.in (ELCFILES): Update.
4459
4460 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * electric.el (Electric-pop-up-window): Don't shrink the window if
4463 it's already big enough.
4464
4465 * minibuffer.el (delete-minibuffer-contents): Delete all
4466 minibuffer contents instead of just the current field.
4467
4468 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4469
4470 * bookmark.el (bookmark-handle-bookmark): Rename from
4471 bookmark-jump-noselect.
4472 (bookmark--jump-via, bookmark-insert): Callers changed.
4473 (bookmark-jump-noselect): Wrapper function for
4474 bookmark-handle-bookmark.
4475 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4476
4477 * textmodes/ispell.el (ispell-word): Use use-region-p.
4478
4479 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4482 to follow naming conventions for abnormal hooks. Doc fix.
4483 (tooltip-mode, tooltip-timeout): Use it.
4484 (tooltip-hook): New obsolete alias.
4485 (tooltip-help-tips): Doc fix.
4486
4487 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4488
4489 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4490
4491 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4492 of hardcoded /tmp.
4493
4494 2008-10-29 Glenn Morris <rgm@gnu.org>
4495
4496 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4497
4498 * vc-hooks.el (vc-find-root): Remove bogus alias.
4499
4500 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * international/quail.el (quail-show-guidance): Don't create
4503 a guidance-frame if current buffer is not a minibuffer, since even if
4504 selected-window is mini-p, the buffer will never be displayed in it, so
4505 it wil be usable for guidance.
4506
4507 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * smerge-mode.el: Require diff-mode at run-time as well.
4510
4511 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4512
4513 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4514 * vc-hooks.el (vc-stay-local): Likewise.
4515
4516 2008-10-28 Phil Sung <psung@mit.edu>
4517
4518 * follow.el (follow-scroll-down, follow-calc-win-end)
4519 (follow-estimate-first-window-start): Reduce effective window
4520 height when header line is present. (Bug#925)
4521
4522 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * subr.el (locate-user-emacs-file): Simplify. Don't create
4525 `user-emacs-directory' when Emacs is running in batch mode.
4526
4527 * startup.el (inhibit-startup-screen): Reflow docstring.
4528 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4529
4530 2008-10-27 Kenichi Handa <handa@m17n.org>
4531
4532 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4533
4534 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * face-remap.el (text-scale-increase, text-scale-decrease)
4537 (text-scale-adjust): Remove &optional keyword from the arg list;
4538 the INC argument is not really optional, if the functions happen
4539 to be called from elisp.
4540
4541 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4542
4543 * vc.el: Rename VC methods that were missed when vc-status was
4544 renamed to vc-dir.
4545 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4546 vc-svn-status-extra-headers.
4547 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4548 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4549 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4550 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4551 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4552 vc-dir-status-printer.
4553 (vc-dir-headers): Use `dir-extra-headers' instead of
4554 `status-extra-headers'.
4555 (vc-dir-printer): Rename from vc-dir-status-printer.
4556 (vc-default-dir-extra-headers): Rename from
4557 vc-default-status-extra-headers.
4558 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4559 vc-cvs-status-extra-headers.
4560
4561 * startup.el (server-name): Pacify byte compiler.
4562 (command-line): If --daemon=SERVER_NAME was used, set server-name
4563 before calling server-start.
4564
4565 2008-10-26 Romain Francoise <romain@orebokech.com>
4566
4567 * startup.el (command-line): Call daemon-initialized after
4568 starting the server.
4569
4570 2008-10-26 Kenichi Handa <handa@m17n.org>
4571
4572 * help-fns.el (describe-categories): Display the terse legend at
4573 the head.
4574
4575 * international/characters.el: Docstrings of categories improved.
4576
4577 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4580
4581 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4582 to the courier family.
4583 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4584 usually not serif'd and hence rather unlike verbatim's printed output.
4585
4586 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4589 when reporting the module.
4590
4591 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4592
4593 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4594
4595 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * files.el (locate-dominating-stop-dir-regexp): New var.
4598 (locate-dominating-file): Change arg from a regexp to a file name.
4599 Rewrite using the vc-find-root code to avoid directory-files which is
4600 too slow. Obey locate-dominating-stop-dir-regexp.
4601 Don't pay attention to changes in owner.
4602 (project-find-settings-file): Adjust call to locate-dominating-file.
4603
4604 * progmodes/flymake.el (flymake-find-buildfile):
4605 Adjust call to locate-dominating-file.
4606
4607 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4608 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4609
4610 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4611
4612 * subr.el (with-current-buffer): Rename buffer argument to
4613 buffer-or-name.
4614 * window.el (get-buffer-window-list): Rename buffer argument to
4615 buffer-or-name and make it optional.
4616
4617 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4620 (completion-search-next, add-completions-from-file):
4621 Fix typos in docstrings.
4622
4623 * filesets.el (filesets-menu-ensure-use-cached)
4624 (filesets-ingroup-patterns, filesets-filetype-property):
4625 * tutorial.el (get-lang-string):
4626 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4627 Fix typos in docstrings.
4628
4629 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4630 (image-dired-line-up-method, image-dired-thumb-size)
4631 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4632 (image-dired-track-original-file, image-dired-track-thumbnail)
4633 (image-dired-dired-next-line, image-dired-dired-previous-line)
4634 (image-dired-write-comments): Reflow docstrings.
4635 (image-dired-show-all-from-dir-max-files)
4636 (image-dired-format-properties-string, image-dired-create-thumbs)
4637 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4638 Fix typos in docstrings.
4639
4640 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4641 (savehist-additional-variables, savehist-ignored-variables)
4642 (savehist-file-modes, savehist-autosave-interval):
4643 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4644 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4645 (fancy-splash-image):
4646 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4647 (thumbs-conversion-program, thumbs-margin):
4648 Remove spurious * in docstrings.
4649
4650 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4651
4652 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4653 (forward-same-syntax): Omit default arguments to char-after and
4654 char-before.
4655
4656 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * subr.el (locate-user-emacs-file): New function.
4659 (user-emacs-directory): Mention it in docstring.
4660
4661 * completion.el (save-completions-file-name):
4662 * filesets.el (filesets-menu-cache-file):
4663 * image-dired.el (image-dired-dir, image-dired-db-file)
4664 (image-dired-temp-image-file, image-dired-gallery-dir)
4665 (image-dired-temp-rotate-image-file):
4666 * savehist.el (savehist-file):
4667 * server.el (server-auth-dir):
4668 * thumbs.el (thumbs-thumbsdir):
4669 * tutorial.el (tutorial--saved-dir):
4670 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4671
4672 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4675 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4676
4677 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * filesets.el: Update author email.
4680 (filesets-data): Doc fix.
4681
4682 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4683
4684 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4685
4686 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4687
4688 * international/mule-cmds.el (describe-language-environment):
4689 Indent sample text.
4690
4691 2008-10-23 Glenn Morris <rgm@gnu.org>
4692
4693 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4694
4695 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4696 byte-compile a redefinition of a function with special byte-compile
4697 handling. (Bug#411)
4698
4699 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4700
4701 * ps-print.el: Deal with page sizes for label printes. Suggested by
4702 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4703 (ps-print-version): New version 7.3.3.
4704 (ps-page-dimensions-database): New page sizes for label printers.
4705 (ps-n-up-printing): Fix code.
4706
4707 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4710
4711 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4712 (list-at-point): Add docstrings.
4713
4714 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4715
4716 * dired-aux.el (dired-do-create-files): Doc fix.
4717
4718 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4719
4720 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4721 with other documentation.
4722
4723 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * replace.el (how-many): Fix typo in docstring.
4726 Reported by Leo <sdl.web@gmail.com>.
4727
4728 2008-10-22 Glenn Morris <rgm@gnu.org>
4729
4730 * international/mule-cmds.el (universal-coding-system-argument):
4731 Check for C-g. (Bug#1205)
4732
4733 2008-10-22 Kenichi Handa <handa@m17n.org>
4734
4735 * international/characters.el: Don't setup
4736 find-word-boundary-function-table.
4737 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4738 (word-combining-categories, word-separating-categories):
4739 Adjust to the change of the docstrings.
4740
4741 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * simple.el (region-active-p): Doc fix.
4744
4745 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4746
4747 * subr.el (apply-partially): Move from here...
4748
4749 * simple.el (apply-partially): ...to here.
4750
4751 2008-10-20 Andreas Schwab <schwab@suse.de>
4752
4753 * subr.el (split-string-and-unquote): Simplify regexp.
4754
4755 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4756
4757 * subr.el (top-level): Require `cl' when compiling.
4758
4759 2008-10-20 David Reitter <david.reitter@gmail.com>
4760
4761 * info.el (Info-mode): Do not remove an existing header line if
4762 `Info-use-header-line' is nil.
4763
4764 2008-10-19 Juri Linkov <juri@jurta.org>
4765
4766 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4767 Add arg `delimited' as in `query-replace' for the case when
4768 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4769 Add more indicators to the prompt ("word" and "in region").
4770
4771 * replace.el (query-replace, query-replace-regexp)
4772 (replace-string, replace-regexp, perform-replace): Add "word"
4773 indicatiors to the prompt for word delimited replacements.
4774
4775 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4776 Doc fix.
4777
4778 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4779
4780 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4781
4782 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4783
4784 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4785
4786 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4787 Make argument names follow Elisp manual.
4788
4789 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4790
4791 * textmodes/remember.el (remember-data-file):
4792 * shadowfile.el (shadow-initialize)
4793 <shadow-info-file, shadow-todo-file>:
4794 * savehist.el (savehist-file):
4795 * recentf.el (recentf-save-file):
4796 * pcvs-defs.el (cvs-cvsrc-file):
4797 * international/kkc.el (kkc-init-file-name):
4798 * ido.el (ido-save-directory-list-file):
4799 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4800 (todo-file-top): Run file names that begin with a period thru
4801 `convert-standard-filename'.
4802
4803 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4804 before-init-hook.
4805
4806 Fix Bug #1183:
4807
4808 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4809 coding-system-for-read to ediff-coding-system-for-write.
4810
4811 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4812 coding-system-for-write to ediff-coding-system-for-write.
4813
4814 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4815 (ediff-coding-system-for-write): Set to emacs-internal.
4816
4817 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * international/mule-conf.el (emacs-internal): New coding system alias.
4820
4821 2008-10-18 Juri Linkov <juri@jurta.org>
4822
4823 * info.el (Info-file-supports-index-cookies-list): New variable.
4824 (Info-file-supports-index-cookies): New function.
4825 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4826 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4827 without an index cookie to ignore it when Info-index-nodes is
4828 called during navigating from an index node with line numbers.
4829 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4830
4831 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4832 variable definition section.
4833
4834 * info.el (Info-find-node-2): Put initial point below the header line
4835 and breadcrumbs line.
4836
4837 2008-10-18 Glenn Morris <rgm@gnu.org>
4838
4839 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4840 the needed external programs were not found.
4841
4842 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4843
4844 * files.el (trash-directory): Run thru `convert-standard-filename'.
4845 (file-modes-char-to-who, file-modes-char-to-right)
4846 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4847 (read-file-modes): Doc fixes.
4848
4849 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * abbrev.el (define-abbrev): Doc fix.
4852
4853 2008-10-17 Alan Mackenzie <acm@muc.de>
4854
4855 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4856 foo bar [] = { ...".
4857
4858 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4861 set-face-attribute.
4862
4863 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4866 according to `locale-coding-system'. (This fixes trivial bug reported
4867 as part of bug#1179).
4868 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4869 particular order). Use `when'.
4870
4871 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4872
4873 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4874 (w32-add-charset-info): Fix typo in docstring.
4875
4876 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4879 after discussion.
4880
4881 2008-10-16 Magnus Henoch <mange@freemail.hu>
4882
4883 * vc-arch.el (vc-arch-dir-status): New function.
4884 (vc-arch-after-dir-status): New function.
4885
4886 2008-10-16 Glenn Morris <rgm@gnu.org>
4887
4888 * man.el (Man-getpage-in-background): Force recent `man's to output
4889 escape sequences even when stdout is not a tty. (Bug#1142)
4890
4891 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4892
4893 * international/mule-conf.el: Add `utf8' and `UTF8' as
4894 aliases for the `utf-8' coding system.
4895
4896 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * find-file.el (ff-get-file): Doc fix.
4899 (ff-get-file-name): Use `let', not `let*'.
4900 (ff-search-directories): Fix typo in docstring.
4901 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4902 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4903 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4904 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4905 (cc-other-file-alist, modula2-other-file-alist):
4906 Remove spurious * in docstrings.
4907
4908 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * faces.el (set-face-attribute): Set family and foundry before
4911 other attributes.
4912 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4913
4914 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * hl-line.el (hl-line-unload-function): New function.
4917 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4918 (hl-line-sticky-flag): Remove spurious * in docstring.
4919
4920 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4921
4922 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4923 search string.
4924
4925 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4926
4927 * net/tramp.el (tramp-process-one-action): Embed regexp in
4928 parentheses, before adding end-of-buffer construct. Suggested by
4929 Markus Triska <markus.triska@gmx.at>.
4930
4931 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4932
4933 * net/newst-plainview.el (w3m-toggle-inline-image):
4934 Define 'declare-function if necessary, for compatibility.
4935
4936 * net/newst-treeview.el (w3m-toggle-inline-images):
4937 Define 'declare-function if necessary, for compatibility.
4938
4939 2008-10-13 Alan Mackenzie <acm@muc.de>
4940
4941 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4942 so that the function works on one-line macros.
4943
4944 * progmodes/cc-engine.el: Amend several doc strings and comments.
4945
4946 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4947
4948 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4949
4950 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4951 (vc-cvs-stay-local): Add a new choice and default to it.
4952 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4953
4954 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4955
4956 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4957
4958 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
4959 Add support for extended return statement.
4960
4961 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
4962 and obj-dir; keep user order.
4963
4964 2008-10-12 Glenn Morris <rgm@gnu.org>
4965
4966 * Makefile.in (ELCFILES): Update.
4967
4968 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
4969 (shell-file-name-quote-list): Declare.
4970
4971 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
4972
4973 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
4974
4975 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * startup.el (command-line): If toolbar is disabled but ought to
4978 be initialized, call tool-bar-setup.
4979
4980 * tool-bar.el (tool-bar-setup): Variable deleted.
4981 (tool-bar-setup): Set it up unconditionally.
4982
4983 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
4984
4985 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
4986 tool-bar-map has been initialized before setting it up.
4987
4988 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
4989 tool-bar-map has been initialized before setting it up.
4990
4991 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * emacs-lisp/warnings.el (display-warning): Issue a message if
4994 called during daemon initialization.
4995
4996 * tool-bar.el (tool-bar-local-item)
4997 (tool-bar-local-item-from-menu): Put the check for number of
4998 display colors into the image expression.
4999 (tool-bar-setup): Don't be a no-op on ttys.
5000
5001 * info.el (info-tool-bar-map):
5002 * progmodes/gud.el (gud-tool-bar-map):
5003 * progmodes/grep.el (grep-mode-tool-bar-map):
5004 * progmodes/compile.el (compilation-mode-tool-bar-map):
5005 Initialize it unconditionally.
5006
5007 2008-10-11 Romain Francoise <romain@orebokech.com>
5008
5009 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5010 * kmacro.el (kmacro-edit-lossage): Ditto.
5011 * edmacro.el (edit-kbd-macro): Ditto.
5012
5013 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5014
5015 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5016 Fix variable names.
5017
5018 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5019
5020 * startup.el (command-line): Revert 2008-09-26 change, not
5021 necessary anymore.
5022
5023 2008-10-10 Andreas Schwab <schwab@suse.de>
5024
5025 * simple.el (minibuffer-complete-shell-command):
5026 Bind comint-delimiter-argument-list, comint-file-name-chars and
5027 comint-file-name-quote-list like shell-mode.
5028
5029 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5030
5031 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5032 call of select-window.
5033
5034 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5035
5036 * calc/calc.el (calc-embedded-word-regexp)
5037 (calc-embedded-word-regexp-alist): New variables.
5038 (calc-embedded-open-word, calc-embedded-close-word)
5039 (calc-embedded-open-close-word-alist): Remove unused variables.
5040
5041 * calc/calc-embed.el (calc-embedded-make-info):
5042 Use `calc-embedded-word-regexp' to find words.
5043
5044 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5045
5046 * info.el (Info-extract-menu-counting): New argument no-detail to
5047 skip detailed node listings.
5048 (Info-forward-node): New argument not-up to inhibit going up.
5049 (Info-final-node): Call Info-extract-menu-counting and
5050 Info-forward-node with the new arguments set to avoid infinite
5051 looping. (Bug#1116)
5052
5053 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5054
5055 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5056 not fboundp.
5057
5058 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5059
5060 * startup.el (command-line): Enable tool-bar-mode as long as it is
5061 not suppressed by X resources, regardless of the terminal.
5062
5063 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5064 graphical terminals.
5065 (tool-bar-setup): No-op if called on a tty.
5066
5067 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5068
5069 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5070 Support `pc' ``window-system''.
5071
5072 * progmodes/compile.el (compilation-start): Resurrect the version
5073 for systems that don't support asynchronous subprocesses.
5074
5075 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5076
5077 * window.el (pop-up-frames): Add choice graphic-only.
5078 (display-buffer): When pop-up-frames equals graphic-only do
5079 not pop up new frame on text-only terminals. (Bug#1061)
5080
5081 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5084 (vc-cvs-dir-status): Use it.
5085
5086 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * json.el (json-skip-whitespace): Fix last change.
5089
5090 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * bs.el (bs-unload-function): New function.
5093
5094 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5095
5096 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5097 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5098 For clarity, explicitly require cl.
5099
5100 2008-10-08 Michael Olson <mwolson@gnu.org>
5101
5102 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5103 can avoid a bad interaction with programs that add functions to
5104 the window-scroll-functions hook. This fixes Bug #858.
5105
5106 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * startup.el (command-line): Use display-warning to warn about an
5109 init file error.
5110 (command-line-1): Remove init file error delay.
5111
5112 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5113
5114 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5115 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5116 (rx-group-if): New function.
5117 (rx-parent): New variable.
5118 (rx-and, rx-or): Put shy groups only when necessary.
5119 (rx-bracket): Remove.
5120 (rx-anything): New function.
5121 (rx-any-delete-from-range, rx-any-condense-range)
5122 (rx-check-any-string): New functions.
5123 (rx-check-any): Return result as a list. Don't convert chars to
5124 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5125 Check char category string. Call rx-form instead of rx-to-string.
5126 (rx-any): Rebuid to complete the function.
5127 (rx-check-not): Fix char category regexp pattern string.
5128 Call rx-form instead of rx-to-string.
5129 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5130 "[^^]". Call regexp-quote for one char string when not called from
5131 rx-not. Add "\\w", and toggle to upcase. Add the case of
5132 "\\[SCBW]" to toggle.
5133 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5134 instead of rx-to-string.
5135 (rx-kleene): Call rx-form instead of rx-to-string.
5136 Call rx-group-if to adjust putting of shy groups.
5137 (rx-atomic-p): Make check more precisely.
5138 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5139 (rx-regexp): Call rx-group-if.
5140 (rx-form): New function.
5141 (rx-to-string): Call rx-form, rx-group-if.
5142 Refine definition of NO-GROUP.
5143
5144 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5145
5146 * json.el (json-advance): Use forward-char.
5147 (json-skip-whitespace): Use skip-syntax-forward.
5148
5149 2008-10-07 Alan Mackenzie <acm@muc.de>
5150
5151 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5152 indenting a macro followed by blank lines doesn't backslash the
5153 following non-blank line into the macro.
5154
5155 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5158 (command-line): Set after-init-time to nil before initialization.
5159
5160 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5161
5162 * calc/calc-units.el (math-standard-units): Update the values
5163 of the units.
5164
5165 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * bookmark.el (bookmark-unload-function): New function.
5168
5169 2008-10-06 Andreas Schwab <schwab@suse.de>
5170
5171 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5172
5173 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5174
5175 * mail/footnote.el: Remove * in defcustom docstrings and tell
5176 for most options that customizing them doesn't affect buffers
5177 already displaying footnotes.
5178 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5179 Fix handling of text properties and identical start/end tags.
5180 Do not use format when renumbering.
5181 (Footnote-set-style): Make it work.
5182 (Footnote-insert-numbered-footnote): Simplify.
5183 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5184 (Footnote-goto-footnote): Fix handling of empty section tag.
5185 (Footnote-delete-footnote): Fix handling of identical start/end
5186 tags, empty section tag, and spaced footnotes. Do not use
5187 kill-region.
5188 (footnote-mode): Make most options buffer-local to avoid that
5189 customizing messes up handling of footnotes in buffers that
5190 already display them.
5191
5192 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5193
5194 * faces.el (x-create-frame-with-faces): Undo previous change.
5195
5196 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5197 existent files.
5198
5199 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * international/mule-cmds.el (universal-coding-system-argument):
5202 Handle digit-argument too.
5203
5204 2008-10-05 Mario Lang <mlang@delysid.org>
5205
5206 * xml.el (xml-parse-string): Use skip-chars-forward.
5207
5208 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5209
5210 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5211 existent files.
5212 (vc-bzr-dir-status-files): New function.
5213
5214 2008-10-04 Glenn Morris <rgm@gnu.org>
5215
5216 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5217
5218 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5219 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5220
5221 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5222 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5223
5224 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5225
5226 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5227 Fix typo. (Bug#1074)
5228
5229 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5230
5231 * progmodes/compile.el (compilation-start): Make sure to move to
5232 point-max only when we are in the compilation buffer. (Bug#1073)
5233
5234 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5235
5236 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5237 tool-bar-mode is on.
5238
5239 * vc-svn.el (vc-svn-dir-status-files):
5240 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5241
5242 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5243
5244 * vc-hg.el (vc-hg-dir-status-files): New function.
5245
5246 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5247
5248 * window.el (window--display-buffer-1): Don't care about
5249 visibility since raise-frame does.
5250
5251 2008-10-03 Mario Lang <mlang@delysid.org>
5252
5253 * nxml/xmltok.el (xmltok-forward): Simplify.
5254
5255 2008-10-03 Glenn Morris <rgm@gnu.org>
5256
5257 * Makefile.in (ELCFILES): Update.
5258
5259 * frame.el (set-default-font): Make obsolete.
5260 * mouse.el (mouse-set-font): Use set-frame-font.
5261
5262 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5263 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5264
5265 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5266 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5267
5268 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5271 (vc-dir-refresh): Set it here instead. (Bug#1067)
5272
5273 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * faces.el (inhibit-frame-set-background-mode): New var.
5276 (frame-set-background-mode): Use it to avoid a loop in
5277 face-spec-recalc.
5278
5279 2008-10-02 Glenn Morris <rgm@gnu.org>
5280
5281 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5282 vc-diff-switches.
5283
5284 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5285
5286 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5287 that is, to take some action when a buffer is killed. Suggested by
5288 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5289 11.2.2.
5290 (whitespace-action): Docstring and :type fix.
5291 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5292 Code fix.
5293 (whitespace-add-local-hook, whitespace-remove-local-hook)
5294 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5295
5296 2008-10-01 Magnus Henoch <mange@freemail.hu>
5297
5298 * net/tls.el (open-tls-stream): Show the actual command being
5299 executed, instead of the format string.
5300
5301 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5302
5303 * term/internal.el (dos-locale-alist): New alist.
5304 (dos-codepage-setup): Use it to compute a value of locale with
5305 which to call set-locale-environment. Remove code to set
5306 terminal, keyboard, and file-name encoding (done by
5307 set-locale-environment).
5308
5309 * international/mule-cmds.el
5310 (set-language-environment-nonascii-translation): Fix nonascii
5311 value for `pc' ``window-system''.
5312 (set-display-table-and-terminal-coding-system)
5313 (set-default-coding-systems): Don't special-case `pc'.
5314
5315 2008-10-01 Glenn Morris <rgm@gnu.org>
5316
5317 * filesets.el (filesets-menu-name): Fix type.
5318 (filesets-menu-path, filesets-menu-before): Fix types.
5319 Change defaults to be consistent with recentf. (Bug#1056)
5320
5321 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * term/xterm.el (xterm-turn-on-modify-other-keys)
5324 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5325 Don't forget to pass `terminal' to `send-string-to-terminal'.
5326
5327 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5328
5329 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5330 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5331 non-nil. It is not clear, whether this is only fixing symptoms on
5332 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5333 is embedded by that check. So it might be TRT. Suggested by Dan
5334 Nicolaescu <dann@ics.uci.edu>.
5335
5336 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5337
5338 * Makefile.in (ELCFILES): Remove codepage.elc.
5339
5340 * international/codepage.el: File removed, as even ms-dos doesn't
5341 need it anymore.
5342
5343 * loadup.el [ms-dos]: Don't load ccl and codepage.
5344
5345 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5346 (IT-character-translations, cjk-codepages-alist): Remove variables.
5347 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5348 (IT-unicode-translations): Remove charset and base elements.
5349 Add translations for Latin-1 characters.
5350 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5351 base and chset elements of IT-unicode-translations. Don't wrap
5352 translation in "{...}". Set up translations only for characters
5353 for which unencodable-char-position returns non-nil.
5354 (dos-codepage-setup): Don't use special-case codepages in
5355 cjk-codepages-alist.
5356
5357 * files.el (locate-dominating-file): Wrap directory-files with
5358 condition-case, instead of calling file-directory-p, which stats
5359 the directory one more time.
5360
5361 * mail/mail-utils.el (mail-unquote-printable-region):
5362 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5363 non-nil.
5364
5365 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5366
5367 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5368
5369 2008-09-30 Glenn Morris <rgm@gnu.org>
5370
5371 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5372
5373 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5374
5375 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5376 (which-function): Handle nested imenu trees.
5377
5378 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5379 some nested menu items.
5380
5381 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5382
5383 * calc/calc-units.el (math-standard-units): Add entries used to
5384 display the values in the units buffer.
5385 (math-build-units-table): Add entries to the units table to be used
5386 to display the values in the units buffer.
5387 (math-build-units-table-buffer): Use the display entry of the units
5388 table when non-nil.
5389 (calc-define-unit): Add option to enter display value of unit.
5390
5391 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5394
5395 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5396
5397 * files.el (locate-dominating-file): Take file-attributes of
5398 `dir', not of `file' (which never changes).
5399
5400 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5401
5402 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5403 also be `localname'.
5404
5405 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5406 IDENTIFICATION.
5407
5408 2008-09-28 Glenn Morris <rgm@gnu.org>
5409
5410 * vc.el (vc-switches): Give it a doc string.
5411
5412 2008-09-28 Romain Francoise <romain@orebokech.com>
5413
5414 * comint.el (comint-show-output): Adjust to stickiness changes of
5415 the output field.
5416
5417 * startup.el (command-line): Start the daemon server later.
5418
5419 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5420
5421 * subr.el (read-quoted-char): Call char-resolve-modifiers
5422 instead of char-resolve-modifers.
5423
5424 2008-09-27 Glenn Morris <rgm@gnu.org>
5425
5426 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5427 than [return]. (Bug#1031)
5428
5429 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5430
5431 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5432
5433 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5434
5435 * epg.el (epg-wait-for-status): Check if there is no pending status.
5436 Reported by Ted Romer <ted@romerfamily.com>.
5437
5438 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5439
5440 * startup.el (command-line): Turn on menu-bar-mode and
5441 tool-bar-mode when running as a daemon.
5442
5443 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5444
5445 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5446 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5447 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5448 ($(lisp)/progmodes/cc-engine.elc)
5449 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5450 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5451 ($(lisp)/progmodes/cc-subword.elc)
5452 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5453
5454 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5455 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5456 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5457 ($(lisp)/progmodes/cc-engine.elc)
5458 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5459 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5460 ($(lisp)/progmodes/cc-subword.elc)
5461 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5462
5463 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5464
5465 * informat.el (Info-split-threshold): New variable.
5466 (Info-split): Use it.
5467
5468 * textmodes/texinfmt.el (texinfo-format-buffer):
5469 Use Info-split-threshold to decide whether to split Info files.
5470
5471 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5474 quoting.
5475
5476 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5477 name when reinserting it.
5478
5479 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5480 word-search-backward-lax for incremental word search.
5481
5482 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * generic-x.el (generic-other-modes): Fix typo in docstring.
5485 (generic-use-find-file-hook, generic-lines-to-scan)
5486 (generic-find-file-regexp, generic-ignore-files-regexp)
5487 (generic-define-mswindows-modes, generic-define-unix-modes):
5488 Remove `*' from docstring.
5489 (generic-mode-find-file-hook): Use `string-match-p'.
5490 (apache-log-generic-mode, mailagent-rules-generic-mode)
5491 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5492 (java-manifest-generic-mode, java-properties-generic-mode)
5493 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5494 for consistency with other modes in generic-x.el.
5495
5496 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5497
5498 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5499 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5500 parens specially only if latex-handle-escaped-parens is non-nil.
5501 (latex-indent-within-escaped-parens): New option.
5502 (latex-find-indent): Bind latex-handle-escaped-parens to
5503 latex-indent-within-escaped-parens. Do not treat escaped parens
5504 specially when this is nil. (Bug#954)
5505
5506 2008-09-25 Glenn Morris <rgm@gnu.org>
5507
5508 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5509
5510 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * vc.el (vc-mark-resolved): Move message here from
5513 vc-default-mark-resolved.
5514 (vc-default-mark-resolved): Change to an alias for ignore.
5515
5516 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5517
5518 * term.el (term-emulate-terminal): Encode input string before
5519 checking its length.
5520
5521 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5522
5523 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5524 is loaded.
5525
5526 * server.el (server-buffer-done): Avoid changing the buffer when
5527 deleting the client's frame (bug#640).
5528
5529 * vc.el (vc-default-mark-resolved): New function.
5530
5531 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5532
5533 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5534 from raising a wrong-type-argument error.
5535
5536 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5537
5538 * help-fns.el (describe-function-1, describe-variable): Print
5539 relative file name in help buffer.
5540 * faces.el (describe-face): Print relative file name in help
5541 buffer.
5542
5543 2008-09-23 Romain Francoise <romain@orebokech.com>
5544
5545 * subr.el (with-output-to-string): Make sure that the temporary
5546 buffer gets killed.
5547
5548 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5549
5550 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5551 indentation problem with keyword symbols when a list starts with
5552 ,@ or spaces. (Bug#1012)
5553
5554 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5555
5556 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5557 escaped close parens correctly. (Bug#954)
5558
5559 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5560
5561 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5562 usage of `fortune-file' even though a FILE argument was passed to
5563 the function.
5564
5565 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5566
5567 * startup.el (command-line): Start the server when in daemon mode.
5568 Remove always true test.
5569
5570 * frame.el (frame-initialize): Remove spurious setting of
5571 special-display-function with the default value.
5572
5573 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5574
5575 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5576
5577 2008-09-20 Glenn Morris <rgm@gnu.org>
5578
5579 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5580 Fix custom type. (Bug#1011)
5581
5582 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5583
5584 * files.el (move-file-to-trash): Avoid recursive trashing if
5585 rename-file calls delete-file.
5586
5587 2008-09-20 Glenn Morris <rgm@gnu.org>
5588
5589 * play/fortune.el: Remove leading `*' from defcustom docs.
5590 (fortune-program-options): Doc fix. Allow to be a string again.
5591 Add :version.
5592 (fortune-in-buffer): Handle fortune-program-options as a string.
5593 Don't rely on fortune program accepting options after fortune file.
5594
5595 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5596
5597 * play/fortune.el (fortune-program-options): Change to a list.
5598 (fortune-in-buffer): Use apply.
5599
5600 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5601
5602 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5603 (authors-coding-system): Likewise.
5604
5605 2008-09-20 Ami Fischman <ami@fischman.org>
5606
5607 * savehist.el (savehist-save): Handle errors in writing as well as
5608 reading.
5609
5610 2008-09-20 Michael Olson <mwolson@gnu.org>
5611
5612 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5613 to provide a minimal performance boost.
5614
5615 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5616
5617 * proced.el (proced-grammar-alist, proced-custom-attributes)
5618 (proced-format-alist, proced-format, proced-filter-alist)
5619 (proced-filter, proced-sort): Use defcustom.
5620 (proced-mode): Fix docstring.
5621 (proced-process-attributes): Handle return value nil of functions
5622 in proced-custom-attributes.
5623
5624 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5625
5626 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5627 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5628
5629 2008-09-19 Miles Bader <miles@gnu.org>
5630
5631 * comint.el (comint-output-filter): Make field properties for
5632 output text front-sticky.
5633
5634 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 * vc-bzr.el (vc-bzr-show-log-entry):
5637 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5638 C-x v l for a directory uses that.
5639
5640 2008-09-18 Simon Josefsson <simon@josefsson.org>
5641
5642 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5643 .sieve files.
5644
5645 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5646
5647 * help-macro.el (make-help-screen): Preserve key bindings
5648 established in help-mode call when exiting this macro.
5649
5650 2008-09-17 Kenichi Handa <handa@m17n.org>
5651
5652 * language/burmese.el: Fix setting of composition-function-table.
5653
5654 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5655
5656 * info.el (Info-follow-nearest-node): Don't raise an error for
5657 mouse-1 clicks.
5658
5659 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5660
5661 * calc/calc-units.el (calc-convert-temperature): Use default
5662 units when appropriate.
5663
5664 2008-09-16 Markus Triska <markus.triska@gmx.at>
5665
5666 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5667 catch errors raised in `texmathp'.
5668 (flyspell-tex-math-initialized): Remove.
5669
5670 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5671
5672 * frame.el (select-frame-set-input-focus): With non-nil
5673 mouse-autoselect-window always move mouse cursor to frame's
5674 selected window. Otherwise restore pre 2008-09-13 behavior.
5675 (select-frame-by-name): Use select-frame-set-input-focus.
5676
5677 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5678 pop-to-buffer already does it.
5679 (display-buffer-other-frame): Fix doc-string.
5680
5681 2008-09-16 Glenn Morris <rgm@gnu.org>
5682
5683 * add-log.el (diff-find-source-location): Update declaration.
5684
5685 * progmodes/make-mode.el (makefile-match-function-end):
5686 Move point. (Bug#983)
5687
5688 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5689
5690 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5691
5692 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5693
5694 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5695 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5696
5697 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5698
5699 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5700
5701 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5702
5703 * files.el (file-truename): Don't raise args-out-of-range error
5704 when filename has no separator on windows-nt. (Bug#982)
5705
5706 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5709 be more honest when we don't know.
5710 (diff-tell-file-name): Don't prompt before the actual prompt.
5711 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5712 (diff-find-source-location): Add `noprompt' argument.
5713 (diff-current-defun): Don't prompt.
5714
5715 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5716
5717 * proced.el (proced-mark-face, proced-marked-face)
5718 (proced-sort-header-face): Remove.
5719 (proced-font-lock-keywords): Simplify.
5720 (proced-format): Use face proced-sort-header.
5721 (proced-format-interactive, proced-sort-interactive)
5722 (proced-filter-interactive): Only call proced-update if the scheme
5723 has changed.
5724 (proced-sort-header): Use posn-actual-col-row.
5725
5726 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5727
5728 * add-log.el (change-log-find-window): New variable.
5729 (change-log-goto-source-1, change-log-goto-source):
5730 Set change-log-find-window to window displaying source.
5731 (change-log-next-error): Select window specified by
5732 change-log-find-window.
5733
5734 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5735
5736 * frame.el (select-frame-set-input-focus): With focus follows
5737 mouse move mouse cursor to right window.
5738 * window.el (pop-to-buffer): Select window before calling
5739 select-frame-set-input-focus.
5740
5741 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5742
5743 * proced.el (proced-sort-header): New face.
5744 (proced-sort-header-face): New variable.
5745 (proced-format): Allow format value nil.
5746 Use proced-sort-header-face for header of sort column.
5747 (proced-format-args): New function.
5748 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5749 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5750 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5751 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5752 (proced-sort-header): Bind also to mouse-1.
5753 (proced-move-to-goal-column): Return position of point.
5754 (proced-filter-interactive): Always revert listing.
5755 (proced-format-ttname): Simplify.
5756 (proced-update): Do not keep undo information. Put point at
5757 beginning of buffer if we generate the first listing.
5758
5759 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5760
5761 * doc-view.el (doc-view-scroll-up-or-next-page)
5762 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5763 vertically split windows.
5764
5765 2008-09-12 Glenn Morris <rgm@gnu.org>
5766
5767 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5768
5769 * indent.el (indent-line-function): Doc fix.
5770 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5771
5772 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5773
5774 * window.el (pop-to-buffer): If the window for buffer-or-name is
5775 not on the selected frame, raise that window's frame and give it
5776 input focus. (Bug#745)
5777
5778 2008-09-11 Glenn Morris <rgm@gnu.org>
5779
5780 * ido.el (ido-mode): Initialize with custom-initialize-default,
5781 rather than a set function. (Bug#947)
5782
5783 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * replace.el (perform-replace): Don't set inhibit-read-only using
5786 query-replace-skip-read-only (bug#956).
5787
5788 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5789 of the <<foo>> form.
5790
5791 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5792
5793 * window.el (display-buffer): Fix doc-string typo.
5794
5795 2008-09-10 Kenichi Handa <handa@m17n.org>
5796
5797 * composite.el (compose-gstring-for-graphic): Fix previous change.
5798
5799 2008-09-10 Glenn Morris <rgm@gnu.org>
5800
5801 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5802
5803 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5804
5805 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5806 manuals. (Bug#886)
5807
5808 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * ido.el (ido-unload-function): New function.
5811
5812 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5813
5814 * ido.el (ido-file-internal): Fix typo in prompt.
5815 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5816 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5817 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5818 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5819 Fix typos in docstrings.
5820
5821 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5822
5823 * help-fns.el (describe-function-1): Don't print extra newline
5824 after filling.
5825
5826 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5827
5828 * help-fns.el (find-lisp-object-file-name): Handle case where
5829 library is compressed.
5830
5831 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * complete.el (PC-do-completion): Don't replace buffer
5834 contents (bug#227).
5835
5836 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * loadhist.el (unload-feature-special-hooks):
5839 Add `choose-completion-string-functions'.
5840
5841 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * vc-svn.el (vc-svn-root):
5844 * vc-sccs.el (vc-sccs-root):
5845 * vc-rcs.el (vc-rcs-root):
5846 * vc-cvs.el (vc-cvs-root): Delete.
5847 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5848
5849 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5850
5851 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5852 errors occurring in different files.
5853
5854 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5855
5856 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5857 (vc-bzr-status-printer): New function.
5858 (vc-bzr-after-dir-status): Deal with renamed files.
5859
5860 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5861
5862 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5863 buffer's filename.
5864
5865 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5866
5867 * subr.el (cancel-change-group): Widen buffer temporarily when
5868 undoing changes. (Bug#810)
5869
5870 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5871
5872 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5873 with gud-stop-subjob rather than exit debugger.
5874
5875 2008-09-07 Kenichi Handa <handa@m17n.org>
5876
5877 * composite.el: Compose combining characters only when it
5878 follows a character matching with "[[:alpha:]]".
5879
5880 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5881
5882 * proced.el: Require time-date.
5883 (proced-command-alist, proced-command, proced-goal-header-re)
5884 (proced-sorting-schemes-alist, proced-sorting-scheme)
5885 (proced-header-alist, proced-sorting-schemes-re)
5886 (proced-skip-regexp, proced-next-line, proced-previous-line)
5887 (proced-listing-type, proced-sorting-scheme-p): Remove.
5888 (proced-grammar-alist, proced-custom-attributes)
5889 (proced-format-alist, proced-format, proced-filter-alist)
5890 (proced-filter, proced-sort, proced-goal-attribute)
5891 (proced-timer-interval, proced-timer-flag, proced-timer)
5892 (proced-process-alist, proced-sort-internal, proced-process-tree)
5893 (proced-header-help-echo, proced-field-help-echo): New variables.
5894 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5895 (proced-omit-process, proced-filter, proced-process-tree)
5896 (proced-filter-children, proced-children-pids)
5897 (proced-filter-parents, proced-<, proced-string-lessp)
5898 (proced-time-lessp, proced-xor, proced-sort-p)
5899 (proced-format-time, proced-format-start, proced-format-ttname)
5900 (proced-format, proced-process-attributes): New functions.
5901 (proced-toggle-timer-flag, proced-mark-children)
5902 (proced-mark-parents, proced-filter-interactive)
5903 (proced-filter-attribute, proced-sort-interactive)
5904 (proced-sort-header, proced-format-interactive): New commands.
5905 (proced-move-to-goal-column): Use goal-column.
5906 (proced-mode): Use proced-timer.
5907 (proced-do-mark-all): Display process count. Use use-region-p.
5908 Simplify.
5909 (proced-omit-processes): Use use-region-p.
5910 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5911 (proced-sort-start, proced-sort-time, proced-sort-user):
5912 Use proced-sort-interactive.
5913 (proced-sort): Make it a function that performs the actual sort.
5914 (proced-update): New arg revert. Use proced-process-alist,
5915 proced-filter, proced-sort, proced-format, and
5916 proced-grammar-alist. Preserve position of point based on fields.
5917 Make header line and fields clickable.
5918 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5919 (proced-why): Use save-selected-window.
5920 (proced-log): Use buffer-read-only.
5921
5922 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5925
5926 2008-09-06 Glenn Morris <rgm@gnu.org>
5927
5928 * add-log.el (diff-find-source-location): Declare.
5929 (find-change-log): If called from a diff buffer, try to switch to the
5930 source buffer (e.g. to respect change-log-default-name there).
5931
5932 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5933 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5934
5935 * Makefile.in (ELCFILES): Update.
5936
5937 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5940 user enters a mouse event in another frame, or a special event.
5941
5942 * server.el (server-switch-buffer): New arg.
5943 (server-execute): If reusing an existing window, set file position
5944 if required.
5945
5946 2008-09-06 Kenichi Handa <handa@m17n.org>
5947
5948 * language/lao.el: Fix setting of composition-function-table.
5949
5950 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5951
5952 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5953 displaying help echo messages.
5954
5955 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5956
5957 * subr.el (symbol-file): Fix doc-string.
5958
5959 2008-09-06 Glenn Morris <rgm@gnu.org>
5960
5961 * help-mode.el (help-xref-forward-stack): Doc fix.
5962
5963 * add-log.el (change-log-default-name): Autoload safety.
5964
5965 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
5966
5967 * verilog-mode.el (verilog-library-extensions): Enable .sv
5968 filename extensions to call verilog-mode.
5969 (verilog-auto, verilog-auto-inst, verilog-faq)
5970 (verilog-submit-bug-report): Update author support URLs.
5971 (verilog-delete-auto, verilog-auto-inout-module)
5972 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
5973 creating complemented testbench modules. Suggested by Yishay Belkind.
5974 (verilog-auto-inst-port, verilog-simplify-range-expression):
5975 When verilog-auto-inst-param-value is set, don't require a
5976 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
5977 Yishay Belkind.
5978 (verilog-auto-inst-param-value): Add safe variable.
5979 (verilog-re-search-forward, verilog-re-search-backward):
5980 Fix returning wrong search results on Emacs 22.1.
5981 (verilog-modi-cache-results, verilog-auto): Fix warning message
5982 about "toggling font-lock-mode."
5983 (verilog-auto): Fix losing font-lock on errors.
5984 (verilog-auto-inst-param-value, verilog-mode-version)
5985 (verilog-mode-version-date, verilog-read-inst-param-value)
5986 (verilog-auto-inst, verilog-auto-inst-param)
5987 (verilog-auto-inst-port, verilog-simplify-range-expression):
5988 Allow parameters to be replaced with their values, on the expansion of
5989 an AUTOINST with Verilog 2001 style parameter settings.
5990 Suggested by David Rogoff.
5991
5992 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
5993
5994 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
5995 Better support for the property statement. Sometimes this keyword
5996 introduces a statement which requires an endproperty keyword, and
5997 sometimes it doesn't, depending on the work before the property
5998 word. If property is prefixed with assert, assume or cover
5999 keyword, then the statement is ended with a ';'. Otherwise,
6000 property is like task or specify, and is followed by some number
6001 of statements, which are ended with an endproperty keyword.
6002 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6003 in a highlighted region: indent each line in region according to
6004 mode. Supply this so it works in XEmacs and older Emacs.
6005
6006 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6007
6008 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6009 Don't clean up a buffer when killing it.
6010
6011 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6012
6013 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6014 buffers (bug#360). New version 11.2.1.
6015 (whitespace-action): New value `warn-read-only' to give a warning when
6016 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6017 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6018 (whitespace-warn-read-only): New fun.
6019
6020 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * international/quail.el: Require help-mode.
6023 (quail-help-init): Function removed.
6024 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6025 Define directly.
6026
6027 * dired.el (dired-get-filename): Rewrite octal escape character
6028 processor (bug#885).
6029
6030 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6031
6032 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6033
6034 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6035 not just for terminal-frame.
6036
6037 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6038
6039 * window.el (window--try-to-split-window): Don't split when window
6040 is not splittable in last disjunct. (Bug#888)
6041
6042 2008-09-05 Kenichi Handa <handa@m17n.org>
6043
6044 * language/tibetan.el: Fix setting of composition-function-table.
6045
6046 * composite.el (find-composition): Mention about the automatic
6047 composition in the docstring.
6048 (compose-gstring-for-graphic): Fix handling "above" marks.
6049
6050 * descr-text.el (describe-char): Fix handling of automatic composition.
6051
6052 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6055 (tramp-parse-connection-properties): Reflow docstring.
6056
6057 2008-09-04 Kim F. Storm <storm@cua.dk>
6058
6059 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6060 and other-frame methods when switching between file and buffer modes.
6061
6062 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6063
6064 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6065 removing duplicate entries under same heading. Don't skip char
6066 matching anything but a space or tab at bol. (Bug#864)
6067
6068 2008-09-03 Alan Mackenzie <acm@muc.de>
6069
6070 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6071
6072 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6075 (completion-pcm--all-completions): Move the case-fold-search binding to
6076 it also applies to completion-regexp-list (used in all-completions).
6077 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6078
6079 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6080
6081 * window.el (pop-up-frame-function): Move ...
6082 * frame.el (pop-up-frame-function): ... here, to avoid
6083 "CHANGED outside Customize;".
6084
6085 2008-09-03 Glenn Morris <rgm@gnu.org>
6086
6087 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6088
6089 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6092 non-alphabetical characters properly.
6093
6094 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6095
6096 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6097
6098 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6099
6100 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6101 control-prefixed keys. (Bug#835)
6102
6103 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * image-mode.el (image-mode): Fix 2008-07-19 change.
6106
6107 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6110
6111 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6112
6113 2008-09-02 Glenn Morris <rgm@gnu.org>
6114
6115 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6116
6117 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6118
6119 2008-09-01 Glenn Morris <rgm@gnu.org>
6120
6121 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6122 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6123 and fix name typos. (Bug#856)
6124
6125 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * minibuffer.el (completion-pcm--pattern->regex):
6128 When completion-ignore-case is non-nil, generate a regexp that
6129 ignores case.
6130
6131 * window.el (recenter-top-bottom): Doc fix.
6132
6133 2008-09-01 Simon South <ssouth@member.fsf.org>
6134
6135 * progmodes/delphi.el: New maintainer.
6136 (delphi-interface-types): New var.
6137 (delphi-composite-types): Use it.
6138 (delphi-enclosing-indent-of): Distinguish between "interface"
6139 keyword as a unit separator and used like a class declaration.
6140
6141 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6142
6143 * help-fns.el (describe-simplify-lib-file-name)
6144 (find-source-lisp-file): Remove.
6145 (find-lisp-object-file-name): New function giving preference to
6146 files found via load-path instead of loaddefs.el.
6147 (describe-function-1): Use new function instead of the removed
6148 ones. (Bugs #587, #669, #690)
6149 * faces.el (describe-face): Use find-lisp-object-file-name instead
6150 of describe-simplify-lib-file-name.
6151
6152 2008-09-01 Kenichi Handa <handa@m17n.org>
6153
6154 * international/mule-diag.el (font-show-log): Fix previous change.
6155
6156 * international/mule-cmds.el (set-language-environment):
6157 Don't overwrite current-iso639-language if the current language
6158 environment doesn't provide that data.
6159 (set-locale-environment): Set current-iso639-language from the
6160 locale name.
6161
6162 * international/fontset.el (script-representative-chars): Re-add
6163 the entry for symbol, but with vector of characters.
6164 (setup-default-fontset): Cancel previous change.
6165
6166 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * ido.el: Move provide statement to the end of the file.
6169
6170 2008-08-30 Markus Triska <markus.triska@gmx.at>
6171
6172 * linum.el (linum-mode): `window-size-change-functions' can now be
6173 buffer-local.
6174 (linum-update-window): Use result of `move-overlay'.
6175
6176 2008-08-30 Glenn Morris <rgm@gnu.org>
6177
6178 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6179
6180 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6181 Doc fixes.
6182
6183 * apropos.el (apropos-command): Report documentation errors.
6184 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6185
6186 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6189 string.
6190
6191 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6192
6193 * bindings.el (mode-line-frame-identification): Fix last change.
6194
6195 2008-08-29 Kenichi Handa <handa@m17n.org>
6196
6197 These changes are to adjust the automatic composition for the new
6198 implementation (avoid using text property).
6199
6200 * composite.el (composition-function-table): Move declaration to
6201 composite.c.
6202 (terminal-composition-base-character-p): Delete it.
6203 (terminal-composition-function): Delete it.
6204 (terminal-composition-function-table): Delete it.
6205 (lgstring-header, lgstring-set-header, lgstring-font)
6206 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6207 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6208 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6209 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6210 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6211 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6212 (compose-glyph-string, compose-glyph-string-relative)
6213 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6214 New functions.
6215 (auto-compose-chars): Argument changed.
6216
6217 * language/european.el: Don't setup composition-function-table.
6218 (diacritic-composition-pattern, diacritic-compose-region)
6219 (diacritic-compose-string, diacritic-compose-buffer)
6220 (diacritic-composition-function): Delete them.
6221
6222 * language/lao-util.el (lao-composition-function): Argument changed.
6223
6224 * language/sinhala.el: Fix setting up of composition-function-table.
6225
6226 * language/thai.el: Fix setting up of composition-function-table.
6227
6228 * language/thai-util.el: Encoding changed to utf-8.
6229 (thai-composition-function): Argument changed.
6230
6231 * language/indian.el: Fix setting up of composition-function-table.
6232 (devanagari-composable-pattern)
6233 (tamil-composable-pattern, kannada-composable-pattern)
6234 (malayalam-composable-pattern): New variables.
6235
6236 * international/characters.el (unicode-category-table):
6237 Setup unicode-category-table.
6238
6239 * international/fontset.el (setup-default-fontset): Prepend
6240 iso10646-1 fonts to the fallback font groups instead of appending.
6241
6242 2008-08-29 Glenn Morris <rgm@gnu.org>
6243
6244 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6245
6246 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6249 are no X frames active.
6250
6251 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6252
6253 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6254 `ignore-errors' (the function must succeed always).
6255
6256 2008-08-28 Edward O'Connor <hober0@gmail.com>
6257
6258 * json.el (json-read-number): New arg. Handle explicitly signed
6259 numbers.
6260 (json-readtable): Add `+' and `.'.
6261
6262 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6263
6264 * term/pc-win.el (msdos-previous-message): New variable.
6265 (msdos-show-help): New function.
6266 (msdos-initialize-window-system): Set show-help-function to
6267 msdos-show-help.
6268
6269 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6270
6271 * emacs-lisp/debug.el (debug): When killing a noninteractive
6272 Emacs, give an exit status of -1.
6273
6274 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6277
6278 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6279
6280 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6281 not the same as the last modification time, fall back on the
6282 backend-specific check.
6283
6284 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6285
6286 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6287 to go to the position of interest.
6288
6289 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6290
6291 * textmodes/artist.el (artist-mode-init): Add comment on the
6292 setting up of the `artist-replacement-table' array.
6293 (artist-get-replacement-char): New defsubst.
6294 (artist-get-char-at-xy-conv, artist-replace-char)
6295 (artist-replace-chars, artist-replace-string): Use it instead of
6296 accessing `artist-replacement-table' directly.
6297 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6298
6299 (artist-mt): Fix structures for cut and copy operations.
6300
6301 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * shell.el (shell-file-name-quote-list): Quote `$'.
6304
6305 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6306 change to allow quoting of characters before point.
6307 (comint-dynamic-list-filename-completions): Quote common substring.
6308
6309 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * comint.el (comint-dynamic-complete-as-filename): If case is
6312 ignored while matching, replace the entire filename with completion.
6313
6314 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6315 flyspell-pre-point is valid to avoid signalling an error in
6316 post-command-hook.
6317
6318 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6319
6320 * linum.el (linum): Inherit remaining face attributes from default
6321 face.
6322
6323 2008-08-26 Markus Triska <markus.triska@gmx.at>
6324
6325 * linum.el (linum-delay): Disable - it should no longer be
6326 necessary, and can lead to longer delays.
6327 (linum-update-window): Renumber if margin width has changed.
6328
6329 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6330
6331 * epa.el (epa--key-widget-action): Save the selected window to
6332 make `widget-button-click-moves-point' work. (Bug#733).
6333
6334 2008-08-26 Glenn Morris <rgm@gnu.org>
6335
6336 * calendar/holidays.el (calendar-holidays): Doc fix.
6337
6338 * progmodes/gud.el (tramp-file-name-localname)
6339 (tramp-dissect-file-name): Declare.
6340
6341 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6342
6343 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6344
6345 * bindings.el (mode-line-frame-control): New function, caters to
6346 `pc' ``window system''.
6347 (mode-line-frame-identification): Use it instead of accessing
6348 window-system directly.
6349
6350 2008-08-25 Juri Linkov <juri@jurta.org>
6351
6352 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6353 `center-line' and "\eS" from `center-paragraph'.
6354 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6355 `center-paragraph'.
6356
6357 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6358
6359 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6360 (newsticker-treeview-treewindow-width): New.
6361 (newsticker-treeview-listwindow-height): New.
6362 (newsticker-treeview-browse-url-item): New.
6363 (newsticker-treeview-mode-map):
6364 Add newsticker-treeview-browse-url-item.
6365 (newsticker--treeview-window-init):
6366 Use newsticker-treeview-treewindow-width and
6367 newsticker-treeview-listwindow-height.
6368
6369 * net/newst-reader.el (newsticker-browse-url-item): New.
6370
6371 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * vc-dir.el (vc-dir-marked-only-files-and-states):
6374 (vc-dir-child-files-and-states): Reverse the list before returning it.
6375
6376 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6377
6378 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6379
6380 2008-08-24 Romain Francoise <romain@orebokech.com>
6381
6382 * progmodes/python.el (run-python): Remove '' from sys.path.
6383
6384 2008-08-23 Glenn Morris <rgm@gnu.org>
6385
6386 * progmodes/fortran.el (fortran-tab-mode-string)
6387 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6388
6389 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6390
6391 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6392 Add declare-function.
6393
6394 * startup.el (command-line): Don't call tty-register-default-colors
6395 if initial-window-system is `pc'.
6396
6397 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6398 (msdos-key-remapping-map): New variable. Move here all the special
6399 keys we will be remapping via local-function-key-map.
6400 (msdos-setup-keyboard): New function.
6401
6402 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6403 make-msdos-frame.
6404 (terminal-init-internal): New function, errors out if called.
6405 (msdos-initialize-window-system): New function.
6406 (msdos-create-frame-with-faces): Set the terminal's
6407 `terminal-initted' (sic!) parameter.
6408 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6409 (window-system-initialization-alist):
6410 Add msdos-initialize-window-system.
6411 (handle-args-function-alist): Use tty-handle-args for `pc'
6412 ``window system'' as well.
6413 (pc-win): Provide.
6414
6415 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6416 code for using msdos-color-values.
6417
6418 * loadup.el [ms-dos]: Load term/pc-win.
6419
6420 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6421
6422 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6423 directory name.
6424
6425 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * progmodes/gud.el (gud-common-init): Use absolute file so that
6428 perldb works with tramp (sudo).
6429
6430 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6431 match data in process filters.
6432
6433 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6434
6435 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6436 can be written.
6437
6438 2008-08-23 Glenn Morris <rgm@gnu.org>
6439
6440 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6441 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6442
6443 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * subr.el (temp-buffer-show-hook): Doc fix.
6446
6447 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6448
6449 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6450 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6451 <tassilo@member.fsf.org>.
6452
6453 * net/trampver.el: Update release number.
6454
6455 * net/xesam.el (xesam-minor-mode): New minor mode.
6456 (xesam-highlight-buffer): Remove. Code moved to
6457 `xesam-minor-mode'.
6458 (xesam-refresh-entry): Use `xesam-minor-mode'.
6459
6460 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * minibuffer.el (completion--try-word-completion):
6463 Disable partial-completion when considering the addition of a space
6464 or hyphen.
6465
6466 2008-08-21 John Paul Wallington <jpw@pobox.com>
6467
6468 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6469 filename of `tofile' doesn't contain any colons on Windows,
6470 Cygwin, and MS-DOS systems.
6471
6472 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6473
6474 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6475 (epg-context-set-progress-callback): Make sure the callback is a
6476 cons of a function and a handback. Update all callers.
6477
6478 2008-08-20 David Reitter <david.reitter@gmail.com>
6479
6480 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6481 Patch applied by Adrian Robert.
6482
6483 2008-08-20 Kevin Ryde <user42@zip.com.au>
6484
6485 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6486 directive lines.
6487
6488 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * net/xesam.el (xesam-highlight-string): Precise doc string.
6491 (xesam-highlight-buffer): New defun.
6492 (xesam-refresh-entry): Use it. Better check for sourceModified.
6493
6494 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6497 their names.
6498
6499 2008-08-19 Kenichi Handa <handa@m17n.org>
6500
6501 * language/european.el ("Esperanto"): Change the preferred
6502 charsets to iso-8859-3.
6503
6504 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6505
6506 * international/fontset.el (script-representative-chars):
6507 Delete the entry for symbol.
6508 (setup-default-fontset): For symbol characters, don't specify
6509 :script property.
6510
6511 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6512
6513 * minibuffer.el (completion-table-dynamic): Doc fix.
6514
6515 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6516 saved.
6517
6518 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * emulation/edt.el (edt-default-emulation-setup):
6521 Share global-buffers-menu-map with the emulated global map.
6522
6523 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6524
6525 * term/ns-win.el (global): Uncomment "put backspace
6526 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6527
6528 2008-08-18 Kenichi Handa <handa@m17n.org>
6529
6530 * international/mule-diag.el (font-show-log): Add optional arg N
6531 to control the limit of font listing.
6532
6533 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6534
6535 * window.el (recenter-top-bottom): Determine top and bottom
6536 positions using scroll-margin instead of scroll-conservatively.
6537
6538 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6539
6540 * proced.el (proced-send-signal): Use beginning-of-line.
6541
6542 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6543
6544 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6545 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6546 listing types.
6547 (proced-log-buffer): New variable.
6548 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6549 region if transient-mark-mode is turned on and the region is active.
6550 (proced-omit-processes): Rename from proced-hide-processes to
6551 avoid key clash with describe-mode (bound to h). Search for
6552 marked processes starting from point-min.
6553 (proced-header-space): Remove.
6554 (proced-send-signal): Handle errors. Operate on current process
6555 if no process is marked.
6556 (proced-why): New command.
6557 (proced-log, proced-log-summary): New functions.
6558 (proced-help): Use proced-why.
6559 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6560 (bibtex-autokey-year-title-separator): Fix docstring.
6561
6562 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6563
6564 * net/xesam.el (xesam-vendor, xesam-notify-function):
6565 New local variables.
6566 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6567 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6568 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6569 (xesam-new-search): Initialize `xesam-vendor'.
6570
6571 2008-08-15 Glenn Morris <rgm@gnu.org>
6572
6573 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6574 a pipeline.
6575 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6576 unless at the end of the pipeline. (Bug#699).
6577
6578 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * minibuffer.el (completion-boundaries): Doc fix.
6581 (display-completion-list): Only default base-size to zero if
6582 completing in the minibuffer.
6583
6584 * simple.el (completion-base-size): Doc fix.
6585 (choose-completion): Try reselecting completion-reference-buffer.
6586
6587 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6590 also for remote directories.
6591
6592 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6595 since those precomputed values aren't used any more.
6596 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6597
6598 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6599
6600 * help.el (with-help-window): Return last value in BODY.
6601
6602 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6605 notify function of the URL.
6606 (xesam-new-search): Encode special characters in the query string.
6607
6608 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6611
6612 2008-08-13 Andreas Schwab <schwab@suse.de>
6613
6614 * net/tramp.el (tramp-handle-shell-command): Handle output going
6615 to current buffer like shell-command. Don't disable undo.
6616
6617 2008-08-13 Glenn Morris <rgm@gnu.org>
6618
6619 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6620 description is found.
6621
6622 2008-08-12 Alan Mackenzie <acm@muc.de>
6623
6624 * progmodes/cc-defs.el (c-emacs-features):
6625 argumentative-bod-function: bind mark-ring to avoid accumulating a
6626 spurious mark.
6627
6628 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6629
6630 * simple.el (visual-line--saved-state): New var.
6631 (visual-line-mode): Save local values of variables, and restore
6632 them when visual-line-mode is disabled.
6633
6634 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6635
6636 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6637
6638 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * progmodes/cc-defs.el (c-emacs-features):
6641 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6642 moving point during the test.
6643
6644 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6645
6646 2008-08-11 Glenn Morris <rgm@gnu.org>
6647
6648 * term/ns-win.el (x-parse-geometry): Doc fix.
6649
6650 * dired.el (x-popup-menu):
6651 * hi-lock.el (x-popup-menu):
6652 * mouse.el (font-face-attributes):
6653 * calendar/cal-menu.el (x-popup-menu):
6654 * calendar/calendar.el (x-popup-menu):
6655 * calendar/holidays.el (x-popup-menu):
6656 * progmodes/cperl-mode.el (x-popup-menu):
6657 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6658 (x-open-connection):
6659 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6660 (x-command-line-resources):
6661 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6662 (x-display-name, x-command-line-resources):
6663 Add declarations for builds without X.
6664
6665 2008-08-10 Glenn Morris <rgm@gnu.org>
6666
6667 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6668
6669 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6670
6671 * vc-bzr.el (vc-bzr-find-revision): Rename from
6672 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6673
6674 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6677 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6678 "DONE", when all hits are retrieved.
6679 (xesam-search): Autoload it.
6680
6681 2008-08-11 John Paul Wallington <jpw@pobox.com>
6682
6683 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6684 empty string when no filename.
6685 (define-ibuffer-column filename): Accommodate that change.
6686
6687 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6688 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6689
6690 2008-08-10 Glenn Morris <rgm@gnu.org>
6691
6692 * Makefile.in (ELCFILES): Update.
6693
6694 2008-08-10 John Paul Wallington <jpw@pobox.com>
6695
6696 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6697
6698 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6699
6700 * battery.el (battery-echo-area-format, battery-status-function):
6701 Handle new Linux sysfs format for battery reporting.
6702 (battery-linux-sysfs): New function.
6703
6704 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6705
6706 * add-log.el (change-log-search-tag-name)
6707 (change-log-goto-source): Fix behavior when point is not on tag.
6708
6709 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6710
6711 * startup.el (command-line-ns-option-alist): Use ignore instead of
6712 ns-ignore-0-arg.
6713
6714 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6715 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6716 (ns-alternatives-map): New variable.
6717 (x-set-up-function-keys): Use it.
6718 (global): Comment out "put backspace ascii-character..." and friends.
6719 Move function-key-map into ns-alternatives-map. Don't call
6720 precompute-menubar-bindings. Don't set anything connected with
6721 browse-url.
6722 (after-make-frame-functions): Clarify comment why a hook is added.
6723
6724 2008-08-06 Joakim Verona <joakim@verona.se>
6725
6726 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6727 in url:s.
6728
6729 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6730
6731 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6732 Fix 2008-01-01 change: use a shy group to not affect subsequent
6733 match calls.
6734
6735 2008-08-06 Reto Zimmermann <reto@gnu.org>
6736
6737 * progmodes/vera-mode.el (vera-electric-tab):
6738 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6739 region when active.
6740
6741 2008-08-06 Kenichi Handa <handa@m17n.org>
6742
6743 * faces.el (face-valid-attribute-values): Fix handling the value
6744 of (font-family-list) and font-XXX-table.
6745
6746 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6747
6748 * proced.el (proced-menu): Bind the correct function to for toggling.
6749
6750 * vc-dir.el (vc-dir-mode): Fix typo.
6751
6752 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6753
6754 * whitespace.el (whitespace-newline-mode)
6755 (global-whitespace-newline-mode, whitespace-mode)
6756 (global-whitespace-mode): Improve docstring.
6757
6758 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6759
6760 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6761
6762 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6763
6764 * cus-start.el (all): Handle auto-save-visited-file-name.
6765
6766 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6767
6768 * files.el (hack-one-local-variable-eval-safep): Handle
6769 lisp-indent-function and scheme-indent-function in addition to the
6770 deprecated lisp-indent-hook.
6771
6772 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6773
6774 * net/xesam.el (top): Require `wid-edit' always.
6775 (xesam-mode-line, xesam-highlight): New deffaces.
6776 (xesam-objects): New local variable.
6777 (xesam-search-engines): Fix error in field list.
6778 (xesam-mode): Use `xesam-mode-line' instead of
6779 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6780 proper initialization (why?).
6781 (xesam-highlight-string, xesam-get-hits)
6782 (xesam-kill-buffer-function): New defuns.
6783 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6784 result of "hit.fields", it isn't a string only. Wrap an error of
6785 the strigi search engine ("xesam:size" is returned as string).
6786 Highlight search items.
6787 (xesam-refresh-search-buffer): Make logic of counters more simple.
6788 Prefetch next hits.
6789 (xesam-signal-handler): Use `xesam-mode-line' instead of
6790 `font-lock-type-face'.
6791 (xesam-new-search): Add `xesam-kill-buffer-function' to
6792 `kill-buffer-hook'.
6793
6794 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6795
6796 * add-log.el (change-log-next-error, change-log-mode): Add support
6797 for `next-error' to call `change-log-goto-source' on named files
6798 in a ChangeLog.
6799
6800 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6801
6802 * calc/calc.el (math-read-number): Handle all C-like languages
6803 properly.
6804
6805 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6806
6807 * calc/calc.el (math-read-number): Handle C numbers beginning with
6808 0 correctly.
6809
6810 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6811
6812 * term/ns-win.el ([ns-new-frame]): New global key.
6813
6814 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * international/mule-cmds.el (read-char-by-name):
6817 Check UCS names with `assoc-string' and case folding.
6818
6819 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6820
6821 * net/dbus.el (dbus-call-method-asynchronously)
6822 (dbus-method-return-internal, dbus-method-error-internal):
6823 Declare them with `declare-function'.
6824
6825 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * descr-text.el (describe-char-display): Fix last change:
6828 don't pass CHARSET to `encoded-string-description'.
6829
6830 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6831
6832 * vc.el (vc-next-action): Update list var correctly after delete.
6833
6834 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * ido.el (ido-mode): Add toggle notification.
6837
6838 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6839 already visiting the custom file.
6840
6841 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6842 pending output coming after the status change.
6843
6844 2008-08-02 Jason Rumney <jasonr@gnu.org>
6845
6846 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6847
6848 2008-08-01 Kenichi Handa <handa@m17n.org>
6849
6850 * international/mule-cmds.el (encode-coding-char):
6851 New optional arg CHARSET.
6852
6853 * descr-text.el (describe-char-display): Call encode-coding-char
6854 with the arg CHARSET.
6855 (describe-char): Pay attention to the text-property `charset'.
6856
6857 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6858
6859 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6860 error messages.
6861 (dbus-set-property): Call `dbus-introspect-get-property' instead
6862 of `dbus-get-property'.
6863
6864 * net/xesam.el (xesam-all-fields): Remove source and content
6865 identifiers.
6866 (xesam-dbus-unique-names): New defvar.
6867 (xesam-dbus-call-method): New defun. Replace all calls of
6868 `dbus-call-method' by `xesam-dbus-call-method'.
6869 (xesam-get-cached-property, xesam-set-cached-property):
6870 New defuns.
6871 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6872 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6873 (xesam-search-engines): Make it an association list. Take changed
6874 layout into account in the corresponding function.
6875 (xesam-delete-search-engine): Remove check for consistency of
6876 `xesam-search-engines', not needed anymore.
6877 (xesam-mode): Show XML query string only in the debug case.
6878
6879 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6880
6881 * files.el (read-file-modes): Fix typo in docstring.
6882
6883 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6886 files.
6887
6888 * apropos.el (apropos-symbol): Don't set button skip by default.
6889 (apropos-print): Set button skip iff searching for multiple types.
6890 (apropos-print-doc): Insert blank label button when searching for
6891 a single type.
6892
6893 * button.el (forward-button): Avoid infloop.
6894
6895 * minibuffer.el (read-file-name-completion-ignore-case):
6896 Add cygwin to the list.
6897
6898 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6899
6900 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6901 turn off case-fold-search.
6902
6903 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6904
6905 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6906 (dbus-message-type-invalid, dbus-message-type-method-call)
6907 (dbus-message-type-method-return, dbus-message-type-error)
6908 (dbus-message-type-signal): New defconst.
6909 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6910 (dbus-return-values-table): New defvar.
6911 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6912 New defun.
6913 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6914 Extend docstring. Adapt implementation according to new
6915 `dbus-event' layout.
6916 (dbus-event-service-name, dbus-event-path-name)
6917 (dbus-event-interface-name, dbus-event-member-name):
6918 Adapt implementation according to new `dbus-event' layout.
6919 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6920
6921 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6922 (xesam-mode): Rework implementation.
6923 (xesam-new-search): Additional parameter TYPE.
6924 (xesam-search): Adapt call of `xesam-new-search'.
6925
6926 2008-07-31 Juri Linkov <juri@jurta.org>
6927
6928 * dired-aux.el (dired-do-chmod): Set default value to the original
6929 mode string using absolute notation like u=rwx,g=rx,o=rx.
6930 Use it as a new arg `default' of `dired-mark-read-string'.
6931 (dired-mark-read-string): Add new optional arg `default'.
6932
6933 * files.el (read-file-modes): Set default value to the original
6934 mode string using absolute notation like u=rwx,g=rx,o=rx.
6935 Use it as the `default' arg of `read-string'.
6936
6937 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6938 variable `files' is bound to avoid warnings.
6939
6940 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6941 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6942 to the command `isearch-forward' instead of displaying "See C-s".
6943 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6944 with their interactive specifications. Move reading the face name to
6945 the main body after calls to isearch-done and isearch-clean-overlays.
6946
6947 * mb-depth.el: Unify all names under one common name prefix
6948 `minibuffer-depth-'.
6949 (minibuffer-depth-indicator-function): Rename from
6950 `minibuf-depth-indicator-function'.
6951 (minibuffer-depth-overlay): Rename from
6952 `minibuf-depth-overlay'.
6953 (minibuffer-depth-setup): Rename from
6954 `minibuf-depth-setup-minibuffer'.
6955 (minibuffer-depth-indicate-mode): Rename from
6956 `minibuffer-indicate-depth-mode'.
6957
6958 2008-07-31 Juri Linkov <juri@jurta.org>
6959
6960 * dired-aux.el (dired-isearch-filenames-toggle): New command.
6961 (dired-isearch-filenames-setup): Bind "\M-sf" to
6962 dired-isearch-filenames-toggle in isearch-mode-map.
6963 (dired-isearch-filenames-end): Bind "\M-sf" to nil
6964 in isearch-mode-map.
6965
6966 * isearch.el (isearch-edit-string-set-word): New command.
6967 (minibuffer-local-isearch-map): Bind "\C-w" to
6968 isearch-edit-string-set-word.
6969 (isearch-new-word): Temporary internal variable.
6970 (isearch-edit-string): Remove special case of reading the
6971 first character and checking it for C-w.
6972
6973 * simple.el (read-shell-command, shell-command):
6974 Move code that uses minibuffer-with-setup-hook to set
6975 minibuffer-default-add-function to minibuffer-default-add-shell-commands
6976 from the interactive spec of `shell-command' to `read-shell-command'.
6977
6978 * international/mule-cmds.el (read-char-by-name):
6979 Accept hash notation. Doc fix.
6980 (ucs-insert): Doc fix. Convert to number only when `arg' is
6981 a string. Use separate error message when `arg' is not an integer.
6982 Bind `ucs-insert' to `C-x 8 RET'.
6983
6984 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
6985
6986 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
6987 move the (arglist-cont-nonempty) from c-offsets-alist to
6988 c-hanging-braces-alist like other styles already have.
6989
6990 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6991
6992 * textmodes/texinfmt.el:
6993 * nxml/nxml-enc.el:
6994 * mail/feedmail.el:
6995 * international/mule.el:
6996 * international/latexenc.el:
6997 * emulation/viper-util.el:
6998 * emulation/viper-init.el:
6999 * emulation/viper-ex.el:
7000 * emacs-lisp/bytecomp.el:
7001 * version.el:
7002 * subr.el:
7003 * startup.el:
7004 * sort.el:
7005 * shadowfile.el:
7006 * recentf.el:
7007 * printing.el:
7008 * paths.el:
7009 * minibuffer.el:
7010 * ls-lisp.el:
7011 * loadup.el:
7012 * hippie-exp.el:
7013 * finder.el:
7014 * files.el:
7015 * ediff-util.el:
7016 * ediff-ptch.el:
7017 * ediff-init.el:
7018 * ediff-diff.el:
7019 * dired.el:
7020 * dired-aux.el:
7021 * cus-edit.el:
7022 * bindings.el:
7023 * arc-mode.el:
7024 * add-log.el: Remove VMS support.
7025 * obsolete/vmsproc.el:
7026 * obsolete/vms-pmail.el:
7027 * obsolete/vms-patch.el: Remove file.
7028
7029 2008-07-31 Alan Mackenzie <acm@muc.de>
7030
7031 * progmodes/cc-mode.el (c-before-hack-hook): New function
7032 (Top Level): Install c-before-hack-hook on
7033 before-hack-local-variables-hook, rather than
7034 c-postprocess-file-styles on hack-local-variables-hook.
7035
7036 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * files.el (normal-mode): Move call to hack-project-variables into
7039 hack-local-variables.
7040 (file-local-variables-alist, before-hack-local-variables-hook):
7041 New vars.
7042 (ignored-local-variables): Add file-local-variables-alist.
7043 (hack-local-variables-filter): Renamed from
7044 hack-local-variables-apply. Add the result to
7045 file-local-variables-alist, without applying them.
7046 (hack-local-variables): Set file-local-variables-alist to nil.
7047 Call hack-project-variables and before-hack-local-variables-hook.
7048 Apply variables here, instead of hack-local-variables-apply.
7049 Based on a patch by Alan Mackenzie.
7050
7051 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7052
7053 * info-look.el (autoconf-mode :doc-spec): For
7054 "(autoconf)M4 Macro Index", if the item already
7055 begins with "AS_", don't prefix that string again.
7056
7057 2008-07-30 Juri Linkov <juri@jurta.org>
7058
7059 * info.el (info, Info-mode): Doc fix.
7060
7061 * isearch.el (isearch-mode-map): Bind `M-s r' to
7062 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7063 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7064 in the global map `search-map'.
7065 (isearch-forward): Doc fix.
7066 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7067
7068 * simple.el (quoted-insert): Comment out code that treats
7069 0240-0377 specially.
7070
7071 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * cus-start.el: Add customization info for
7074 read-buffer-completion-ignore-case.
7075
7076 2008-07-30 Sam Steingold <sds@gnu.org>
7077
7078 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7079
7080 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7081
7082 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7083 (vc-dir-mode): Improve docstring.
7084
7085 2008-07-30 Juri Linkov <juri@jurta.org>
7086
7087 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7088 for the sake of isearch-mode-hook in dired-mode in dired.el.
7089
7090 2008-07-19 Markus Triska <markus.triska@gmx.at>
7091
7092 * image-mode.el (image-mode): Set image-mode-text-map when image
7093 cannot be displayed.
7094
7095 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7096
7097 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7098 ada-xref-set-default-prj-values.
7099 (ada-prj-display-page): Ditto.
7100
7101 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7102 (ada-make-filename-from-adaname): Fix free variable.
7103
7104 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7105
7106 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7107
7108 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7109
7110 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7111 for declarations inside a parenthetical list. The code is ill-advised,
7112 and doesn't work given user defined types.
7113 (verilog-set-auto-endcomments): Enhance function automatic
7114 endcomment to support functions that return user defined types.
7115 (verilog-mode): Add code to tell which-function-mode minor mode
7116 that Verilog supports this feature.
7117 (verilog-beg-block-re-ordered, verilog-indent-re)
7118 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7119 (verilog-leap-to-head): Support the new virtual and/or protected
7120 tasks, as well as extern declarations of tasks for indenting and
7121 for forward/backward expression.
7122
7123 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7124
7125 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7126 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7127 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7128 (verilog-string-replace-matches): Avoid recursion with small
7129 replacements.
7130 (verilog-auto-inst-param-value, verilog-mode-version)
7131 (verilog-mode-version-date, verilog-read-inst-param-value)
7132 (verilog-auto-inst, verilog-auto-inst-param)
7133 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7134 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7135 David Rogoff. This allows parameters to be replaced with their
7136 values, on the expansion of an AUTOINST with Verilog 2001 style
7137 parameter settings.
7138
7139 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7140
7141 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7142 to `cddr'.
7143
7144 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * Makefile.in (ELCFILES): Add mairix.elc.
7147
7148 2008-07-29 David Engster <deng@randomsample.de>
7149
7150 * net/mairix.el: New file.
7151
7152 2008-07-29 Juri Linkov <juri@jurta.org>
7153
7154 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7155 instead of variable-pitch with bold and 1.2 height.
7156
7157 * dired-aux.el (dired-do-async-shell-command): New command.
7158
7159 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7160 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7161
7162 2008-07-29 Juri Linkov <juri@jurta.org>
7163
7164 * international/mule-cmds.el (ucs-names): New internal variable.
7165 (ucs-names): New function.
7166 (ucs-completions): New lazy completion variable.
7167 (read-char-by-name): New function.
7168 (ucs-insert): Replace interactive spec letter "s" with the call to
7169 `read-char-by-name'.
7170
7171 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7172
7173 * replace.el (occur-read-primary-args):
7174 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7175 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7176 second arg of `read-regexp'.
7177
7178 * dired-aux.el (dired-isearch-filenames): New user option.
7179 (dired-isearch-orig-success-function): New internal variable.
7180 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7181 (dired-isearch-success-function): New functions.
7182 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7183 New commands.
7184
7185 * dired.el (dired-insert-set-properties): Add new text property
7186 `dired-filename' to put on file names.
7187 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7188 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7189 Add menu items.
7190 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7191 buffer-local `isearch-mode-hook'.
7192
7193 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7196 (ada-create-case-exception): Fix typo in docstring.
7197 (ada-no-auto-case): Return nil, not the docstring.
7198 (ada-indent-current): Reflow docstring.
7199
7200 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7201 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7202 (ada-prj-load-from-file): Reflow docstring.
7203 (ada-prj-display-page): Fix typo in widget.
7204
7205 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7206 Fix typos in docstrings.
7207
7208 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7209 (ada-compile-current, ada-check-current, ada-run-application)
7210 (ada-get-ali-file-name): Fix typos in docstrings.
7211 (ada-xref-confirm-compile, ada-find-references)
7212 (ada-find-local-references, ada-find-any-references): Doc fixes.
7213 (ada-get-all-references): Fix typo in error message.
7214 (ada-xref-current-project): Use `let', not `let*'.
7215 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7216
7217 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7218
7219 * whitespace.el (whitespace-newline): Change initialization to have a
7220 low contrast relative to the background color. Suggested by David
7221 Reitter <david.reitter@gmail.com>.
7222
7223 2008-07-28 Juri Linkov <juri@jurta.org>
7224
7225 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7226 New functions.
7227
7228 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7229 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7230
7231 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7232
7233 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7234 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7235
7236 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7237
7238 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7239 Add support for add-log.
7240 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7241
7242 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7243 (ada-prj-save): Prompt for file name if not given.
7244 (ada-prj-display-page): Display casing exceptions.
7245
7246 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7247 Ada mode project files. Delete 'main_unit' project variable;
7248 only need 'main'. Simplify handling of default project values.
7249 Use cross-prefix consistently.
7250 (ada-find-executable): Throw error if not found.
7251 (ada-initialize-runtime-library): Improve error handling when
7252 gnatls not found.
7253 (ada-gnat-parse-gpr): New.
7254 (ada-treat-cmd-string): Allow process environment variables.
7255 (ada-xref-set-default-prj-values): Delete; replace with
7256 ada-default-prj-properties.
7257 (ada-parse-prj-file): Handle GNAT project files.
7258 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7259 (ada-select-prj-file): New.
7260 (ada-get-absolute-dir-list): Allow project and environment variables.
7261
7262 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7263
7264 Sync with Tramp 2.1.14.
7265
7266 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7267 (tramp-get-device): Make device number a cons cell.
7268 (tramp-convert-file-attributes): Make inode a cons cell.
7269
7270 * net/trampver.el: Update release number.
7271
7272 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7273
7274 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7275 window systems.
7276
7277 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7278
7279 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7280
7281 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7282
7283 Remove support for Mac Carbon.
7284 * term/mac-win.el: Remove file
7285 * international/mule-cmds.el:
7286 * version.el:
7287 * startup.el:
7288 * simple.el:
7289 * mwheel.el:
7290 * mouse.el:
7291 * loadup.el:
7292 * isearch.el:
7293 * info.el:
7294 * frame.el:
7295 * faces.el:
7296 * disp-table.el:
7297 * cus-start.el:
7298 * cus-face.el:
7299 * cus-edit.el:
7300 * Makefile.in: Remove code for Carbon.
7301
7302 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7303
7304 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7305 bindings for functions deleted by Dan N. 2008-07-21. Set
7306 where-is-preferred-modifier. Add show-manual option to Help menu.
7307
7308 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7309
7310 * net/tramp.el (tramp-handle-start-file-process):
7311 Set query-on-exit flag. Kill temporary buffer.
7312 (tramp-process-sentinel): Remove defun.
7313 (tramp-do-copy-or-rename-file-out-of-band)
7314 (tramp-maybe-open-connection): Don't call it.
7315
7316 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7317 `tramp-process-sentinel'.
7318
7319 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7320 `tramp-process-sentinel'.
7321
7322 * net/xesam.el (xesam-from): Remove defvar.
7323 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7324 and `mode-line-position'.
7325 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7326 information to the widgets. Don't set `mode-line-position'.
7327 (xesam-refresh-search-buffer): Correct hit number computing.
7328 Don't set `mode-line-position'.
7329 (xesam-new-search): Add debug information to the mode line.
7330
7331 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7332
7333 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7334 diff-show-trailing-whitespaces.
7335
7336 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7339 invalid filename strings when parsing tex errors (bug#376).
7340
7341 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7342
7343 * menu-bar.el (menu-bar-file-menu): Fix typo.
7344
7345 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7348 (solitaire-mode): Define with `define-derived-mode'.
7349 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7350 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7351 (solitaire-undo, solitaire-check): Use `when'.
7352 (solitaire-solve): Err out if the solitaire is already in progress.
7353 Use `when'.
7354
7355 * descr-text.el (describe-char): Don't overwrite local variable char
7356 when describing characters with display-table entries. Display font
7357 backend when describing composed characters. Simplify: use `let'
7358 instead of `let*', and `or x y' instead of `if x x y'.
7359
7360 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * image-mode.el (image-minor-mode): Set up winprops.
7363
7364 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7365
7366 * diff-mode.el (diff-show-trailing-blanks): New fun.
7367 Show trailing blanks in modified lines for diff-mode.
7368
7369 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * Makefile.in (ELCFILES): Add net/xesam.el.
7372
7373 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7374 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7375
7376 * net/xesam.el: New file.
7377
7378 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7379
7380 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7381 set-file-modes when creating target directories.
7382
7383 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7386 Set `show-trailing-whitespace' to nil.
7387 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7388 Fix typos in docstrings.
7389
7390 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7393 key remapping, not directly.
7394
7395 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7396
7397 * whitespace.el: New version 11.2.
7398 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7399 minor mode visualization.
7400
7401 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7402
7403 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7404
7405 * Makefile.in (ELCFILES): Add term/common-win.elc.
7406
7407 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7408 (vc-dir-isearch-regexp): New functions.
7409 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7410
7411 2008-07-23 Juri Linkov <juri@jurta.org>
7412
7413 * isearch-multi.el: Remove file to avoid dos file name clashes
7414 with isearch-x.el. Move most content to misearch.el.
7415
7416 * misearch.el: New file with most content from isearch-multi.el.
7417 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7418 Remove `isearch-buffers-minor-mode'. Add new function
7419 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7420 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7421 `multi-isearch-files', `multi-isearch-files-regexp'.
7422
7423 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7424
7425 * isearch.el (isearch-message-prefix): Display "Multi" when
7426 `multi-isearch-next-buffer-current-function' is non-nil.
7427 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7428 with `multi-isearch-next-buffer-current-function', and
7429 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7430
7431 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7432 `multi-isearch-next-buffer-function' instead of
7433 `isearch-buffers-next-buffer-function'. Remove call to
7434 `isearch-buffers-minor-mode'.
7435
7436 * buff-menu.el (Buffer-menu-marked-buffers)
7437 (Buffer-menu-isearch-buffers)
7438 (Buffer-menu-isearch-buffers-regexp): New functions.
7439 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7440 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7441 `Buffer-menu-isearch-buffers-regexp'.
7442 (Buffer-menu-mode): Document new commands in docstring.
7443 (list-buffers-noselect): Add one space after Info file name
7444 according to the Info address convention.
7445
7446 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7447 New functions.
7448
7449 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7450 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7451 (ibuffer-mode): Document new commands in docstring.
7452
7453 * filesets.el (filesets-commands): Add commands for "Isearch" and
7454 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7455 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7456 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7457 or `multi-isearch-files-regexp'.
7458 (filesets-cmd-query-replace-getargs): Call standard function
7459 `query-replace-read-args' to read `query-replace' arguments.
7460 Add `multi-query-replace-map'.
7461 (filesets-cmd-query-replace-regexp-getargs)
7462 (filesets-cmd-isearch-getargs): New functions.
7463
7464 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * international/mule.el (recode-region): Deactivate mark at the end.
7467
7468 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7469
7470 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7471 Use more suitable colors on dark displays.
7472
7473 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7474
7475 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7476 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7477 (tramp-temp-buffer-name): New defconst.
7478 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7479 command. No trailing prompt.
7480 (tramp-process-sentinel): Remove temporary buffer, if existing.
7481 Don't handle trailing prompt.
7482 (tramp-open-connection-setup-interactive-shell):
7483 Use `tramp-temp-buffer-name'.
7484
7485 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * shell.el (shell-dynamic-complete-functions):
7488 Use comint-dynamic-complete-filename as well (bug#361).
7489
7490 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7491
7492 * term/ns-win.el:
7493 * version.el (emacs-version):
7494 * loadup.el:
7495 * frame.el (make-frame-on-display): Check for ns instead of
7496 ns-windowing.
7497
7498 * dired.el (dired-mode-map): Show the key binding for wdired.
7499
7500 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7501 exiting Emacs.
7502
7503 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7504
7505 * term/ns-win.el (x-list-fonts): Drop alias.
7506
7507 2008-07-23 Juri Linkov <juri@jurta.org>
7508
7509 * replace.el (multi-query-replace-map): New variable.
7510 (perform-replace): Add processing of new multi-buffer keys bound
7511 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7512 if last input char was `automatic-all'. Set new local variable
7513 `multi-buffer' to t when one of new two keys were typed. Return
7514 non-nil value of `multi-buffer' that tells to calling functions
7515 to continue replacement on the next file.
7516
7517 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7518 `perform-replace' to `multi-query-replace-map'.
7519
7520 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7523 otherwise displayed in every buffer.
7524
7525 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7526 (vc-arch-trim-one-revlib): Delete temp directories as well.
7527
7528 2008-07-22 Stephen Eglen <stephen@gnu.org>
7529
7530 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7531
7532 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7533
7534 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7535
7536 2008-07-22 Miles Bader <miles@gnu.org>
7537
7538 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7539 (sh-mode-map): Remove remapping of newline-and-indent.
7540
7541 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7542
7543 * vc.el (Todo): Update.
7544
7545 * vc-hooks.el: Remove obsolete comment.
7546
7547 * vc-git.el (vc-git-status-printer): Update the directory display
7548 to match the default.
7549
7550 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7551
7552 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7555 for "word wrap" command.
7556
7557 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7558
7559 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * term/ns-win.el: Rename ns- functions/variables to the
7562 corresponding x- versions.
7563 (x-select-text, x-cut-buffer-or-selection-value)
7564 (x-disown-selection-internal, x-get-selection-internal)
7565 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7566 (x-display-mm-width, x-display-mm-height)
7567 (x-display-backing-store, x-display-save-under)
7568 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7569 defaliases.
7570
7571 * frame.el (ns-display-name): Remove declaration.
7572 (make-frame-on-display): Use x-display-name instead
7573 ns-display-name. Use unless.
7574
7575 * startup.el (command-line-1): Fix indentation.
7576
7577 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7578 checked in inadvertently.
7579
7580 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7581
7582 * term/ns-win.el: Standardize references to "Nextstep" in
7583 comments, messages, and docstrings.
7584 (ns-handle-args, x-parse-geometry)
7585 (ns-extended-platform-support-mode, x-setup-function-keys)
7586 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7587 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7588 (ns-initialized, ns-initialize-window-system): Doc fixes.
7589
7590 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7591
7592 * diff-mode.el (diff-auto-refine): Delete defcustom.
7593 (diff-auto-refine-mode): New func/var via define-minor-mode.
7594 Update var ref to use diff-auto-refine-mode.
7595 * smerge-mode.el (diff-mode): Require when compiling.
7596 (smerge-auto-refine): Delete defcustom.
7597 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7598
7599 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * simple.el (visual-line): New custom group.
7602 (visual-line-fringe-indicators): New var.
7603 (visual-line-mode): Set fringe-indicator-alist based on
7604 visual-line-fringe-indicators. Add lighter.
7605
7606 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7607
7608 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7609 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7610 (x-handle-geometry, x-handle-name-switch, x-display-name)
7611 (x-handle-display, x-handle-args, x-colors): Move ...
7612 * term/common-win.el: ... here. New file.
7613 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7614 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7615 (x-handle-geometry, x-handle-name-switch, x-display-name)
7616 (x-handle-display, x-handle-args, x-colors): Remove.
7617 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7618
7619 2008-07-19 Juri Linkov <juri@jurta.org>
7620
7621 * startup.el (fancy-startup-text): Move the line "To quit
7622 a partially entered command, type Control-g" a few lines below
7623 to be after the line "To start". Add text "at gnu.org" to
7624 "Overview of Emacs features".
7625
7626 * dired.el (dired-mode-map): Fix menu text of
7627 image-dired-display-thumbs.
7628
7629 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7630 (image-dired-cmd-create-temp-image-options)
7631 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7632 ImageMagick command line to change the dimensions of the image
7633 only if its width or height exceeds the geometry specification.
7634
7635 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7636
7637 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7638 to docstrings.
7639
7640 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7641
7642 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7643 Vinicius Jose Latorre.
7644
7645 2008-07-19 Glenn Morris <rgm@gnu.org>
7646
7647 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7648 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7649
7650 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7651
7652 * net/dbus.el (dbus-interface-properties): New defconst.
7653 (dbus-introspect): Update docstring.
7654 (dbus-introspect-xml, dbus-introspect-get-attribute)
7655 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7656 (dbus-introspect-get-interface-names)
7657 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7658 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7659 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7660 (dbus-introspect-get-property)
7661 (dbus-introspect-get-annotation-names)
7662 (dbus-introspect-get-annotation)
7663 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7664 (dbus-introspect-get-signature, dbus-get-property)
7665 (dbus-set-property, dbus-get-all-properties): New defuns.
7666
7667 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7670 ns-grabenv.elc.
7671
7672 * ns-carbon-compat.el: File removed.
7673
7674 * ns-grabenv.el: File removed.
7675
7676 * term/ns-win.el: Contents of ns-carbon-compat.el and
7677 ns-grabenv.el moved here.
7678 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7679 (ns-submit-bug-report): Function removed. Reports go to the main
7680 Emacs bug list.
7681 (ns-handle-args, ns-spi-service-call): Doc fixes.
7682 (info-ns-emacs): Function removed. Nextstep port manual will be
7683 merged into the Emacs manual, so no separate link needed.
7684
7685 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7686
7687 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7688
7689 2008-07-18 Glenn Morris <rgm@gnu.org>
7690
7691 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7692 to XEmacs, since it does nothing for Emacs.
7693
7694 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7695
7696 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7697 BUFFER that is a string but does not exist as a buffer object, as
7698 mentioned in the doc-string.
7699
7700 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * simple.el (line-move-visual): Make it a defcustom.
7703 (line-move-1): Convert temporary-goal-column back to an integer if
7704 it was set as a float by a previous call to line-move-visual.
7705 (end-of-visual-line, beginning-of-visual-line)
7706 (next-logical-line, previous-logical-line): New functions.
7707
7708 2008-07-17 David Reitter <david.reitter@gmail.com>
7709
7710 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7711 functions.
7712 (visual-line-mode, global-visual-line-mode): New minor mode.
7713 (visual-line-mode-map): New variable.
7714
7715 2008-07-17 Glenn Morris <rgm@gnu.org>
7716
7717 * term/ns-win.el (parameters): Declare for compiler.
7718
7719 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7720
7721 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7722 for Windows.
7723
7724 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7725
7726 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7727 (epa-key-mode): Ditto.
7728 (epa-info-mode): Ditto.
7729
7730 2008-07-17 Glenn Morris <rgm@gnu.org>
7731
7732 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7733 (ns-handle-numeric-switch): Just call ns-handle-switch.
7734 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7735 (ns-handle-args): Simplify using `pop'.
7736 (ns-display-name): Define (used in frame.el).
7737 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7738 original definition.
7739 (ns-perform-service): Declare.
7740 (ns-save-preferences): Use fewer `let's.
7741
7742 * frame.el (ns-display-name): Declare for compiler.
7743
7744 2008-07-17 Kenichi Handa <handa@m17n.org>
7745
7746 * descr-text.el (describe-char-unidata-list): Initialize to the
7747 list of name, general-category, decomposition, and old-name.
7748
7749 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7750
7751 * startup.el (command-line-1): Update processing of NS long options to
7752 mimic recent changes to processing of X long options.
7753
7754 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7757 list of #defines for remote files.
7758 (gdb-source-info): Only show main if it has been found.
7759
7760 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * term/ns-win.el: Require CL; fix up comment style; reindent.
7763 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7764 (ns-save-preferences): Use `case'.
7765 (ns-initialize-window-system): Use `dolist'.
7766
7767 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7768
7769 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7770 windowing is used.
7771 * term/ns-win.el (ns-extended-platform-support-mode):
7772 Correct/improve documentation.
7773
7774 2008-07-16 Glenn Morris <rgm@gnu.org>
7775
7776 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7777 Simply require 'cl (see comment in cl-compat.el).
7778 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7779 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7780 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7781 directly rather by subterfuge. Provide cl before loading cl-macs.
7782
7783 * paths.el (rmail-spool-directory): Remove settings for systems that are
7784 no longer supported.
7785
7786 * frame.el (ns-initialize-window-system): Declare for compiler.
7787
7788 * term/ns-win.el: Add numerous declarations for compiler.
7789 (ns-pop-up-frames): Move definition before use. Doc fix.
7790
7791 * emacs-lisp/check-declare.el (check-declare-locate)
7792 (check-declare-verify): Handle .m files.
7793
7794 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7795
7796 * ns-carbon-compat.el: New file: user-visible compatibility of
7797 NeXTstep port with Carbon port.
7798 * ns-grabenv.el: New file: functionality useful on OS X platform to
7799 expose environment variables inside Emacs started from icon.
7800 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7801 * cus-edit.el:
7802 * cus-face.el:
7803 * disp-table.el:
7804 * faces.el:
7805 * info.el:
7806 * mouse.el:
7807 * mwheel.el:
7808 * simple.el: Add ns to window systems treated as GUIs.
7809 * facemenu.el (facemenu-read-color): Don't require a name match under
7810 NS, to allow numeric color entry.
7811 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7812 'ns window system if need be.
7813 (various): Add 'ns as described above.
7814 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7815 ns-windowing is active.
7816 * startup.el (command-line-ns-option-alist): New constant to handle NS
7817 windowing system specific command line args analogous to how they are
7818 handled for X windows.
7819 (command-line-1): Use the above where appropriate.
7820 * version.el: Add NS port version.
7821 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7822 Darwin (usually OS X) systems.
7823 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7824 * emulation/viper-util.el (ns-display-color-p)
7825 (ns-color-defined-p): Remove these (caustically-commented) outdated
7826 compensations for a port that was never itself integrated until now.
7827 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7828 for NS window system.
7829 * international/mule-cmds.el: Add 'ns to list of special-cased window
7830 systems (probably most of these, x/w32/mac/ns could be changed to
7831 window-system non-nil).
7832 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7833
7834 2008-07-14 Jason Rumney <jasonr@gnu.org>
7835
7836 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7837 (x-handle-numeric-switch, x-handle-initial-switch)
7838 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7839 (xw-defined-colors, w32-initialize-window-system):
7840 Avoid use of cl pop and push macros.
7841
7842 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7843
7844 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7845 error when change-log-search-file-name returns nil.
7846
7847 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7848
7849 * add-log.el (change-log-search-file-name):
7850 Use match-string-no-properties.
7851 (change-log-search-tag-name-1, change-log-search-tag-name)
7852 (change-log-goto-source-1, change-log-goto-source): New functions.
7853 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7854 New variables.
7855 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7856
7857 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7858
7859 * calc/calc-help.el (calc-describe-key): Add angles to special key
7860 descriptions.
7861
7862 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7863
7864 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7865 search for regexp.
7866
7867 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * simple.el (line-move-visual): Handle null pixel position gracefully.
7870
7871 2008-07-11 Jason Rumney <jasonr@gnu.org>
7872
7873 * files.el (file-truename): Get truename of ancestors if file does
7874 not exist on Windows.
7875
7876 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7879 (track-eol, temporary-goal-column, previous-line, next-line):
7880 Update docstring.
7881 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7882 to nil.
7883
7884 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * simple.el (line-move-visual): New var.
7887 (line-move-visual): New function.
7888 (line-move): Call line-move-visual.
7889
7890 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7891
7892 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7893 pattern and add patterns for C++ header files.
7894
7895 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7896
7897 * window.el (truncated-partial-width-window-p): New function.
7898
7899 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7900
7901 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7902 are set later to x-create-frame.
7903 (face-set-after-frame-default): Apply X resources for non-default
7904 faces.
7905
7906 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7907
7908 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7909 frame-specific X resource settings. Set faces using a list of
7910 frame parameters explicitly passed to the calling
7911 function (e.g. make-frame).
7912 (x-create-frame-with-faces, tty-create-frame-with-faces):
7913 Supply explicit frame parameter list to face-set-after-frame-default.
7914
7915 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7916
7917 * net/browse-url.el (browse-url-default-browser):
7918 Fix argument list in lambda.
7919
7920 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7921
7922 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7923 from url-retrieve.
7924 (newsticker--sentinel-work): Fix xerror typo.
7925
7926 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7927
7928 * vc-dir.el (vc-dir-refresh): Only update files.
7929
7930 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7931
7932 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7933
7934 2008-07-06 John Paul Wallington <jpw@pobox.com>
7935
7936 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7937
7938 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7939
7940 * vc-git.el (vc-git-registered): Return true for removed files.
7941 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7942 all the files instead of one per file.
7943 (vc-git-previous-revision): Add support for project-wide previous
7944 revision when specified file is nil.
7945
7946 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7947
7948 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7949
7950 * vc-dir.el (vc-dir-find-child-files): New function.
7951 (vc-dir-resync-directory-files): New function.
7952 (vc-dir-recompute-file-state): New function, broken out of ...
7953 (vc-dir-resynch-file): ... here. Also deal with directories.
7954 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7955 (vc-resynch-buffer): Use it.
7956
7957 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7958
7959 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
7960
7961 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
7964 if it's not part of gdb-ui, e.g, at start.
7965
7966 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
7967 filenames in stack trace (text command mode).
7968
7969 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
7972
7973 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7974 Use syntax-ppss on a position *before* the char we want to change.
7975
7976 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
7977
7978 * vc-dir.el (vc-dir-query-replace-regexp): New function.
7979 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
7980 (vc-dir-mode-map): Likewise.
7981
7982 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
7985 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
7986 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
7987 Remove spurious * in defcustom docstrings.
7988
7989 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
7990 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
7991 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
7992 (default-justification): Remove spurious * in defcustom docstrings.
7993
7994 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
7995 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
7996 (rst-compare-decorations, rst-default-indent, rst-update-section)
7997 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
7998 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
7999 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8000 Fix typos in docstrings.
8001 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8002 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8003 (rst-get-decorations-around, rst-section-tree-point)
8004 (rst-font-lock-adornment-point): Reflow docstrings.
8005 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8006 Doc fixes.
8007 (rst-re-enumerations): Comment out.
8008
8009 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8010 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8011 (nxml-unicode-block-char-name-set):
8012 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8013 * nxml/rng-nxml.el (rng-set-state-after):
8014 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8015
8016 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8017 (rng-c-parse-annotation-body):
8018 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8019
8020 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8021 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8022 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8023 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8024 Fix typos in docstrings.
8025 (nxml-attribute-indent): Reflow docstring.
8026 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8027 (nxml-default-buffer-file-coding-system): Doc fixes.
8028
8029 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8030 (nxml-ns-set-prefix): Fix typos in docstrings.
8031 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8032 Reflow docstring.
8033 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8034
8035 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8036 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8037 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8038 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8039 (nxml-outline-display-rest, nxml-outline-set-overlay)
8040 (nxml-section-tag-forward, nxml-section-tag-backward)
8041 (nxml-back-to-section-start): Fix typos in docstrings.
8042
8043 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8044 Doc fixes.
8045
8046 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8047 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8048 (nxml-scan-after-change): Fix typo in docstring.
8049
8050 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8051 (rng-name-class-possible-names): Doc fixes.
8052 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8053 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8054 Fix typos in docstrings.
8055 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8056 Reflow docstrings.
8057
8058 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8059 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8060
8061 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8062 (rng-xsd-convert-date-time): Reflow docstrings.
8063 (rng-xsd-compile): Fix typo in docstring.
8064
8065 * nxml/rng-loc.el (rng-current-schema-file-name)
8066 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8067 Doc fixes.
8068 (rng-set-schema-file): Fix typo in docstring.
8069
8070 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8071 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8072 Fix typos in docstrings.
8073 (rng-message-overlay, rng-conditional-up-to-date-start)
8074 (rng-conditional-up-to-date-end): Doc fixes.
8075 (rng-next-error, rng-previous-error): Reflow docstrings.
8076
8077 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8078 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8079 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8080 (xmltok-merge-attributes): Fix typos in docstrings.
8081 (xmltok-make-attribute, xmltok-forward-special)
8082 (xmltok-get-declared-encoding-position): Reflow docstrings.
8083
8084 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8085 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8086 Fix typos in docstrings.
8087
8088 2008-07-02 John Paul Wallington <jpw@pobox.com>
8089
8090 * ibuffer.el (ibuffer-buffer-file-name):
8091 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8092 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8093
8094 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8095
8096 * files.el (backup-extract-version): Handle versioned directories.
8097 (trash-directory): New variable.
8098 (move-file-to-trash): New function.
8099
8100 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8101
8102 2008-07-02 Magnus Henoch <mange@freemail.hu>
8103
8104 * vc-git.el (vc-git-annotate-command): Use proper option for
8105 specifying revision.
8106
8107 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8108
8109 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8110 if available.
8111
8112 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8113
8114 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8115
8116 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8117 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8118
8119 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8120
8121 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8124 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8125 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8126 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8127 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8128 (gdb-stack-list-locals-regexp): Future proof regexps better.
8129
8130 2008-06-30 Juri Linkov <juri@jurta.org>
8131
8132 * faces.el (face-name-history): New variable.
8133 (make-face, make-empty-face): Replace interactive spec "S"
8134 with `read-from-minibuffer' where `read' arg is t and
8135 `hist' arg is `face-name-history'.
8136 (read-face-name): Set `hist' arg of `completing-read-multiple'
8137 to `face-name-history'.
8138 (list-faces-display): Use `read-regexp' instead of `read-string'
8139 to read regexp.
8140
8141 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8142 to `regexp-history'.
8143 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8144 make it an obsolete alias to it.
8145 (hi-lock-face-defaults): New variable renamed from
8146 `hi-lock-face-history'.
8147 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8148 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8149 `read-from-minibuffer'. Doc fix.
8150 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8151 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8152 Set `hist' arg of `completing-read' to `face-name-history'.
8153 Put a list of default faces to `default' arg instead of `hist' arg.
8154
8155 * bindings.el (abbrev-map, narrow-map): New variables.
8156 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8157 Rebind related commands to these new maps.
8158 (ctl-x-r-map): New variable for rectangle, register and bookmark
8159 keys. Move rectangle keybindings to rect.el and register
8160 keybindings to register.el.
8161 (next-buffer, previous-buffer): Remove C-x prefix and move
8162 keybindings to ctl-x-map.
8163
8164 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8165 to the new map `ctl-x-r-map' in autoload cookies.
8166
8167 * expand.el: Rebind two global `C-x a' keys "n", "p"
8168 to the new map `abbrev-map' in autoload cookies.
8169
8170 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8171
8172 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8173
8174 2008-06-30 Miles Bader <miles@gnu.org>
8175
8176 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8177 after processing an escape sequence.
8178
8179 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8180
8181 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8182 from 2008-06-28. It does not work on W32.
8183
8184 2008-06-29 Juri Linkov <juri@jurta.org>
8185
8186 * replace.el (read-regexp): New function.
8187 (keep-lines-read-args, occur-read-primary-args):
8188 Call `read-regexp' instead of code moved to new function.
8189 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8190 from the end of prompt.
8191 (replace-re-search-function): Doc fix.
8192
8193 2008-06-29 Kenichi Handa <handa@m17n.org>
8194
8195 * descr-text.el (describe-char-display): Always return a string.
8196 (describe-char-padded-string): New function.
8197 (describe-char): Adjusted for the change of
8198 describe-char-display. Use describe-char-padded-string.
8199
8200 2008-06-29 Andreas Schwab <schwab@suse.de>
8201
8202 * vc-dir.el (vc-dir): Make backend argument optional and use
8203 vc-responsible-backend when nil. Interactively pass nil for
8204 backend instead of using the backend of what happens to be
8205 default-directory at the time of the call.
8206
8207 * find-dired.el (find-dired-filter): Preserve point.
8208
8209 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8212 (sasl-find-mechanism, sasl-next-step):
8213 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8214 (sasl-ntlm-response): Fix typos in docstrings.
8215
8216 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8217
8218 * international/mule-cmds.el (view-hello-file): Doc fix.
8219
8220 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8221
8222 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8223 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8224
8225 2008-06-28 John Paul Wallington <jpw@pobox.com>
8226
8227 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8228
8229 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8230
8231 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8232 (tramp-convert-file-attributes): Convert symlinks only when
8233 returned from `tramp-handle-file-attributes-with-stat'.
8234
8235 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8236 `substitute-in-file-name' when unloading.
8237 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8238
8239 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8240
8241 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8242 (vc-string-prefix-p): Move function ...
8243 * vc.el (vc-string-prefix-p): ... here.
8244
8245 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8246
8247 * vc-dir.el (vc-dir): Complete only directory names.
8248
8249 2008-06-27 Jason Rumney <jasonr@gnu.org>
8250
8251 * w32-fns.el (top-level): Unconditionally define all charsets.
8252
8253 2008-06-27 Alan Mackenzie <acm@muc.de>
8254
8255 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8256 the CC Mode specific functions; this is no longer needed, since
8257 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8258
8259 * progmodes/cc-defs.el (c-emacs-features): New feature
8260 'argumentative-bod-function.
8261
8262 2008-06-27 John Paul Wallington <jpw@pobox.com>
8263
8264 * chistory.el (list-command-history): Use `bound-and-true-p'.
8265 (command-history-map): Define within defvar. Add docstring.
8266
8267 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8270 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8271 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8272 (image-type-from-buffer): Use `looking-at-p'.
8273
8274 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * ibuf-ext.el (diff-sentinel): Declare.
8277
8278 2008-06-27 Glenn Morris <rgm@gnu.org>
8279
8280 * calendar/lunar.el (calendar-lunar-phases): Rename from
8281 calendar-phases-of-moon. Keep old name as alias, update callers.
8282 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8283 (diary-lunar-phases): Rename from diary-phases-of-moon.
8284 Keep old name as alias.
8285 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8286 (cal-menu-global-mouse-menu): Update for lunar name changes.
8287 * calendar/calendar.el (calendar-mode-map): Update for name change.
8288 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8289
8290 2008-06-26 Glenn Morris <rgm@gnu.org>
8291
8292 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8293 argument `nolocation'.
8294 (calendar-sunrise-sunset-month): New function.
8295 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8296 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8297 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8298 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8299 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8300 (calendar-buffer-list): Add solar-sunrises-buffer.
8301
8302 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8303
8304 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8305
8306 * cus-start.el: Add customization types for word-wrap and
8307 shift-select-mode.
8308
8309 2008-06-26 John Paul Wallington <jpw@pobox.com>
8310
8311 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8312 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8313 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8314 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8315
8316 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8317
8318 * vc-dir.el (tool-bar): Require.
8319
8320 * vc.el (ewoc, tool-bar): Do not require.
8321
8322 2008-06-26 Kenichi Handa <handa@m17n.org>
8323
8324 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8325 characters.
8326
8327 * composite.el (terminal-composition-base-character-p): New function.
8328 (terminal-composition-function):
8329 Use terminal-composition-base-character-p. Include the base character
8330 in the composition.
8331 (auto-compose-chars): Don't check font-object for terminal display.
8332
8333 2008-06-26 Glenn Morris <rgm@gnu.org>
8334
8335 * doc-view.el (bookmark-make-record-default):
8336 * image-mode.el (bookmark-make-record-default): Fix declaration.
8337
8338 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8339 Add default :value for sexp type.
8340 (calendar-month-edges): New variable.
8341 (calendar-month-edges): New function.
8342 (calendar-recompute-layout-variables): Set calendar-month-edges.
8343 (calendar-intermonth-header, calendar-intermonth-text): New options.
8344 (calendar-insert-at-column): New function.
8345 (calendar-generate-month): Use calendar-insert-at-column.
8346 Handle intermonth text. Add 'date property.
8347 (calendar-column-to-month): Remove function.
8348 (calendar-column-to-segment): New function.
8349 (calendar-cursor-to-date): Use calendar-column-to-segment.
8350 Check 'date property.
8351
8352 * calendar/calendar.el (calendar-print-other-dates):
8353 Handle mouse events.
8354 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8355 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8356
8357 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8358 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8359 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8360
8361 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8362 Use calendar-column-to-segment, calendar-month-edges, and
8363 the 'date property to handle intermonth text.
8364
8365 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8366
8367 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8368 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8369 Add doc strings.
8370 (cal-menu-context-mouse-menu): Add some :keys.
8371 (calendar-check-holidays): Declare rather than autoloading.
8372 (diary-show-holidays-flag): Remove unneeded declaration.
8373
8374 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8375 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8376 event-start is nil.
8377
8378 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * minibuffer.el (completion-basic-try-completion): Use the text after
8381 point to constrain the completion candidates.
8382 (completion-basic-all-completions): Adjust accordingly.
8383
8384 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8385
8386 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8387 courier.
8388
8389 * faces.el (set-face-attribute): Doc fix.
8390
8391 2008-06-25 Juri Linkov <juri@jurta.org>
8392
8393 * bindings.el (goto-map): New variable. Rebind goto-related
8394 commands to this `M-g' prefix keymap.
8395 (search-map): New variable for `M-s' prefix keymap.
8396 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8397 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8398 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8399 `M-shw' to `hi-lock-write-interactive-patterns'.
8400
8401 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8402 `isearch-highlight-regexp'.
8403 (isearch-highlight-regexp): New function.
8404
8405 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * info.el (Info-bookmark-make-record):
8408 Use bookmark-make-record-default.
8409 (Info-bookmark-jump): Use bookmark-default-handler.
8410
8411 * image-mode.el (image-bookmark-make-record):
8412 Use bookmark-make-record-default.
8413 (image-bookmark-jump): Use bookmark-default-handler.
8414
8415 * doc-view.el (doc-view-bookmark-make-record):
8416 Use bookmark-make-record-default.
8417 (doc-view-bookmark-jump): Use bookmark-default-handler.
8418
8419 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8420 used until now in bookmark.el's code.
8421 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8422 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8423 used until now in bookmark.el's code.
8424 (bookmark-set-filename): Remove special code, moved to its only caller.
8425 (bookmark-store): Use the newer format.
8426 (bookmark-make-record-default): Add arg `point-only'.
8427 Rename from bookmark-make-record-for-text-file.
8428 (bookmark--jump-via): New function.
8429 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8430 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8431 Use it.
8432 (bookmark-jump-noselect, bookmark-default-handler):
8433 Don't return an alist, instead return the data implicitly by changing
8434 current buffer and point. Signal an error if the file doesn't exist.
8435
8436 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8437 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8438
8439 * bs.el: Use with-current-buffer. Simplify.
8440 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8441
8442 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8443 is bound before using it.
8444
8445 2008-06-25 Kenichi Handa <handa@m17n.org>
8446
8447 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8448
8449 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8450
8451 * vc-hg.el:
8452 * vc-git.el: Require vc-dir when compiling.
8453
8454 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8455 vc-dir-marked-only-files. Change the return value.
8456 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8457 Change the return value.
8458 (vc-dir-deduce-fileset): New function broken out from ...
8459 * vc.el (vc-deduce-fileset): ... here and ...
8460 (vc-deduce-fileset): ... here.
8461
8462 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8463 (vc-svn-parse-status): Do not set the vc-backend property.
8464
8465 2008-06-25 Andreas Schwab <schwab@suse.de>
8466
8467 * faces.el (face-font-family-alternatives, variable-pitch):
8468 Use "Sans Serif", not "Sans-Serif".
8469
8470 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8471
8472 * faces.el (face-font-family-alternatives, variable-pitch):
8473 Change "Sans" to the canonical name "Sans-Serif".
8474
8475 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8476
8477 * calc/calc.el (calc-mode-map): Add extra keybindings to
8478 `calc-missing-key'.
8479 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8480 `kill-ring-save'.
8481
8482 2008-06-24 Miles Bader <miles@gnu.org>
8483
8484 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8485 pops up the menu but doesn't select anything.
8486
8487 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 * add-log.el (add-change-log-entry): Add new arg to force each new
8490 entry to be on a new line.
8491 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8492
8493 * vc-dir.el (vc-client-object): Remove.
8494 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8495 use it when looking for a buffer.
8496 (vc-dir): Add a backend argument. Set revert-buffer-function.
8497 Don't create a client object. Move bindings ...
8498 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8499 (vc-dir-revert-buffer-function): New function.
8500 (vc-generic-status-printer): Rename to ...
8501 (vc-dir-status-printer): ... this.
8502 (vc-generic-state, vc-generic-status-fileinfo-extra)
8503 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8504 (vc-default-status-printer): Use a different face for
8505 directories. Don't display any text for directories in the state
8506 column. Add tooltips.
8507
8508 * vc.el (Todo): Update.
8509
8510 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8511 * vc-rcs.el (vc-annotate-convert-time):
8512 * vc-mtn.el (vc-annotate-convert-time):
8513 * vc-git.el (vc-annotate-convert-time):
8514 * vc-cvs.el (vc-annotate-convert-time):
8515 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8516
8517 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8520 instead of using view-mode.
8521
8522 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8525
8526 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * vc.el:
8529 * vc-hooks.el:
8530 * vc-dispatcher.el: Move vc-dir variables and functions ...
8531 * vc-dir.el: ... here. New file.
8532 * Makefile.in (ELCFILES): Add vc-dir.elc.
8533
8534 * vc.el: Move vc-annotate variables and functions ...
8535 * vc-annotate.el: ... here. New file.
8536 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8537
8538 * vc-dav.el: Move here from url/vc-dav.el.
8539 (Todo): Note work needed to make this backend functional.
8540
8541 * Makefile.in (ELCFILES): Update vc-dav.el location.
8542
8543 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8546
8547 2008-06-21 John Paul Wallington <jpw@pobox.com>
8548
8549 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8550
8551 * textmodes/rst.el (rst-mode): Put docstring in right place.
8552
8553 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8554
8555 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8556 size for legibility.
8557
8558 * faces.el (fixed-pitch): Use "Monospace" family.
8559 (variable-pitch): Use "Sans" family.
8560 (face-font-family-alternatives): Define alternatives for "Sans"
8561 and "Monospace".
8562
8563 2008-06-21 Glenn Morris <rgm@gnu.org>
8564
8565 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8566 Require 'cl when compiling.
8567
8568 * emacs-lisp/debug.el (help-xref-interned): Declare.
8569
8570 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8571 Evaluate definition when compiling.
8572
8573 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8574 rather than mouse-1.
8575 (bug-reference-url-format): Autoload safe if string.
8576 (bug-reference-bug-regexp): Make space after "bug" optional.
8577
8578 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8579 for some non-GNU makes.
8580
8581 * cus-dep.el (custom-dependencies-no-scan-regexp):
8582 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8583
8584 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8585 increments.
8586
8587 * calendar/calendar.el: Factor out the magic numbers controlling the
8588 calendar layout.
8589 (calendar-month-digit-width, calendar-month-width)
8590 (calendar-right-margin): New variables.
8591 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8592 New functions.
8593 (calendar-left-margin, calendar-intermonth-spacing)
8594 (calendar-column-width, calendar-day-header-width)
8595 (calendar-day-digit-width): New options.
8596 (calendar-first-date-row): New constant.
8597 (calendar-move-to-column, calendar-ensure-newline): New functions,
8598 replacing calendar-insert-indented.
8599 (calendar-insert-indented): Remove function.
8600 (calendar-generate-month): Use calendar-move-to-column and
8601 calendar-ensure-newline. Use layout variables.
8602 (calendar-generate, calendar-update-mode-line)
8603 (calendar-font-lock-keywords): Use layout variables.
8604 (calendar-column-to-month): New function.
8605 (calendar-cursor-to-date): Use calendar-column-to-month.
8606 Use layout variables.
8607 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8608 Use layout variables. Use calendar-column-to-month.
8609 (calendar-cursor-to-visible-date): Use layout variables.
8610
8611 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8614 (all): Run compile-last.
8615 (compile-onefile): New target.
8616 (compile-first): Simplify.
8617 (compile-last): Don't treat COMPILE_FIRST specially.
8618 (COMPILE_FIRST): List the elc files rather than the el files.
8619 (ELCFILES): Update.
8620
8621 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8622
8623 * net/newst-treeview.el: Remove dead code.
8624 (newsticker--window-config): Remove.
8625 (newsticker-treeview-quit): Do not save window config.
8626 (newsticker-treeview): Do not try to restore window config.
8627 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8628 (newsticker--treeview-list-new-items)
8629 (newsticker--treeview-list-immortal-items)
8630 (newsticker--treeview-list-obsolete-items)
8631 (newsticker--treeview-list-all-items)
8632 (newsticker--treeview-list-feed-items): Fix documentation.
8633
8634 2008-06-21 Miles Bader <miles@gnu.org>
8635
8636 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8637
8638 2008-06-21 Alan Mackenzie <acm@muc.de>
8639
8640 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8641 infinite loop on invalid syntax.
8642
8643 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * textmodes/rst.el: Run rst-define-level-faces when loading.
8646 (rst-mode): Don't set the font-lock-multiline var.
8647 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8648 Set the font-lock-multiline property by hand.
8649
8650 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8651
8652 * Makefile.in (emacs-deps): Remove.
8653 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8654 (all): Use them.
8655 (autogen-clean): Remove.
8656
8657 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * Makefile.in (all): New target.
8660 (bootstrap-prepare): Remove.
8661
8662 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8663 the .elc file to batch-byte-compile.
8664
8665 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8666 set-keymap-parents if set-keymap-parent doesn't exist.
8667
8668 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8669 Allow more than one space before the |.
8670
8671 * textmodes/rst.el: Fix up docstring conventions.
8672 Move vars to before their first use.
8673 (rst-mode): Don't mess with font-lock-support-mode.
8674 (rst-suggest-new-decoration, rst-adjust-decoration):
8675 Avoid CL's copy-list.
8676 (rst-delete-entire-line): Use line-beginning-position.
8677 (rst-position): New fun.
8678 (rst-straighten-decorations): Use it instead of CL's position.
8679 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8680 (rst-toc-mode): Use define-derived-mode.
8681 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8682 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8683 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8684 (rst-replace-lines): Simplify.
8685 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8686
8687 * simple.el (special-mode-map): New var.
8688 (special-mode): New major mode.
8689
8690 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8691
8692 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8693 log-view-file-re.
8694
8695 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8696 (vc-switch-backend): Simplify.
8697 (Todo): Remove solved items.
8698
8699 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8700 the vc-backend property.
8701
8702 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8705 Bind inhibit-read-only since the buffer is always read-only.
8706
8707 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8708
8709 * net/newst-treeview.el (newsticker-treeview-own-frame):
8710 Change default value to nil.
8711 (newsticker--treeview-list-add-item)
8712 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8713
8714 2008-06-20 Martin Blais <blais@furius.ca>
8715 Stefan Merten <smerten@oekonux.de>
8716 David Goodger <goodger@python.org>
8717
8718 * textmodes/rst.el: New file.
8719
8720 2008-06-20 Sam Steingold <sds@gnu.org>
8721
8722 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8723 remove DIRECTORY entries.
8724
8725 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8726
8727 * makefile.w32-in (distclean): Depend on `clean'.
8728 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8729 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8730 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8731 empty cus-load.el with `echo', and include "Local Variables"
8732 section to prevent the empty file from being compiled.
8733 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8734 that generate an empty cus-load.el.
8735
8736 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8739 Don't copy ldefs-boot.el over loaddefs.el.
8740 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8741 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8742 to loaddefs.el; they are not needed now. Add coding cookie.
8743
8744 2008-06-20 Miles Bader <miles@gnu.org>
8745
8746 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8747 Strip unnecessary list levels from SPECS.
8748 (buffer-face-set, buffer-face-toggle):
8749 Change argument from FACE to &rest SPECS, and strip unnecessary
8750 list levels from SPECS.
8751 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8752
8753 2008-06-20 Jason Rumney <jasonr@gnu.org>
8754
8755 * international/fontset.el (setup-default-fontset): Specify script
8756 for latin use of iso10646-1. Fix use of lang tags.
8757
8758 2008-06-19 Miles Bader <miles@gnu.org>
8759
8760 * face-remap.el (text-scale-increase): Start from zero if
8761 text-scale-mode isn't enabled.
8762
8763 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8766 frame parameters after setting up the `default' face.
8767
8768 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8771
8772 2008-06-18 Glenn Morris <rgm@gnu.org>
8773
8774 * mouse.el (buffer-face-mode-invoke): Declare.
8775
8776 * Makefile.in (ELCFILES): Add org/org-id.elc.
8777
8778 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8779 * calendar/cal-menu.el (cal-menu-holidays-menu):
8780 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8781 (cal-menu-today-holidays): Remove function.
8782
8783 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8784 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8785 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8786 Remove unused functions.
8787 (calendar-mouse-view-diary-entries): Use format rather than concat.
8788
8789 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8790 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8791 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8792
8793 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8794 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8795 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8796 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8797 cal-menu-event-to-date.
8798
8799 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8800 Handle mouse events.
8801 * calendar/cal-tex.el (cal-tex-cursor-year)
8802 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8803 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8804 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8805 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8806 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8807 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8808 (cal-tex-cursor-month): Mark N as optional.
8809 * calendar/cal-menu.el (calendar-mouse-tex-day)
8810 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8811 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8812 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8813 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8814 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8815 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8816 Remove functions.
8817 (cal-menu-context-mouse-menu): Replace the above functions with the
8818 cal-tex versions. Add HTML submenu.
8819
8820 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8821
8822 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8823 text command mode.
8824 (gdb): Explain that gud-gdb is needed for text command mode.
8825
8826 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.el (split-height-threshold): Remove spurious extra line.
8829
8830 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8833 (calendar-set-mark):
8834 * calendar/diary-lib.el (diary-insert-entry):
8835 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8836 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8837 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8838 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8839 diary-insert-entry, and calendar-sunrise-sunset instead.
8840
8841 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8842 (vc-next-action): Pass the new arg.
8843 (vc-register): Don't use `only-files'.
8844 Don't set `backup-inhibited' in the current buffer.
8845
8846 2008-06-17 Miles Bader <miles@gnu.org>
8847
8848 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8849
8850 * face-remap.el (buffer-face-mode-face)
8851 (buffer-face-mode-remapping): New variables.
8852 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8853 (buffer-face-mode-invoke): New functions.
8854 (variable-pitch-mode-remapping): Variable removed.
8855 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8856
8857 * face-remap.el (internal-lisp-face-attributes): New variable.
8858 (face-attrs-more-relative-p, face-remap-order): New functions.
8859 (face-remap-add-relative): Use `face-remap-order'.
8860
8861 2008-06-17 Glenn Morris <rgm@gnu.org>
8862
8863 * mouse.el (x-select-font): Declare.
8864
8865 * calendar/calendar.el (calendar-move-hook):
8866 Add calendar-update-mode-line as an option.
8867 (calendar-date-echo-text): New user option.
8868 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8869 (calendar-insert-indented): Simplify newline insertion.
8870 (calendar-describe-mode): Remove unused function.
8871 (calendar-mode-line-entry): New function.
8872 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8873 Mark as risky.
8874 (calendar-mouse-other-month): Remove function.
8875 (calendar-other-month): Handle mouse events.
8876 (calendar-goto-info-node): Call fit-window-to-buffer.
8877 (calendar-mode): Use define-derived-mode. Doc fix.
8878 (calendar-update-mode-line): Tweak whitespace.
8879
8880 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8883 (vc-dir-marked-only-files): vc-string-prefix-p.
8884
8885 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8886
8887 * progmodes/gdb-ui.el (gdb-memory-set-address)
8888 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8889 (gdb-memory-mode-map): Bind above functions respectively
8890 to 'S' and 'N'.
8891
8892 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8893
8894 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8895
8896 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8897
8898 * log-view.el (vc-diff-internal): Declare for compiler.
8899
8900 * vc-bzr.el (log-view-per-file-logs):
8901 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8902
8903 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8904
8905 * mouse.el (mouse-appearance-menu-map): New var.
8906 (mouse-appearance-menu): New function.
8907 Bind it to S-down-mouse-1.
8908
8909 2008-06-15 Juri Linkov <juri@jurta.org>
8910
8911 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8912 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8913 as the second element.
8914 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8915 Don't print progress messages.
8916 (Info-toc-nodes): New variable and function.
8917 (Info-index-nodes): Optimize non-string file name case.
8918 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8919 (Info-insert-breadcrumbs): Use the cached document structure instead
8920 of visiting all ancestor nodes. Remove the initial `>'.
8921
8922 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8923
8924 * log-view.el (log-view-diff-changeset): New function.
8925 (log-view-mode-map, log-view-mode-menu): Bind it.
8926 (log-view-per-file-logs, log-view-vc-fileset)
8927 (log-view-vc-backend): New variables.
8928 (log-view-find-revision, log-view-modify-change-comment)
8929 (log-view-annotate-version): Throw an error if the log is for more
8930 than one file and we can't find the current file. Get the current
8931 file from log-view-vc-fileset if necessary.
8932 (log-view-diff): Get the current file from log-view-vc-fileset if
8933 necessary.
8934
8935 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8936
8937 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8938 (vc-hg-log-view-mode): Declare for compiler.
8939 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8940 log-view-file-re.
8941 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8942
8943 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8944
8945 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8946
8947 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8948
8949 * net/tramp.el (tramp-handle-start-file-process):
8950 Clear modification time of the connection buffer.
8951 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8952 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8953 restart `tramp-maybe-open-connection' when the remote system has
8954 been changed. Throw 'uname-changed event.
8955 (tramp-maybe-open-connection): Catch it.
8956
8957 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8958 Reset `tramp-locked'.
8959
8960 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8961
8962 * net/newst-treeview.el (newsticker--treeview-list-update)
8963 (newsticker--treeview-item-update)
8964 (newsticker--treeview-tree-update)
8965 (newsticker-treeview-jump, newsticker-group-add-group)
8966 (newsticker-group-move-feed, newsticker-group-delete-group):
8967 Remove window dedication.
8968 (newsticker--group-manage-orphan-feeds): Handle ill-valued
8969 newsticker-groups.
8970 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
8971
8972 2008-06-15 Andreas Schwab <schwab@suse.de>
8973
8974 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
8975 when parsing CVS/Repository.
8976
8977 * wdired.el (wdired-search-and-rename): Fix undocumented change.
8978
8979 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8980
8981 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
8982 (newsticker-extra-face, newsticker-enclosure-face): Moved to
8983 net/newst-reader.el.
8984
8985 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
8986 (newsticker-extra-face, newsticker-enclosure-face): Moved from
8987 net/newst-reader.el.
8988
8989 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8992 Catch and recover from case when the bytes we thought we were reading
8993 turn out to be something else entirely, such as latin-1 chars from
8994 quail. See bug#396.
8995
8996 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8997
8998 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
8999 (vc-register): Call the backend function only once, instead of
9000 once for each file.
9001 (vc-next-action): Update call to vc-register.
9002 (vc-dir-register): Remove function.
9003 (vc-dir): Bind vc-register instead of vc-dir-register.
9004
9005 2008-06-14 Glenn Morris <rgm@gnu.org>
9006
9007 * Makefile.in (ELCFILES): Add net/newst-*.el.
9008
9009 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * wdired.el (wdired-do-renames): New function.
9012 (wdired-finish-edit): Use it to.
9013 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9014
9015 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9018
9019 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9020
9021 * window.el (window--even-window-heights): Even window heights
9022 only if the selected window is higher than WINDOW.
9023 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9024
9025 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9028
9029 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * term/linux.el (terminal-init-linux): Load t-mouse.
9032
9033 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9034 Drew Adams <drew.adams@oracle.com>
9035
9036 * info.el (Info-breadcrumbs-depth): New var.
9037 (Info-insert-breadcrumbs): New function.
9038 (Info-fontify-node): Use it.
9039 (Info-mode-map): Move initialization into declaration.
9040
9041 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9042
9043 Rename net/newsticker-*.el to net/newst-*.el.
9044 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9045 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9046 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9047 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9048 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9049 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9050 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9051 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9052 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9053 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9054
9055 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * progmodes/compile.el (compilation-start): Don't disable undo in
9058 comint buffer. Don't override the comint-filter with our own.
9059 (compilation-filter): Change point's insertion-type.
9060
9061 * comint.el (comint-output-filter): Use copy-marker.
9062
9063 2008-06-13 David Reitter <david.reitter@gmail.com>
9064
9065 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9066 Check message-signature-separator exists before using it.
9067
9068 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9069
9070 * vc.el (vc-delete-file): Bind default-directory before calling
9071 the backend.
9072 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9073 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9074 New function.
9075 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9076 (vc-annotate-mode-menu): Bind it.
9077
9078 2008-06-13 Jason Rumney <jasonr@gnu.org>
9079
9080 * term/w32-win.el (mouse-set-font): Remove overridden function.
9081 (w32-select-font): Declare as obsolete alias for x-select-font.
9082
9083 2008-06-13 Daniel Engeler <engeler@gmail.com>
9084
9085 These changes add serial port access.
9086 * term.el (term-update-mode-line): Modify.
9087 (serial-port-is-file-p, serial-nice-speed-history)
9088 (serial-no-speed, serial-mode-line-speed-menu)
9089 (serial-mode-line-config-menu): New variables and constants.
9090 (serial-name-history, serial-speed-history)
9091 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9092 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9093 (serial-mode-line-speed-menu, serial-update-speed-menu)
9094 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9095 (serial-update-config-menu): New functions.
9096
9097 2008-06-13 Glenn Morris <rgm@gnu.org>
9098
9099 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9100
9101 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9102
9103 2008-06-13 Kenichi Handa <handa@m17n.org>
9104
9105 * cus-face.el (custom-face-attributes): Add :foundry.
9106
9107 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9108 (face-x-resources): Add :foundry.
9109 (face-valid-attribute-values): Likewise.
9110 (face-attribute-name-alist): Likewise.
9111 (describe-face): Likewise.
9112
9113 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9116
9117 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * longlines.el (longlines-search-forward, longlines-search-backward)
9120 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9121
9122 2008-06-12 Sam Steingold <sds@gnu.org>
9123
9124 * vc.el (vc-rename-file): DTRT when the destination is a directory
9125 name and the source is a file.
9126
9127 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9130
9131 2008-06-12 Glenn Morris <rgm@gnu.org>
9132
9133 * progmodes/f90.el (f90-beginning-of-subprogram)
9134 (f90-end-of-subprogram): Only give a message when interactive.
9135
9136 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9137
9138 * progmodes/cperl-mode.el (cperl-info-on-command):
9139 Use display-pixel-height rather than x-display-pixel-height.
9140
9141 * mail/rmailedit.el (rmail-cease-edit):
9142 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9143
9144 * emulation/edt.el (edt-xserver):
9145 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9146
9147 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9148
9149 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9150 Evaluate definitions when compiling. Reverse tests.
9151
9152 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9153 use unless.
9154
9155 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9156
9157 * textmodes/artist.el (x-pointer-shape):
9158 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9159 (x-open-connection, x-server-max-request-size, x-get-resource):
9160 * term/w32console.el (x-setup-function-keys):
9161 * term/w32-win.el (x-parse-geometry, x-resource-name)
9162 (generate-fontset-menu, image-library-alist, x-open-connection)
9163 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9164 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9165 (x-get-resource):
9166 * term/mac-win.el (x-parse-geometry, x-resource-name)
9167 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9168 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9169 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9170 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9171 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9172 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9173 (tooltip-identifier-from-point, define-fringe-bitmap):
9174 * play/gamegrid.el (image-size):
9175 * play/bubbles.el (image-size):
9176 * mail/emacsbug.el (x-server-vendor, x-server-version):
9177 * international/mule-util.el (internal-char-font):
9178 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9179 (fontset-alias-alist, fontset-list, fontset-plain-name):
9180 * international/mule-cmds.el (x-server-vendor, x-server-version):
9181 * international/fontset.el (font-encoding-charset-alist)
9182 (otf-script-alist, new-fontset, set-fontset-font)
9183 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9184 (fontset-list, query-fontset, x-get-resource):
9185 * emulation/edt.el (x-server-vendor):
9186 * emulation/edt-mapper.el (x-server-vendor):
9187 * emacs-lisp/map-ynp.el (x-popup-dialog):
9188 * emacs-lisp/lmenu.el (x-popup-dialog):
9189 * x-dnd.el (x-window-property, x-change-window-property)
9190 (x-get-selection-internal):
9191 * woman.el (x-list-fonts):
9192 * w32-fns.el (x-server-version):
9193 * tooltip.el (x-show-tip, x-hide-tip):
9194 * tool-bar.el (image-mask-p):
9195 * thumbs.el (image-size):
9196 * term.el (overflow-newline-into-fringe):
9197 * subr.el (scroll-bar-scale):
9198 * startup.el (x-get-resource, tool-bar-mode, image-size):
9199 * select.el (x-get-selection-internal, x-own-selection-internal)
9200 (x-disown-selection-internal):
9201 * mouse.el (generate-fontset-menu):
9202 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9203 * image.el (image-library-alist):
9204 * image-mode.el (image-size, image-refresh):
9205 * image-dired.el (clear-image-cache):
9206 * gs.el (x-display-mm-width, x-display-pixel-width)
9207 (x-display-mm-height, x-display-pixel-height)
9208 (x-change-window-property, x-display-grayscale-p, x-window-property):
9209 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9210 (x-focus-frame, x-list-fonts, x-display-screens)
9211 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9212 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9213 (x-display-planes, x-display-color-cells, x-display-visual-class):
9214 * faces.el (internal-face-x-get-resource)
9215 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9216 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9217 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9218 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9219 (tool-bar-setup):
9220 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9221 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9222 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9223 * descr-text.el (internal-char-font):
9224 Define for compiler, for builds without X.
9225
9226 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9229
9230 2008-06-11 Glenn Morris <rgm@gnu.org>
9231
9232 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9233 before trying to move there.
9234 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9235 is non-nil, indent most terminating statements like loop body.
9236
9237 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9238 Gregorian date, and add it, not the local date, to diary-entries-list.
9239 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9240
9241 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * progmodes/compile.el (compilation-filter): Fix up last change.
9244
9245 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9246
9247 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9248 (gpm-mouse-mode): Make it into a proper global minor mode.
9249
9250 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9251 if the user enabled recursive-minibuffers.
9252
9253 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9254 Add support for scroll-other-window.
9255
9256 2008-06-11 Jason Rumney <jasonr@gnu.org>
9257
9258 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9259 Use tmm-menubar if menu is disabled in this frame.
9260
9261 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9262 from frame type, per documentation. Add w32 case.
9263
9264 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * minibuffer.el (completion--merge-suffix): New function.
9267 (completion-basic-try-completion): Use it.
9268 (completion-pcm--find-all-completions): Add argument `filter'.
9269 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9270 New functions.
9271 (completion-pcm-try-completion): Use them.
9272
9273 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9274 (turn-off-xterm-mouse-tracking): Use terminal-list.
9275
9276 * cus-start.el (underline-minimum-offset): Rename from
9277 x-underline-minimum-display-offset.
9278
9279 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9280
9281 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9282
9283 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * mouse.el (mouse-select-font): New function.
9286
9287 * faces.el (face-spec-recalc): When the face is set using
9288 Customize, avoid recalculating it twice.
9289
9290 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9291 Font" menu item to it. Apply selected font to all frames, and
9292 make it savable.
9293 (menu-bar-options-save): Save `default' font if changed.
9294
9295 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * ffap.el (ffap-string-at-point-mode-alist):
9298 Use alpha rather than lower.
9299
9300 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9301
9302 * subr.el (momentary-string-display): Use an overlay.
9303
9304 * progmodes/compile.el (compilation-mode):
9305 Set window-point-insertion-type.
9306 (compilation-filter): Don't use insert-before-markers any more.
9307 * emacs-lisp/trace.el (trace-make-advice):
9308 Set window-point-insertion-type in the trace buffer.
9309 * startup.el (normal-top-level): Set window-point-insertion-type in
9310 *Messages*.
9311 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9312 (telnet-filter): Don't use insert-before-markers any more.
9313 * comint.el (comint-mode): Set window-point-insertion-type.
9314 (comint-output-filter): Don't use insert-before-markers any more.
9315 * button.el (make-text-button): Allow `start' to be a string.
9316
9317 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9318
9319 * emacs-lisp/autoload.el (autoload-rubric):
9320 Fix coding cookie not to force Unix EOL.
9321
9322 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9323
9324 * window.el (window--splittable-p, window--try-to-split-window):
9325 Don't use with-selected-window to avoid messing up get-lru-window.
9326 Reported by David Hansen <david.hansen@gmx.net>.
9327
9328 2008-06-10 Glenn Morris <rgm@gnu.org>
9329
9330 * subr.el (locate-library): Doc fix.
9331
9332 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9333 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9334 Check tool-bar-map is bound, for non-X builds.
9335
9336 * net/newsticker-reader.el (newsticker--next-item-image)
9337 (newsticker--previous-item-image, newsticker--previous-feed-image)
9338 (newsticker--next-feed-image, newsticker--mark-read-image)
9339 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9340 (newsticker--get-all-image, newsticker--update-image)
9341 (newsticker--browse-image): Check xpm images are available.
9342 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9343 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9344
9345 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9346 (newsticker--plainview-tool-bar-map, newsticker-mode):
9347 Check tool-bar-map is bound, for non-X builds.
9348 (w3m-toggle-inline-image): Declare.
9349
9350 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9351
9352 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9353
9354 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9355 (finder-compile-keywords): Move let to where needed.
9356 (finder-mouse-face-on-line): Go back one more line if needed.
9357 (finder-list-matches): Use cadr.
9358 (finder-goto-xref): New function.
9359 (finder-commentary): Add buttons to jump to foo.el libraries.
9360
9361 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * apropos.el (apropos-function, apropos-macro, apropos-command)
9364 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9365 (apropos-plist): Add apropos-short-label property.
9366 (apropos-multi-type): New variables.
9367 (apropos-command, apropos-value): Set it.
9368 (apropos-compact-layout): New custom.
9369 (apropos-print, apropos-print-doc): Use it.
9370 (apropos-print): Truncate lines.
9371
9372 2008-06-09 Kenichi Handa <handa@m17n.org>
9373
9374 * international/fontset.el (font-encoding-alist):
9375 Add an entry for "ascii-0".
9376
9377 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9378
9379 * language/hanja-util.el (hanja-init-load): Show the message only
9380 when loading a table.
9381
9382 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9383
9384 * net/newsticker-treeview.el (newsticker-treeview):
9385 * net/newsticker-plainview.el (newsticker-plainview):
9386 Add autoload cookie.
9387
9388 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9389
9390 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9391 -reader, -plainview, and -treeview.
9392 (newsticker-version): Change to 1.99.
9393
9394 * net/newsticker-backend.el: New. Move backend functionality from
9395 newsticker.el to newsticker-backend.el.
9396 (newsticker--download-logos): New.
9397 (newsticker--sentinel-callback): New.
9398 (newsticker--set-customvar): Remove. Split up into specific
9399 functions related to retrieval, ticker, buffer, and display.
9400 (newsticker--set-customvar-retrieval): New. Extracted from
9401 `newsticker--set-customvar'.
9402 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9403 (newsticker-url-list-defaults):
9404 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9405 (newsticker-url-list): Doc changed. URL can be a function.
9406 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9407 (newsticker-retrieval-method): New.
9408 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9409 (newsticker-retrieval-interval):
9410 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9411 (newsticker-desc-comp-max): Change :group.
9412 (newsticker--cache): Doc changed.
9413 (newsticker--guid-to-string): New.
9414 (newsticker--guid): Use `newsticker--guid-to-string'.
9415 (newsticker--real-feed-name): New.
9416 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9417 (newsticker-start): Use `insert-file-contents' for reading cache.
9418 Use `newsticker--start-feed'.
9419 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9420 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9421 Use `newsticker--stop-feed'.
9422 (newsticker-save-item): New.
9423 (newsticker--get-news-by-funcall): New.
9424 (newsticker-get-news): Handle new retrieval methods.
9425 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9426 (newsticker--sentinel-work): New. Extracted from
9427 `newsticker--sentinel'. Use `newsticker--download-logos',
9428 `newsticker--sentinel-callback'.
9429 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9430 (newsticker--parse-atom-1.0): Fix link determination.
9431 (newsticker--parse-rss-0.91): Fix time determination.
9432 (newsticker--parse-rss-0.92): Fix time determination.
9433 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9434 (newsticker--parse-generic-feed): New arg order in
9435 `newsticker--cache-add'.
9436 (newsticker--parse-generic-items): Fix for multiple items.
9437 New arg order in `newsticker--cache-add'.
9438 (newsticker--forget-preformatted): Check whether
9439 `newsticker--buffer-set-uptodate' is fbound.
9440 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9441 (newsticker--decode-rfc822-date): Partial timezone handling.
9442 (newsticker--cache-contains): Fix guid problem.
9443 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9444 (newsticker--cache-save): New.
9445 (newsticker--cache-update): Use temp buffer.
9446 (newsticker--stat-num-items): Allow multiple AGE args.
9447 (newsticker--stat-num-items-total): New.
9448 (newsticker--opml-import-outlines): New.
9449 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9450 (newsticker--do-run-auto-mark-filter): Doc changed.
9451 (newsticker-retrieve-random-message): New.
9452
9453 * net/newsticker-ticker.el: New. Move ticker functionality from
9454 net/newsticker.el to net/newsticker-ticker.el.
9455 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9456 `newsticker--ticker-timer'.
9457 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9458 to `newsticker--ticker-timer'.
9459 (newsticker--set-customvar-ticker): New. Extracted from
9460 `newsticker--set-customvar'.
9461 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9462 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9463 for :set. Change :group.
9464 (newsticker-scroll-smoothly): Doc changed. Change :group.
9465 (newsticker-hide-immortal-items-in-echo-area)
9466 (newsticker-hide-old-items-in-echo-area)
9467 (newsticker-hide-obsolete-items-in-echo-area):
9468 Use `newsticker--set-customvar-ticker for :set. Change :group.
9469 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9470 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9471 to `newsticker-ticker-interval'.
9472 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9473 `newsticker--ticker-timer'.
9474
9475 * net/newsticker-reader.el: New. Move reader functionality from
9476 net/newsticker.el to net/newsticker-reader.el.
9477 (newsticker--set-customvar-formatting): New. Extracted from
9478 `newsticker--set-customvar'.
9479 (newsticker-reader, newsticker-frontend): New.
9480 (newsticker-enable-logo-manipulations): Change :group.
9481 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9482 for :set. Change :group.
9483 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9484 for :set. Change :group.
9485 (newsticker-html-renderer): Doc changed.
9486 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9487 (newsticker-date-format):
9488 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9489 (newsticker--insert-enclosure):
9490 Rename `newsticker--buffer-insert-enclosure' to
9491 `newsticker--insert-enclosure'. Add keymap arg.
9492 (newsticker--print-extra-elements):
9493 Rename `newsticker--buffer-print-extra-elements' to
9494 `newsticker--print-extra-elements'. Add keymap arg.
9495 (newsticker--do-print-extra-element):
9496 Rename `newsticker--buffer-do-print-extra-element' to
9497 `newsticker--do-print-extra-element'. Add keymap arg.
9498 (newsticker-show-news): Use `newsticker-frontend'.
9499
9500 * net/newsticker-plainview.el: New. Move plainview functionality
9501 from net/newsticker.el to net/newsticker-reader.el.
9502 (newsticker-plainview): New.
9503 (newsticker--set-customvar-sorting): New. Extracted from
9504 `newsticker--set-customvar'.
9505 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9506 for :set. Changed :group.
9507 (newsticker-heading-format, newsticker-item-format)
9508 (newsticker-desc-format, newsticker-statistics-format):
9509 Use `newsticker--set-customvar-formatting for :set. Change :group.
9510 (newsticker-faces): Change :group.
9511 (newsticker-default-face): Enable again.
9512 (newsticker-hide-old-items-in-newsticker-buffer)
9513 (newsticker-show-descriptions-of-new-items):
9514 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9515 (newsticker-show-all-news-elements): Change :group.
9516 (newsticker-plainview-hooks): New.
9517 (newsticker-select-item-hook, newsticker-select-feed-hook)
9518 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9519 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9520 to `newsticker--plainview-tool-bar-map'.
9521 (newsticker--url-keymap): Add mouse-1 binding.
9522 (newsticker-plainview): New.
9523 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9524 (newsticker--buffer-do-insert-text): Use renamed
9525 newsticker--[buffer-]insert-enclosure and
9526 newsticker--[buffer-]print-extra-elements.
9527 (newsticker--buffer-set-faces): Use newsticker-default-face.
9528
9529 * net/newsticker-treeview.el: New.
9530
9531 2008-06-08 Andreas Schwab <schwab@suse.de>
9532
9533 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9534
9535 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9536
9537 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9538 empty line.
9539
9540 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9541
9542 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9543
9544 * window.el (split-height-threshold, split-width-threshold):
9545 Add choice nil.
9546 (split-window-preferred-function): Allow either nil or a function.
9547 (window--splittable-p, window--try-to-split-window):
9548 Handle changed option values.
9549
9550 (window--frame-usable-p): Handle nil argument.
9551
9552 (display-buffer): Call get-lru-window when pop-up-windows is nil
9553 and window can't be split.
9554
9555 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9558
9559 * net/tramp.el (top): Quote feature names. Remove
9560 `tramp-rfn-eshadow-setup-minibuffer' from
9561 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9562 (tramp-read-passwd): There is only one call to
9563 `auth-source-user-or-password' needed. Pacify byte compiler.
9564
9565 2008-06-08 Andreas Schwab <schwab@suse.de>
9566
9567 * window.el (display-buffer): Use lru window if current window
9568 cannot be split.
9569
9570 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * apropos.el (apropos-library): New command and new button.
9573 (apropos-library-button): New function.
9574
9575 * apropos.el: Remove spurious * in docstrings.
9576 (apropos-label-face): Use variable pitch.
9577 (apropos-print): Use dolist and with-current-buffer.
9578 (apropos-print-doc): Use when.
9579
9580 * window.el (special-display-p, display-buffer):
9581 Fix up C->Elisp transcription error.
9582
9583 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9586 (byte-compile-file): Initialize it.
9587 (byte-compile-nogroup-warn): Keep track of the current group.
9588
9589 2008-06-08 Glenn Morris <rgm@gnu.org>
9590
9591 * Makefile.in (compile, compile-always, bootstrap-prepare):
9592 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9593
9594 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9595
9596 * language/hanja-util.el (hanja-init-load): Use a char-table for
9597 hanja-table.
9598 (hangul-to-hanja-char): Adjust for the above change.
9599
9600 2008-06-07 Glenn Morris <rgm@gnu.org>
9601
9602 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9603 lm-keywords.
9604
9605 * mail/sendmail.el (mail-interactive): Add :version.
9606
9607 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9608 obsolete alias.
9609
9610 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9611 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9612 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9613 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9614 * eshell/esh-util.el, international/mule-cmds.el:
9615 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9616 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9617 Remove unnecessary eval-when-compiles and eval-and-compiles.
9618
9619 * Makefile.in (bootstrap-clean): Run autogen-clean.
9620 (maintainer-clean): No need to run autogen-clean now it is included in
9621 bootstrap-clean.
9622
9623 2008-06-06 Miles Bader <miles@gnu.org>
9624
9625 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9626
9627 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9628
9629 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9630 longlines mode.
9631
9632 * replace.el (replace-search-function)
9633 (replace-re-search-function): New vars.
9634 (perform-replace): Use them.
9635
9636 * longlines.el (longlines-re-search-forward): New function.
9637 (longlines-mode): Bind replace-search-function and
9638 replace-re-search-function, to ensure that replacement commands
9639 treat newlines as spaces.
9640 (longlines-show-effect): Default to a pilcrow sign.
9641
9642 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * help.el (function-called-at-point):
9645 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9646 even when calling find-tag-default.
9647
9648 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9649
9650 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9651 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9652 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9653 (nxml-fontify-buffer, nxml-do-fontify):
9654 Remove obsolete variables and functions.
9655 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9656 (nxml-degrade, nxml-after-change, nxml-after-change1)
9657 (nxml-extend-region, nxml-extend-after-change-region)
9658 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9659 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9660 font-lock-extend-region-functions in particular, to fontify
9661 nxml-mode buffers.
9662 (nxml-debug-region): New debugging helper function.
9663
9664 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9665 (nxml-scan-after-change, nxml-move-tag-backwards):
9666 Adapt for font-lock changes.
9667
9668 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9669 (nxml-debug-set-inside, nxml-debug-clear-inside):
9670 New debugging functions.
9671 (nxml-with-degradation-on-error): New helper macro.
9672
9673 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9674
9675 * window.el (display-buffer): Remove dead call to get-lru-window.
9676
9677 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * mail/sendmail.el (mail-interactive): Change default.
9680
9681 2008-06-05 John Paul Wallington <jpw@pobox.com>
9682
9683 * bindings.el (completion-ignored-extensions):
9684 Add .p64fsl, .d64fsl, and .dx64fsl.
9685
9686 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * ffap.el (ffap-prompter): Don't use the region.
9689
9690 2008-06-05 Sam Steingold <sds@gnu.org>
9691
9692 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9693 subdirectory to be registered.
9694
9695 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9696
9697 * window.el (display-buffer-function, special-display-p)
9698 (special-display-buffer-names, special-display-regexps)
9699 (special-display-function, same-window-p, same-window-buffer-names)
9700 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9701 (pop-up-frame-function, pop-up-windows, even-window-heights)
9702 (split-window-preferred-function, split-height-threshold)
9703 (window--display-buffer-1, display-buffer, pop-to-buffer):
9704 Move from window.c and buffer.c.
9705 (window--splittable-p, window--try-to-split-window)
9706 (window--frame-usable-p, window--display-buffer-2)
9707 (window--even-window-heights): New functions.
9708 (split-width-threshold): New option.
9709 (split-window-preferred-horizontally): Remove.
9710
9711 * cus-start.el: Remove corresponding declarations.
9712
9713 2008-06-05 Sam Steingold <sds@gnu.org>
9714
9715 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9716 an error on modified buffers.
9717
9718 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9721 tags-file-name and tags-table-list from the right buffer.
9722 (tags-table-check-computed-list, tags-table-extend-computed-list)
9723 (find-tag-noselect): Use with-current-buffer.
9724
9725 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9726 Use print-circle.
9727
9728 * minibuffer.el (minibuffer-local-must-match-filename-map):
9729 Declare obsolete alias for the old name.
9730
9731 * abbrev.el (unexpand-abbrev): Better preserve markers.
9732
9733 2008-06-05 Glenn Morris <rgm@gnu.org>
9734
9735 * emacs-lisp/autoload.el (autoload-rubric): New function,
9736 extracted from autoload-ensure-default-file.
9737 (autoload-ensure-default-file): Use autoload-rubric.
9738
9739 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9740 (custom-dependencies-no-scan-regexp): New variable.
9741 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9742 Don't scan files matching custom-dependencies-no-scan-regexp.
9743 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9744
9745 * finder.el (finder-headmark): Initialize and add doc string.
9746 (generated-finder-keywords-file): Doc fix.
9747 (finder-no-scan-regexp): New variable.
9748 (finder-compile-keywords): Use a single let binding.
9749 Disable undo in the output buffer. Use autoload-rubric.
9750 Use mapc rather than mapcar. Don't scan files matching
9751 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9752 rather than concat. Use directory-files to do regexp matching.
9753 No need to require jka-compr.
9754 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9755 (finder-list-matches): Disable undo.
9756 (finder-commentary): Use let rather than let*. Disable undo.
9757 (finder-current-item): Use zerop.
9758 (finder-mode): Use define-derived-mode.
9759 (finder-exit): Doc fix. Use dolist.
9760
9761 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9762 (custom-deps): Don't require $(lisp)/cus-load.el.
9763 (custom-deps, finder-data): Don't depend on autoloads.
9764 Should not be needed now, and doing so was causing make install to
9765 re-dump emacs post-bootstrap.
9766 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9767 mid-build forces some things to be rebuilt.
9768
9769 2008-06-05 Miles Bader <miles@gnu.org>
9770
9771 * face-remap.el
9772 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9773 (face-remap-remove-relative): Renamed from
9774 `remove-relative-face-remapping'.
9775 (face-remap-reset-base): Renamed from
9776 `set-default-base-face-remapping'.
9777 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9778 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9779 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9780 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9781
9782 * face-remap.el (variable-pitch-mode): Autoload.
9783
9784 2008-06-04 Sam Steingold <sds@gnu.org>
9785
9786 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9787 Generate extra status headers for a Mercurial tree.
9788
9789 2008-06-04 John Paul Wallington <jpw@pobox.com>
9790
9791 * echistory.el (electric-history-map): Define within defvar.
9792 Add docstring.
9793
9794 * font-lock.el (font-lock-turn-off-thing-lock)
9795 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9796 Use `bound-and-true-p'.
9797 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9798 Doc fixes.
9799
9800 * international/ccl.el (define-ccl-program): Add `doc-string'
9801 declaration.
9802
9803 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9804
9805 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9806 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9807
9808 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9809
9810 * emacs-lisp/rx.el (rx): Doc fix.
9811
9812 2008-06-04 Markus Triska <markus.triska@gmx.at>
9813
9814 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9815
9816 2008-06-04 Miles Bader <miles@gnu.org>
9817
9818 * face-remap.el (adjust-buffer-face-height): New function.
9819 Add autoloaded keybindings in ctl-x-map.
9820 (increase-buffer-face-height, decrease-buffer-face-height):
9821 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9822
9823 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9824
9825 * simple.el (line-move-1): If we did not move as far as desired,
9826 ensure that point-left and point-entered hooks are called.
9827
9828 2008-06-03 Sam Steingold <sds@gnu.org>
9829
9830 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9831
9832 2008-06-03 John Paul Wallington <jpw@pobox.com>
9833
9834 * progmodes/make-mode.el (makefile-cleanup-continuations)
9835 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9836 Use `derived-mode-p'.
9837
9838 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9839
9840 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9841 (ELCFILES): Update.
9842
9843 2008-06-03 Miles Bader <miles@gnu.org>
9844
9845 * face-remap.el: New file.
9846 * Makefile.in (ELCFILES): Add face-remap.elc.
9847
9848 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9851 buffer isn't dead.
9852
9853 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9854 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9855 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9856 * obsolete/auto-show.el, obsolete/hscroll.el:
9857 Remove packages that were obsolete in Emacs-20, or that were obsolete
9858 in Emacs-21 and do not contain any more code.
9859
9860 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9861 vc-client-mode is not set.
9862
9863 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9864 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9865
9866 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9867 yet a bit more clever at distinguishing / from /.
9868
9869 2008-06-03 Kenichi Handa <handa@m17n.org>
9870
9871 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9872
9873 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9874
9875 * language/hanja-util.el: New file.
9876
9877 2008-06-03 Glenn Morris <rgm@gnu.org>
9878
9879 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9880 Check that end-of-word follows "type".
9881
9882 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9883
9884 * epa-file.el (epa-file-write-region): Write the entire buffer
9885 content if START is nil.
9886
9887 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9888
9889 * select.el (x-get-selection): Fix typo.
9890
9891 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9894 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9895
9896 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9899 user&group.
9900
9901 2008-05-31 John Paul Wallington <jpw@pobox.com>
9902
9903 * help-fns.el (describe-variable-custom-version-info):
9904 Handle dotted `package-version' info.
9905
9906 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9907
9908 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9909
9910 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9911
9912 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9913 names and improve support for unregistered files.
9914
9915 2008-05-31 Glenn Morris <rgm@gnu.org>
9916
9917 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9918 Remove shell variable `elc'. Split tests to hopefully be more portable.
9919 Fix `sel' assignment.
9920
9921 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * minibuffer.el (completion-table-dynamic): Doc fix.
9924
9925 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9928 Try and return `unregistered' when applicable.
9929
9930 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9931 Don't encourage naming variables with "-flag".
9932
9933 2008-05-30 Glenn Morris <rgm@gnu.org>
9934
9935 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9936 make it milder when it does.
9937 (autogen-clean): New target.
9938 (maintainer-clean): Use autogen-clean.
9939
9940 * calendar/diary-lib.el (diary-display-function): New name for
9941 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9942 Change custom type and version.
9943 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9944 (diary-fancy-display): Doc fixes.
9945 (diary-list-entries, diary-include-other-diary-files)
9946 (diary-mail-entries):
9947 Use diary-display-function rather than diary-display-hook.
9948
9949 * calendar/appt.el (appt-check): Use diary-display-function rather than
9950 diary-display-hook.
9951 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9952 diary-display-function replacing diary-display-hook.
9953 * org/org-agenda.el (org-get-entries-from-diary): Also set
9954 diary-display-function.
9955
9956 * calendar/cal-html.el (cal-html-list-diary-entries):
9957 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9958 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
9959 argument of diary-list-entries rather than setting diary-display-hook.
9960
9961 2008-05-30 Kenichi Handa <handa@m17n.org>
9962
9963 * international/mule-conf.el (utf-8-with-signature): Renamed from
9964 utf-8-sig.
9965 (utf-8-auto): Adjusted for the above change.
9966
9967 * international/mule-diag.el (describe-font): Don't check fontset
9968 here, and just call font-info. Get the default font by from the
9969 default face.
9970
9971 2008-05-29 Kenichi Handa <handa@m17n.org>
9972
9973 * international/mule-conf.el (utf-8-sig, utf-8-auto):
9974 New coding systems.
9975
9976 * international/mule.el (define-coding-system): Accept :bom for utf-8.
9977
9978 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
9979
9980 * international/utf-7.el (utf-7-encode): Use the right escape char
9981 depending on imap/nonimap encoding.
9982
9983 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
9986
9987 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * icomplete.el (icomplete-prospects-height): Add :group.
9990
9991 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * icomplete.el (icomplete-prospects-length): Make obsolete.
9994 (icomplete-prospects-height): New var.
9995 (icomplete-completions): Use it.
9996
9997 2008-05-29 David Kastrup <dak@gnu.org>
9998
9999 * autoinsert.el (auto-insert): Add :link.
10000
10001 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * tar-mode.el (tar-header): New field `header-start'.
10004 (tar-header-block-tokenize): Set it when useful.
10005 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10006 (tar-header-data-end): New function.
10007 (tar-summarize-buffer): Use it.
10008 (tar-next-line): Fix goal column for long usernames.
10009 (tar-expunge-internal): Use header-start.
10010 (tar-rename-entry): Handle ustar-style long names.
10011 (tar-alter-one-field): Add optional `descriptor' argument.
10012 (tar-subfile-save-buffer): Use it.
10013
10014 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * tar-mode.el (tar-header): New field `header-start'.
10017 (tar-header-block-tokenize): Set header-start for longlink entries.
10018 (tar-expunge-internal): Use header-start to expunge longlink entries.
10019
10020 * files.el (hack-local-variables): Don't signal an error if the local
10021 variable section is not properly terminated.
10022
10023 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10024 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10025 the caching so it also works for identical entries.
10026
10027 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10028 (tar-mode): Use write-region-annotate-functions rather than
10029 write-contents-functions.
10030 (tar-extract): Remove unused var `pos'.
10031 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10032 (tar-mode-write-file): Remove.
10033 (tar-write-region-annotate): New function.
10034
10035 * progmodes/flymake.el (flymake-save-buffer-in-file):
10036 * shadowfile.el (shadow-copy-file):
10037 * arc-mode.el (archive-*-write-file-member):
10038 * files.el (diff-buffer-with-file):
10039 * subr.el (with-temp-file): Pass nil to write-region.
10040 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10041
10042 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10043 the custom.
10044
10045 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10046 to write-region.
10047
10048 2008-05-28 Glenn Morris <rgm@gnu.org>
10049
10050 * Makefile.in (update-elclist): Work around non-portability of "\"
10051 in various implementations of echo.
10052
10053 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * international/mule-diag.el (describe-current-coding-system):
10056 Don't assume selection-coding-system is always defined.
10057
10058 * tar-mode.el: Use defstruct and markers.
10059 (tar-setf): Remove.
10060 (tar-header): Use defstruct. Add `data-start' field.
10061 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10062 (tar-desc-data-start): Remove (now called tar-header-data-start).
10063 (tar-roundup-512): New fun.
10064 (tar-header-block-tokenize): Receive a buffer position rather than
10065 a string. Handle @longLink here, be more careful about it.
10066 Create a marker for data-start.
10067 (tar-summarize-buffer): Don't handle @LongLink here any more.
10068 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10069 data-start on the following entries any more.
10070 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10071
10072 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10073 (tar-header-offset): Remove.
10074 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10075 Not permanent any more.
10076 (tar-data-buffer): New var.
10077 (tar-data-swapped-p, tar-change-major-mode-hook)
10078 (tar-mode-kill-buffer-hook): New funs.
10079 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10080 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10081 (tar-clear-modification-flags, tar-alter-one-field)
10082 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10083 Change accordingly.
10084
10085 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10086
10087 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10088 (vc-dir-resynch-file): ... this. Update callers.
10089 Use vc-string-prefix-p. Ignore directory args.
10090 (vc-string-prefix-p): CSE.
10091 (vc-resynch-buffer): Restore conditional.
10092
10093 * vc-hooks.el (vc-after-save): Improve test.
10094 (vc-mode-line): Fix indentation.
10095
10096 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10097
10098 * calendar/parse-time.el (parse-time-months)
10099 (parse-time-weekdays): Add long-form month and day names.
10100
10101 2008-05-27 Glenn Morris <rgm@gnu.org>
10102
10103 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10104
10105 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * vc-dispatcher.el (vc-string-prefix-p): New function.
10108 (vc-dir-parent-marked-p): Use it.
10109
10110 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10111
10112 * vc.el (Problems): Remove fixed issues.
10113 (vc-expand-dirs): Avoid returning directories.
10114 (vc-dir): Fix C-x v v binding.
10115 (vc-make-backend-object): Fix name.
10116 (vc-dir-show-fileentry): Fix docstring.
10117 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10118 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10119 Reset the state for directories.
10120 (vc-dir-headers): Align labels.
10121 (vc-default-status-printer): Do no call prettify-state-info.
10122 (vc-deduce-fileset): Replace implementation with one based on a
10123 working older version.
10124 (vc-next-action): Use the new form of vc-deduce-fileset.
10125 Fix dealing with unregistered files.
10126
10127 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10128 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10129 (vc-dir-child-files): New function.
10130 (vc-dir-node-directory): New function.
10131 (vc-dir-update, vc-dir-parent-marked-p)
10132 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10133 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10134
10135 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10136
10137 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10140 (diff-font-lock-keywords, diff-context->unified)
10141 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10142 (diff-hunk-text, diff-find-source-location): Use it.
10143 (diff-post-command-hook): Let the user edit the hunk headers.
10144
10145 2008-05-26 Andreas Schwab <schwab@suse.de>
10146
10147 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10148 unknown state.
10149
10150 * tar-mode.el (tar-summarize-buffer): Comment fix.
10151
10152 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10155
10156 2008-05-26 Glenn Morris <rgm@gnu.org>
10157
10158 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10159
10160 2008-05-25 John Paul Wallington <jpw@pobox.com>
10161
10162 * proced.el (proced-next-line, proced-previous-line):
10163 Avoid calling `next-line' and `previous-line' from Lisp code.
10164
10165 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10166
10167 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10168 Use diary-ordinal-suffix.
10169
10170 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10171
10172 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10173 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10174 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10175 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10176 (edebug-print-length, edebug-print-level, edebug-print-circle)
10177 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10178 (edebug-global-break-condition, edebug-sit-for-seconds):
10179 Remove spurious * from defcustom docstrings.
10180 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10181 Improve argument/docstring consistency.
10182 (edebug-test-coverage, edebug-gensym, edebug-read)
10183 (edebug-top-level-nonstop, edebug-eval-result-list)
10184 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10185 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10186 (edebug-display-freq-count): Reflow docstrings.
10187 (edebug-restore-status): Doc fix.
10188
10189 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * proced.el (proced-header-line): Use the :align-to 0 feature
10192 rather than computing the corresponding position manually.
10193 (proced-update): Don't hardcode point-min==1.
10194
10195 2008-05-24 Alan Mackenzie <acm@muc.de>
10196
10197 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10198 if c-file-style is set to a non-string.
10199
10200 (c-neutralize-CPP-line): Surround by `save-excursion'.
10201 (c-neutralize-syntax-in-CPP): Optimize for speed.
10202
10203 2008-05-24 Glenn Morris <rgm@gnu.org>
10204
10205 * Makefile.in (update-elclist): New target, to update ELCFILES.
10206 (bootstrap-after): Run update-elclist.
10207
10208 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10209
10210 * icalendar.el (icalendar-version): Increase to "0.19".
10211 (icalendar--date-style): New function.
10212 (icalendar--datetime-to-diary-date): Doc fix.
10213 Use icalendar--date-style.
10214 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10215 (icalendar--convert-yearly-to-ical)
10216 (icalendar--convert-recurring-to-diary): Handle iso date style,
10217 use icalendar-date-style.
10218
10219 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10220
10221 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10222 vc-dir buffers are updated.
10223
10224 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10227
10228 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10229
10230 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10231 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10232 (reftex-extra-bindings): Use it.
10233
10234 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10235 away from the user-reserved keys.
10236
10237 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10238 New vars.
10239 (ada-create-keymap): Use them.
10240
10241 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10244 a properly-grouped regexp.
10245
10246 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * progmodes/cap-words.el (capitalized-words-mode):
10249 Fix typos in docstring.
10250
10251 2008-05-23 Kenichi Handa <handa@m17n.org>
10252
10253 * international/mule-conf.el: Don't define the charset `emacs'
10254 here, just put :docstring, :short-name, and :long-name.
10255
10256 2008-05-22 Kenichi Handa <handa@m17n.org>
10257
10258 * international/mule-diag.el (font-show-log): Limit each listing
10259 to 20 items.
10260
10261 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10262
10263 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10264 (gdb-annotation-rules): New entry for "thread-changed".
10265 (gdb-thread-changed): New function.
10266
10267 2008-05-23 Glenn Morris <rgm@gnu.org>
10268
10269 * Makefile.in (SOURCES): Remove, unused.
10270 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10271 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10272 Exclude more '*loaddefs' files.
10273 (compile-always): Simplify '.elc' deletion.
10274
10275 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10278 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10279
10280 * minibuffer.el (completion-boundaries): Change calling
10281 convention, so `string' has the same semantics as in
10282 try-completion and all-completions.
10283 (completion-table-with-context, completion--embedded-envvar-table)
10284 (completion--file-name-table)
10285 (completion-pcm--find-all-completions): Adjust code accordingly.
10286
10287 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10290 prune image-mode-winprops-alist, preventing it from growing
10291 indefinitely.
10292 (image-mode-reapply-winprops): Use it.
10293
10294 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10295
10296 * net/netrc.el (netrc-machine): Always match if the port is not given.
10297
10298 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * minibuffer.el (completion-pcm--find-all-completions):
10301 Don't add pseudo-completions.
10302
10303 * icomplete.el (icomplete-eoinput): Remove.
10304 (icomplete-overlay): New var to replace it.
10305 (icomplete-tidy): Rewrite.
10306 (icomplete-exhibit): Use an overlay.
10307 (icomplete-completions): Use completion-all-sorted-completions.
10308 Obey completion-ignore-case.
10309
10310 * files.el (locate-dominating-file): Accept non-existing argument.
10311 (project-find-settings-file): Rewrite, using locate-dominating-file.
10312
10313 2008-05-22 Kenichi Handa <handa@m17n.org>
10314
10315 * faces.el (font-weight-table, font-slant-table, font-width-table):
10316 Delete them. Don't call internal-set-font-style-table.
10317
10318 * international/mule-diag.el (font-show-log): New function.
10319
10320 * international/fontset.el (script-representative-chars): Add more
10321 chars for latin. Add data for symbol.
10322 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10323
10324 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * minibuffer.el (completion-all-sorted-completions): New var.
10327 (completion--flush-all-sorted-completions)
10328 (completion-all-sorted-completions): New functions.
10329 (minibuffer-force-complete): New command.
10330
10331 2008-05-21 Glenn Morris <rgm@gnu.org>
10332
10333 * files.el (c-postprocess-file-styles): Declare for compiler.
10334
10335 * Makefile.in: Allow for parallel byte-compiling.
10336 (ELCFILES): New variable.
10337 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10338 (compile-first, compile-main, compile-last): New targets.
10339 (compile-always): Simplify - delete .elc files, then `make compile'.
10340
10341 * Makefile.in (compile-calc): Use glob rather than find.
10342 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10343
10344 * eshell/esh-module.el: No need for cl when compiling.
10345
10346 * eshell/eshell.el (eshell-defgroup): New alias.
10347 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10348 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10349 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10350 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10351 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10352 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10353 Autoload the custom group. Set generated-autoload-file.
10354 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10355 for eshell-defgroup.
10356 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10357 Require esh-groups rather than loading it.
10358
10359 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10360
10361 * proced.el (proced-header-line): New variable and new function.
10362 (proced-mode): Set header-line-format.
10363 (proced-update): Set proced-header-line.
10364 (proced-send-signal): Use proced-header-line.
10365
10366 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * macros.el (insert-kbd-macro): Use prin1-char.
10369
10370 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * minibuffer.el (completion-boundaries): New function.
10373 (completion--some): Delay errors.
10374 (complete-with-action, completion-table-with-context):
10375 Handle `boundaries' case.
10376 (completion--try-word-completion): Avoid partial-completion
10377 when the user hasn't entered anything yet.
10378 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10379 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10380 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10381 Setup default keybindings.
10382 (completion--embedded-envvar-re): New var.
10383 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10384 (completion--file-name-table): Handle `boundaries' case.
10385 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10386 (completion-pcm--all-completions): Add a `prefix' arg.
10387 (completion-pcm--find-all-completions): New function.
10388 (completion-pcm-all-completions, completion-pcm-try-completion):
10389 Use it.
10390
10391 * icomplete.el (icomplete-completions): Don't use `predicate' with
10392 a table of a different type than `candidates'.
10393
10394 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10395
10396 * proced.el (proced-goal-column): Rename from proced-procname-column.
10397 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10398 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10399 (proced-header-face, proced-header-regexp): Remove.
10400 (proced-font-lock-keywords): Remove proced-header-face.
10401 (proced-header-alist, proced-sorting-schemes-re): New variables.
10402 (proced): Rename Proced buffer to *Proced*.
10403 (proced-next-line, proced-previous-line): New commands.
10404 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10405 (proced-hide-processes): Do not treat first line as special.
10406 (proced-header-space): New function.
10407 (proced-update): Use header-line-format.
10408 Initialize proced-header-alist and proced-sorting-schemes-re.
10409 Set proced-goal-column. Include proced-command in mode-name.
10410 (proced-send-signal): Use header-line-format for *Marked
10411 Processes* buffer.
10412 (proced-sort): Restrict minibuffer completion to applicable
10413 sorting schemes.
10414 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10415
10416 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * icomplete.el (icomplete-simple-completing-p):
10419 Allow icomplete-with-completion-tables to say "use it everywhere".
10420 (icomplete-completions): Obey completion-styles. Try to accommodate
10421 partial-completion style.
10422
10423 2008-05-20 Michael Olson <mwolson@gnu.org>
10424
10425 * files.el (project-find-settings-file): Change concat to
10426 expand-file-name.
10427
10428 2008-05-19 Tom Tromey <tromey@redhat.com>
10429
10430 * files.el (normal-mode): Call hack-project-variables.
10431 (hack-local-variables-confirm): Add 'project' argument.
10432 (hack-local-variables-apply): New function.
10433 (hack-local-variables): Use it.
10434 (project-class-alist, project-directory-alist): New variables.
10435 (project-get-alist): New function.
10436 (project-collect-bindings-from-alist)
10437 (project-collect-binding-list, set-directory-project)
10438 (project-find-settings-file, project-define-from-project-file)
10439 (hack-project-variables): New functions.
10440
10441 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10444
10445 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10446
10447 * faces.el (font-weight-table): Fix typo in docstring.
10448
10449 2008-05-18 David Hull <david@snap.com> (tiny change)
10450
10451 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10452 (vc-hg-annotate-command): Allow white space before version number.
10453
10454 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10455
10456 * calc/calc-yank.el (calc-register-alist): New variable.
10457 (calc-set-register, calc-get-register, calc-copy-to-register)
10458 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10459 (calc-prepend-to-register): New functions.
10460
10461 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10462 `calc-copy-to-register' and `calc-insert-register'.
10463 Autoload new register functions.
10464
10465 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10466 functions.
10467
10468 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10469
10470 * vc.el (Todo): Add known problems.
10471 (vc-dir-backend): New variable.
10472 (vc-dir): Set it.
10473 (vc-make-backend-object, vc-generic-status-printer)
10474 (vc-generic-state, vc-generic-status-fileinfo-extra)
10475 (vc-dir-extra-menu): Use it.
10476 (vc-generic-dir-headers): Remove, unused.
10477
10478 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10479 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10480 (vc-dir-mode-map): Fix bindings.
10481
10482 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10483
10484 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10485
10486 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10487 operated on.
10488 (calc-kill-region): Kill entire lines.
10489
10490 2008-05-17 Glenn Morris <rgm@gnu.org>
10491
10492 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10493 simplify initial value.
10494 (defezimage): Drop support for Emacs without defimage, use a featurep
10495 test rather than fboundp when defining, drop with-no-warnings.
10496 (ezimage-insert-over-text): Move featurep test inside
10497 add-text-properties.
10498
10499 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10500
10501 * net/tramp.el (top-level): Load auth-source when compiling.
10502
10503 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10504
10505 2008-05-17 Andreas Schwab <schwab@suse.de>
10506
10507 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10508
10509 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10510
10511 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10512 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10513
10514 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10515
10516 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10517
10518 2008-05-17 Jim Meyering <meyering@redhat.com>
10519
10520 * ido.el (ido-save-history): Do not emit a trailing newline at the
10521 end of the ido history file.
10522
10523 2008-05-16 John Paul Wallington <jpw@pobox.com>
10524
10525 * vc-dispatcher.el (top-level): Revert previous change: require cl
10526 when compiling.
10527
10528 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10529
10530 * vc.el (vc-default-status-printer)
10531 (vc-default-prettify-state-info): Enhance the state prettyprinter
10532 to deal better with unknown states and indirect through it when
10533 painting vc-dir buffers.
10534
10535 2008-05-16 John Paul Wallington <jpw@pobox.com>
10536
10537 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10538 (vc-dir-mode-map): Fix backquote.
10539 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10540
10541 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10544 Reported by Glenn Morris <rgm@gnu.org>.
10545
10546 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10547
10548 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10549 the end of the file, it was good work at one time but has been
10550 stale since 1995 and may now be actively misleading.
10551 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10552 CVS repository and module (assumptions for the latter a bit iffy).
10553 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10554 SVN repository.
10555
10556 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10557
10558 * vc-rcs.el (vc-rcs-create-tag):
10559 * vc-sccs.el (vc-sccs-create-tag):
10560 Fix typo in error message and pass backend arg.
10561
10562 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10565
10566 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10567
10568 * net/tramp.el: Load auth-source library.
10569 (tramp-read-passwd): Use it for password, not login.
10570
10571 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10572
10573 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10574 (ses-print-cell): Use string-width, truncate-string-to-width,
10575 delete-region rather than length, substring, delete-char.
10576 (ses-setup): Set inhibit-point-motion-hooks to t.
10577 Calculate position by actually moving point rather than just using
10578 unibyte character length.
10579 (ses-mode): Set indent-tabs-mode to nil.
10580 (ses-center): Use string-width rather than length.
10581
10582 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10583
10584 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10585 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10586 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10587 vc-*-create-tag and vc-*-retrieve-tag respectively.
10588
10589 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10590 unneeded defalias.
10591
10592 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10593
10594 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10595 about buffer names.
10596
10597 2008-05-15 Glenn Morris <rgm@gnu.org>
10598
10599 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10600
10601 * org/org-exp.el (org-infojs-options-inbuffer-template):
10602 Fix declaration.
10603
10604 * progmodes/cc-mode.el (declare-function): Add compat definition.
10605 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10606
10607 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10608
10609 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10610 list to a cons so the caller can get back both expanded and
10611 unexpanded filesets.
10612 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10613 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10614 Change handling of selection-set returns as required.
10615
10616 2008-05-15 John Paul Wallington <jpw@pobox.com>
10617
10618 * add-log.el (top-level): Don't require cl when compiling.
10619
10620 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10621 (archive-*-extract): Use `zerop'.
10622 (archive-*-write-file-member): Use `or', use `zerop'.
10623
10624 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10625
10626 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10627 (ibuffer-mark-interactive, ibuffer-set-mark)
10628 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10629 (ibuffer-map-lines, ibuffer-switch-format)
10630 (ibuffer-update-title-and-summary)
10631 (ibuffer-redisplay-engine): Use it.
10632
10633 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10634 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10635 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10636 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10637 (ibuffer-mark-read-only-buffers)
10638 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10639
10640 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10641 (define-ibuffer-column, define-ibuffer-sorter)
10642 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10643 containing indentation specs, replacing equivalent top-level
10644 forms that set `lisp-indent-function' properties.
10645 (define-ibuffer-op): Use `derived-mode-p'.
10646 (define-ibuffer-filter): Remove redundant `concat' call.
10647
10648 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10649
10650 * net/tramp.el (tramp-echo-mark): Update docstring.
10651 (tramp-echo-mark-marker): New defconst.
10652 (tramp-check-for-regexp): Use it.
10653
10654 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10655
10656 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10657 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10658 as parent.
10659
10660 2008-05-14 John Paul Wallington <jpw@pobox.com>
10661
10662 * international/mule.el (convert-define-charset-argument):
10663 Remove period from end of error message.
10664 (coding-system-mnemonic): Doc fix.
10665 (ctext-pre-write-conversion): Doc fix.
10666
10667 2008-05-14 Simon Marshall <simon@gnu.org>
10668
10669 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10670 from its default value and give it the risky-local-variable
10671 property (CVE-2008-2142).
10672
10673 2008-05-14 Kenichi Handa <handa@m17n.org>
10674
10675 * language/korean.el ("Korean"): Set `iso639-language'
10676 property to `ko'.
10677
10678 * language/japanese.el ("Japanese"): Set `iso639-language'
10679 property to `ja'.
10680
10681 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10682 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10683 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10684
10685 * international/mule-cmds.el (set-language-environment):
10686 Set current-iso639-language.
10687
10688 * international/fontset.el (setup-default-fontset): For kana, han,
10689 hangul, and cjk-misc, move an entry with font-spec at the end.
10690 (generate-fontset-menu): Exclude fontset-auto* from the list.
10691
10692 * composite.el (compose-chars-after): Assume that WINDOW is always
10693 non-nil.
10694
10695 * faces.el (font-weight-table, font-slant-table)
10696 (font-swidth-table): Declare them by defconst. Change the format
10697 of elements. Call internal-set-font-style-table after their
10698 declaration.
10699 (face-valid-attribute-values): Call font-family-list. Get values
10700 for width, weight, and slant from font-xxx-table.
10701
10702 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10703
10704 2008-05-13 John Paul Wallington <jpw@pobox.com>
10705
10706 * ibuffer.el (ibuffer-buffer-file-name): New function.
10707 (define-ibuffer-column filename): Use it.
10708
10709 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10710
10711 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10714 as a string.
10715 (talk-add-display): Simplify. Accept only string args.
10716
10717 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10718
10719 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10720
10721 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * Makefile.in (bootstrap-prepare): Don't chmod files.
10724 (autoloads): Do it here instead, where it's actually needed.
10725
10726 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10729 KEY-BINDING-DATA field in menu-item list.
10730
10731 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10732
10733 * dired.el (dired-read-dir-and-switches): Move things about to use less
10734 recursion during macroexpansion.
10735
10736 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10737
10738 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10739 completion-ignored-extension directories if there's something else.
10740 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10741 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10742 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10743 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10744 buffer-read-only -> inhibit-read-only.
10745
10746 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10747
10748 * vc.el (vc-expand-dirs): Stop this function from tossing out
10749 explicitly specified files.
10750
10751 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10754 to `insert'.
10755
10756 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10757
10758 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10759 cons. Use vc-annotate-backend.
10760 (with-vc-file, edit-vc-file): Remove unused macros.
10761
10762 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10763
10764 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10765 (smtpmail-try-auth-methods): Use it.
10766
10767 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10770 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10771
10772 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10773
10774 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10775
10776 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10779 (vc-bzr-revision-completion-table): Use process-file.
10780 (vc-bzr-working-revision): Pass relative file names.
10781
10782 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10783
10784 2008-05-11 Juri Linkov <juri@jurta.org>
10785
10786 * wid-edit.el (widget-image-directory): Change default image data
10787 subdirectory from "custom" to "images/custom".
10788
10789 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10790 before recursive call to `Info-next-preorder' to not add
10791 intermediate nodes to the history.
10792
10793 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10794
10795 * emulation/cua-base.el: Put isearch-scroll property
10796 on cua-scroll-up and cua-scroll-down.
10797
10798 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10799
10800 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10801
10802 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10803
10804 * vc-dispatcher.el (ewoc): Require.
10805 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10806
10807 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10808
10809 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * term/w32-win.el (x-colors):
10812 * term/mac-win.el (x-colors):
10813 * term/x-win.el (x-colors): Re-order colors.
10814
10815 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10816
10817 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10818
10819 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10820
10821 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10822 New functions implementing motion to next and previous directory.
10823
10824 * vc-arch.el (vc-arch-command):
10825 * vc-bzr.el (vc-bzr-command):
10826 * vc-cvs.el (vc-cvs-command):
10827 * vc-dispatcher.el (vc-do-command):
10828 * vc-git.el (vc-git-command):
10829 * vc-hg.el (vc-hg-command):
10830 * vc-mcvs.el (vc-mvcs-command):
10831 * vc-mtn.el (vc-mtn-command):
10832 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10833 (vc-sccs-workfile-unchanged-p):
10834 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10835 * vc-rcs.el (all methods): Remove assumption about what a nil
10836 argument to vc-do-command means. This means no buffer name needs
10837 to be hardcoded into the dispatcher layer, and it's better to be
10838 explicit anyway.
10839
10840 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10841
10842 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10843
10844 * vc.el: Update todo.
10845
10846 * vc-sccs.el (vc-sccs-dir-status):
10847 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10848 backends and returning up to date files.
10849
10850 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10851
10852 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10853
10854 * vc.el (vc-dir):
10855 * vc-hooks.el: Tweak the VC directory bindings. These are now
10856 documented in the manual.
10857
10858 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10859 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10860 (vc-dispatcher-selection-set): Allow callers to pass in an
10861 observer flag that says no buffer sync is required.
10862 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10863 Use the observer flag.
10864
10865 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10866
10867 * simple.el (start-file-process): Clarify docstring.
10868
10869 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10870
10871 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10872 Remove stub implementations of, and references to, wash-log.
10873 * vc-rcs.el (vc-rcs-comment-history):
10874 * vc-cvs.el (vc-cvs-comment-history):
10875 Inline the code that used to be wash-log.
10876
10877 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10878 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10879 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10880 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10881 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10882 (vc-rcs-print-log): Grok directories.
10883
10884 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * vc.el (vc-mark-resolved): Add `backend' argument.
10887 (vc-next-action): Pass it the backend.
10888 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10889 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10890 (vc-default-comment-history, vc-default-create-snapshot)
10891 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10892 (vc-annotate-revision-previous-to-line)
10893 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10894 * vc-svn.el (vc-svn-checkout):
10895 * vc-mcvs.el (vc-mcvs-checkout):
10896 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10897 (vc-working-revision, vc-before-save, vc-mode-line):
10898 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10899
10900 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10901 state to be consistent since it's often an unwarranted restriction.
10902 Don't return the state either.
10903 (vc-next-action): Check that the state is consistent.
10904 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10905 (vc-rollback, vc-update): Adapt to new return value of
10906 vc-deduce-fileset.
10907
10908 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10909 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10910 (vc-dispatcher-in-fileset-p): New fun.
10911 (vc-dispatcher-selection-set): Use it to properly handle directories.
10912
10913 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10914
10915 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10916 (vc-update): Remove unused let bindings.
10917
10918 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10919
10920 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10921 (vc-diff, vc-revert, vc-rollback, vc-update):
10922 * vc-dispatcher.el (vc-dispatcher-selection-set):
10923 Get rid of 4 special cases in fileset selection. This involved
10924 changing the return value of (vc-deduce-fileset) so that it passes
10925 back a deduced state as well as a deduced back end.
10926
10927 2008-05-08 Sam Steingold <sds@gnu.org>
10928
10929 * progmodes/compile.el (compilation-minor-mode-map)
10930 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10931 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10932 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10933
10934 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * org/org.el (org-modules, org-format-latex-options):
10937 * org/org-archive.el (org-archive-stamp-time)
10938 (org-archive-save-context-info):
10939 * org/org-faces.el (org-hide):
10940 * org/org-irc.el (org-irc-parse-link):
10941 * org/org-macs.el (org-call-with-arg, org-autoload):
10942 * org/org-mew.el (org-mew-store-link):
10943 * org/org-remember.el (org-remember-store-without-prompt)
10944 (org-remember-templates): Fix typos in docstrings.
10945
10946 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10947
10948 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10949 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10950 (org-bbdb-anniv-split): Fix typos in docstrings.
10951
10952 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10953 (org-publish-use-timestamps-flag): Reflow docstring.
10954 (org-publish-files-alist): Fix typos in docstring.
10955
10956 2008-05-07 Sam Steingold <sds@gnu.org>
10957
10958 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
10959 appears to be too aggressive with window removal.
10960
10961 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
10962
10963 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10964 Add leda and 0in as pragma keywords.
10965 (verilog-pretty-expr): Support lining up assignments which include
10966 part selects.
10967 (verilog-mode): More portable check for the availability of
10968 hideshow support.
10969 (verilog-do-indent): Remove special indent for declarations inside
10970 a parenthetical list. The code is ill-advised, and doesn't work
10971 given the new user defined types.
10972 (verilog-set-auto-endcomments): Enhance function automatic
10973 endcomment to support functions that return user defined types.
10974 (verilog-mode): Add code to tell which-function-mode minor mode
10975 that Verilog supports this feature.
10976
10977 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10978
10979 * epa-file.el: Require epa-hook.
10980
10981 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
10982
10983 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
10984 file-names clashes on 8+3 filesystems. Provide epa-hook.
10985
10986 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
10987 file-names clashes on 8+3 filesystems.
10988
10989 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
10990
10991 * org/org.el (org-read-date-get-relative): Interpret lone
10992 weekday abbreviation as relative to today.
10993
10994 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10995
10996 * abbrev.el (define-abbrev-table):
10997 * composite.el (toggle-auto-composition):
10998 * json.el (json-alist-p, json-plist-p):
10999 * minibuffer.el (completion-table-with-predicate):
11000 * ps-mule.el (ps-mule-external-libraries):
11001 * emacs-lisp/advice.el (ad-special-form-p):
11002 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11003 * eshell/em-smart.el (eshell-review-quick-commands):
11004 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11005 (python-skip-out, python-check-comint-prompt):
11006 Don't use `iff' in docstrings.
11007
11008 * international/robin.el (robin-package-alist): Fix typo in docstring.
11009 (robin-current-package-name): Doc fix.
11010 (robin-activate): Don't use `iff' in docstring.
11011
11012 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11013
11014 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11015 The code uses a ewoc-based implementation now.
11016 * vc-hooks.el: Support for Meta-CVS has been removed.
11017
11018 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * tool-bar.el: Choose images dynamically.
11021 (tool-bar-make-keymap, tool-bar-find-image): New function.
11022 (tool-bar-find-image-cache): New var.
11023 (tool-bar-local-item, tool-bar-local-item-from-menu):
11024 Don't select the image yet, do it later in tool-bar-make-keymap.
11025
11026 2008-05-07 Andreas Schwab <schwab@suse.de>
11027
11028 * window.el: Require 'cl when compiling.
11029
11030 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11031
11032 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11033
11034 2008-05-07 Glenn Morris <rgm@gnu.org>
11035
11036 * subr.el (ignore-errors): Move here from cl-macs.el.
11037 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11038
11039 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11040 oddness.
11041
11042 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11043
11044 * vc-hooks.el (vc-find-file-hook):
11045 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11046 further from vc.el.
11047 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11048
11049 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11050
11051 * progmodes/verilog-mode.el (verilog-getopt-file):
11052 Cleanup warning message format.
11053 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11054 (verilog-auto-inout, verilog-auto-inout-module)
11055 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11056 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11057 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11058 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11059 (verilog-auto-unused, verilog-auto-wire)
11060 (verilog-decls-get-assigns, verilog-decls-get-consts)
11061 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11062 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11063 (verilog-decls-get-ports, verilog-decls-get-regs)
11064 (verilog-decls-get-signals, verilog-decls-get-wires)
11065 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11066 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11067 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11068 (verilog-inject-sense, verilog-library-filenames)
11069 (verilog-mode-release-date, verilog-mode-version)
11070 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11071 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11072 (verilog-modi-get-assigns, verilog-modi-get-consts)
11073 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11074 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11075 (verilog-modi-get-ports, verilog-modi-get-regs)
11076 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11077 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11078 (verilog-modi-get-wires, verilog-preserve-cache)
11079 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11080 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11081 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11082 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11083 Add caching of additional state, and rework signal extraction
11084 routines to improve AUTO expansion performance by 300%++.
11085
11086 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11089 Tweak Open Watcom regexp to distinguish between errors and warnings.
11090
11091 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * dired.el (dired-read-dir-and-switches): Fix up last change.
11094
11095 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11096
11097 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11098 out of this function, move it to vc-dispatcher-selection-set.
11099
11100 2008-05-05 Sam Steingold <sds@gnu.org>
11101
11102 * window.el (delete-other-windows-vertically): New function.
11103
11104 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * dired.el (dired-read-dir-and-switches):
11107 Obey read-file-name-completion-ignore-case.
11108
11109 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11110
11111 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11112 Add regexp for Open Watcom compiler output.
11113
11114 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11115
11116 * progmodes/python.el (python-block-pairs): Align finally with except.
11117
11118 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11121
11122 2008-05-05 Tom Tromey <tromey@redhat.com>
11123
11124 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11125 looking at conflict marker.
11126
11127 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11130 client-mode -> vc-client-object, and guess `funcall' was meant.
11131 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11132
11133 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11134
11135 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11136 (dbus-debug): Move declarations outside eval-when-compile.
11137
11138 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11139
11140 * proced.el (proced-command-alist): Fix system-type values.
11141 Fix defcustom.
11142 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11143 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11144 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11145 (proced-update): Use proced-sorting-scheme. Update modeline.
11146 (proced-send-signal): Use nreverse.
11147 (proced-sorting-scheme-p): New function.
11148
11149 2008-05-04 Andreas Schwab <schwab@suse.de>
11150
11151 * vc.el: Require dired when compiling.
11152
11153 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11154
11155 2008-05-03 Glenn Morris <rgm@gnu.org>
11156
11157 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11158 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11159 Simplify compilation requirements.
11160 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11161 declarations.
11162
11163 2008-05-03 Dave Love <fx@gnu.org>
11164
11165 * progmodes/python.el (python-beginning-of-statement):
11166 Loop at least once (fixes 2008-02-21 change).
11167
11168 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11169
11170 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11171 instead of `length' for comparing length of user and group names.
11172
11173 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11174
11175 * vc-dispatcher.el: New file, separates out the UI and command
11176 execution machinery from VCS-specific logic left in vc.el.
11177 The separation is not yet completely clean, but it's a good start.
11178 * vc.el: This file is about 1700 lines shorter now.
11179 Remove obsolete logentry-check from the backend API.
11180 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11181 implementation of the logentry-check method, and it guarded against
11182 a log length limit that has probably been obsolete for 15 years (!).
11183
11184 2008-05-02 Sam Steingold <sds@gnu.org>
11185
11186 * progmodes/compile.el (compilation-start): Move setting of
11187 compilation-directory after (funcall mode) as that resets local
11188 variables, this fixes recompile in grep buffers.
11189 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11190 in dired &c).
11191
11192 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11193
11194 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11195 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11196 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11197 has one of these and that all are called in compatible ways.
11198 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11199 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11200 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11201 backend has one of these.
11202
11203 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11206 initialization into define-abbrev-table. Use :regexp.
11207 (octave-mode-syntax-table): Don't set word syntax for `.
11208
11209 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11210 than only value.
11211
11212 * dired.el (dired-read-dir-and-switches):
11213 Set minibuffer-completing-file-name and call substitute-in-file-name.
11214 (dired-format-columns-of-files): Use completion--insert-strings.
11215
11216 * minibuffer.el (completion-hilit-commonality): Revert last change:
11217 the leftover code was actually useful.
11218 (completion--insert-strings): Use string-width rather than length.
11219
11220 2008-05-02 Sam Steingold <sds@gnu.org>
11221
11222 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11223 (vc-at-event): New macro: run the body at the even location.
11224 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11225 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11226 * subr.el (mouse-event-p): Check if the event is mouse-related.
11227
11228 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11229
11230 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11231 Don't throw error if no file is found.
11232
11233 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11234
11235 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11236 (vc-default-state-heuristic): Doc fix.
11237
11238 2008-05-02 Richard Sharman <rsharman@pobox.com>
11239
11240 * hilit-chg.el (highlight-changes-mode): Remove references to
11241 hooks that no longer exist. Because define-minor-mode is used the
11242 hook highlight-changes-mode-hook exists and can do what both the
11243 old hooks used to do. The documentation at the top of the file
11244 was updated to demonstrate this.
11245 (highlight-changes-mode): Remove commented out call to a hook
11246 function that is no longer there.
11247 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11248
11249 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11250
11251 * vc.el (vc-default-dired-state-info): Change name of primitive
11252 to prettify-state-info, in preparation for ripping out dired mode.
11253 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11254 to prettify-state-info, in preparation for ripping out dired mode.
11255 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11256 tries this on a version-controlled buffer. It will do useless or
11257 actively bad things on any version control system newer than RCS.
11258 * vc-hooks.el (vc-dired-resynch-file):
11259 * vc.el (vc-dired-resynch-file): Change name of primitive to
11260 vc-directory-resynch-file, preparing to remove dired.
11261
11262 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11263
11264 * vc-rcs.el (vc-rcs-state): Fix typos.
11265
11266 * vc.el (vc-register): Change argument order so that the prefix
11267 argument is assigned correctly.
11268 (vc-next-action, vc-dir-register): Update for the above change.
11269
11270 2008-05-01 Juri Linkov <juri@jurta.org>
11271
11272 * replace.el (occur-read-primary-args): Set default to the car of
11273 regexp-history and display it in the prompt, but don't add to the
11274 list of minibuffer defaults. Bind history-add-new-input to nil to
11275 not add automatically `default'. For empty input return `default'.
11276 Otherwise, add `input' to regexp-history and return it.
11277 (occur-1): Signal an error for the empty regexp.
11278
11279 * progmodes/compile.el (compilation-auto-jump):
11280 Set window point to `pos' explicitly.
11281
11282 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11283
11284 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11285 when appropriate.
11286 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11287 we report the 'unregistered state reliably.
11288 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11289 we report the 'unregistered state reliably.
11290 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11291 we report the 'unregistered state reliably.
11292 * vc-hooks.el (vc-state): Document that vc-unregistered is
11293 now expected to be returned reliably.
11294 * vc.el (vc-default-dired-state): Change needs-patch state to
11295 needs-update, since the name now shows up in dir-status listings
11296 and was somewhat misleading.
11297 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11298 immediately after removing the file.
11299 * vc.el (vc-next-action): More informative messages when a fileset
11300 is in a mixed state or files are missing.
11301
11302 2008-05-01 Sam Steingold <sds@gnu.org>
11303
11304 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11305
11306 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11309
11310 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11311
11312 * epa-file-hook.el: New file split from epa-file.el.
11313 * epa-file.el: Require 'epa-file-hook.
11314 (epa-file-handler): Add autoload cookie.
11315 * loadup.el: Load epa-file-hook.
11316 * startup.el (command-line): Eval the body of auto-encryption-mode.
11317
11318 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11319
11320 * vc.el (vc-dir-mode-map): Don't bind "r".
11321
11322 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11323 (vc-hg-status-printer): New function.
11324 (vc-hg-after-dir-status): Deal with copied and renamed files.
11325 (vc-hg-dir-status): Add flag to show copied files.
11326
11327 2008-05-01 John Paul Wallington <jpw@pobox.com>
11328
11329 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11330 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11331 sorting mode was recency.
11332
11333 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11334 reverse sorting order if last sorting mode was the sorter's.
11335
11336 2008-05-01 Jason Rumney <jasonr@gnu.org>
11337
11338 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11339
11340 2008-04-30 John Paul Wallington <jpw@pobox.com>
11341
11342 * ibuffer.el (define-ibuffer-column filename): When the major mode
11343 is `vc-dir-mode' show the buffer's default directory.
11344
11345 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11346 major mode is `vc-dir-mode' use the buffer's default directory.
11347
11348 2008-04-30 Sam Steingold <sds@gnu.org>
11349
11350 * vc.el (vc-dir-delete-file): Add.
11351 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11352 (vc-delete-file): Do not barf when the file has been already deleted.
11353
11354 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11357
11358 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * progmodes/octave-mod.el (octave-help): New function.
11361 * progmodes/octave-hlp.el: Delete.
11362 * info-look.el (octave-mode): Add operator index.
11363
11364 * vc.el (vc-checkout): Typo.
11365
11366 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11367
11368 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11369 Add "..." in the appropriate places.
11370
11371 * epa.el (epa-key-list-mode-map): Add more menu entries.
11372 Add "..." in the appropriate places.
11373
11374 * dired.el (dired-mode-map): Add :help.
11375
11376 * vc.el (vc-deduce-fileset): Add new parameter.
11377 (vc-dir-marked-only-files): New function.
11378 (vc-next-action): Don't ignore directories, look at the files
11379 inside them.
11380 (vc-dir-mode): Document how the mark/unmark commands work.
11381
11382 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11385 Rule out trailing spaces in file and directory names as well.
11386
11387 * minibuffer.el (completion--do-completion): Move point even if the
11388 completion makes no change.
11389 (completion-pcm-try-completion): Fix computation of new point.
11390
11391 2008-04-30 David Hansen <david.hansen@gmx.net>
11392
11393 * dired.el: Require 'cl.
11394
11395 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11396
11397 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11398 hollow if not in innermost frame.
11399
11400 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 Make `checkout-model' apply to filesets.
11403 * vc-hooks.el (vc-checkout-model): Rewrite.
11404 (vc-before-save, vc-after-save): Adjust callers accordingly.
11405 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11406 (vc-transfer-file): Adjust callers accordingly.
11407 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11408 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11409 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11410 instead of vc-checkout-model.
11411 * vc-mcvs.el (vc-mcvs-revert):
11412 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11413 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11414 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11415 * vc-svn.el (vc-svn-checkout-model):
11416 * vc-hg.el (vc-hg-checkout-model):
11417 * vc-git.el (vc-git-checkout-model):
11418 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11419
11420 * dired.el (dired-read-dir-and-switches): Replace last change with
11421 a new approach that mixes read-file-name and read-directory-name.
11422
11423 * files.el (read-buffer-to-switch):
11424 Avoid making assumptions about `other-buffer'.
11425
11426 2008-04-29 Sam Steingold <sds@gnu.org>
11427
11428 * vc.el (vc-dir-mode-hook): Add normal hook.
11429 (vc-dir-mode): Run it.
11430
11431 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11434 Always split windows.
11435 (gdb-speedbar-timer-fn): Only raise frame after user input.
11436 (gdb-same-frame): Reverse initial value.
11437 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11438
11439 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11440 gdb-speedbar-timer-fn.
11441
11442 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11445
11446 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11447
11448 * epa.el (epa-key-list-mode-map): Add menu.
11449 (epa-delete-keys, epa-import-keys): Fix typo.
11450
11451 2008-04-29 Glenn Morris <rgm@gnu.org>
11452
11453 * find-cmd.el (top-level): Does not need cl when compiling.
11454
11455 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11456
11457 * find-cmd.el: New file.
11458
11459 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11462 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11463 (completion-pcm--hilit-commonality): New function.
11464 (completion-pcm-all-completions): Use it.
11465
11466 * minibuffer.el (completion-common-substring): Mark obsolete.
11467 (completions-first-difference, completions-common-part):
11468 Move from simple.el.
11469 (completion-hilit-commonality): New fun.
11470 (display-completion-list, completion-emacs21-all-completions)
11471 (completion-emacs22-all-completions): Use it.
11472 * simple.el (completions-first-difference, completions-common-part):
11473 Move to minibuffer.el.
11474 (choose-completion-string): Use field functions and minibufferp.
11475 (completion-setup-function): Don't set completions faces.
11476
11477 2008-04-29 Glenn Morris <rgm@gnu.org>
11478
11479 * calendar/calendar.el (calendar-nth-named-absday)
11480 (calendar-nth-named-day):
11481 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11482 * calendar/holidays.el (holiday-float): Doc fixes.
11483
11484 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11485 the `full' case.
11486
11487 * org/org-agenda.el (calendar-iso-from-absolute):
11488 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11489 Fix declarations.
11490
11491 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11492
11493 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11494 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11495 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11496 (gdb-assembler-custom): Be careful not to match other addresses.
11497
11498 2008-04-29 Jason Rumney <jasonr@gnu.org>
11499
11500 * battery.el (battery-status-function): Use w32-battery-status
11501 on Windows.
11502 (battery-echo-area-format): Make apm format the general case.
11503 (battery-mode-line-format): Merge apm and pmset formats as the
11504 general case.
11505
11506 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11509 Use gud-tool-bar-item-visible-no-fringe.
11510 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11511 is already visible in frame. Remove optional size parameter
11512 and add optional frame parameter.
11513
11514 * progmodes/gud.el (gud-display-line): Only consider visible
11515 frames when looking for source buffer.
11516
11517 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11520 argument to get-char-property, in case the current buffer hasn't
11521 been assigned to that window yet.
11522 (doc-view-display): Default to selected window if the current
11523 buffer hasn't been assigned to a window yet.
11524
11525 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11526
11527 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11528
11529 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11530
11531 * net/tramp.el (tramp-mode): New defcustom.
11532 (tramp-file-name-handler, tramp-completion-file-name-handler):
11533 Use it.
11534 (tramp-replace-environment-variables): Handle "$$".
11535
11536 2008-04-28 Sam Steingold <sds@gnu.org>
11537
11538 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11539
11540 2008-04-28 Bastien Guerry <bzg@altern.org>
11541
11542 * whitespace.el (whitespace-trailing): Fix typo.
11543
11544 2008-04-28 Sam Steingold <sds@gnu.org>
11545
11546 * textmodes/remember.el (diary-make-entry): Update the autoload.
11547
11548 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11551 all-completions.
11552
11553 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11554
11555 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11556
11557 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11558
11559 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11560 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11561 (vc-dir-mark-file): Add an optional argument.
11562 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11563
11564 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11565
11566 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11567 rather than obsolete alias find-file-hooks.
11568 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11569 Use find-file-hook rather than obsolete alias find-file-hooks.
11570 Add to find-file-not-found-functions.
11571 (epa-file-handler): Put 'safe-magic and 'operations properties.
11572
11573 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11574 (epa-menu-items): Remove.
11575
11576 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11577 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11578 (epa-dired-mode, epa-global-dired-mode): Remove.
11579
11580 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11581
11582 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11583
11584 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11585
11586 2008-04-27 Glenn Morris <rgm@gnu.org>
11587
11588 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11589 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11590
11591 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11592
11593 * org/org.el (org-html-level-start): Always have id's in HTML.
11594 (org-export-as-html): Use `org-link-protocols' to
11595 retrieve the export form of the link.
11596 (org-add-link-type): Final parameter renamed from PUBLISH.
11597 Better documentation of how it is to be used. Avoid double entries for
11598 the same link type.
11599 (org-add-link-props): New function.
11600 (org-modules-loaded): New variable.
11601 (org-load-modules-maybe, org-set-modules): New function.
11602 (org-modules): New option.
11603 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11604 (orgtbl-mode, org-store-link, org-insert-link-global)
11605 (org-open-at-point): Call `org-load-modules-maybe'.
11606 (org-search-view): Add more text properties.
11607 (org-agenda-schedule, org-agenda-deadline): Allow also in
11608 search-type agendas.
11609 (org-search-view): Order of arguments has been changed.
11610 Interpret prefix-arg as TODO-ONLY.
11611 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11612 Take new argument order of `org-search-view' into account.
11613 (org-todo-only): New variable.
11614 (org-search-syntax-table): New variable and function.
11615 (org-search-view): Do the search with the special syntax table.
11616 (define-obsolete-function-alias): Make work with XEmacs.
11617 (org-add-planning-info): Use old date as default when modifying an
11618 existing deadline or scheduled item.
11619 (org-agenda-compute-time-span): Make argument N optional.
11620 (org-agenda-format-date-aligned): Require `cal-iso'.
11621 (org-agenda-list): Include week into agenda heading, don't
11622 list it at each date (only on Mondays).
11623 (org-read-date-analyze): Define local variable `iso-date'.
11624 (org-agenda-format-date-aligned): Remove dependency on
11625 `calendar-time-from-absolute'.
11626 (org-remember-apply-template, org-go-to-remember-target):
11627 Interpret filenames relative to `org-directory'.
11628 (org-complete): Silently fail when trying to complete
11629 keywords that don't have a default value.
11630 (org-get-current-options): Add a #+DATE: option.
11631 (org-additional-option-like-keywords): Remove "DATE:" from the
11632 list of additional keywords.
11633 (org-export-as-html): Remove (current-time) as unnecessary second
11634 argument of `format-time-string'.
11635 (org-clock-find-position): Handle special case at end of buffer.
11636 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11637 `org-agenda-change-time-span'.
11638 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11639 `org-agenda-change-time-span'.
11640 (org-agenda-month-view): New argument MONTH, pass it on to
11641 `org-agenda-change-time-span'.
11642 (org-agenda-year-view): New argument YEAR, pass it on to
11643 `org-agenda-change-time-span'.
11644 (org-agenda-change-time-span): New optional argument N, pass it on
11645 to `org-agenda-compute-time-span'.
11646 (org-agenda-compute-time-span): New argument N, interpret it by
11647 changing the starting day.
11648 (org-small-year-to-year): New function.
11649 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11650 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11651 into the future, and that the shift is at least one interval, never 0.
11652 (org-update-checkbox-count): Fix bug with checkbox counting.
11653 (org-add-note): New command.
11654 (org-add-log-setup): Rename from `org-add-log-maybe'.
11655 (org-log-note-headings): New entry for plain notes (i.e. notes not
11656 related to state changes or clocking).
11657 (org-get-org-file): Check for availability of `remember-data-file'.
11658 (org-cached-entry-get): Allow a regexp value for
11659 `org-use-property-inheritance'.
11660 (org-use-property-inheritance): Allow regexp value. Fix bug in
11661 customization type.
11662 (org-use-tag-inheritance): Allow a list and a regexp value for
11663 this variable.
11664 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11665 (org-entry-get): Respect value `selective' for the INHERIT argument.
11666 (org-tag-inherit-p, org-property-inherit-p): New functions.
11667 (org-agenda-format-date-aligned): Allow 10 characters for
11668 weekday, to accommodate German locale.
11669 (org-add-archive-files): New function.
11670 (org-agenda-files): New argument `ext', to get archive files as well.
11671 (org-tbl-menu): Protect the use of variables that
11672 are only available when org-table.el gets loaded.
11673 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11674 single directory.
11675 (org-open-file): Allow a batch process to trigger
11676 waiting after executing a system command.
11677 (org-store-link): Link to headline when there is not
11678 target and no region in an org-mode buffer when creating a link.
11679 (org-link-types-re): New variable.
11680 (org-make-link-regexps): Compute `org-link-types-re'.
11681 (org-make-link-description-function): New option.
11682 (org-agenda-date, org-agenda-date-weekend): New faces.
11683 (org-archive-sibling-heading): New option.
11684 (org-archive-to-archive-sibling): New function.
11685 (org-iswitchb): New command.
11686 (org-buffer-list): New function.
11687 (org-agenda-columns): Also try the #+COLUMNS line in
11688 the buffer associated with the entry at point (or with the first
11689 entry in the agenda view).
11690 (org-modules): Add entry for org-bibtex.el.
11691 (org-completion-fallback-command): Move into `org-completion' group.
11692 (org-clock-heading-function): Move to `org-progress' group.
11693 (org-auto-repeat-maybe): Make sure that a note can
11694 be enforces if `org-log-repeat' is `note'.
11695 (org-modules): Allow additional symbols for external packages.
11696 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11697 (org-clock-goto): Hide drawers after showing an
11698 entry with `org-clock-goto'.
11699 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11700 Try also a clocktable block shift.
11701 (org-clocktable-try-shift): New function.
11702 (org-columns-hscoll-title): New function.
11703 (org-columns-previous-hscroll): New variable.
11704 (org-columns-full-header-line-format): New variable.
11705 (org-columns-display-here-title, org-columns-remove-overlays):
11706 Install `org-columns-hscoll-title' in post-command-hook.
11707
11708 * org/org.el: Split into many small files.
11709
11710 * org/org-agenda.el: New file, split off from org.el.
11711
11712 * org/org-archive.el: New file, split off from org.el.
11713
11714 * org/org-bbdb.el: New file.
11715
11716 * org/org-bibtex.el: New file, split off from org.el.
11717
11718 * org/org-clock.el: New file, split off from org.el.
11719
11720 * org/org-colview.el: New file, split off from org.el.
11721
11722 * org/org-compat.el: New file, split off from org.el.
11723
11724 * org/org-exp.el: New file, split off from org.el.
11725
11726 * org/org-faces.el: New file, split off from org.el.
11727
11728 * org/org-gnus.el: New file, split off from org.el.
11729
11730 * org/org-info.el: New file, split off from org.el.
11731
11732 * org/org-infojs.el: New file.
11733
11734 * org/org-irc.el: New file.
11735
11736 * org/org-macs.el: New file, split off from org.el.
11737
11738 * org/org-mew.el: New file.
11739
11740 * org/org-mhe.el: New file, split off from org.el.
11741
11742 * org/org-publish.el: New file, split off from org.el.
11743
11744 * org/org-remember.el: New file, split off from org.el.
11745
11746 * org/org-rmail.el: New file, split off from org.el.
11747
11748 * org/org-table.el: New file, split off from org.el.
11749
11750 * org/org-vm.el: New file, split off from org.el.
11751
11752 * org/org-wl.el: New file, split off from org.el.
11753
11754 2008-04-27 Jason Riedy <jason@acm.org>
11755
11756 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11757 parameter that suppresses lines that evaluate to NIL.
11758 (orgtbl-get-fmt): New inline function for
11759 picking apart formats that may be lists.
11760 (orgtbl-apply-fmt): New inline function for applying formats that
11761 may be functions.
11762 (orgtbl-eval-str): New inline function for strings that may be
11763 functions.
11764 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11765 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11766 (*orgtbl-llfmt*, *orgtbl-llstart*)
11767 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11768 (orgtbl-format-section): Shift formatting to support detecting the
11769 last line and formatting it specially.
11770 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11771 formats unless overridden.
11772 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11773 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11774 bound variables to hold the input collection of lines and output
11775 formatted text.
11776 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11777 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11778 format parameters.
11779 (orgtbl-format-line): New function encapsulating formatting for a
11780 single line.
11781 (orgtbl-format-section): Similar for each section. Rebinding the
11782 dynamic vars customizes the formatting for each section.
11783 (orgtbl-to-generic): Use orgtbl-format-line and
11784 orgtbl-format-section.
11785 (org-get-param): Now unused, so delete.
11786 (orgtbl-gather-send-defs): New function to
11787 gather all the SEND definitions before a table.
11788 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11789 corresponding to the current name.
11790 (orgtbl-send-table): Use the previous two functions and implement
11791 multiple destinations for each table.
11792
11793 * doc/org.texi (A LaTeX example): Note that fmt may be a
11794 one-argument function, and efmt may be a two-argument function.
11795 (Radio tables): Document multiple destinations.
11796
11797 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11798
11799 * org/org-agenda.el (org-add-to-diary-list): New function.
11800 (org-prefix-has-effort): New variable.
11801 (org-sort-agenda-noeffort-is-high): New option.
11802 (org-agenda-columns-show-summaries)
11803 (org-agenda-columns-compute-summary-properties): New options.
11804 (org-format-agenda-item): Compute the duration of the item.
11805 (org-agenda-weekend-days): New variable.
11806 (org-agenda-list, org-timeline): Use the proper faces for dates in
11807 the agenda and timeline buffers.
11808 (org-agenda-archive-to-archive-sibling): New command.
11809 (org-agenda-start-with-clockreport-mode): New option.
11810 (org-agenda-clockreport-parameter-plist): New option.
11811 (org-agenda-clocktable-mode): New variable.
11812 (org-agenda-deadline-leaders): Allow a function value for the
11813 deadline leader.
11814 (org-agenda-get-deadlines): Deal with new function value.
11815
11816 * org/org-clock.el (org-clock): New customization group.
11817 (org-clock-into-drawer, org-clock-out-when-done)
11818 (org-clock-in-switch-to-state, org-clock-heading-function):
11819 Move into the new group.
11820 (org-clock-out-remove-zero-time-clocks): New option.
11821 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11822 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11823 parameter.
11824 (org-dblock-write:clocktable): Fix bug with total time calculation.
11825 (org-dblock-write:clocktable): Request the unrestricted list of files.
11826 (org-get-clocktable): New function.
11827 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11828 be strings but also integers (an absolute day number) and lists (m d y).
11829
11830 * org/org-colview.el (org-columns-next-allowed-value)
11831 (org-columns-edit-value): Limit the effort for updating in the
11832 agenda to recomputing a single file.
11833 (org-columns-compute): Only write property value if it has changed.
11834 This avoids raising the buffer-change-flag unnecessarily.
11835 (org-agenda-colview-summarize)
11836 (org-agenda-colview-compute): New functions.
11837 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11838
11839 * org/org-exp.el (org-export-run-in-background): New option.
11840 (org-export-icalendar): Allow a batch process to trigger waiting
11841 after executing a system command.
11842 (org-export-preprocess-string): Rename from
11843 `org-cleaned-string-for-export'.
11844 (org-export-html-style): Made target class look like normal text.
11845 (org-export-as-html): Make use of the better preprocessing in
11846 `org-cleaned-string-for-export'.
11847 (org-cleaned-string-for-export): Better treatment of heuristic
11848 targets, many more internal links will now work in HTML export.
11849 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11850 (org-export-inbuffer-options-extra): New variable.
11851 (org-export-options-filters): New hook.
11852 (org-infile-export-plist): Find also the settings keywords in
11853 `org-export-inbuffer-options-extra'.
11854 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11855 multiple #+INFOJS_OPT lines.
11856 (org-export-html-handle-js-options): New function.
11857 (org-export-html-infojs-setup): New option.
11858 (org-export-as-html): Call `org-export-html-handle-js-options'.
11859 Add autoload to all entry points.
11860 (org-skip-comments): Function removed.
11861
11862 * org/org-table.el (org-table-make-reference): Extra parenthesis
11863 around single fields, to make sure that algebraic formulas get
11864 correctly interpreted by calc.
11865 (org-table-current-column): No longer interactive.
11866
11867 * org/org-export-latex.el (org-export-latex-preprocess):
11868 Rename from `org-export-latex-cleaned-string'.
11869
11870 2008-04-27 Bastien Guerry <bzg@altern.org>
11871
11872 * org/org-publish.el (org-publish-get-base-files-1): New function.
11873 (org-publish-get-base-files): Use it.
11874 (org-publish-temp-files): New variable.
11875 Don't require 'dired-aux anymore.
11876 (org-publish-initial-buffer): New variable.
11877 (org-publish-org-to, org-publish): Use it.
11878 (org-publish-get-base-files-1): Bug fix: get
11879 the proper list of files when recursing thru a directory.
11880 (org-publish-get-base-files): Use the :exclude property to skip
11881 both files and directories.
11882
11883 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * net/tramp.el (tramp-handle-make-symbolic-link)
11886 (tramp-handle-file-name-directory)
11887 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11888 (tramp-do-copy-or-rename-file-directly)
11889 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11890 (tramp-handle-substitute-in-file-name)
11891 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11892 * net/tramp-cache.el (tramp-get-file-property)
11893 (tramp-set-file-property, tramp-flush-file-property)
11894 (tramp-flush-directory-property)
11895 * net/tramp-compat.el (tramp-compat-make-temp-file)
11896 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11897 Disable `file-name-handler-alist' when handling localname.
11898 It could have a remote file syntax, like a VMS file name.
11899
11900 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11901
11902 * whitespace.el: New version 11.1.
11903 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11904 enclosed by \\( and \\)$. Docstring fix.
11905 (whitespace-trailing-regexp): Fun removed.
11906 (whitespace-report-list): Const initialization fix.
11907 (whitespace-color-on): Code fix.
11908
11909 2008-04-27 Andreas Schwab <schwab@suse.de>
11910
11911 * Makefile.el: Unbreak bootstrap.
11912
11913 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11914
11915 * net/tramp.el (tramp-replace-environment-variables): New defun.
11916 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11917 Use it.
11918
11919 2008-04-27 Glenn Morris <rgm@gnu.org>
11920
11921 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11922
11923 * calculator.el (calculator-expt): Replace cl function `oddp'.
11924
11925 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11926
11927 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11928 Simplify. Collect `defun' and `autoload' entries.
11929 Avoid modifying load-history.
11930
11931 2008-04-26 Glenn Morris <rgm@gnu.org>
11932
11933 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11934
11935 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11936
11937 2008-04-26 John Paul Wallington <jpw@pobox.com>
11938
11939 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11940 `hexl-mode-old-eldoc-documentation-function'.
11941 (hexl-mode-exit): Restore it.
11942 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11943
11944 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11945
11946 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11949 (completion-pcm--all-completions): Doc fix.
11950 (completion-styles-alist, completion-all-completions):
11951 Fix typos in docstrings.
11952
11953 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11954
11955 * whitespace.el: There is now only one variable (whitespace-style) to
11956 specify which kind of blank is visualized. Doc and docstring fix.
11957 New version 11.0.
11958 (whitespace-style): New option, replace whitespace-style-mark and
11959 whitespace-style-color.
11960 (whitespace-style-mark, whitespace-style-color): Options removed.
11961 (whitespace-hspace, whitespace-tab, whitespace-newline)
11962 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11963 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11964 (whitespace-hspace-regexp, whitespace-space-regexp)
11965 (whitespace-tab-regexp, whitespace-trailing-regexp)
11966 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11967 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11968 (whitespace-space-after-tab-regexp, whitespace-line-column)
11969 (whitespace-display-mappings, whitespace-report): Docstring fix.
11970 (whitespace-color-value-list, whitespace-mark-value-list)
11971 (whitespace-active-color, whitespace-active-mark)
11972 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
11973 (whitespace-style-value-list, whitespace-active-style)
11974 (whitespace-toggle-style): New vars.
11975 (whitespace-toggle-option-alist, whitespace-help-text):
11976 Var initialization and docstring fix.
11977 (whitespace-toggle-options, global-whitespace-toggle-options)
11978 (whitespace-cleanup, whitespace-cleanup-region)
11979 (whitespace-report-region, whitespace-interactive-char)
11980 (whitespace-toggle-list): Docstring and code fix.
11981 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11982 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
11983 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
11984 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
11985
11986 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
11989 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
11990 (diff-sanity-check-hunk): Adjust code accordingly.
11991
11992 2008-04-26 Glenn Morris <rgm@gnu.org>
11993
11994 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
11995
11996 * forms-d2.dat: Move to ../etc.
11997 * forms-d2.el (forms-file): Adapt for above change.
11998
11999 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12000 `translation-table-for-input'.
12001
12002 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12003 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12004
12005 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12006 to punctuation now it's not needed for abbrevs.
12007 (fortran-mode-abbrev-table): Remove defvar, make use of new
12008 define-abbrev-table :regexp feature.
12009
12010 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12011 insert, now that translation-table-for-input is not needed.
12012
12013 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12014
12015 * emacs-lisp/pp.el (pp-display-expression): New function,
12016 extracted from pp-eval-expression.
12017 (pp-eval-expression): Use pp-display-expression.
12018 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12019 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12020 (pp-eval-last-sexp): Use pp-last-sexp.
12021
12022 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * abbrev.el (define-abbrev-table): Apply props even if the table
12025 exists already.
12026
12027 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12028 various kinds of completion tables.
12029 (completion-emacs22-try-completion): Place cursor after the /, as was
12030 done in Emacs-22's minibuffer-complete-word.
12031 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12032 (completion-emacs22-try-completion): Merge all mergeable text rather
12033 than just /.
12034 (completion-pcm--delim-wild-regex): New var.
12035 (completion-pcm-word-delimiters): New custom.
12036 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12037 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12038 (completion-pcm--all-completions, completion-pcm-all-completions)
12039 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12040 (completion-pcm-try-completion): New functions.
12041 (completion-styles-alist): Add them.
12042 (completion-styles): Add it to the default.
12043
12044 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12045
12046 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12047 (gdb-var-create-handler): ...until here when there are values.
12048 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12049 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12050
12051 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12052
12053 * ls-lisp.el (ls-lisp-format): Fix last change.
12054 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12055 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12056 (ls-lisp-filesize-f-fmt): New defvars.
12057 (ls-lisp-insert-directory): Dynamically compute format specifiers
12058 for displaying UID, GID, and file size, and store them in the
12059 above variables.
12060 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12061 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12062 instead of constant format strings.
12063 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12064 ls-lisp-filesize-d-fmt instead of constant format strings.
12065
12066 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12067
12068 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12069 value of addresses rather than (partial) string value.
12070 (gdb-frame-handler): Change regexp according to above change.
12071 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12072 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12073 (gdb-assembler-mode): Disable undo in these buffers.
12074
12075 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12078 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12079
12080 2008-04-24 Sam Steingold <sds@gnu.org>
12081
12082 * textmodes/remember.el (remember-diary-extract-entries): Use
12083 diary-make-entry instead of the obsolete make-diary-entry.
12084
12085 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * subr.el (translation-table-for-input): Mark as obsolete.
12088
12089 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12090
12091 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12092
12093 * textmodes/ispell.el (ispell-dictionary-alist-1)
12094 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12095 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12096 (ispell-dictionary-alist-6): Remove.
12097 (ispell-dictionary-base-alist): New var, merges the above.
12098 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12099 Use it.
12100 (ispell-dictionary-alist): Default to nil. Remove autoload.
12101 (ispell-local-dictionary-alist): Remove autoload.
12102
12103 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12104 (f90-mode-abbrev-table): Use the new :regexp feature.
12105 Merge defvar and mapc into define-abbrev-table.
12106 (f90-imenu-type-matcher): Remove unused `l'.
12107 (f90-imenu-generic-expression): Remove unused `not-ib'.
12108 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12109 (f90-change-keywords): Use restore-buffer-modified-p.
12110
12111 2008-04-24 Glenn Morris <rgm@gnu.org>
12112
12113 * net/goto-addr.el (goto-address-prog-mode):
12114 * progmodes/bug-reference.el (bug-reference-prog-mode):
12115 Define for compiler.
12116
12117 * minibuffer.el (x-file-dialog): Declare as function.
12118
12119 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12120 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12121
12122 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12123 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12124 work with easymenu. Add :keys where needed.
12125
12126 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12127 event-start is nil.
12128
12129 * calendar/calendar.el (calendar-mode-map): Fix typo.
12130
12131 2008-04-24 Tom Tromey <tromey@redhat.com>
12132
12133 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12134 Document keywords. Add :suppress.
12135 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12136
12137 * net/goto-addr.el (goto-address-unfontify): New function.
12138 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12139 (goto-address-fontify-region, goto-address-mode)
12140 (goto-address-prog-mode): New functions.
12141
12142 * progmodes/bug-reference.el: New file.
12143
12144 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12145
12146 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12147
12148 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12151 macros within lambdas.
12152
12153 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * minibuffer.el (completion-try-completion): Add `point' argument.
12156 Change return value.
12157 (completion-all-completions): Add `point' argument.
12158 (minibuffer-completion-help): Pass the new `point' argument.
12159 (completion--do-completion): Pass the whole field to try-completion.
12160 (completion--try-word-completion): Rewrite, making fewer assumptions.
12161 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12162 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12163 (completion-basic-try-completion, completion-basic-all-completions):
12164 New functions.
12165 (completion-styles-alist): Use them.
12166
12167 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12168
12169 * textmodes/ispell.el (ispell-set-spellchecker-params):
12170 New function to make sure right params and dictionary alists are used
12171 after spellchecker changes.
12172 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12173 (ispell-initialize-spellchecker-hook): New variables and hook.
12174 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12175 (ispell-maybe-find-aspell-dictionaries): Remove.
12176 Calls replaced by (ispell-set-spellchecker-params) calls.
12177 (ispell-have-aspell-dictionaries): Remove.
12178
12179 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12180 by ispell-set-spellchecker-params.
12181
12182 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * complete.el (PC-do-completion): Be more robust in the presence of
12185 unexpected values in minibuffer-completion-predicate.
12186
12187 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12188 Only abbreviate default-filename if it's a file.
12189
12190 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12191 (read-file-name-completion-ignore-case, insert-default-directory):
12192 New vars, moved from fileio.c.
12193 (read-file-name): New fun, moved from fileio.c.
12194 * cus-start.el: Remove insert-default-directory and
12195 read-file-name-completion-ignore-case.
12196
12197 2008-04-23 Magnus Henoch <mange@freemail.hu>
12198
12199 * tar-mode.el (tar-untar-buffer): If the entry has directory
12200 link type, extract it as a directory even if its file name doesn't
12201 end with a slash. Fixes extraction of NetBSD tar archives.
12202
12203 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * server.el (server-start): Also don't get confused by CRs since we
12206 don't quote them.
12207
12208 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12209
12210 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12211 (gdb-set-gud-minor-mode-existing-buffers)
12212 (gdb-info-breakpoints-custom, gdb-get-location)
12213 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12214 Previously gdb-create-define-alist wasn't always run and added to
12215 after-save-hook.
12216
12217 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12218
12219 2008-04-23 Kevin Ryde <user42@zip.com.au>
12220
12221 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12222 comments like unindented ones.
12223
12224 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12225
12226 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12227 parameter origins.
12228
12229 2008-04-23 Kevin Ryde <user42@zip.com.au>
12230
12231 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12232 Bind print-level to ensure output forms aren't truncated if
12233 print-level is set to eval-expression-print-level when going via
12234 eval-defun and friends, or has been otherwise fiddled with.
12235
12236 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12239 font-lock-extend-after-change-region-function globally.
12240
12241 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12242
12243 * speedbar.el (speedbar-use-tool-tips-flag)
12244 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12245 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12246 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12247 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12248 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12249 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12250 (speedbar-separator-face): Fix typos in docstrings.
12251 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12252 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12253 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12254 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12255 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12256 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12257 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12258 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12259 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12260 (speedbar-recenter): Doc fixes.
12261 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12262 declaration and remove redundant info in docstring.
12263
12264 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12265
12266 * vc-git.el (vc-git-status-printer): Deal with directories.
12267
12268 * vc.el (vc-next-action): Look at more than the first file to
12269 determine the state.
12270
12271 2008-04-23 Glenn Morris <rgm@gnu.org>
12272
12273 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12274 timers. Doc fix.
12275 (dframe-update-speed): Drop support for XEmacs < 20.
12276 (dframe-frame-mode): Drop support for Emacs < 20.
12277 (dframe-set-timer-internal): Drop support for Emacs without timers.
12278 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12279
12280 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12281 versions. Add doc-string. Mark as obsolete.
12282
12283 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12284
12285 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12286 rather than using an Emacs version test.
12287
12288 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12289 rather than an Emacs version test.
12290
12291 * calendar/cal-china.el (holiday-chinese-qingming)
12292 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12293 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12294 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12295
12296 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12297
12298 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12299 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12300 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12301
12302 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12303
12304 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12305 (gdb-previous-frame-pc-address): ...to this.
12306 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12307 of "info frame" with Gdb 6.4+.
12308 (gdb-stack-list-frames-regexp): New regexp.
12309 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12310
12311 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12312
12313 * tar-mode.el (tar-prefix-offset): New constant.
12314 (tar-header-block-tokenize): Support paths with long names
12315 which use the "ustar" standard.
12316
12317 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12318
12319 * image-dired.el (image-dired-track-original-file)
12320 (image-dired-modify-mark-on-thumb-original-file):
12321 Use `dired-goto-file' instead of `search-forward'. This solves
12322 a bug with finding files where the file name is a subset of other
12323 file names. Doc fix.
12324
12325 2008-04-22 Juri Linkov <juri@jurta.org>
12326
12327 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12328 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12329 (yank-menu-length): Change group name `mouse' to `menu'.
12330 (buffers-menu-buffer-name-length): New user option.
12331 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12332 instead of the hard-coded number 27.
12333
12334 2008-04-22 Juri Linkov <juri@jurta.org>
12335
12336 * isearch.el (eval-when-compile): Require `help-macro'.
12337 (isearch-help-for-help-internal): Isearch specific Help screen
12338 created by `make-help-screen'.
12339 (isearch-help-map): New variable that binds "b", "k", "m" to
12340 isearch-specific commands, and binds other keys to
12341 isearch-other-control-char, thus allowing other Help keys to
12342 exit isearch mode and execute their global definitions.
12343 (isearch-help-for-help, isearch-describe-bindings)
12344 (isearch-describe-key, isearch-describe-mode): New commands.
12345 (isearch-mode-help): Define alias to isearch-describe-mode
12346 and remove its old function definition.
12347 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12348 Remove old comments because this issue is settled now.
12349 (isearch-forward): Describe three new Help commands in the docstring.
12350 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12351 leave the single sentence at the first line of the docstring,
12352 and prepend the word "function" before `isearch-forward'
12353 to make the Help link to the function instead of variable.
12354
12355 2008-04-22 Juri Linkov <juri@jurta.org>
12356
12357 * isearch.el (isearch-success-function): New variable with default
12358 to `isearch-success-function-default'.
12359 (isearch-search): Call a function from `isearch-success-function'
12360 instead of calling the hard-coded `isearch-range-invisible'.
12361 (isearch-success-function-default): New function that calls
12362 `isearch-range-invisible' and inverts its return value.
12363
12364 * info.el (Info-search): In two similar places that skip
12365 undesired search matches move code to Info-search-success-function,
12366 and call `isearch-success-function' instead.
12367 (Info-search-success-function): New function copied from code
12368 in Info-search. Replace isearch-range-invisible with
12369 text-property-not-all that checks for 'invisible and 'display
12370 properties to skip partially invisible matches (whose display
12371 properties were set by Info-fontify-node).
12372 (Info-mode): Set buffer-local isearch-success-function
12373 to Info-search-success-function.
12374
12375 2008-04-22 Juri Linkov <juri@jurta.org>
12376
12377 * minibuffer.el (internal-complete-buffer-except): New function.
12378
12379 * files.el (read-buffer-to-switch): New function.
12380 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12381 Change interactive spec to call read-buffer-to-switch instead of
12382 using the letter "B".
12383
12384 * simple.el (minibuffer-default-add-shell-commands): New function.
12385 Use declare-function for mailcap-file-default-commands from "mailcap".
12386 (shell-command): Set local minibuffer-default-add-function to
12387 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12388 before calling read-shell-command. Set 4th arg default-value of
12389 read-shell-command to relative buffer-file-name in file buffers.
12390
12391 * dired-aux.el (dired-read-shell-command-default): Move it to
12392 gnus/mailcap.el and change its name to more general name
12393 mailcap-file-default-commands.
12394 (minibuffer-default-add-dired-shell-commands): New function.
12395 Use declare-function for mailcap-file-default-commands from "mailcap".
12396 (dired-read-shell-command): Set local minibuffer-default-add-function
12397 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12398 before calling read-shell-command. Remove dired-read-shell-command-default
12399 from the default value arg because default values are not set in
12400 minibuffer-default-add-dired-shell-commands. Doc fix.
12401
12402 * dired-x.el (dired-smart-shell-command): Sync arguments and
12403 interactive spec with changes in `shell-command'.
12404 Use dired-get-filename to get the dired file name at point
12405 as the default value in dired mode.
12406
12407 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12408
12409 * info.el (Info-complete-menu-item): Add missing parenthesis.
12410
12411 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12412
12413 * info.el (Info-complete-menu-item): Save point.
12414
12415 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12416
12417 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12418
12419 2008-04-22 Andreas Schwab <schwab@suse.de>
12420
12421 * Makefile.in (emacs-deps): Define.
12422 Use it instead of $(lisp)/subdirs.el.
12423
12424 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12425
12426 * vc.el (vc-next-action): Do not consider directories when
12427 checking for state compatibility.
12428 (vc-transfer-file): Use when not if.
12429 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12430 (vc-dir-mark-file): Use them.
12431 (vc-deduce-fileset): Also return the backend.
12432 (vc-diff-internal): Take as argument the value returned by
12433 vc-deduce-fileset instead of just the fileset.
12434 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12435 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12436 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12437
12438 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12439
12440 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12441 set-window-vscroll but image-scroll-down. Fixes a bug where a
12442 command following SPC scrolled up again.
12443
12444 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12445
12446 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12447 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12448 (gud-watch): Add "$" prefix when in registers buffer.
12449
12450 2008-04-22 Glenn Morris <rgm@gnu.org>
12451
12452 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12453
12454 * whitespace.el (whitespace-display-table)
12455 (whitespace-display-table-was-local): Move definitions before use.
12456
12457 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12458 (copyright-limit): Respect copyright-at-end-flag.
12459 (copyright-re-search, copyright-start-point)
12460 (copyright-offset-too-large-p): New functions.
12461 (copyright-update-year): Use copyright-re-search.
12462 (copyright-update, copyright-fix-years): Use copyright-start-point,
12463 and copyright-re-search.
12464 (copyright): Use copyright-offset-too-large-p.
12465 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12466
12467 * add-log.el (top-level): Require 'cl when compiling.
12468
12469 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12472 Treat minibuffer-completion-predicate as a predicate.
12473
12474 * minibuffer.el (completion--file-name-table): Accept both the old
12475 `dir' arg or the new `pred' arg.
12476
12477 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12478 `predicate' argument to pass non-predicate data.
12479 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12480 Use second arg as proper predicate.
12481
12482 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12483 (vc-bzr-revision-completion-table): Use completion-table-with-context
12484 instead.
12485
12486 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12487
12488 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12489
12490 * term.el (term-emulate-terminal): Perform redisplay after the
12491 process filter has finished running.
12492
12493 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12496
12497 * minibuffer.el (completion-try-completion): Change magic symbol
12498 property name. Rename from minibuffer-try-completion.
12499 (completion-all-completions): Rename from minibuffer-all-completions.
12500 Remove hide-spaces argument.
12501 (completion--do-completion): Rename from minibuffer--do-completion.
12502 (minibuffer-complete-and-exit): Call just try-completion rather than
12503 completion-try-completion to fix up the case.
12504 (completion--try-word-completion): Try to add space or hyphen before
12505 making `string' a prefix of `completion'.
12506 (completion--insert-strings): Rename from minibuffer--insert-strings.
12507
12508 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12509
12510 * net/tls.el (tls-program): Add -ign_eof argument to call the
12511 openssl commands.
12512 (tls-checktrust): Ditto.
12513
12514 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12515
12516 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12517
12518 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12519 (vc-check-master-templates, vc-file-not-found-hook)
12520 (vc-kill-buffer-hook):
12521 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12522 (vc-find-position-by-context, vc-buffer-context)
12523 (vc-restore-buffer-context, vc-responsible-backend)
12524 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12525 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12526 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12527 (vc-version-diff, vc-diff, vc-insert-headers)
12528 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12529 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12530 (vc-revert, vc-rollback, vc-version-backup-file)
12531 (vc-rename-master, vc-delete-file, vc-rename-file)
12532 (vc-branch-part, vc-default-retrieve-snapshot)
12533 (vc-annotate-display-autoscale, vc-annotate-display-select)
12534 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12535 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12536 (vc-dir-update): Handle directories.
12537 (vc-default-status-printer): Simplify.
12538
12539 * progmodes/asm-mode.el (asm-mode-map):
12540 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12541
12542 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12543
12544 2008-04-21 Kenichi Handa <handa@m17n.org>
12545
12546 * select.el (xselect-convert-to-string): Send a C_STRING only if
12547 the polymorphic target TEXT is requested.
12548
12549 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12550
12551 * minibuffer.el (completion-setup-hook, display-completion-list)
12552 (completion--file-name-table): Fix typos in docstrings.
12553 (completion-table-dynamic): Fix typo, and reflow docstring.
12554
12555 2008-04-20 Andreas Schwab <schwab@suse.de>
12556
12557 * server.el (server-switch-buffer): Also consider clients in the
12558 selected frame.
12559
12560 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12561
12562 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12563 Select window clicked on first.
12564 (gdb): Display thread number in mode-line.
12565 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12566 (gdb-breakpoints-header): New variable.
12567 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12568
12569 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12572 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12573 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12574 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12575 (vc-sccs-print-log): Use it.
12576
12577 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12578
12579 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12580 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12581
12582 * tooltip.el (tooltip-previous-message): New var.
12583 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12584 the C code (avoid overwriting a minibuffer, restore previous echo
12585 message, ...).
12586 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12587 Simplify.
12588
12589 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12590
12591 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12592 (gdb-init-1): Initialise it.
12593 (gdb-annotation-rules): New entry for "new-thread".
12594 (gdb-thread-identification): New function to customize
12595 mode-line-buffer-identification.
12596 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12597 (gdb-assembler-mode): Use it.
12598 (gdb-threads-mode): Force "info threads" onto queue.
12599
12600 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * files.el (locate-file-completion-table): Rename from
12603 locate-file-completion and make it use `pred' in the normal way.
12604 (locate-file-completion): New compatibility wrapper.
12605 (load-library): Use locate-file-completion-table.
12606 * finder.el (finder-commentary):
12607 * subr.el (locate-library):
12608 * emacs-lisp/find-func.el (find-library): Likewise.
12609 * info.el: Use with-current-buffer and inhibit-read-only.
12610 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12611 (Info-read-node-name-1): Adjust uses accordingly.
12612
12613 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12614 (completion-table-with-terminator): Don't use complete-with-action
12615 since we have to distinguish all three cases anyway.
12616 (completion-table-with-predicate): New function.
12617 (dynamic-completion-table): Add obsolete alias.
12618
12619 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12620
12621 2008-04-18 Sam Steingold <sds@gnu.org>
12622
12623 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12624 Use quit-window instead of bury-buffer.
12625
12626 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12629
12630 2008-04-18 Andreas Schwab <schwab@suse.de>
12631
12632 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12633 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12634 Depend on $(lisp)/subdirs.el.
12635
12636 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * descr-text.el (describe-char-after):
12639 Use `define-obsolete-function-alias'.
12640
12641 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12642
12643 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12644
12645 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12646 Remove redundant obsolescence info in docstring.
12647
12648 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12649 (vc-header-alist): Add WHEN to obsolescence declaration.
12650 (vc-state): Fix typo in docstring.
12651
12652 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12653 Use `define-obsolete-variable-alias'.
12654
12655 * emulation/tpu-edt.el (tpu-have-ispell):
12656 * international/codepage.el (codepage-setup):
12657 Fix typo in obsolescence declaration.
12658
12659 * international/mule.el (char-coding-system-table):
12660 Remove redundant obsolescence info in docstring.
12661 (charset-list, generic-char-p, set-char-table-default):
12662 Fix typos in obsolescence declarations.
12663
12664 * international/mule-diag.el (non-iso-charset-alist):
12665 Fix typo in obsolescence declaration.
12666 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12667
12668 * font-core.el (font-lock-defaults-alist):
12669 * font-lock.el (font-lock-reference-face):
12670 * frame.el (screen-height, screen-width, set-screen-width)
12671 (set-screen-height):
12672 * hilit-chg.el (highlight-changes-initial-state):
12673 * isearch.el (isearch-return-char):
12674 * log-edit.el (cvs-commit-buffer-require-final-newline)
12675 (cvs-changelog-full-paragraphs):
12676 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12677 (mouse-popup-menubar-stuff):
12678 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12679 (mouse-wheel-click-button):
12680 * outline.el (outline-visible):
12681 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12682 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12683 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12684 * progmodes/compile.el (compile-internal):
12685 Add WHEN to obsolescence declarations.
12686
12687 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12690 is not better anyway.
12691
12692 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12693
12694 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12695 properly.
12696
12697 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12700 (python-use-skeletons): Remove, unused.
12701 (python-skeletons): Remove. Use the abbrev table instead.
12702 (python-mode-abbrev-table): Fix regexp;
12703 add enable-function and case-fixed.
12704 (def-python-skeleton): Simplify.
12705 (python-expand-template): Use the abbrev-table and abbrev-insert.
12706 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12707 Remove.
12708 (python-mode): Don't set pre-abbrev-expand-hook.
12709
12710 * skeleton.el: Set coding-tag.
12711
12712 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12713 (expand-abbrev): Use it.
12714 (abbrev-table-menu): New function.
12715
12716 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12717
12718 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12719
12720 2008-04-17 Sam Steingold <sds@gnu.org>
12721
12722 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12723 idiosyncratic bury-buffer/delete-window logic.
12724
12725 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12728 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12729
12730 2008-04-17 Kenichi Handa <handa@m17n.org>
12731
12732 * international/characters.el: Don't make the width of U+00AD to 0.
12733
12734 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12735
12736 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12737 (gdb, gdb-starting, gdb-frames-mode): Use it.
12738 (gdb-invalidate-frames): Advise to call "info stack" only if
12739 execution has occurred.
12740 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12741 selected frame if no execution has occurred.
12742 (gdb-frames-force-update): New interactive function.
12743 (gdb-frames-mode-map): Bind it to "F".
12744
12745 2008-04-17 Michael Olson <mwolson@gnu.org>
12746
12747 * textmodes/remember.el (remember-version): Release Remember 2.0.
12748
12749 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12750
12751 * textmodes/artist.el:
12752 * progmodes/vhdl-mode.el:
12753 * progmodes/verilog-mode.el:
12754 * progmodes/vera-mode.el:
12755 * progmodes/simula.el:
12756 * progmodes/ps-mode.el:
12757 * progmodes/cmacexp.el:
12758 * obsolete/hilit19.el:
12759 * emulation/viper.el:
12760 * ediff.el: Cleanup the bug-report email addresses and make sure the
12761 maintainer is still willing to handle bug reports.
12762
12763 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12764
12765 * vc.el (vc-dir-kill-query): Fix thinko.
12766
12767 2008-04-16 Glenn Morris <rgm@gnu.org>
12768
12769 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12770 by diary-sexp-entry.
12771
12772 2008-04-16 Markus Triska <markus.triska@gmx.at>
12773
12774 * proced.el (proced-command-alist): Add support for darwin.
12775
12776 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * proced.el (proced-mode): Redefine as just the major-mode.
12779 (proced): Separate it from proced-mode.
12780
12781 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12782
12783 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12784
12785 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12786 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12787 `tab-width' setting from user. New version 10.0. Doc and docstring
12788 fix.
12789 (whitespace-style, whitespace-chars): Remove options.
12790 (whitespace-style-mark): New option, replace whitespace-style deleted
12791 option. Fix docstring.
12792 (whitespace-style-color): New option, replace whitespace-chars deleted
12793 option. Fix docstring.
12794 (whitespace-space, whitespace-hspace, whitespace-tab)
12795 (whitespace-newline, whitespace-trailing, whitespace-line)
12796 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12797 (whitespace-space-after-tab, whitespace-hspace-regexp)
12798 (whitespace-space-regexp, whitespace-tab-regexp)
12799 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12800 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12801 (whitespace-toggle-option-alist): Fix docstring.
12802 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12803 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12804 docstring and initialization.
12805 (global-whitespace-mode): Autoloaded global minor mode.
12806 (whitespace-chars-value-list, whitespace-style-value-list)
12807 (whitespace-active-chars, whitespace-active-style)
12808 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12809 (whitespace-color-value-list): New var, replace
12810 whitespace-chars-value-list removed var.
12811 (whitespace-mark-value-list): New var, replace
12812 whitespace-style-value-list removed var.
12813 (whitespace-active-color): New var, replace whitespace-active-chars
12814 removed var.
12815 (whitespace-active-mark): New var, replace whitespace-active-style
12816 removed var.
12817 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12818 removed var.
12819 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12820 removed var.
12821 (whitespace-toggle-option-alist, whitespace-report-list)
12822 (whitespace-report-text, whitespace-help-text): Fix initialization.
12823 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12824 (whitespace-toggle-options, global-whitespace-toggle-options)
12825 (whitespace-cleanup-region, whitespace-report-region)
12826 (whitespace-interactive-char): Fix docstring and code.
12827 (whitespace-cleanup, whitespace-report): Fix docstring.
12828 (whitespace-replace-spaces-by-tabs): Remove fun.
12829 (whitespace-replace-action): New fun, replace
12830 whitespace-replace-spaces-by-tabs removed fun.
12831 (whitespace-regexp, whitespace-indentation-regexp)
12832 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12833 (whitespace-kill-buffer): New funs.
12834 (whitespace-insert-option-mark, whitespace-help-on)
12835 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12836 (whitespace-color-on, whitespace-color-off)
12837 (whitespace-display-char-on): Fix code.
12838
12839 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12842 (mouse-throw-magnifier-with-mouse-movement): Remove.
12843 (mouse-throw-magnifier-base): New const.
12844 (mouse-drag-scroll-delta): New fun.
12845 (mouse-drag-throw): Use it.
12846
12847 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * international/uni-bidi.el, international/uni-category.el:
12850 * international/uni-combining.el, international/uni-comment.el:
12851 * international/uni-decimal.el, international/uni-decomposition.el:
12852 * international/uni-digit.el, international/uni-lowercase.el:
12853 * international/uni-mirrored.el, international/uni-name.el:
12854 * international/uni-numeric.el, international/uni-old-name.el:
12855 * international/uni-titlecase.el, international/uni-uppercase.el:
12856 * international/charprop.el: Regenerate.
12857
12858 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12859
12860 * vc.el (vc-status-fileinfo): Add new member directoryp.
12861 (vc-default-status-printer): Print directories.
12862 (vc-status-update): Sort files before subdirectories.
12863
12864 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12865 Add alternative implementation based on "cvs update".
12866
12867 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12868
12869 * doc-view.el: Changed requirements section to tell that only one
12870 of dvipdf or dvipdfm is needed.
12871 (doc-view-already-converted-p): Fix bug that forced reconversion
12872 if doc was already converted.
12873
12874 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * minibuffer.el (minibuffer-message):
12877 Make sure we can put-text-property.
12878
12879 * emacs-lisp/crm.el: Complete rewrite.
12880
12881 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12882 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12883 case of an error in display-completion-list.
12884
12885 * filecache.el (file-cache-completions-keymap): Move init from
12886 file-cache-completion-setup-function into declaration.
12887 (file-cache-minibuffer-complete): Simplify.
12888 (file-cache-completion-setup-function): Use standard-output,
12889 preserve current-buffer.
12890
12891 * vc.el (vc-status-update): Fix typo.
12892 (vc-status-update): Set needs-update.
12893 (vc-status-refresh): η-reduce.
12894
12895 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12896
12897 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12898 to image-eol.
12899
12900 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12901
12902 * vc.el (vc-status-update): Undo the previous revert.
12903
12904 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * minibuffer.el (completion-table-with-terminator): Those completions
12907 are never valid w.r.t test-completion.
12908 (completion--file-name-table):
12909 Check completion-all-completions-with-base-size.
12910
12911 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12912
12913 * doc-view.el (doc-view-dvipdf-program): New variable.
12914 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12915 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12916 alternative for doc-view-dvipdfm-program.
12917 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12918
12919 * doc-view.el (doc-view-start-process): Don't set
12920 default-directory to "~/" if the current value is valid.
12921 This broke PS files that run other files in the same directory.
12922
12923 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12924
12925 * vc.el (vc-status-kill-query): New function.
12926 (vc-status-mode): Add it to kill-buffer-query-functions.
12927 (vc-status-show-fileentry): New function.
12928 (vc-status-menu-map): Bind it. Bind vc-next-action.
12929
12930 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12933
12934 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12935
12936 * proced.el (proced-send-signal): Fix error recognition.
12937
12938 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12939
12940 * proced.el (proced-command-alist): Remove sort column.
12941 (proced-command, proced-procname-column):
12942 Use make-variable-buffer-local.
12943 (proced-signal-function): Rename from proced-kill-program.
12944 Allow for elisp symbols and string values representing system calls.
12945 (proced-marker-regexp, proced-success-message): New functions.
12946 (proced): Use defalias. Add autoload cookie.
12947 (proced-unmark-backward, proced-toggle-marks)
12948 (proced-hide-processes): New commands.
12949 (proced-do-mark): Simplify code.
12950 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12951 (proced-update): Remove sorting.
12952 (proced-send-signal): Display number of processes to operate on.
12953 Allow for system calls or elisp functions to send signals.
12954 Check if signal was sent successfully.
12955
12956 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * minibuffer.el (completion-all-completion-with-base-size): New var.
12959 (completion--some): New function.
12960 (completion-table-with-context, completion--file-name-table):
12961 Return the base-size if requested.
12962 (completion-table-in-turn): Generalize to multiple arguments.
12963 (complete-in-turn): Compatibility alias.
12964 (completion-styles-alist): New var.
12965 (completion-styles): New customization.
12966 (minibuffer-try-completion, minibuffer-all-completions):
12967 New functions.
12968 (minibuffer--do-completion, minibuffer-complete-and-exit)
12969 (minibuffer-try-word-completion): Use them.
12970 (display-completion-list, minibuffer-completion-help): Use them.
12971 Handle all-completions's new base-size info to set completion-base-size.
12972 * info.el (Info-read-node-name-1): Use completion-table-with-context,
12973 completion-table-with-terminator and complete-with-action.
12974 Remove the now obsolete completion-base-size-function property.
12975 * simple.el (completion-list-mode-map): Move init into declaration.
12976 (completion-list-mode): Use define-derived-mode.
12977 (completion-setup-function): Use any completion-base-size that may
12978 have been set before. Remove handling of completion-base-size-function.
12979 * loadup.el: Move abbrev.el up earlier.
12980
12981 2008-04-13 Alexandre Julliard <julliard@winehq.org>
12982
12983 * vc-git.el (vc-git-after-dir-status-stage)
12984 (vc-git-dir-status-goto-stage): New functions.
12985 (vc-git-after-dir-status-stage1)
12986 (vc-git-after-dir-status-stage1-empty-db)
12987 (vc-git-after-dir-status-stage2): Remove, functionality moved
12988 into the new generic stage functions.
12989 (vc-git-dir-status-files): New function.
12990
12991 * vc.el (vc-status-update): Revert an incorrect rewrite.
12992 Add some comments.
12993 (vc-status-refresh-files): New function.
12994 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
12995 state of up-to-date files.
12996 (vc-default-dir-status-files): New function.
12997
12998 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
12999
13000 * minibuffer.el (completion--embedded-envvar-table)
13001 (read-file-name-internal): Fix typos in 2008-04-11 change.
13002
13003 * faces.el (read-face-name): Use `completion-table-in-turn',
13004 not `complete-in-turn'.
13005
13006 2008-04-13 Andreas Schwab <schwab@suse.de>
13007
13008 * progmodes/etags.el: Require 'cl when compiling.
13009
13010 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13011
13012 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13013
13014 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13015 (menu): Add/expand menu tooltips.
13016
13017 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13018
13019 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13020 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13021
13022 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13023 considered registered.
13024
13025 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13026
13027 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13028
13029 * ediff-wind.el (ediff-split-window-function)
13030 (ediff-merge-split-window-function): Improve custom type.
13031
13032 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13033
13034 * loadup.el ("minibuffer"): Move after "faces".
13035
13036 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * progmodes/hideif.el (hif-factor): Handle unary minus.
13039
13040 2008-04-12 Glenn Morris <rgm@gnu.org>
13041
13042 * calendar/cal-china.el (chinese-calendar-time-zone):
13043 Mark obsolete name as risky too.
13044
13045 * calendar/calendar.el (calendar-faces): New custom group.
13046 (calendar-today, diary, holiday): Doc fix.
13047 Move to calendar-faces group.
13048 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13049 (diary-button): Doc fix. Move to calendar-faces group.
13050
13051 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13052 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13053 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13054 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13055 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13056 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13057 not in dumped files before the associated defcustom.
13058
13059 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13060
13061 * minibuffer.el (lazy-completion-table): Fix debug spec.
13062
13063 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * minibuffer.el (complete-with-action, lazy-completion-table):
13066 Move from subr.el.
13067 (apply-partially, completion-table-dynamic)
13068 (completion-table-with-context, completion-table-with-terminator)
13069 (completion-table-in-turn): New funs.
13070 (completion--make-envvar-table, completion--embedded-envvar-table):
13071 New funs.
13072 (read-file-name-internal): Use them.
13073 (completion-setup-hook): Move from simple.el.
13074 * subr.el (complete-with-action, lazy-completion-table):
13075 * simple.el (completion-setup-hook): Move to minibuffer.el.
13076
13077 2008-04-11 Glenn Morris <rgm@gnu.org>
13078
13079 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13080
13081 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13084
13085 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13086
13087 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13088 (fill-forward-paragraph): New fun.
13089 (fill-paragraph, fill-region): Use it.
13090
13091 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13092 (vc-status-create-fileinfo): Make `extra' optional.
13093 (vc-status-busy): New fun.
13094 (vc-status-menu-map): Use it.
13095 (vc-status-crt-marked): Remove.
13096 (vc-status-update): Rename from vc-status-add-entries.
13097 Add argument so as to prevent addition of entries. Rewrite.
13098 (vc-update-vc-status-buffer): Remove.
13099 (vc-status-refresh): Don't remove old entries, set them to
13100 up-to-date instead. Also do it after the update is complete.
13101 (vc-status-marked-files): η-reduce.
13102
13103 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13104 for non-dialogs.
13105
13106 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13107
13108 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13109
13110 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13111
13112 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13113 to t and don't truncate msg.
13114
13115 2008-04-11 Glenn Morris <rgm@gnu.org>
13116
13117 * calendar/calendar.el (diary, holidays):
13118 Move custom groups to other files.
13119 (holiday-general-holidays, holiday-oriental-holidays)
13120 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13121 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13122 (holiday-hebrew-holidays, holiday-christian-holidays)
13123 (holiday-islamic-holidays, holiday-bahai-holidays)
13124 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13125 * calendar/diary-lib.el: Move custom group here from calendar.el.
13126 * calendar/holidays.el: Move custom group and variables here
13127 from calendar.el.
13128
13129 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13130
13131 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13132 Fix custom group.
13133 (calendar-current-time-zone-cache): Autoload riskiness.
13134
13135 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13136
13137 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13138
13139 * woman.el (woman2-TH): Use string-equal instead of string-match.
13140
13141 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13144 (smerge-resolve): Merge the "2-way refinement" case with one half of
13145 the "mere whitespace" resolution.
13146
13147 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13148
13149 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13150
13151 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13154 Add WHEN to obsolescence declaration.
13155
13156 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13157
13158 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * vc-hooks.el (vc-state): Add new state `conflict'.
13161 (vc-after-save): Use when not if.
13162 (vc-default-mode-line-string): Deal with the conflict state.
13163 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13164
13165 * vc.el (vc-editable-p, vc-default-status-printer)
13166 (vc-next-action): Deal with the conflict state.
13167 (vc-mark-resolved): New function.
13168 (vc-status-mode): Fix mode name.
13169 (vc-default-comment-history): Use when not if.
13170 (Todo): Add new entries, remove old ones.
13171
13172 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13173 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13174 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13175 Detect the conflict state.
13176
13177 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13178
13179 2008-04-10 Glenn Morris <rgm@gnu.org>
13180
13181 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13182 Respect truncate-partial-width-windows in non-full windows,
13183 with regards to :toggle and :enable state.
13184
13185 * simple.el (toggle-truncate-lines): Doc fix.
13186
13187 * Makefile.in (MH_E_DIR): New variable.
13188 (MH_E_SRC): Restore variable removed 2008-03-13.
13189 (mh-loaddefs.el): Depend on $MH_E_SRC.
13190 (CAL_DIR, CAL_SRC): New variables.
13191 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13192 Depend on CAL_SRC.
13193
13194 * calendar/calendar.el (calendar, diary): Add :prefix.
13195 (holidays): Change :prefix.
13196 (calendar-today, holiday, calendar-holiday-marker)
13197 (european-calendar-style): Change custom groups.
13198
13199 * calendar/calendar.el (diary-hook, diary-display-hook):
13200 Move to diary-lib.el.
13201 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13202 Move here from calendar.el.
13203 * calendar/appt.el: Require diary-lib rather than calendar.
13204 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13205
13206 * calendar/appt.el (appt): Add :prefix.
13207
13208 * calendar/diary-lib.el (diary-hook): Doc fix.
13209 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13210
13211 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13214 New functions.
13215
13216 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13217 the arg to recursive calls.
13218
13219 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13220
13221 * minibuffer.el (completion-auto-help): Fix typo.
13222
13223 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13226
13227 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13228
13229 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13230 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13231
13232 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13235
13236 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13237 (completion-auto-help): Move from C code.
13238 (minibuffer--maybe-completion-help): Remove.
13239 (minibuffer--bitset): New function.
13240 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13241 Renumber a bit. Really complete on string *before* point.
13242 Add argument used for word-completion.
13243 Join trailing / in completion with following text, as done in
13244 minibuffer-complete-word.
13245 Handle new value `lazy' for completion-auto-help.
13246 (minibuffer-try-word-completion): New function extracted from
13247 minibuffer-complete-word.
13248 (minibuffer-complete-word): Use minibuffer--do-completion.
13249 (minibuffer--insert-strings): Rename from
13250 minibuffer-complete-insert-strings.
13251 (exit-minibuffer): Fix typo.
13252 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13253 * cus-start.el: Remove completion-auto-help.
13254
13255 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13256
13257 * vc.el (vc-status-add-entries): New function.
13258 (vc-status-add-entry): Remove.
13259 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13260 Use vc-status-add-entries.
13261
13262 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13263 order.
13264
13265 2008-04-09 Jason Rumney <jasonr@gnu.org>
13266
13267 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13268 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13269 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13270 (AUTOGENEL): New variable.
13271 (distclean, maintainer-clean): New targets.
13272
13273 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13274
13275 * emacs-lisp/regexp-opt.el (regexp-opt):
13276 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13277
13278 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13279
13280 * nxml/nxml-mode.el (nxml-cleanup): New function.
13281 (nxml-mode): Add it to change-major-mode-hook.
13282
13283 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13284
13285 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13286
13287 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13288
13289 * calc/.cvsignore: New file.
13290
13291 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13292
13293 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13294
13295 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13296 show-help-function when turning tooltip off.
13297 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13298 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13299
13300 2008-04-09 Alan Mackenzie <acm@muc.de>
13301
13302 * font-lock.el (font-lock-extend-after-change-region-function):
13303 Make it buffer local.
13304
13305 2008-04-09 Glenn Morris <rgm@gnu.org>
13306
13307 * calendar/calendar.el (diary-file, european-calendar-style):
13308 Remove autoload cookies.
13309
13310 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13311
13312 * outline.el (outline-mode-menu-bar-map):
13313 * log-view.el (log-view-mode-menu):
13314 * log-edit.el (log-edit-menu): Add :help.
13315
13316 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13319 Use substring-no-properties for correct handling of unibyte strings.
13320
13321 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * add-log.el (change-log-next-buffer): Handle the case where version<
13324 signals an error.
13325
13326 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13327 mouse-major-mode-menu.
13328 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13329 (mouse-major-mode-menu, mouse-popup-menubar)
13330 (mouse-popup-menubar-stuff): Use them.
13331 (C-down-mouse-3): Bind to a dynamic map rather than to
13332 mouse-popup-menubar-stuff.
13333
13334 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13335 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13336
13337 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13338
13339 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13340 file:// access method.
13341
13342 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * minibuffer.el: New file.
13345 * loadup.el: Load it.
13346
13347 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13350 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13351
13352 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13353 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13354 Move initialization into declaration.
13355 * calc/calc-yank.el:
13356 * calc/calc-misc.el:
13357 * calc/calc-embed.el:
13358 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13359
13360 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13361
13362 * ps-samp.el (ps-add-printer, ps-remove-printer)
13363 (ps-make-dynamic-printer-menu): New functions.
13364
13365 * net/zeroconf.el: New file.
13366
13367 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13370
13371 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13372
13373 * vc-rcs.el (vc-rcs-modify-change-comment):
13374 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13375
13376 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13377
13378 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * international/mule-cmds.el (set-locale-environment): Don't warn if
13381 coding system doesn't agree with system locale (this reverts changes
13382 by Dave Love, dated 2002-10-27 and 2002-10-09).
13383
13384 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13385 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13386
13387 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13388
13389 2008-04-08 Glenn Morris <rgm@gnu.org>
13390
13391 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13392 * textmodes/remember.el (remember-diary-convert-entry):
13393 Require calendar.
13394
13395 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13396 diary-file, since it is the default for make-diary-entry anyway.
13397
13398 * calendar/cal-menu.el (cal-menu-event-to-date):
13399 Rename calendar-event-to-date. Update callers.
13400 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13401 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13402 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13403 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13404 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13405 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13406 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13407 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13408 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13409 (calendar-mouse-tex-month-landscape):
13410 Rename cal-tex-mouse-month-landscape.
13411 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13412 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13413 (calendar-mouse-tex-year-landscape):
13414 Rename cal-tex-mouse-year-landscape.
13415 (cal-menu-context-mouse-menu): Update for above name changes.
13416
13417 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13418 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13419 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13420 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13421 * calendar/holidays.el: Replace int-to-string with number-to-string.
13422
13423 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13424
13425 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13426 region if point moves.
13427
13428 2008-04-08 Kenichi Handa <handa@m17n.org>
13429
13430 * faces.el (font-slant-table): Change numeric values for `r',
13431 `roman', and `normal'.
13432
13433 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13434
13435 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13436
13437 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13438
13439 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13440 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13441
13442 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13443
13444 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13445 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13446
13447 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13450
13451 2008-04-07 Sam Steingold <sds@gnu.org>
13452
13453 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13454 Add helper functions.
13455 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13456 lisp-compile-defun; DEFVAR forms reset the variables to the init
13457 values, just like in emacs-lisp mode eval-defun.
13458 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13459 (lisp-compile-region): Use lisp-compile-string.
13460
13461 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * subr.el (combine-and-quote-strings): Also quote strings that contain
13464 the separator.
13465
13466 * pcvs-util.el (cvs-map): Avoid recursion :-(
13467
13468 2008-04-07 Glenn Morris <rgm@gnu.org>
13469
13470 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13471
13472 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13473 view-diary-entries-initially. Keep old name as alias, update users.
13474 (calendar-mark-diary-entries-flag): Rename
13475 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13476 (calendar-view-holidays-initially-flag): Rename
13477 view-calendar-holidays-initially. Keep old name as alias, update users.
13478 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13479 Keep old name as alias, update users.
13480 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13481 Keep old name as alias, update users.
13482 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13483 Keep old name as alias, update users.
13484 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13485 Keep old name as alias, update users.
13486 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13487 (diary-american-date-forms): Rename american-date-diary-pattern.
13488 Keep old name as alias, update users.
13489 (diary-european-date-forms): Rename european-date-diary-pattern.
13490 Keep old name as alias, update users.
13491 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13492 Keep old name as alias, update users.
13493 (calendar-european-date-display-form): Rename
13494 european-calendar-display-form. Keep old name as alias, update users.
13495 (calendar-american-date-display-form): Rename
13496 european-calendar-display-form. Keep old name as alias, update users.
13497 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13498 Keep old name as alias, update users.
13499 (holiday-general-holidays): Rename general-holidays.
13500 Keep old name as alias, update users.
13501 (holiday-oriental-holidays): Rename oriental-holidays.
13502 Keep old name as alias, update users.
13503 (holiday-local-holidays): Rename local-holidays.
13504 Keep old name as alias, update users.
13505 (holiday-other-holidays): Rename other-holidays.
13506 Keep old name as alias, update users.
13507 (holiday-hebrew-holidays): Rename hebrew-holidays.
13508 Keep old name as alias, update users.
13509 (holiday-christian-holidays): Rename christian-holidays.
13510 Keep old name as alias, update users.
13511 (holiday-islamic-holidays): Rename islamic-holidays.
13512 Keep old name as alias, update users.
13513 (holiday-bahai-holidays): Rename bahai-holidays.
13514 Keep old name as alias, update users.
13515 (holiday-solar-holidays): Rename solar-holidays.
13516 Keep old name as alias, update users.
13517 (diary-fancy-buffer): Rename fancy-diary-buffer.
13518 Keep old name as alias, update users.
13519 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13520 Update users.
13521 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13522 Update users.
13523 (calendar-increment-month): Rename increment-calendar-month.
13524 Keep old name as alias, update callers.
13525 (calendar-increment-month-cons): Rename old calendar-increment-month.
13526 Update callers.
13527 (calendar-extract-month): Rename extract-calendar-month.
13528 Keep old name as alias, update callers.
13529 (calendar-extract-day): Rename extract-calendar-day.
13530 Keep old name as alias, update callers.
13531 (calendar-extract-year): Rename extract-calendar-year.
13532 Keep old name as alias, update callers.
13533 (calendar-generate-window): Rename generate-calendar-window.
13534 Update callers.
13535 (calendar-generate): Rename generate-calendar. Update callers.
13536 (calendar-generate-month): Rename generate-calendar-month.
13537 Update callers.
13538 (calendar-redraw): Rename redraw-calendar. Update callers.
13539 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13540 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13541 Update callers.
13542 (calendar-update-mode-line): Rename update-calendar-mode-line.
13543 Update callers.
13544 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13545 update callers.
13546 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13547 Keep old name as alias, update callers.
13548 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13549 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13550 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13551 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13552 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13553 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13554 * calendar/solar.el: Update for calendar.el name changes.
13555 * org/org.el (org-agenda-format-date-aligned)
13556 (org-agenda-execute-calendar-command): Access date elements directly
13557 rather than using calendar functions.
13558 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13559 Also set calendar-view-diary-initially-flag,
13560 calendar-view-holidays-initially-flag.
13561 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13562 (org-agenda-execute-calendar-command): No need to set displayed-day.
13563
13564 2008-04-06 Alan Mackenzie <acm@muc.de>
13565
13566 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13567 typo in the doc string.
13568
13569 * progmodes/cc-mode.el (c-basic-common-init):
13570 Set font-lock-extend-after-change-region-function.
13571 (c-extend-after-change-region): New function, used in
13572 font-lock-extend-after-change-region-function, thus superseding
13573 advice on the Font Lock after change functions.
13574 (c-advise-fl-for-region): Remove this macro.
13575
13576 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13577
13578 * textmodes/flyspell.el (flyspell-duplicate-distance):
13579 Improve custom type.
13580
13581 2008-04-06 Glenn Morris <rgm@gnu.org>
13582
13583 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13584 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13585 (diary-list-entries-hook): Rename list-diary-entries-hook.
13586 Keep old name as alias, update users.
13587 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13588 Keep old name as alias, update users.
13589 (diary-nongregorian-listing-hook): Rename
13590 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13591 (diary-nongregorian-marking-hook): Rename
13592 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13593 (diary-print-entries-hook): Rename print-diary-entries-hook.
13594 Keep old name as alias, update users.
13595 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13596 Keep old name as alias, update users.
13597 (diary-number-of-entries): Rename number-of-diary-entries.
13598 Keep old name as alias, update users.
13599 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13600 Give version of obsolescence.
13601 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13602 Keep old name as alias, update callers.
13603 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13604 update callers.
13605 (diary-include-other-diary-files): Rename include-other-diary-files.
13606 Keep old name as alias, update callers.
13607 (diary-simple-display): Rename simple-diary-display.
13608 Keep old name as alias, update callers.
13609 (diary-fancy-display): Rename fancy-diary-display.
13610 Keep old name as alias, update callers.
13611 (diary-print-entries): Rename print-diary-entries.
13612 Keep old name as alias, update callers.
13613 (diary-marking-entries-flag): Rename marking-diary-entries.
13614 Update users.
13615 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13616 (diary-mark-entries): Rename mark-diary-entries.
13617 Keep old name as alias, update callers.
13618 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13619 Keep old name as alias, update callers.
13620 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13621 Keep old name as alias, update callers.
13622 (calendar-mark-days-named): Rename mark-calendar-days-named.
13623 Keep old name as alias, update callers.
13624 (calendar-mark-month): Rename mark-calendar-month.
13625 Keep old name as alias, update callers.
13626 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13627 Keep old name as alias, update callers.
13628 (diary-sort-entries): Rename sort-diary-entries.
13629 Keep old name as alias, update callers.
13630 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13631 Keep old name as alias, update callers.
13632 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13633 update callers.
13634 (diary-insert-entry): Rename insert-diary-entry.
13635 Keep old name as alias.
13636 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13637 Keep old name as alias.
13638 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13639 Keep old name as alias.
13640 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13641 Keep old name as alias.
13642 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13643 Keep old name as alias.
13644 (diary-insert-block-entry): Rename insert-block-diary-entry.
13645 Keep old name as alias.
13646 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13647 Keep old name as alias.
13648 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13649 Keep old name as alias, update users.
13650 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13651 Keep old name as alias, update callers.
13652 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13653 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13654 * calendar/icalendar.el: Update for diary-lib name changes.
13655
13656 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13657
13658 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13659
13660 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13661 for copy, move, and link operations.
13662
13663 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13664
13665 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13666 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13667
13668 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13669 'require' statements with 1-argument ones (wrapped in if's).
13670 For compatibility with the current stable version of XEmacs.
13671
13672 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13673
13674 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13675
13676 2008-04-06 Jason Rumney <jasonr@gnu.org>
13677
13678 * language/burmese.el ("Burmese"): Make sample text consistent with
13679 language name.
13680
13681 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13682
13683 * progmodes/gdb-ui.el (gdb): New group.
13684 (gdb-debug-log-max, gdb-enable-debug)
13685 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13686 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13687 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13688 (gdb-show-changed-values, gdb-max-children)
13689 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13690 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13691 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13692 (gdb-memory-unit): Move to new group from GUD group.
13693 (menu): Allow customization from GDB-UI menu-item.
13694
13695 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13698
13699 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13702 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13703 Revision numbers can include ".".
13704
13705 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13706 "+" lines not accounted for by counting "-" and context lines.
13707
13708 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13709
13710 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13711 file name string.
13712
13713 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13714
13715 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13716 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13717
13718 2008-04-05 Richard Stallman <rms@gnu.org>
13719
13720 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13721
13722 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13723
13724 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13725 thread in [h-e-w]).
13726
13727 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * files.el (abort-if-file-too-large): Fix typo in docstring.
13730
13731 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * subr.el (functionp): Return nil for special forms.
13734
13735 2008-04-05 Glenn Morris <rgm@gnu.org>
13736
13737 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13738 Provide a feature.
13739 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13740 Require loaddefs file rather than loading it.
13741 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13742 autoload-ensure-default-file provides a feature.
13743
13744 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13745 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13746 (compile, compile-always, recompile): Use $LOADDEFS.
13747 (cal-autoloads): Remove.
13748
13749 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13750 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13751
13752 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13753 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13754
13755 * calendar/calendar.el (diary-hebrew-entry-symbol):
13756 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13757 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13758 Keep old name as alias.
13759 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13760 Keep old name as alias.
13761 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13762 to diary-bahai-entry-symbol.
13763 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13764 to diary-hebrew-entry-symbol.
13765 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13766 to diary-islamic-entry-symbol.
13767 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13768
13769 * calendar/solar.el (diary-sabbath-candles-minutes)
13770 (diary-sabbath-candles): Move to cal-hebrew.
13771 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13772 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13773 Doc fix. Keep old name as alias.
13774 (diary-hebrew-sabbath-candles): Simplify.
13775 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13776 (calendar-longitude, calendar-time-zone): Declare for compiler.
13777 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13778 rename.
13779
13780 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13781 Rename coptic-calendar-month-name-array. Update callers.
13782 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13783 (calendar-coptic-name): Rename coptic-name. Update callers.
13784 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13785 Update callers.
13786 (calendar-coptic-last-day-of-month):
13787 Rename coptic-calendar-last-day-of-month. Update callers.
13788 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13789 Keep old name as alias, update callers.
13790 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13791 Keep old name as alias, update callers.
13792 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13793 Keep old name as alias.
13794 (calendar-ethiopic-month-name-array):
13795 Rename ethiopic-calendar-month-name-array. Update callers.
13796 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13797 Update callers.
13798 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13799 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13800 Keep old name as alias, update callers.
13801 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13802 Keep old name as alias, update callers.
13803 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13804 Keep old name as alias.
13805
13806 * calendar/cal-french.el (calendar-french-epoch):
13807 Rename french-calendar-epoch. Update callers.
13808 (calendar-french-month-name-array): Rename variable and function
13809 french-calendar-month-name-array. Update callers.
13810 (calendar-french-multibyte-month-name-array):
13811 Rename french-calendar-multibyte-month-name-array. Update callers.
13812 (calendar-french-day-name-array): Rename variable and function
13813 french-calendar-day-name-array. Update callers.
13814 (calendar-french-special-days-array): Rename variable and function
13815 french-calendar-special-days-array. Update callers.
13816 (calendar-french-multibyte-special-days-array):
13817 Rename french-calendar-multibyte-special-days-array. Update callers.
13818 (calendar-french-accents-p): Rename french-calendar-accents.
13819 Update callers.
13820 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13821 Update callers.
13822 (calendar-french-last-day-of-month):
13823 Rename french-calendar-last-day-of-month. Update callers.
13824 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13825 Keep old name as alias, update callers.
13826 (calendar-french-print-date): Rename calendar-print-french-date.
13827 Keep old name as alias, update callers.
13828 (calendar-french-goto-date): Rename calendar-goto-french-date.
13829 Keep old name as alias.
13830
13831 * calendar/cal-menu.el, calendar/calendar.el:
13832 Update for Coptic and French name changes.
13833
13834 * calendar/cal-china.el (calendar-chinese): Rename custom group
13835 from chinese-calendar. Update users.
13836 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13837 Keep old name as alias, update users.
13838 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13839 Keep old name as alias.
13840 (calendar-chinese-daylight-time-offset):
13841 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13842 update users.
13843 (calendar-chinese-standard-time-zone-name):
13844 Rename chinese-calendar-standard-time-zone-name.
13845 Keep old name as alias, update users.
13846 (calendar-chinese-daylight-saving-start):
13847 Rename chinese-calendar-daylight-savings-starts.
13848 Keep old name as alias, update users.
13849 (calendar-chinese-daylight-saving-end):
13850 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13851 update users.
13852 (calendar-chinese-daylight-saving-start-time):
13853 Rename chinese-calendar-daylight-savings-starts-time.
13854 Keep old name as alias, update users.
13855 (calendar-chinese-daylight-saving-end-time):
13856 Rename chinese-calendar-daylight-savings-ends-time.
13857 Keep old name as alias, update users.
13858 (calendar-chinese-celestial-stem): Rename
13859 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13860 (calendar-chinese-terrestrial-branch):
13861 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13862 update users.
13863 (calendar-chinese-zodiac-sign-on-or-after):
13864 Rename chinese-zodiac-sign-on-or-after. Update callers.
13865 (calendar-chinese-new-moon-on-or-after):
13866 Rename chinese-new-moon-on-or-after. Update callers.
13867 (calendar-chinese-month-list): Rename chinese-month-list.
13868 Update callers.
13869 (calendar-chinese-number-months): Rename number-chinese-months.
13870 Update callers.
13871 (calendar-chinese-compute-year): Rename compute-chinese-year.
13872 Update callers.
13873 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13874 (calendar-chinese-year): Rename chinese-year. Update callers.
13875 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13876 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13877 Keep old name as alias, update callers.
13878 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13879 Keep old name as alias, update callers.
13880 (calendar-chinese-months-to-alist):
13881 Rename make-chinese-month-assoc-list. Update callers.
13882 (calendar-chinese-months): Rename chinese-months. Update callers.
13883 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13884 Keep old name as alias, update callers.
13885
13886 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13887 Rename hebrew-calendar-leap-year-p. Update callers.
13888 (calendar-hebrew-last-month-of-year):
13889 Rename hebrew-calendar-last-month-of-year. Update callers.
13890 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13891 Update callers.
13892 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13893 Update callers.
13894 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13895 Update callers.
13896 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13897 Update callers.
13898 (calendar-hebrew-last-day-of-month):
13899 Rename hebrew-calendar-last-day-of-month. Update callers.
13900 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13901 Keep old name as alias, update callers.
13902 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13903 Keep old name as alias, update callers.
13904 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13905 Keep old name as alias, update callers.
13906 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13907 Keep old name as alias.
13908 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13909 Keep old name as alias.
13910 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13911 Keep old name as alias.
13912 (holiday-hebrew-passover): Rename holiday-passover-etc.
13913 Keep old name as alias.
13914 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13915 Keep old name as alias, update callers.
13916 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13917 Keep old name as alias.
13918 (calendar-hebrew-mark-date-pattern):
13919 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13920 update callers.
13921 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13922 Keep old name as alias.
13923 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13924 Keep old name as alias.
13925 (diary-hebrew-insert-monthly-entry):
13926 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13927 (diary-hebrew-insert-yearly-entry):
13928 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13929 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13930 Keep old name as alias.
13931 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13932 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13933 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13934 Keep old name as alias.
13935 (calendar-hebrew-parashiot-names):
13936 Rename hebrew-calendar-parashiot-names. Update callers.
13937 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13938 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13939 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13940 (calendar-hebrew-year-Saturday-complete-Tuesday):
13941 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13942 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13943 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13944 (calendar-hebrew-year-Monday-complete-Thursday):
13945 Rename hebrew-calendar-year-Monday-complete-Thursday.
13946 (calendar-hebrew-year-Tuesday-regular-Thursday):
13947 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13948 (calendar-hebrew-year-Thursday-regular-Saturday):
13949 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13950 (calendar-hebrew-year-Thursday-complete-Sunday):
13951 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13952 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13953 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13954 (calendar-hebrew-year-Saturday-complete-Thursday):
13955 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13956 (calendar-hebrew-year-Monday-incomplete-Thursday):
13957 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13958 (calendar-hebrew-year-Monday-complete-Saturday):
13959 Rename hebrew-calendar-year-Monday-complete-Saturday.
13960 (calendar-hebrew-year-Tuesday-regular-Saturday):
13961 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
13962 (calendar-hebrew-year-Thursday-incomplete-Sunday):
13963 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
13964 (calendar-hebrew-year-Thursday-complete-Tuesday):
13965 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
13966 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
13967 Update for above name changes of constants.
13968
13969 * calendar/cal-menu.el, calendar/calendar.el:
13970 Update for chinese and hebrew name changes.
13971 * calendar/diary-lib.el: Update for hebrew name changes.
13972
13973 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * subr.el (keymap-canonicalize): Correct thinko.
13976
13977 * server.el: Undo part of the multi-tty change, which is only
13978 needed if server.el is preloaded, and broke server-running-p.
13979 (server-socket-dir): Initialize in the defvar, as before.
13980 (server-start): Remove initialization of server-socket-dir.
13981
13982 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13983
13984 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
13985 3-member cons cells.
13986
13987 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13988
13989 * cus-face.el (custom-face-attributes): Handle roman slant.
13990
13991 * faces.el (default): Ensure the face-defface-spec property is set.
13992
13993 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
13994
13995 * files.el (abort-if-file-too-large): New function.
13996 (find-file-noselect, insert-file-1): Use it.
13997
13998 2008-04-05 Reto Zimmermann <reto@gnu.org>
13999
14000 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14001 Replace C-c[a-zA-Z] key bindings.
14002
14003 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * progmodes/hideif.el (hif-token-alist): New var.
14006 (hif-token-regexp, hif-tokenize): Use it.
14007 (hif-mathify-binop): New macro.
14008 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14009 (hif-greater-equal, hif-less-equal): Use it.
14010 (hif-logior, hif-logand): New functions.
14011 (hif-math): Accept | and & as well.
14012
14013 * progmodes/etags.el: Fix problem with completion for buffer-local
14014 tables. Reported by Radey Shouman <shouman@comcast.net>.
14015 (tags-complete-tag): Remove.
14016 (tags-lazy-completion-table): New function to replace it.
14017 (find-tag-tag, complete-tag): Update users.
14018
14019 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14020
14021 * vc-rcs.el (vc-rcs-dir-status):
14022 * vc-sccs.el (vc-sccs-dir-status): New function.
14023
14024 * outline.el (outline-mode-menu-bar-map):
14025 * term.el (terminal-signal-menu): Add :help.
14026
14027 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14028 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14029
14030 * emacs-lisp/re-builder.el (reb-mode-map):
14031 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14032
14033 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14034 new files, deleted files and for changing permissions.
14035 (diff-mode): Set beginning-of-defun-function and
14036 end-of-defun-function.
14037
14038 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14039
14040 * vc.el (vc-default-status-fileinfo-extra): New function.
14041 (vc-status-mark-buffer-changed): Use it.
14042 (vc-update-vc-status-buffer): Allow for partial updates.
14043
14044 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14047 tramp-register-completion-file-name-handler.
14048
14049 * subr.el (keymap-canonicalize): New function.
14050 * mouse.el (mouse-menu-non-singleton): Use it.
14051 (mouse-major-mode-menu): Remove hack made unnecessary.
14052
14053 * simple.el (set-fill-column): Prompt rather than error by default.
14054
14055 2008-04-04 Andreas Schwab <schwab@suse.de>
14056
14057 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14058 Reset new-rules after each round.
14059
14060 * Makefile.in (cal-autoloads): New target.
14061 (compile, compile-always, recompile): Depend on it.
14062 ($(lisp)/calendar/cal-loaddefs.el)
14063 ($(lisp)/calendar/diary-loaddefs.el)
14064 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14065
14066 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14067
14068 * ediff*.el: Replace load with require in eval-when-compile.
14069
14070 * ediff-hook.el: Delete all invocations of (autoload ...).
14071
14072 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14073 in ediff control window, and set its min height to 2.
14074 (ediff-setup-control-buffer): Dedicate the control window.
14075 (ediff-toggle-multiframe): Undedicate control window.
14076 Work directly with ediff-setup-windows-multiframe and
14077 ediff-setup-windows-plain.
14078
14079 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14080 New function.
14081 (ediff-window-setup-function): Change initialization.
14082 (ediff-setup-windows-automatic): Delete.
14083 (ediff-setup-windows-plain-merge): Make control window dedicated.
14084 (ediff-destroy-control-frame): Do not skip frames if working in a
14085 single frame.
14086
14087 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14088 eval-when-compile.
14089
14090 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14091 eval-when-compile.
14092
14093 2008-04-04 Glenn Morris <rgm@gnu.org>
14094
14095 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14096 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14097
14098 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14099 Rename islamic-calendar-leap-year-p. Update callers.
14100 (calendar-islamic-last-day-of-month):
14101 Rename islamic-calendar-last-day-of-month. Update callers.
14102 (calendar-islamic-day-number):
14103 Rename islamic-calendar-day-number. Update callers.
14104 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14105 Update callers, keep old name as alias.
14106 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14107 Update callers, keep old name as alias.
14108 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14109 Keep old name as alias.
14110 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14111 Update callers, keep old name as alias.
14112 (calendar-islamic-mark-date-pattern):
14113 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14114 name as alias.
14115 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14116 Keep old name as alias.
14117 (diary-islamic-insert-monthly-entry):
14118 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14119 (diary-islamic-insert-yearly-entry):
14120 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14121
14122 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14123 calendar-absolute-from-iso. Update callers, keep old name as alias.
14124 (calendar-iso-print-date): Rename calendar-print-iso-date.
14125 Update callers, keep old name as alias.
14126 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14127 Keep old name as alias.
14128 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14129 Keep old name as alias.
14130
14131 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14132 calendar-absolute-from-julian. Update callers, keep old name as alias.
14133 (calendar-julian-print-date): Rename calendar-print-julian-date.
14134 Update callers, keep old name as alias.
14135 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14136 Update callers, keep old name as alias.
14137 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14138 Update callers, keep old name as alias.
14139 (calendar-astro-print-day-number):
14140 Rename calendar-print-astro-day-number. Update callers, keep old
14141 name as alias.
14142 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14143 Update callers, keep old name as alias.
14144
14145 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14146 Rename calendar-string-to-mayan-long-count. Update callers.
14147 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14148 Update callers, keep old name as alias.
14149 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14150 Update callers.
14151 (calendar-mayan-read-tzolkin-date):
14152 Rename calendar-read-mayan-tzolkin-date. Update callers.
14153 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14154 Keep old name as alias.
14155 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14156 Keep old name as alias.
14157 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14158 Keep old name as alias.
14159 (calendar-mayan-previous-tzolkin-date):
14160 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14161 (calendar-mayan-next-round-date):
14162 Rename calendar-next-calendar-round-date. Keep old name as alias.
14163 (calendar-mayan-previous-round-date):
14164 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14165 (calendar-mayan-long-count-to-absolute): Rename
14166 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14167 (calendar-mayan-goto-long-count-date):
14168 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14169
14170 * calendar/cal-persia.el (calendar-persian-month-name-array):
14171 Rename persian-calendar-month-name-array. Update callers.
14172 (calendar-persian-epoch): Rename persian-calendar-epoch.
14173 Update callers.
14174 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14175 Update callers.
14176 (calendar-persian-last-day-of-month):
14177 Rename persian-calendar-last-day-of-month. Update callers.
14178 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14179 Update callers, keep old name as alias.
14180 (calendar-persian-print-date): Rename calendar-print-persian-date.
14181 Update callers, keep old name as alias.
14182 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14183 Keep old name as alias.
14184
14185 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14186 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14187 * calendar/solar.el: Update for cal-julian name changes.
14188
14189 * calendar/cal-dst.el: Update for persian name changes.
14190
14191 * calendar/cal-menu.el, calendar/calendar.el:
14192 Update for islamic, iso, julian, mayan, persian name changes.
14193
14194 * calendar/diary-lib.el: Update for islamic name changes.
14195
14196 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14197 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14198 as alias.
14199 (calendar-christian-all-holidays-flag):
14200 Rename all-christian-calendar-holidays. Update callers, keep old
14201 name as alias.
14202 (calendar-islamic-all-holidays-flag):
14203 Rename all-islamic-calendar-holidays. Update callers, keep old
14204 name as alias.
14205 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14206 Update callers, keep old name as alias.
14207 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14208 Update for the above name changes.
14209
14210 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14211
14212 * hilit-chg.el (global-highlight-changes-mode)
14213 (highlight-changes-passive-string, highlight-changes-active-string):
14214 Mark as obsolete since 23.1, not 22.1.
14215
14216 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14217
14218 * hilit-chg.el (highlight-changes-visibility-initial-state)
14219 (hilit-chg-update, highlight-changes-mode-turn-on):
14220 Fix typos in docstrings.
14221
14222 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14223
14224 * newcomment.el (comment-enter-backward): Be careful to restore
14225 position changed during narrowing.
14226
14227 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14228
14229 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14230 Recognize `sub ($$)'.
14231
14232 2008-04-03 Richard Sharman <rsharman@pobox.com>
14233
14234 * hilit-chg.el (highlight-changes-mode): Rename from
14235 highlight-changes; no longer uses sub-modes active and passive;
14236 implemented by define-minor-mode.
14237 (highlight-changes-toggle-visibility): New function, to replace
14238 the old passive/active submodes of global-highlight-changes-mode;
14239 implemented by define-minor-mode.
14240 (global-highlight-changes-mode): Rename from global-highlight-changes;
14241 rewrite using define-globalized-minor-mode.
14242 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14243 (hilit-chg-post-command-hook, hilit-chg-check-global)
14244 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14245 to use of define-globalized-minor-mode.
14246 (highlight-changes-global-initial-state): Change to be boolean.
14247 (highlight-changes-visible-string, highlight-changes-invisible-string):
14248 Rename from highlight-changes-active-string and
14249 highlight-changes-passive-string.
14250 (hilit-chg-update, hilit-chg-set): Use them.
14251 (global-highlight-changes-mode): Rename from global-highlight-changes.
14252 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14253 docstring.
14254 (hilit-chg-hide-changes): Rewrite to use dolist.
14255 (hilit-chg-set-face-on-change, hilit-chg-update)
14256 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14257 variable instead of testing highlight-changes-mode.
14258 (highlight-markup-buffers): Add require ediff-util; argument on calls
14259 to highlight-changes-mode changed.
14260 (highlight-compare-with-file): Fix problems with interactive
14261 call giving invalid default file.
14262
14263 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14264
14265 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14266 Fix in disassembly buffer (regression in 22.2).
14267
14268 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14269
14270 * emulation/viper-macs.el (viper-read-fast-keysequence):
14271 Use viper-read-event instead of viper-read-key.
14272
14273 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14274
14275 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14276 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14277 let-statements.
14278
14279 * emulation/viper-ex.el, emulation/viper-macs.el:
14280 * emulation/viper-mous.el:
14281 Replace load with require in eval-when-compile.
14282
14283 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14286
14287 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14288 (archive-try-jka-compr): New function.
14289 (archive-set-buffer-as-visiting-file): Use it.
14290
14291 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14292
14293 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * simple.el (handle-shift-selection): New arg.
14296
14297 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14300
14301 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14302
14303 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * shell.el (shell-dynamic-complete-filename): New fun.
14306 (shell-dynamic-complete-functions): Use it.
14307
14308 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14309
14310 2008-04-03 Kenichi Handa <handa@m17n.org>
14311
14312 * international/fontset.el (create-fontset-from-x-resource):
14313 Handle the error of X resource more gracefully.
14314
14315 * international/latin1-disp.el (latin1-display): Don't use make-char.
14316 Fix the argument to set-char-table-range.
14317 (latin1-display-identities): Don't use make-char.
14318 (latin1-display-reset): Use map-charset-chars instead of directly
14319 calling standard-display-default.
14320 (latin1-display-check-font): Don't use make-char.
14321 (latin1-display-setup): Likewise.
14322 (latin1-display-ucs-per-lynx): Likewise.
14323
14324 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14327 name the fields, to make the code clearer.
14328 Rewrite all `aset' and `aref' using the defined accessors.
14329 (timer--time): New pseudo-field.
14330 (timer-set-time, timer-set-idle-time, timer-inc-time)
14331 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14332 (timer--time-less-p): New function.
14333 (timer--activate): New function, extracted from timer-activate.
14334 (timer-activate-when-idle, timer-activate): Use it.
14335 (cancel-function-timers): Use dolist.
14336
14337 2008-04-03 Glenn Morris <rgm@gnu.org>
14338
14339 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14340 Remove declarations; no longer used.
14341 (c-cpp-define-name, c-defun-name): Declare as functions.
14342
14343 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14344 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14345
14346 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14347 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14348 Add optional argument. Simplify.
14349 (holiday-tisha-b-av-etc): Use memq rather than unless.
14350 (holiday-julian): Autoload it.
14351 (holiday-hebrew-misc): New function.
14352
14353 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14354
14355 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14356 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14357 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14358 all-hebrew-calendar-holidays.
14359 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14360 Simplify using new functions.
14361 (calendar-holidays): Doc fix.
14362 (generate-calendar-window): Use bound-and-true-p.
14363
14364 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14365
14366 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14367 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14368 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14369 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14370
14371 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14372
14373 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14374
14375 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14376
14377 * vc-bzr.el (vc-bzr-checkout): Simplify.
14378
14379 * image-mode.el (image-mode-fit-frame): New command.
14380
14381 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14382 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14383 (keyboard-escape-quit): Check region-active-p i.s.o
14384 transient-mark-mode.
14385
14386 2008-04-02 Simon Josefsson <simon@josefsson.org>
14387
14388 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14389 (imap-message-copyuid-1): Use it.
14390 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14391 J. Williams in
14392 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14393
14394 2008-04-02 Alan Mackenzie <acm@muc.de>
14395
14396 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14397 New optimised functions to get the name of the current defun/macro.
14398
14399 * add-log.el (add-log-current-defun): Move the functionality which
14400 gets the current function name for C like modes to cc-cmds.el,
14401 thus optimising for speed.
14402
14403 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14404
14405 * simple.el (deactivate-mark): When the mark is temporarily
14406 active, restore the original value of transient-mark-mode.
14407 (set-mark-command): First deactivate the mark if was temporarily active.
14408 (exchange-point-and-mark): Reactivate the mark if it was
14409 temporarily active.
14410 (handle-shift-selection): New fun.
14411 (transient-mark-mode): Move var documentation here from buffer.c.
14412 (next-line, previous-line, backward-word, move-end-of-line)
14413 (move-beginning-of-line, forward-to-indentation)
14414 (backward-to-indentation, back-to-indentation)
14415 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14416
14417 * mouse.el (mouse-set-region-1): Save the old value of
14418 transient-mark-mode.
14419 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14420 transient-mark-mode.
14421
14422 * textmodes/paragraphs.el (forward-paragraph)
14423 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14424 interactive spec.
14425
14426 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14427
14428 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14429
14430 * net/tramp.el (tramp-make-tramp-temp-file):
14431 Use `tramp-drop-volume-letter' for the local file name part.
14432
14433 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14434
14435 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14436 Add menu entries corresponding to all the key bindings.
14437
14438 * emacs-lisp/debug.el (debugger-mode-map):
14439 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14440 (conf-align-assignments): Only work on the region if it is active.
14441 (conf-quote-normal): Use when instead of if. Remove redundant test.
14442
14443 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14444 for tracing and re-builder.
14445
14446 2008-04-02 Glenn Morris <rgm@gnu.org>
14447
14448 * calendar/appt.el (appt-disp-window-function): Doc fix.
14449 (appt-display-message): Move beep before display.
14450 (appt-check): Make interactive. Reduce the number of lets.
14451 Use string-equal to compare mode-line strings.
14452 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14453 read-only.
14454 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14455 (appt-delete): Simplify.
14456
14457 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14458
14459 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14460
14461 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14462 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14463 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14464
14465 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14466 (calendar-holiday-marker, mark-visible-calendar-date):
14467 * calendar/diary-lib.el (fancy-diary-display):
14468 Check for font-lock-mode before using faces.
14469
14470 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14471 (calendar-gregorian-from-absolute): Reduce the number of lets.
14472 (hebrew-holidays-4, generate-calendar-window): Simplify.
14473 (calendar-for-loop): Make obsolete.
14474 (calendar-nth-named-day): Doc fix.
14475
14476 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14477 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14478 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14479 Reduce the number of lets.
14480 (mark-sexp-diary-entries, calendar-mark-complex):
14481 Expand calendar-for-loops.
14482
14483 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14484
14485 * find-dired.el (find-dired-filter): Fix last patch to handle
14486 multi-line process input. Pad link numbers too.
14487
14488 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14489
14490 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14491
14492 2008-04-01 Jason Rumney <jasonr@gnu.org>
14493
14494 * international/characters.el (script-list): Add phonetic script,
14495 covering IPA (previously Latin), Phonetic Extensions and
14496 Phonetic Extensions Supplement (both previously unassigned).
14497
14498 * international/fontset.el (setup-default-fontset): Use unicode fonts
14499 that cover bopomofo script for bopomofo.
14500 Likewise for braille and mathematical.
14501 Use unicode scripts that cover the phonetic script for IPA.
14502
14503 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14504
14505 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14506 return the assigned value.
14507
14508 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * abbrev.el (abbrev-mode): Use define-minor-mode.
14511
14512 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14513 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14514 Use map-keymap.
14515 (minor-mode-menu-from-indicator): Use it. Simplify.
14516
14517 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14518 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14519 Bind the key directly to the menu.
14520 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14521
14522 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14523
14524 * epa.el (epa-decrypt-region): Explain the reason why this
14525 function should not be used in Lisp programs.
14526 (epa-decrypt-armor-in-region): Ditto.
14527 (epa-verify-region): Ditto.
14528 (epa-verify-cleartext-in-region): Ditto.
14529 (epa-sign-region): Ditto.
14530 (epa-encrypt-region): Ditto.
14531
14532 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14533
14534 * epa.el (epa-select-keys): Show menu even if there is no key in
14535 GnuPG's keyring.
14536
14537 2008-04-01 Glenn Morris <rgm@gnu.org>
14538
14539 * calendar/calendar.el (calendar-make-temp-face): New function.
14540 (mark-visible-calendar-date):
14541 * calendar/diary-lib.el (fancy-diary-display): Use it.
14542
14543 * vc-hooks.el (vc-responsible-backend): Declare as function.
14544
14545 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14546 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14547 * calendar/cal-julian.el (holiday-julian): Use it.
14548
14549 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14550 (calendar-hebrew-date-is-visible-p): Extract some common code into
14551 separate function.
14552 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14553
14554 * calendar/cal-menu.el (cal-menu-holidays-menu):
14555 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14556 rather than obsolete alias.
14557
14558 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14559 for mark characters.
14560 (calendar-unmark): Unmark by removing all overlays, rather than
14561 redrawing.
14562 (calendar-starred-day): Remove.
14563 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14564 (calendar-cursor-to-date): No need for special star handling now
14565 using overlays.
14566 (calendar-star-date): Use overlays.
14567
14568 * calendar/cal-french.el (calendar-goto-french-date):
14569 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14570 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14571 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14572 * calendar/cal-persia.el (calendar-persian-date-string):
14573 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14574 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14575 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14576 * calendar/solar.el (solar-equinoxes-solstices):
14577 Reduce nesting of some lets.
14578
14579 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14580 (calendar-goto-mayan-long-count-date): Simplify.
14581
14582 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14583 Simplify by using mapcar.
14584 (calendar-list-holidays): Return holiday-list.
14585 (list-holidays): Use let rather than let*. Remove un-needed locals
14586 `d', `never'.
14587 (calendar-check-holidays): Return result from dolist.
14588 (holiday-float): Use a single let*. Simplify if-and to and.
14589 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14590 single let*.
14591
14592 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14593
14594 * calc/calc.el: Autoload `calc-yank'.
14595 (calc-mode-map): Add keybindings for `calc-yank'.
14596 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14597 assignments for `calc-yank'.
14598
14599 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14600
14601 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14602 (vc-status-mark-buffer-changed): Handle the extra field.
14603
14604 * vc-bzr.el (vc-bzr-after-dir-status):
14605 * vc-cvs.el (vc-cvs-after-dir-status):
14606 * vc-hg.el (vc-hg-after-dir-status):
14607 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14608
14609 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * doc-view.el: Compute displayed pages first (in PDF).
14612 (doc-view-current-converter-processes): Rename from
14613 doc-view-current-converter-process. Update users.
14614 (doc-view-sentinel): Test buffer's liveness.
14615 (doc-view-pdf/ps->png-sentinel): Remove.
14616 (doc-view-start-process): New function.
14617 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14618 (doc-view-ps->pdf): Use it.
14619 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14620 New functions.
14621 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14622 (doc-view-mode): Kill the processes when leaving the mode.
14623
14624 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14627 Use `byte-compile-warning-types'. Add docstring.
14628
14629 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14632 (smerge-resolve): Add various resolution heuristics.
14633
14634 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14635 in 3-way conflicts.
14636
14637 2008-03-31 Glenn Morris <rgm@gnu.org>
14638
14639 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14640 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14641 * calendar/cal-islam.el (mark-islamic-diary-entries):
14642 Fix argument order in call to diary-mark-entries-1.
14643
14644 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14645 pre-Bahai dates.
14646 (holiday-bahai): Use an algorithm actually relevant to this calendar
14647 system.
14648
14649 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14650
14651 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14652 Use and.
14653
14654 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14655 in the last fortnight in Julian October.
14656
14657 * calendar/calendar.el (increment-calendar-month): Optionally handle
14658 systems without 12 months per year.
14659 (calendar-date-is-visible-p): Doc fix. Simplify.
14660
14661 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14662 from dolist.
14663
14664 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14665
14666 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14667 (hi-lock-unload-function): New function.
14668
14669 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14670
14671 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14672 overwriting when NEWNAME is a local file.
14673
14674 * net/trampver.el: Update release number.
14675
14676 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14677
14678 * vc-git.el: Make vc-status display information about copies,
14679 renames and permission changes.
14680 (vc-git-extra-fileinfo): New defstruct.
14681 (vc-git-escape-file-name, vc-git-file-type-as-string)
14682 (vc-git-rename-as-string, vc-git-permissions-as-string)
14683 (vc-git-status-printer): New functions.
14684 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14685 (vc-git-after-dir-status-stage1): Look for copies, renames and
14686 permission changes.
14687 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14688 (vc-git-dir-status): Ask for staged files and renames.
14689
14690 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14691
14692 * vc.el: Allow backends to display backend specific information in
14693 the vc-status listing.
14694 (vc-status-fileinfo): Add a field for backend specific information.
14695 (vc-status-printer): Rename to ...
14696 (vc-default-status-printer): ... this.
14697 (vc-status-printer): New function.
14698 (vc-update-vc-status-buffer): Set the backend specific file info
14699 if provided.
14700
14701 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14704 change (ill-conceived).
14705
14706 2008-03-29 Glenn Morris <rgm@gnu.org>
14707
14708 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14709 * calendar/cal-julian.el (holiday-julian): Simplify.
14710
14711 * calendar/holidays.el (list-holidays): Use or.
14712
14713 2008-03-29 Juri Linkov <juri@jurta.org>
14714
14715 * window.el (split-window-preferred-horizontally): New function.
14716
14717 * cus-start.el (split-window-preferred-function):
14718 Set choice for "vertically" to nil instead of split-window.
14719 Set choice for "horizontally" to split-window-preferred-horizontally
14720 instead of lambda.
14721
14722 2008-03-29 Juri Linkov <juri@jurta.org>
14723
14724 * simple.el (minibuffer-default-add-function): New variable with
14725 the default to minibuffer-default-add-completions.
14726 (minibuffer-default-add-done): New variable. Make it buffer-local.
14727 (minibuffer-default-add-completions): New function.
14728 (goto-history-element): Set minibuffer-default-add-done to t and
14729 call a function in minibuffer-default-add-function when the
14730 specified absolute history position is greater than the length of
14731 the minibuffer-default list and minibuffer-default-add-done is nil.
14732 Change "^End of history; no next item$" to "^End of defaults;
14733 no next item$".
14734
14735 * bindings.el (debug-ignored-errors): Change "^End of history;
14736 no next item$" to "^End of defaults; no next item$".
14737
14738 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14741
14742 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14743 to with-no-warnings.
14744
14745 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14746
14747 Sync with Tramp 2.1.13.
14748
14749 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14750
14751 * net/trampver.el: Update release number.
14752
14753 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14754
14755 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14756 the current backend.
14757
14758 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14759 (vc-status-refresh): Create a temporary buffer and call the
14760 `dir-status' backend function from that buffer.
14761
14762 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14763 (vc-bzr-after-dir-status): Don't kill the buffer.
14764
14765 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14766 (vc-cvs-after-dir-status): Don't kill the buffer.
14767
14768 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14769 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14770
14771 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14772 (vc-hg-after-dir-status): Don't kill the buffer.
14773
14774 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14775 (vc-svn-after-dir-status): Don't kill the buffer.
14776
14777 2008-03-29 Glenn Morris <rgm@gnu.org>
14778
14779 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14780 (european-date-diary-pattern, european-calendar-display-form)
14781 (american-calendar-display-form, diary-display-hook): Doc fixes.
14782 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14783 custom :set. Mark as obsolete.
14784 (calendar-date-style, iso-date-diary-pattern)
14785 (iso-calendar-display-form): New user variables.
14786 (diary-date-forms, calendar-date-display-form): Set using
14787 calendar-date-style. Doc fix.
14788 (calendar-set-date-style): New command.
14789 (european-calendar, american-calendar): Use calendar-set-date-style.
14790 Mark as obsolete.
14791
14792 * calendar/diary-lib.el (number): Move declaration where needed.
14793 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14794 (diary-make-date): New function.
14795 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14796 Use diary-make-date.
14797 (diary-date-display-form, diary-insert-entry-1): New functions.
14798 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14799 Use diary-insert-entry-1.
14800 (insert-anniversary-diary-entry, insert-block-diary-entry)
14801 (insert-cyclic-diary-entry): Use diary-date-display-form.
14802
14803 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14804 Autoload diary-insert-entry-1.
14805 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14806 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14807 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14808 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14809 * calendar/cal-islam.el (insert-islamic-diary-entry)
14810 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14811 Use diary-insert-entry-1.
14812
14813 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14814 (diary-yahrzeit): Doc fix. Use diary-make-date.
14815
14816 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14817 New name for icalendar--datetime-to-noneuropean-date. Make old name
14818 obsolete alias.
14819 (icalendar--datetime-to-iso-date): New function.
14820 (icalendar--datetime-to-diary-date): Doc fix. Respect
14821 calendar-date-style if bound.
14822
14823 * textmodes/remember.el (remember-diary-convert-entry):
14824 Respect calendar-date-style if bound.
14825
14826 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14829 (xterm-mouse-handle-delete-frame): Delete.
14830
14831 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14832 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14833 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14834 in xterm-modify-other-keys-terminal-list.
14835
14836 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14837 are conflicts.
14838
14839 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14840
14841 * vc.el (vc-update): Check if the buffer is unsaved only if it
14842 actually exists.
14843 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14844 vc-print-log.
14845
14846 2008-03-28 Magnus Henoch <mange@freemail.hu>
14847
14848 * net/dns.el (dns-write): Use set-buffer-multibyte.
14849
14850 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * vc-bzr.el (vc-bzr-sha1): New fun.
14853 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14854 (vc-bzr-registered): Use it.
14855
14856 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14857
14858 * vc.el (vc-status-kill-dir-status-process): Simplify.
14859 (vc-status-refresh): Make sure the buffer is live.
14860 (ring): Don't require it, not used.
14861
14862 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14863
14864 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14865 Add optional regular expression to AUTOINOUTMODULE.
14866 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14867 (verilog-auto-inst-param, verilog-auto-reg)
14868 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14869 (verilog-auto-output-every, verilog-auto-input)
14870 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14871 (verilog-auto-unused, verilog-auto): Update documentation to use
14872 more obvious instance module names versus cell names.
14873
14874 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14875
14876 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14877 kill if a process is running.
14878
14879 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14880
14881 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14882
14883 * vc.el: Add new backend function 'status-extra-headers.
14884 (vc-default-status-extra-headers): New function.
14885 (vc-status-headers): Call 'status-extra-headers. Add colors.
14886
14887 * vc-git.el (vc-git-status-extra-headers): New function.
14888
14889 2008-03-28 Glenn Morris <rgm@gnu.org>
14890
14891 * calendar/cal-menu.el (cal-menu-holidays-menu)
14892 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14893 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14894 holiday-list is optional.
14895 (calendar-mouse-holidays): Remove un-needed local `l'.
14896
14897 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14898 Remove un-needed local `date'.
14899 (calendar-cursor-to-visible-date): Use let rather than let*.
14900 Remove un-needed local `first-of-month-weekday'.
14901
14902 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14903
14904 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14905 Doc fixes.
14906 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14907 (diary-header-line-flag, diary-header-line-format): Declare.
14908 (diary-pull-attrs): Check for multiple matches.
14909 (diary-list-entries-2): Simplify finding start of date.
14910 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14911 pop-up-frames.
14912 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14913 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14914
14915 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14916
14917 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14918
14919 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14920
14921 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14924
14925 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14926
14927 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14928
14929 * international/mule-conf.el (define-iso-single-byte-charset):
14930 Don't make latin-iso8859-* supplementary.
14931 (#'set-charset-priority): Don't change the priority of charsets
14932 `unicode' and `emacs'.
14933
14934 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14937 temp buffer.
14938
14939 2008-03-27 Glenn Morris <rgm@gnu.org>
14940
14941 * calendar/cal-bahai.el (diary-bahai-list-entries):
14942 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14943 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14944
14945 * calendar/calendar.el (diary-file): Doc fix.
14946
14947 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14948 (list-diary-entries-hook, mark-diary-entries-hook)
14949 (include-other-diary-files, diary-mail-entries)
14950 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14951 (diary-set-header): New function.
14952 (diary-header-line-flag, diary-header-line-format):
14953 Use diary-set-header for custom :set function.
14954 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14955 (diary-attrtype-convert): Use intern-soft rather than read.
14956 (diary-display-no-entries): New function.
14957 (simple-diary-display, fancy-diary-display): Use it.
14958 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
14959 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
14960
14961 * calendar/holidays.el (list-holidays): Doc fix.
14962
14963 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
14964
14965 * calc/calc-store.el (calc-read-var-name-history): New variable.
14966 (calc-read-var-name): Use `calc-read-var-name-history'.
14967
14968 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * image-mode.el (image-mode-reapply-winprops): Simplify now that
14971 window-configuration-change-hook works buffer-locally.
14972
14973 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14974
14975 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
14976 for Emacs Lisp, not Lisp.
14977
14978 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
14979
14980 * help-fns.el (describe-function-1, describe-variable):
14981 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
14982
14983 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
14984 replacement is provided, don't print "use nil instead".
14985
14986 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14987
14988 * complete.el (PC-do-completion): Use regexp-quote.
14989
14990 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14991
14992 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
14993 Detect missing files.
14994
14995 * vc-git.el (vc-git-extra-menu-map): New key map.
14996 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
14997 New functions.
14998
14999 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15000 and 'missing files.
15001
15002 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * calendar/holidays.el (list-holidays): Make Y2 optional.
15005
15006 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15007 buffers shown to the user.
15008 (appt-disp-window): Disable undo explicitly now that the leading space
15009 is gone.
15010
15011 * simple.el (activate-mark): New function.
15012 (set-mark-command): Use it with region-active-p to clean up the code.
15013 (exchange-point-and-mark): Invert the meaning of C-u when
15014 transient-mark-mode is active.
15015
15016 * dired-aux.el (dired-create-files): Use dolist.
15017
15018 * bindings.el (mode-line-change-eol): Use with-selected-window.
15019
15020 * apropos.el (apropos-command): Include macros.
15021
15022 2008-03-26 Glenn Morris <rgm@gnu.org>
15023
15024 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15025 (calendar-bahai-epoch): Doc fix.
15026
15027 * calendar/cal-china.el: Explicitly require calendar.
15028
15029 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15030 Require calendar rather than cal-julian.
15031 Autoload calendar-absolute-from-julian.
15032 * calendar/cal-coptic.el (coptic-calendar-epoch):
15033 * calendar/cal-islam.el (calendar-islamic-epoch):
15034 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15035
15036 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15037
15038 * calendar/cal-dst.el: Don't require cal-persia.
15039 (calendar-absolute-from-persian): Autoload it.
15040 (dst-adjust-time): Doc fix.
15041
15042 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15043 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15044 calendar.
15045
15046 * calendar/cal-menu.el: Require calendar rather than declaring
15047 functions.
15048 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15049
15050 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15051 calendar-after-frame-setup-hooks. Update callers, make old name an
15052 obsolete alias. Doc fix.
15053 (calendar-frame-1): Doc fix.
15054
15055 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15056
15057 * calendar/calendar.el (oriental-holidays, solar-holidays):
15058 * calendar/holidays.el (list-holidays): Assume atan always bound.
15059
15060 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15061 Explicitly require calendar, not cal-julian.
15062 * calendar/lunar.el: Explicitly require cal-dst.
15063
15064 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15067
15068 * help-fns.el (describe-function-1, describe-variable): If no
15069 replacement is provided, don't print "use nil instead".
15070
15071 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15072
15073 * proced.el: New file.
15074
15075 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15076
15077 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15078
15079 2008-03-25 Juri Linkov <juri@jurta.org>
15080
15081 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15082 in battery-mode-line-format.
15083
15084 * bindings.el (minibuffer-local-map): For the command
15085 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15086 with map which is already locally bound to minibuffer-local-map.
15087
15088 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15091 Remove `sort-first' argument.
15092
15093 * subr.el (redisplay-end-trigger-functions)
15094 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15095 (process-filter-multibyte-p, set-process-filter-multibyte):
15096 Mark as obsolete.
15097
15098 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15099
15100 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15101 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15102 use the LOCAL arg of `add-hook'.
15103 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15104 Remove spurious * from defcustom docstrings.
15105 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15106 Fix typos in messages.
15107 (reb-mode-buffer-p): New function.
15108 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15109 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15110 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15111 Use `unless', `when'.
15112 (re-builder-unload-function): New function.
15113
15114 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15115
15116 * vc-hooks.el (vc-state): Add documentation for 'missing.
15117
15118 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15119
15120 * progmodes/verilog-mode.el (verilog-auto-output)
15121 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15122 (verilog-delete-auto): Add optional regular expression to
15123 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15124 (verilog-signals-matching-regexp): New internal function for
15125 signal matching.
15126
15127 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15128
15129 * info.el (Info-isearch-search): Always return point.
15130
15131 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 * diff-mode.el (diff-remembered-defdir): New var.
15134 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15135
15136 2008-03-25 Glenn Morris <rgm@gnu.org>
15137
15138 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15139 calendar-bahai-prompt-for-date. Update callers, make old name an
15140 obsolete alias. Doc fix.
15141 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15142 coptic-prompt-for-date. Update callers, make old name an
15143 obsolete alias. Doc fix.
15144 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15145 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15146 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15147 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15148 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15149 calendar-iso-read-args. Update callers, make old name an obsolete
15150 alias.
15151 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15152 persian-prompt-for-date. Update callers, make old name an
15153 obsolete alias. Doc fix. Move definition before use.
15154
15155 * calendar/cal-x.el (diary-frame-parameters)
15156 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15157 (calendar-frame-1): Doc fixes.
15158 (make-fancy-diary-buffer): Remove declaration.
15159 (calendar-dedicate-diary): Replace call to deleted function
15160 make-fancy-diary-buffer.
15161 (calendar-frame-setup): New function.
15162 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15163 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15164 work, and mark as obsolete.
15165 (special-display-buffer-names): Don't mess with this; it's not our
15166 business.
15167 (cal-x-load-hook): Defvar it, and mark as obsolete.
15168
15169 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15170 Default to t. Add to 'calendar group.
15171 (calendar): Doc fix. Use calendar-frame-setup.
15172 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15173 (generate-calendar-window): Doc fix.
15174
15175 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15176
15177 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15178
15179 2008-03-24 Drew Adams <drew.adams@oracle.com>
15180
15181 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15182 New variables.
15183 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15184 (finder-exit): Ignore errors rather than avoiding them.
15185 Kill *Finder-package* buffer also.
15186
15187 2008-03-24 Andreas Schwab <schwab@suse.de>
15188
15189 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15190
15191 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15192
15193 * vc-hg.el (vc-hg-after-dir-status):
15194 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15195
15196 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15197 Detect removed files.
15198
15199 * vc.el (vc-status-printer): Use a different face for missing files.
15200 (vc-status-hide-up-to-date): Rename from
15201 vc-status-remove-up-to-date. Update all callers.
15202 (vc-status-mode-map): Bind C-m.
15203
15204 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15205
15206 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15207 code ...
15208 (vc-git--state-code): ... to this new function.
15209 (vc-git-state): Use it.
15210
15211 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15212
15213 * textmodes/remember.el (remember-mail-date)
15214 (remember-store-in-mailbox): Write date and From line in such a
15215 way that Mutt can read it.
15216
15217 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15218
15219 * simple.el (transient-mark-mode): Turn on by default.
15220
15221 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15222
15223 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15224 'unregistered for unregistered files.
15225
15226 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15227
15228 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15229
15230 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15231 subdirectories.
15232
15233 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15234 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15235 Add :enable for vc-status-refresh.
15236 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15237 (vc-status-tool-bar-map): Add binding for
15238 vc-status-kill-dir-status-process.
15239 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15240 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15241 Reset vc-status-process-buffer.
15242 (vc-status-refresh): Don't run two refreshes at a time.
15243 (vc-status): If the buffer is already in vc-status-mode only refresh.
15244 (vc-status-mark-buffer-changed): Add an optional file parameter.
15245 (vc-resynch-buffer): Use it.
15246 (vc-delete-file): Expand the file name before using it.
15247 Be careful to not create a new buffer with the old file contents.
15248 Update the VC state after performing the operation.
15249
15250 2008-03-23 Andreas Schwab <schwab@suse.de>
15251
15252 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15253 Fix radio button condition.
15254 [box]: Likewise.
15255 [customize]: Add radio button.
15256
15257 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15258
15259 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15260 (calc-user-parse-tables, calc-gnuplot-default-device)
15261 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15262 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15263 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15264 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15265 (calc-undo-list, calc-redo-list, calc-main-buffer)
15266 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15267 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15268 (calc-said-hello, calc-executing-macro, calc-any-selections)
15269 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15270 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15271 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15272 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15273 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15274 (calc-create-buffer, calc-quit): Add docstrings.
15275
15276 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * makefile.w32-in (WINS_ALMOST): Add org.
15279
15280 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15281
15282 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15283 New functions to implement vc-status support.
15284
15285 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15286
15287 * vc.el (vc-status-prepare-status-buffer): New function.
15288 (vc-status): Use it.
15289
15290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15291 appropriate.
15292
15293 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15294
15295 * vc-git.el (vc-git--empty-db-p)
15296 (vc-git-after-dir-status-stage1-empty-db): New functions.
15297 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15298 Add support for empty repositories.
15299
15300 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15301
15302 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15303 Allow "^" in a version name.
15304
15305 * vc-mtn.el (vc-mtn-state): Support the added state.
15306
15307 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15308
15309 * org: New directory for Org-mode.
15310
15311 * org/org-export-latex.el: Moved from lisp/textmodes.
15312
15313 * org/org-irc.el: Moved from lisp/textmodes.
15314
15315 * org/org-mac-message.el: Moved from lisp/textmodes.
15316
15317 * org/org-mouse.el: Moved from lisp/textmodes.
15318
15319 * org/org-publish.el: Moved from lisp/textmodes.
15320
15321 2008-03-21 Juri Linkov <juri@jurta.org>
15322
15323 * comint.el (comint-dynamic-simple-complete):
15324 Use variable `stub' for the second arg `common-substring'
15325 of `comint-dynamic-list-completions'.
15326 (comint-dynamic-list-filename-completions):
15327 Use variable `filenondir' for the second arg `common-substring'
15328 of `comint-dynamic-list-completions'.
15329 (comint-dynamic-list-completions): Add new optional arg
15330 `common-substring'. Add `common-substring' as the second arg of
15331 the call to `display-completion-list'. Doc fix.
15332
15333 * comint.el (comint-dynamic-complete-as-filename)
15334 (comint-dynamic-list-filename-completions)
15335 (comint-dynamic-simple-complete): Use `minibuffer-message'
15336 to display message "No completions of %s" when a command
15337 is called in the minibuffer.
15338 (comint-dynamic-simple-complete): Don't display other
15339 completion messages when a command is called in the minibuffer.
15340 (comint-dynamic-list-completions): Use `minibuffer-message'
15341 to display message " [Type space to flush ...]" when a command
15342 is called in the minibuffer.
15343
15344 * shell.el (shell-dynamic-complete-command)
15345 (shell-dynamic-complete-environment-variable): Don't display
15346 completion messages when command is called in the minibuffer.
15347
15348 * emacs-lisp/lisp.el (lisp-complete-symbol):
15349 Use `minibuffer-message' to display message "No completions of %s"
15350 when this command is called in the minibuffer.
15351
15352 * bindings.el (standard-mode-line-modes): Put special help-echo
15353 tooltip on recursive edit %[ %] mode-line constructs.
15354
15355 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15356 "^No dynamic expansion for .* found$" to allow error messages like
15357 "No dynamic expansion for \"%s\" found in this-buffer".
15358
15359 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15360
15361 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15362 "psftp".
15363
15364 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15367 * vc.el (vc-default-dired-state-info): Use just "modified".
15368 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15369 (vc-cvs-mode-line-string): Make use of the better default.
15370 (vc-cvs-parse-entry): Use the new `added'.
15371 (vc-cvs-dired-state-info): Remove.
15372 * vc-svn.el (vc-svn-dired-state-info): Remove.
15373 * vc-hg.el (vc-hg-dired-state-info): Remove.
15374 * vc-git.el (vc-git-dired-state-info): Remove.
15375
15376 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15377
15378 * vc-git.el (vc-git-status-result): New variable.
15379 (vc-git-dir-status): Split out ...
15380 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15381 ... these new functions and work asynchronously.
15382
15383 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15384
15385 * vc-git.el (vc-git-after-dir-status): Remove.
15386 (vc-git-dired-state-info): Reimplement.
15387
15388 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15389
15390 * replace.el (occur-mode-map): Add :help.
15391
15392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15393 for disassemble.
15394
15395 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15396 the 'added state.
15397 (vc-status-remove-up-to-date): New function.
15398 (vc-status-mode-map, vc-status-menu-map): Bind it.
15399 (vc-status-printer): Use a different face up-to-date files.
15400 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15401 (Todo): Remove solved entries.
15402
15403 * vc-hg.el (vc-hg-state):
15404 * vc-git.el (vc-git-state):
15405 * vc-cvs.el (vc-cvs-parse-status):
15406 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15407 state.
15408
15409 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * progmodes/compile.el (compile):
15412 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15413
15414 * simple.el (minibuffer-local-shell-command-map): New var.
15415 (minibuffer-complete-shell-command, read-shell-command): New funs.
15416 (shell-command, shell-command-on-region): Use them.
15417
15418 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15419
15420 * vc.el (vc-status-mark-buffer-changed): New function to implement
15421 updating of the *vc-status* buffer when a buffer is saved.
15422 (vc-status-mode): Use it for after-change-hook.
15423 (vc-add-to-vc-status-buffer): Rename to ...
15424 (vc-status-add-entry): ... this.
15425 (Todo): Add new entry.
15426
15427 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15430
15431 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15432
15433 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15434 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15435 Remove spurious * from defcustom docstrings.
15436 (icomplete-compute-delay): Fix docstring and remove spurious *.
15437 (icomplete-delay-completions-threshold): Fix typo in docstring and
15438 remove spurious *.
15439 (icomplete-completions): While collecting the list of prospective
15440 candidates, don't overshoot `icomplete-prospects-length'.
15441
15442 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15443
15444 * textmodes/refbib.el:
15445 * textmodes/reftex.el:
15446 * textmodes/reftex-global.el:
15447 * textmodes/reftex-vars.el:
15448 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15449 compiler pacifying defvars.
15450 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15451 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15452 not needed.
15453
15454 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15455
15456 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15457 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15458 (verilog-customize, verilog-font-customize)
15459 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15460 (verilog-mode): Update documentation strings to match tool tips.
15461 (verilog-auto-search-do, verilog-auto-re-search-do)
15462 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15463 expansion when a .* appears inside a string.
15464 (verilog-re-search-forward, verilog-re-search-backward):
15465 Add comment to recall how this works.
15466 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15467
15468 2008-03-20 Glenn Morris <rgm@gnu.org>
15469
15470 * calendar/calendar.el (calendar-other-dates): New function.
15471 (calendar-print-other-dates): Use calendar-other-dates.
15472 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15473 the declarations it replaces.
15474 (calendar-mouse-print-dates): Use calendar-other-dates.
15475
15476 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15477 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15478 (calendar-absolute-from-bahai): Fix the leap-year case.
15479 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15480 (calendar-bahai-date-string, calendar-bahai-print-date):
15481 Handle pre-Bahai dates.
15482
15483 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15484 (chinese-calendar-terrestrial-branch): Make defcustoms.
15485
15486 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15487 (calendar-mouse-view-diary-entries): Use or.
15488 (calendar-mouse-chinese-date): Remove unused command.
15489 (cal-menu-load-hook): Mark as obsolete.
15490
15491 * calendar/solar.el (calendar-location-name, calendar-latitude)
15492 (calendar-longitude, solar-arctan, sunrise-sunset)
15493 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15494
15495 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15496
15497 * calc/calc.el: Remove outdated comments.
15498 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15499 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15500 Add docstrings.
15501
15502 2008-03-19 Jason Rumney <jasonr@gnu.org>
15503
15504 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15505
15506 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15507
15508 * net/tls.el (open-tls-stream): Reindent.
15509
15510 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15511
15512 * net/tramp.el (tramp-let-maybe): Removed.
15513 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15514 It does not exist under XEmacs.
15515 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15516 (tramp-completion-file-name-handler): Let-bind
15517 `directory-sep-char'.
15518
15519 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15520 `directory-sep-char'.
15521
15522 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15525 for autoloaded keymaps.
15526
15527 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15528 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15529 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15530 (verilog-in-comment-p, verilog-in-star-comment-p)
15531 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15532 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15533 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15534 (verilog-skip-forward-comment-p): Use it.
15535
15536 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15537
15538 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15539 (org-remember-templates, org-time-stamp-rounding-minutes)
15540 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15541 (org-columns-new): Fix typos in docstrings.
15542
15543 2008-03-19 Glenn Morris <rgm@gnu.org>
15544
15545 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15546 (tramp-handle-shell-command): Use condition-case rather than
15547 ignore-errors.
15548
15549 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15550
15551 * diff-mode.el (diff-header): Make the color louder.
15552 (diff-refine-change): Tone the color down.
15553
15554 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15555
15556 * descr-text.el (describe-char): When `describe-char-unidata-list'
15557 is set to show all properties, list them in the right order.
15558
15559 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * international/mule.el (load-with-code-conversion): Avoid setting
15562 default-enable-multibyte-characters.
15563
15564 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15565
15566 * vc.el (vc-annotate-background): Fix custom type.
15567
15568 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * descr-text.el (describe-char-unidata-list): Allow specifying
15571 just all properties.
15572 (describe-char): Handle that new value.
15573
15574 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15575
15576 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15577
15578 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15579 instead of file name extension to make docs with uncommon
15580 extensions work.
15581
15582 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15583
15584 * doc-view.el (require): Require cl at compile time because
15585 `assert' needs it.
15586
15587 2008-03-18 Glenn Morris <rgm@gnu.org>
15588
15589 * calendar/calendar.el (initial-calendar-window-hook)
15590 (today-visible-calendar-hook): Doc fixes.
15591
15592 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15593
15594 * net/tramp.el (tramp-root-regexp): Simplify.
15595 (tramp-completion-file-name-regexp-separate): Don't insist on
15596 leading "[". This prevents method or user or host completion.
15597 (tramp-let-maybe): Autoload it.
15598 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15599 is an alias for `identity'.
15600 (tramp-handle-write-region): Protect `last-coding-system-used'
15601 over the trailing statements.
15602 (tramp-completion-file-name-handler-post-function): Remove.
15603 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15604 instead of calling `tramp-drop-volume-letter'.
15605
15606 * net/tramp.el:
15607 * net/tramp-uu.el:
15608 * net/trampver.el: Move coding cookie at the end.
15609
15610 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15611
15612 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15613 elements which may be something else than characters.
15614
15615 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15616
15617 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15618 New functions to implement vc-status support.
15619
15620 * vc.el (vc-default-extra-status-menu)
15621 (vc-add-to-vc-status-buffer): New functions.
15622
15623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15624 for eldoc and ielm.
15625
15626 2008-03-17 Glenn Morris <rgm@gnu.org>
15627
15628 * calendar/cal-x.el (diary-frame-parameters)
15629 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15630 Fix custom type; add options.
15631 (calendar-frame, diary-frame): Doc fixes.
15632 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15633 new functions.
15634 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15635 Use calendar-frame-1 and calendar-dedicate-diary.
15636 (calendar-one-frame-setup): Also handle only-one-frame case.
15637 (calendar-only-one-frame-setup): Doc fix. Just call
15638 calendar-one-frame-setup.
15639
15640 * calendar/diary-lib.el: Re-order some definitions before their use.
15641 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15642 (diary-list-entries): Doc fixes.
15643 (make-fancy-diary-display): Remove function.
15644
15645 * calendar/calendar.el (calendar-today-marker)
15646 (initial-calendar-window-hook, today-visible-calendar-hook)
15647 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15648 (calendar-star-date, calendar-mark-today): Doc fixes.
15649 (today-visible-calendar-hook): Add options.
15650 (calendar-in-read-only-buffer): New macro.
15651 (calendar-basic-setup): Adapt for change in calendar-read-date.
15652 Place holiday let inside if.
15653 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15654 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15655 (calendar-print-other-dates): Use one let rather than many.
15656
15657 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15658 (calendar-print-other-dates):
15659 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15660 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15661 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15662 (calendar-cursor-holidays):
15663 * calendar/lunar.el (calendar-phases-of-moon): Use
15664 calendar-in-read-only-buffer to replace previous code and disable undo.
15665
15666 2008-03-16 Juri Linkov <juri@jurta.org>
15667
15668 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15669 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15670 read-from-minibuffer to provide the correct initial minibuffer
15671 history position in isearch-edit-string when it is called from
15672 isearch-ring-adjust.
15673
15674 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15675 to check if the current buffer is the minibuffer, and in this case
15676 call abort-recursive-edit to kill the minibuffer. Doc fix.
15677 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15678 when the current buffer is the minibuffer.
15679
15680 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15681
15682 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15683
15684 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15685 Use non-nil PARENTS attribute of make-directory instead of
15686 explicitly checking existence the current cache directory.
15687
15688 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15689
15690 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15691 M-x epa-file-select-keys.
15692
15693 2008-03-16 Kenichi Handa <handa@m17n.org>
15694
15695 * international/mule.el (auto-coding-alist):
15696 Use no-conversion-multibyte for archive files.
15697
15698 2008-03-16 Glenn Morris <rgm@gnu.org>
15699
15700 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15701 New functions.
15702 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15703 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15704 Use calendar-mark-1.
15705 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15706 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15707 Use calendar-mark-complex.
15708 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15709 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15710 Use calendar-mark-1.
15711
15712 * calendar/calendar.el (calendar-mod): Remove.
15713 * calendar/cal-china.el (calendar-chinese-from-absolute)
15714 (calendar-chinese-date-string): Expand calendar-mod calls.
15715 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15716 Expand calendar-mod calls.
15717
15718 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15719 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15720 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15721 Move obsolete aliases after the functions that replaced them.
15722
15723 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15724 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15725 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15726 Use let rather than let*.
15727 (calendar-hebrew-prompt-for-date): New function.
15728 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15729 (holiday-tisha-b-av-etc): Use unless, let.
15730
15731 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15732 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15733
15734 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15735
15736 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15737
15738 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15739 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15740 than concat.
15741 (diary): Remove un-needed let.
15742 (view-other-diary-entries): Rename argument.
15743 (diary-list-entries-2): New function.
15744 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15745 (print-diary-entries): Use unless.
15746 (diary-mark-entries-1): Change argument order, make all but
15747 markfunc optional. Handle the standard (Gregorian) case.
15748 Use match-string-no-properties. Handle marks.
15749 (mark-diary-entries): Use diary-mark-entries-1.
15750 (diary-font-lock-keywords-1): New macro.
15751 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15752
15753 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15754
15755 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15756 (icalendar-export-hidden-diary-entries): New variable.
15757 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15758 In case of error, insert full error-val.
15759 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15760 Use calendar-day-of-week. Return the day number.
15761 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15762
15763 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15764
15765 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15766 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15767 (icalendar-export-region): Ignore hidden diary entries.
15768 (icalendar--convert-ordinary-to-ical): Fix case where event
15769 spans across midnight boundary.
15770 (icalendar-first-weekday-of-year): New function.
15771 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15772 year for recurring events (Mozilla calendars do not propagate
15773 recurring events forever, so year 2000 start date was not working).
15774 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15775 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15776
15777 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15778
15779 * net/tramp.el (tramp-root-regexp): New defconst.
15780 (tramp-completion-file-name-regexp-unified)
15781 (tramp-completion-file-name-regexp-separate)
15782 (tramp-completion-file-name-regexp-url): Use it.
15783 (tramp-do-copy-or-rename-file-via-buffer):
15784 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15785 t for `insert-file-contents-literally'.
15786 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15787 Autoload it.
15788 (tramp-completion-file-name-handler-post-function): New defconst.
15789 (tramp-completion-file-name-handler): Use it.
15790 (tramp-maybe-open-connection): Update calls to
15791 `tramp-flush-connection-property' for removed 2nd argument.
15792
15793 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15796 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15797 New functions.
15798
15799 2008-03-15 Glenn Morris <rgm@gnu.org>
15800
15801 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15802 New functions.
15803 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15804 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15805 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15806 (diary-bahai-list-entries): Use diary-list-entries-1.
15807 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15808 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15809 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15810 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15811 (list-hebrew-diary-entries): Use diary-list-entries-1.
15812 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15813 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15814 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15815 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15816 (list-islamic-diary-entries): Use diary-list-entries-1.
15817 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15818
15819 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15820
15821 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15822
15823 * calendar/cal-china.el (number-chinese-months)
15824 (calendar-chinese-from-absolute): Use nth, caar.
15825
15826 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15827
15828 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15829
15830 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15831 (calendar-hebrew-month-name-array-leap-year)
15832 (hebrew-calendar-parashiot-names): Make constants.
15833 (diary-parasha): Move definition after constants it uses.
15834
15835 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15836 (cal-html-htmlify-list): Doc fix.
15837 (cal-html-htmlify-entry): Use nth.
15838
15839 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15840 (calendar-islamic-epoch): Make constants.
15841 (calendar-islamic-epoch): Doc fix.
15842
15843 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15844
15845 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15846 (cal-tex-month-name): Doc fix.
15847 (cal-tex-last-blank-p): Use zerop.
15848
15849 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15850 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15851 (calendar-cursor-to-date): Doc fix.
15852 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15853 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15854 (calendar-day-number): Use when.
15855 (generate-calendar-month): Use dotimes.
15856 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15857 (calendar-set-mark): Reverse conditional.
15858 (calendar-make-alist): Move definition before use.
15859
15860 * calendar/diary-lib.el (diary-face-attrs)
15861 (diary-glob-file-regexp-prefix, diary-selective-display)
15862 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15863 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15864 (diary-anniversary, diary-cyclic)
15865 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15866 (diary-header-line-format): Change wording.
15867 (diary-list-entries): Set `date-start' in let.
15868 (include-other-diary-files, mark-included-diary-files): Use format.
15869 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15870 (mark-diary-entries): Use 1+.
15871 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15872 (mark-calendar-month): Use dotimes.
15873
15874 * calendar/holidays.el (displayed-month, displayed-year):
15875 Move declarations where needed.
15876 (calendar-list-holidays): Doc fix.
15877
15878 * calendar/parse-time.el (parse-time-string): Simplify.
15879
15880 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15881 Make constants.
15882 (solar-sunrise-sunset): Rename some local variables for clarity.
15883 (sunrise-sunset): Use zerop.
15884 (solar-mean-equinoxes/solstices): Doc fix.
15885
15886 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15887 Use nth.
15888 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15889 (timeclock-mean, timeclock-generate-report): Use dolist.
15890
15891 * calendar/todo-mode.el (todo-add-category): Simplify.
15892 (todo-more-important-p, todo-delete-item, todo-file-item):
15893 Use unless, when.
15894 (todo-top-priorities): Use zerop.
15895
15896 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15897
15898 * buff-menu.el (list-buffers-noselect): Display buffer name in
15899 tooltip instead of mouse binding when it doesn't fit in the list.
15900
15901 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15902
15903 * faces.el (xw-defined-colors):
15904 * simple.el (widget-convert, shell-mode): Declare as functions
15905 instead of autoloading.
15906
15907 * abbrev.el:
15908 * button.el:
15909 * cus-face.el:
15910 * ediff-hook.el:
15911 * emacs-lisp/backquote.el:
15912 * emacs-lisp/timer.el:
15913 * facemenu.el:
15914 * faces.el:
15915 * menu-bar.el:
15916 * simple.el:
15917 * subr.el:
15918 * textmodes/fill.el:
15919 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15920 files are preloaded.
15921
15922 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * desktop.el (desktop-create-buffer): Don't catch errors if
15925 debug-on-error is set.
15926
15927 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15928
15929 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15930 ($(lisp)/calendar/diary-loaddefs.el)
15931 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15932 (LOADDEFS): New macro.
15933 (autoloads): Depend on $(LOADDEFS).
15934
15935 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15936
15937 * font-lock.el (featurep): Remove test, not useful anymore.
15938 (facemenu-keymap): Move key binding ...
15939 * facemenu.el (facemenu-keymap): ... here.
15940
15941 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15942 for each file in the list.
15943 (vc-bzr-log-view-mode): Recognize the file marker.
15944
15945 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15946 for checkdoc and profiling.
15947
15948 2008-03-14 Bastien Guerry <bzg@altern.org>
15949
15950 * textmodes/flyspell.el (nxml-mode): Add the right
15951 `flyspell-mode-predicate'.
15952
15953 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15954
15955 2008-03-14 Glenn Morris <rgm@gnu.org>
15956
15957 * calendar/solar.el: Reorder so that functions are defined before use.
15958 (displayed-month, displayed-year): Move declarations where needed.
15959 (solar-get-number): Move definition before use. Use unless.
15960 (solar-equatorial-coordinates): Simplify.
15961 (solar-sunrise-and-sunset): Use let rather than let*.
15962 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
15963
15964 * startup.el (command-line-1): Rename -internal-script back to
15965 -scriptload (reverts previous change).
15966
15967 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15968 (calendar-bahai-leap-base): Add doc strings.
15969 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
15970 Move definition before use.
15971 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
15972 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
15973 variables outside the loop. Use dolist.
15974 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15975
15976 * calendar/cal-china.el: Re-order so that functions are defined before
15977 use.
15978 (displayed-month, displayed-year): Move declarations where needed.
15979 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
15980 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15981 Add doc strings.
15982 (chinese-year-cache): Recenter on 2010. Doc fix.
15983 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
15984 Doc fix. Simplify.
15985 (chinese-year-cache-init): New function.
15986 (compute-chinese-year, holiday-chinese-new-year)
15987 (calendar-chinese-date-string, calendar-goto-chinese-date)
15988 (make-chinese-month-assoc-list): Use cadr, nth.
15989 (chinese-months): Remove un-needed let.
15990
15991 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
15992 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
15993 (coptic-prompt-for-date): Move definition before use.
15994
15995 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15996 (calendar-dst-find-data, calendar-daylight-time-offset)
15997 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15998 (calendar-daylight-savings-starts-time)
15999 (calendar-daylight-savings-ends-time): Use cadr, nth.
16000
16001 * calendar/cal-french.el (french-calendar-epoch)
16002 (calendar-goto-french-date): Doc fix.
16003 (french-calendar-month-name-array)
16004 (french-calendar-multibyte-month-name-array)
16005 (french-calendar-day-name-array, french-calendar-special-days-array):
16006 Add doc strings.
16007
16008 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16009 (original-date): Move declarations where needed.
16010 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16011 Doc fix.
16012 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16013 constant variables outside the loop. Use dolist.
16014
16015 * calendar/cal-islam.el (displayed-month, displayed-year)
16016 (original-date): Move declarations where needed.
16017 (islamic-calendar-day-number): Remove unused local variable `day'.
16018 (calendar-goto-islamic-date): Doc fix.
16019 (holiday-islamic): Use unless.
16020 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16021 constant variables outside the loop. Use dolist.
16022 (mark-islamic-calendar-date-pattern): Move definition before use.
16023 Use unless.
16024 (mark-islamic-diary-entries): Doc fix.
16025 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16026 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16027
16028 * calendar/cal-julian.el (calendar-absolute-from-julian):
16029 Move definition before use. Remove un-needed local `day'.
16030 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16031
16032 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16033 (calendar-mayan-tzolkin-names-array): Add doc strings.
16034 (calendar-mayan-long-count-from-absolute): Use a single let.
16035 (calendar-string-to-mayan-long-count): Simplify.
16036 (calendar-next-haab-date, calendar-previous-haab-date)
16037 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16038 (calendar-previous-calendar-round-date)
16039 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16040 Doc fix.
16041 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16042 (calendar-mayan-date-string, calendar-print-mayan-date)
16043 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16044 (calendar-mayan-long-count-common-era): Move definitions before use.
16045
16046 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16047 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16048 Doc fix.
16049 (calendar-mouse-goto-date): Move definition before use.
16050
16051 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16052 Move definition before use.
16053 (calendar-cursor-to-visible-date): Move definition before use.
16054 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16055 and place inside the conditional.
16056 (calendar-forward-day): Simplify.
16057 (calendar-end-of-month): Use unless.
16058 (calendar-goto-day-of-year): Doc fix.
16059 Relocate obsolete aliases after their replacements.
16060
16061 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16062
16063 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16064 variables outside the diary-date-forms loop.
16065
16066 * calendar/calendar.el (diary-file): Doc fix.
16067 (calendar-buffer-list): Return buffers rather than strings (fixes
16068 previous change).
16069 (hebrew-holidays-4): Fix typo.
16070
16071 * calendar/holidays.el (displayed-month, displayed-year):
16072 Move declarations where needed.
16073 (calendar-holiday-list, calendar-list-holidays)
16074 (holiday-filter-visible-calendar): Move definitions before use.
16075 (list-holidays): Use cadr.
16076 Relocate obsolete aliases after their replacements.
16077
16078 * calendar/lunar.el (date, displayed-month, displayed-year):
16079 Move declarations where needed.
16080 (lunar-phase-list): Move definition after functions it uses.
16081 (calendar-phases-of-moon, diary-phases-of-moon)
16082 (lunar-new-moon-on-or-after): Use cadr, nth.
16083 (lunar-new-moon-on-or-after): Doc fix.
16084
16085 * textmodes/org-irc.el (top-level): CL not required when compiling.
16086 (org-irc-visit-erc): Replace runtime CL functions.
16087
16088 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16089 (org-publish-delete-dups): Declare as function.
16090
16091 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16092
16093 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16094 (vc-bzr-show-log-entry): Make regexp match more cases.
16095 (vc-diff-switches-list): Remove autoload, not needed.
16096
16097 2008-03-14 Juri Linkov <juri@jurta.org>
16098
16099 * isearch.el (isearch-edit-string): Remove one call to
16100 `isearch-push-state' not to push an inconsistent state,
16101 but keep another correct call to `isearch-push-state'.
16102 (isearch-ring-adjust): Call `isearch-push-state' only when
16103 `search-ring-update' is non-nil since `isearch-edit-string'
16104 already pushes its state.
16105 (isearch-message): Improve matching the failed part by checking
16106 if the original message starts with the last successful message.
16107
16108 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16109 (dired-perm-write): Rename from `dired-warn-writable'.
16110 Change parent face from `font-lock-warning-face' to
16111 `font-lock-comment-delimiter-face'.
16112 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16113 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16114 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16115 with `dired-perm-write-face'.
16116
16117 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16118
16119 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16120 Create cache dir only if it doesn't already exist.
16121
16122 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16125 of \ and '.
16126
16127 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16128
16129 * net/browse-url.el (browse-url-text-xterm):
16130 Unquote browse-url-text-browser.
16131
16132 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16133
16134 * textmodes/org-mouse.el: Version number change.
16135
16136 * textmodes/org-publish.el (org-publish-expand-components):
16137 Remove null projects from the list of components.
16138 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16139 Remove unused retrieval of the :publishing-directory property.
16140 (org-publish-file): Bugfix: when using a relative directory as the
16141 publishing directory, convert it to a directory filename.
16142 (org-publish-project): New alias.
16143 (org-publish-get-files): Protect against empty p.
16144 (org-publish-file): Send an error when file is not part of any project.
16145 (org-publish-file): Offer to refresh the list of files in known
16146 project when the current file is not part of any project.
16147 (org-publish-before-export-hook)
16148 (org-publish-after-export-hook): New hooks.
16149 (org-publish-org-to): Use new hooks and kill buffers.
16150 (org-publish-file): Remove the code for killing buffers.
16151 (org-publish-initialize-files-alist): Use interactive.
16152 (org-publish-file): If the publishing function creates a new
16153 buffer, kill it after publishing.
16154 (org-publish-timestamp-filename): Protect ":" in file name path
16155 under windows.
16156
16157 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16158 change that killed the LaTeX buffer.
16159
16160 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16161 in the decision tree.
16162 (org-select-remember-template): Clean the code.
16163 (org-prepare-dblock): Add the extra :content parameter.
16164 (org-write-agenda): New output type ".ics" files.
16165 (org-write-agenda): Call `org-icalendar-verify-function', both for
16166 time stamps and for TODO entries.
16167 (org-agenda-collect-markers, org-create-marker-find-array)
16168 (org-check-agenda-marker-table): New functions.
16169 (org-agenda-marker-table): New variable.
16170 (org-export-as-html): Revert the change that killed the html
16171 buffer. Side effects first need to be studied carefully.
16172 (org-get-tags-at): Fix the structure of the condition-case statement.
16173 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16174 (org-timestamp-change): Fix regular expressions to swallow the
16175 extra character for repeat-shift control.
16176 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16177 (org-get-legal-level): Alias to `org-get-valid-level'.
16178 (org-dblock-write:clocktable): Add a :link parameter, linking
16179 headlines to their location in the Org agenda files.
16180 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16181 throwing an error when getting tags before headlines.
16182 (org-timestamp-change, org-modify-ts-extra)
16183 (org-ts-regexp1): Fix timestamp editing.
16184 (org-agenda-custom-commands-local-options): New constant.
16185 (org-agenda-custom-commands):
16186 Use `org-agenda-custom-commands-local-options' to improve customize
16187 type. "htmlize": Removed hack to fix face problem with htmlize,
16188 it no longer seem necessary.
16189 (org-follow-link-hook): New hook.
16190 (org-agenda-custom-commands): Add "Component" as a tag for each
16191 item in a command series.
16192 (org-open-at-point): Run `org-follow-link-hook'.
16193 (org-agenda-schedule): Bugfix: don't display marker type when it
16194 is nil.
16195 (org-store-link): org-irc required.
16196 (org-set-regexps-and-options): Parse the new logging options.
16197 (org-extract-log-state-settings): New function.
16198 (org-todo): Handle the new ways of recording state change stuff.
16199 (org-local-logging): New function.
16200 (org-columns-open-link): Fix bug with opening link in column view.
16201 (org-local-logging): New function.
16202 (org-todo): Make sure that LOGGING properties are honoured.
16203 (org-todo-keywords): Improve docstring.
16204 (org-startup-options): Cleanup startup options.
16205 (org-set-regexps-and-options): Process the "!" markers.
16206 (org-todo): Respect the new logging stuff.
16207 (org-log-note-how): New variable.
16208 (org-add-log-maybe): New parameter HOW that defines how logging
16209 should be done and also overrides PURPOSE. Add a docstring.
16210 (org-add-log-note): Check if we really need to ask for a note.
16211 (org-get-current-options): Digest the new keyword.
16212 (org-agenda-reset-markers): Rename from
16213 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16214 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16215 function, without force argument.
16216 (org-buffer-property-keys): Bind local variables s and p.
16217 (org-make-tags-matcher): Allow "" to match an empty or
16218 non-existent property value.
16219 (org-export-as-html): Join unsorted lists when they directly
16220 follow each other. Such lists may be created by headlines that
16221 are converted to lists.
16222 (org-nofm-to-completion): New function.
16223 (org-export-as-html): Use :html-extension instead of
16224 org-export-html-extension.
16225 (org-store-link): Support for links from `rmail-summary-mode'.
16226 (org-columns-new, org-complete, org-set-property): Set the
16227 `include-columns' argument in the call to
16228 `org-buffer-property-keys'.
16229 (org-buffer-property-keys): New argument `include-columns', to
16230 include properties expected by any of the COLUMNS formats in the
16231 current buffer.
16232 (org-cleaned-string-for-export): Get rid of drawers first, so that
16233 they will be removed also in the text before the first headline.
16234 (org-clock-report): Show the clocktable when found.
16235 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16236 (org-version): With prefix argument, insert `org-version' at point.
16237 (org-agenda-goto): Recenter the window after finding the target
16238 location, to make sure the correct position will be displayed.
16239 (org-agenda-get-deadlines): Don't scale priority with the warning
16240 period.
16241 (org-insert-heading): Don't break line in the middle of the line.
16242 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16243 be 0.
16244 (org-update-checkbox-count): Revamp to deal with hierarchical
16245 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16246 (org-remove-timestamp-with-keyword): New function.
16247 (org-schedule, org-deadline):
16248 Use `org-remove-timestamp-with-keyword' to make sure all such time
16249 stamps are removed.
16250 (org-mode): Support for `align'.
16251 (org-agenda-get-deadlines): Make sure priorities increase as the
16252 due date approaches and is passed.
16253 (org-remember-apply-template): Fix problem with tags that
16254 contain "_" or "@".
16255 (org-make-link-regexps): Improve the regular expression for plain links.
16256 (org-agenda-get-closed): List each clocking entry.
16257 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16258 (org-special-ctrl-k): New option.
16259 (org-kill-line): New function.
16260 (org-archive-all-done): Fix incorrect number of stars in regexp.
16261 (org-refile-get-location): New function.
16262 (org-refile-goto-last-stored): New function.
16263 (org-global-tags-completion-table): Add the value of org-tag-alist
16264 in each buffer, to make sure that also unused tags will be
16265 available for completion.
16266 (org-columns-edit-value)
16267 (org-columns-next-allowed-value): Only update if not in agenda.
16268 (org-clocktable-steps): New function.
16269 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16270 (org-archive-subtree): Add the outline tree context as a property.
16271 (org-closest-date): New optional argument `prefer'.
16272 (org-goto-auto-isearch): New option.
16273 (org-goto-map, org-get-location): Implement auto-isearch.
16274 (org-goto-local-auto-isearch-map): New variable.
16275 (org-goto-local-search-forward-headings)
16276 (org-goto-local-auto-isearch): New functions.
16277
16278 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16279
16280 * textmodes/org-irc.el: New file.
16281
16282 2008-03-13 John Wiegley <johnw@gnu.org>
16283
16284 * textmodes/org-mac-message.el: New file.
16285
16286 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16287
16288 * font-lock.el (font-lock-comment-face): Set the foreground for
16289 the light background 8 colors case.
16290
16291 2008-03-13 Glenn Morris <rgm@gnu.org>
16292
16293 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16294 generate-autoload-cookie patterns.
16295
16296 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16297
16298 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16299 (MH_E_SRC): Remove variable.
16300 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16301 Simplify file header. Use $@ for generated-autoload-file.
16302
16303 * Makefile.in (LOADDEFS): New variable.
16304 (AUTOGENEL): Use $LOADDEFS.
16305 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16306 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16307 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16308 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16309 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16310 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16311 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16312 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16313 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16314 Add calendar-specific autoload cookies, and remove any setting of
16315 generated-autoload-file.
16316 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16317 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16318 diary-loaddefs.
16319 * calendar/holidays.el: Replace explicit autoloads with reading of
16320 hol-loaddefs.
16321
16322 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16323 (calendar-buffer-list): Simplify.
16324 (generate-calendar-window): Use calendar-mark-holidays rather than
16325 obsolete alias.
16326
16327 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16328 Use cal-hebrew-yahrzeit-buffer.
16329
16330 * calendar/cal-x.el (calendar-only-one-frame-setup)
16331 (calendar-two-frame-setup): Doc fixes.
16332 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16333
16334 * calendar/appt.el (appt-mode-string): Mark as risky.
16335 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16336
16337 * calendar/cal-html.el (diary-list-entries):
16338 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16339 (calendar-iso-from-absolute): Fix autoloads.
16340
16341 * calendar/cal-iso.el (calendar-absolute-from-iso)
16342 (calendar-iso-read-args): Simplify.
16343 (calendar-iso-date-string, calendar-iso-read-args)
16344 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16345
16346 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16347 (displayed-month, displayed-year): Move declarations where needed.
16348 (calendar-print-astro-day-number): Doc fix.
16349
16350 * calendar/cal-persia.el (persian-calendar-month-name-array)
16351 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16352 (persian-prompt-for-date): Remove local variable `today'.
16353
16354 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16355
16356 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16357 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16358 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16359 (diary-sabbath-candles, solar-equinoxes/solstices)
16360 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16361 (solar-time-equation, solar-date-to-et): Simplify.
16362
16363 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16364 Replace `(car (cdr' with cadr'.
16365
16366 * progmodes/f90.el (f90-font-lock-n): New function.
16367 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16368 Use f90-font-lock-n.
16369 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16370
16371 * progmodes/f90.el (f90-mode-abbrev-table):
16372 * progmodes/fortran.el (fortran-mode-abbrev-table):
16373 Use newer form of define-abbrev, where supported. No need to bind
16374 abbrevs-changed for system abbrevs.
16375
16376 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16379 delete-frame-functions.
16380
16381 * bookmark.el (Info-current-node): Remove.
16382
16383 2008-03-12 Juri Linkov <juri@jurta.org>
16384
16385 * help.el (describe-project): Remove defaliases for view-todo and
16386 describe-project that are now unnecessary after the merge from
16387 emacs--rel--22 that added define-obsolete-function-alias.
16388
16389 * startup.el (inhibit-startup-screen): Revert incomplete
16390 2008-03-10 merge from emacs--rel--22 that partly reverted
16391 2008-02-28 change that added initial message to *scratch* buffer
16392 regardless of the value of `inhibit-startup-screen'.
16393 Now keep this change in the trunk, but not in the 22 branch.
16394
16395 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * international/quail.el (quail-setup-completion-buf, quail-help):
16398 * mail/binhex.el (binhex-decode-region-internal):
16399 * mail/uudecode.el (uudecode-decode-region-internal):
16400 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16401 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16402 setting default-enable-multibyte-characters.
16403
16404 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16405
16406 * comint.el: Fix up indentation and comment style. Remove `function'.
16407
16408 * international/mule-cmds.el (reset-language-environment)
16409 (set-language-environment-nonascii-translation):
16410 Don't set-unibyte-charset.
16411
16412 * doc-view.el: Remove all cb-args, use closures instead.
16413 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16414 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16415 doing an incorrect check). Update all callers to use the new name.
16416 (doc-view-doc->txt): Add missing `txt' argument.
16417
16418 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16419
16420 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16421 md5 sum calculation to single-byte.
16422
16423 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * doc-view.el (doc-view-new-window-function): Add assertion.
16426 (doc-view-doc-type): New var.
16427 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16428 (doc-view-intersection): New fun.
16429 (doc-view-mode): Use it to set the new var.
16430
16431 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16432
16433 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16434 (doc-view-already-converted-p): New functions.
16435 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16436 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16437 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16438 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16439 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16440 (doc-view-convert-current-doc): Don't hardwire the functions the
16441 sentinels call. Now they're provided by two args CALLBACK and
16442 CB-ARGS to the functions.
16443 (doc-view-search): Use doc-view-doc->txt.
16444 (doc-view-initiate-display): Use doc-view-already-converted-p.
16445 Mention new binding C-c C-t if doc-view-mode doesn't work.
16446
16447 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16448
16449 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16450
16451 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16454 Mark " outside of tags as punctuation.
16455
16456 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * menu-bar.el (minibuffer-local-map): Use the same command for the
16459 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16460 Prefer RET over C-j for exit-minibuffer.
16461
16462 * files.el (display-buffer-other-frame): Eliminate problematic code.
16463
16464 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16465 (menu-bar-select-buffer): Remove.
16466 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16467 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16468
16469 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16470
16471 * icomplete.el (icomplete-completions): Remove obsolete code.
16472
16473 * net/net-utils.el (iwconfig-program-options): Doc fix.
16474 (net-utils-run-program, run-network-program): Define as functions.
16475
16476 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16477
16478 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16479
16480 2008-03-11 Glenn Morris <rgm@gnu.org>
16481
16482 * faces.el (mode-line-emphasis): New face.
16483 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16484
16485 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16486
16487 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16488
16489 * simple.el (set-mark-command): Doc fix.
16490
16491 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16492
16493 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16494
16495 * emacs-lisp/autoload.el (autoload-find-destination):
16496 Don't force raw-text.
16497
16498 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16499 * calendar/cal-loaddefs.el: Don't version control.
16500
16501 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16502
16503 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16504 entries and add :help to the existing ones.
16505
16506 2008-03-10 Glenn Morris <rgm@gnu.org>
16507
16508 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16509 to where they are needed.
16510
16511 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16512 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16513 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16514 (calendar-version): Doc fixes.
16515 (calendar-absolute-from-gregorian): Use zerop.
16516 (calendar-mode-line-format): Make it a defcustom.
16517
16518 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16519 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16520 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16521 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16522 (mark-included-diary-files, mark-calendar-days-named)
16523 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16524 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16525 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16526 (insert-anniversary-diary-entry, insert-block-diary-entry)
16527 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16528 (diary-font-lock-sexps): Doc fixes.
16529 (diary-remind-message, mark-calendar-month): Use zerop.
16530 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16531 (diary-list-entries): Revert let to let* (previous change).
16532
16533 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16534
16535 2008-03-10 Kim F. Storm <storm@cua.dk>
16536
16537 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16538 function aliases for the old names.
16539
16540 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16541
16542 * iswitchb.el (iswitchb-use-faces): Doc fix.
16543 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16544 Fix typos in docstrings.
16545
16546 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16547
16548 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16549 Fix typo.
16550 (verilog-type-font-keywords): Reindent.
16551
16552 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16553
16554 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16555 Fix bug in the grouping-keyword regular expression.
16556 (verilog-font-lock-keywords): Allow users to toggle special
16557 highlight of grouping-keywords.
16558 (verilog-highlight-grouping-keywords): The toggle for special
16559 highlighting of grouping keywords.
16560
16561 2008-03-10 Juri Linkov <juri@jurta.org>
16562
16563 * startup.el: Revert 2008-02-28 change that adds initial message
16564 to *scratch* buffer regardless of the value of
16565 `inhibit-startup-screen'.
16566
16567 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16568
16569 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16570 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16571 * progmodes/verilog-mode.el (verilog-mode):
16572 * net/socks.el (socks):
16573 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16574
16575 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16576
16577 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16578 (doc-view-bookmark-make-record): Use them.
16579 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16580 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16581
16582 * bookmark.el (bookmark-make-record-function): Change expected return
16583 value to include a suggested bookmark name.
16584 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16585 Fix reversed `overwrite' semantics.
16586 (bookmark-set): Call bookmark-make-record before prompting the user.
16587 Then pass the result to bookmark-store later on.
16588 (bookmark-make-name-function): Remove.
16589 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16590 * info.el (bookmark-make-name-function): Remove.
16591 (Info-mode): Don't set it.
16592 (Info-bookmark-make-name): Remove.
16593 (Info-bookmark-make-record): Use Info-current-node as suggested default
16594 bookmark name.
16595
16596 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16597 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16598 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16599 (bookmark-annotation-buffer, bookmark-annotation-file)
16600 (bookmark-annotation-point, bookmark-send-annotation)
16601 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16602 (bookmark-edit-annotation-text-func): Rename from
16603 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16604 (bookmark-edit-annotation-mode-map): Move initialization into
16605 declaration.
16606
16607 * bookmark.el: Remove spurious * in docstrings.
16608 (bookmark-minibuffer-read-name-map): New var.
16609 (bookmark-set): Use it. Also pass the default value as it should.
16610 (bookmark-send-edited-annotation): Take no chances with text properties.
16611 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16612 (bookmark-insert-buffer-name): Remove.
16613 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16614
16615 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16616
16617 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16618
16619 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16620
16621 * diff-mode.el (diff-mode-menu): Add :help.
16622
16623 2008-03-09 Glenn Morris <rgm@gnu.org>
16624
16625 * calendar/calendar.el (general-holidays, oriental-holidays)
16626 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16627 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16628 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16629 (calendar-holidays): Restore autoload cookies, because people are
16630 used to using these variables without loading calendar.el.
16631
16632 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16633 (date, number): Declare where needed.
16634
16635 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16636 (list-sexp-diary-entries): Doc fixes.
16637 (diary-list-entries): Doc fix. Remove free variable `entry'.
16638 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16639 Simplify setting of `date-holiday-list'.
16640 (mark-diary-entries): Remove free variable `entry'.
16641 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16642 Use let where let* is not needed.
16643
16644 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16645
16646 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16647 make-record function, instead paste it in afterwards.
16648 (bookmark-make-record-for-text-file):
16649 * doc-view.el (doc-view-bookmark-make-record):
16650 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16651
16652 2008-03-08 Glenn Morris <rgm@gnu.org>
16653
16654 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16655
16656 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * calendar/diary-lib.el (diary-list-entries)
16659 (include-other-diary-files, mark-diary-entries)
16660 (mark-sexp-diary-entries, mark-included-diary-files)
16661 (diary-entry-time, list-sexp-diary-entries): Remove the special
16662 handling of ^M that dates back to the use of selective-display.
16663 (simple-diary-display): Obey setting of pop-up-frames.
16664 (body, entry): Remove unnecessary declarations.
16665
16666 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16667 (bookmark-get-annotation, bookmark-set-annotation)
16668 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16669 (bookmark-set-position, bookmark-get-front-context-string)
16670 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16671 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16672 * info.el (Info-bookmark-make-record): Don't bother recording point.
16673 (bookmark-get-filename, bookmark-get-front-context-string)
16674 (bookmark-get-rear-context-string, bookmark-get-position):
16675 Don't declare any more.
16676 (bookmark-get-info-node): Remove.
16677 (bookmark-prop-get): Declare.
16678 (Info-bookmark-jump): Use it.
16679
16680 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16681
16682 * subr.el (while-no-input): Don't splice BODY directly into the
16683 `or' form.
16684
16685 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16686
16687 * diff-mode.el (diff-ignore-whitespace-hunk):
16688 Bind inhibit-read-only before trying to change the buffer.
16689
16690 2008-03-08 Glenn Morris <rgm@gnu.org>
16691
16692 * calendar/appt.el (appt): Move custom group here from calendar.el.
16693 (appt-disp-window, appt-convert-time): Doc fixes.
16694
16695 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16696 (calendar-bahai-mark-date-pattern):
16697 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16698 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16699 * calendar/cal-julian.el (calendar-absolute-from-julian):
16700 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16701
16702 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16703 calendar.el.
16704 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16705 Make constants.
16706 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16707 (chinese-calendar-daylight-savings-starts)
16708 (chinese-calendar-daylight-savings-ends)
16709 (chinese-calendar-daylight-savings-starts-time)
16710 (chinese-calendar-daylight-savings-ends-time)
16711 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16712 Doc fixes.
16713
16714 * calendar/cal-coptic.el (coptic-name): Add doc string.
16715
16716 * calendar/cal-french.el (french-calendar-month-name-array)
16717 (french-calendar-day-name-array, french-calendar-special-days-array):
16718 Add doc strings.
16719
16720 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16721 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16722 (diary-bahai-insert-yearly-entry):
16723 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16724 (calendar-time-zone):
16725 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16726 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16727 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16728 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16729 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16730 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16731 (list-islamic-diary-entries, mark-islamic-diary-entries)
16732 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16733 (insert-yearly-islamic-diary-entry):
16734 * calendar/cal-iso.el (calendar-iso-read-args):
16735 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16736 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16737 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16738 (calendar-next-calendar-round-date)
16739 (calendar-mayan-long-count-common-era):
16740 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16741 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16742 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16743 (calendar-mouse-goto-date):
16744 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16745 * calendar/holidays.el (holidays):
16746 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16747 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16748 (safe-date-to-time): Doc fixes.
16749
16750 * calendar/cal-persia.el (persian-calendar-month-name-array)
16751 (persian-calendar-epoch): Make constants.
16752
16753 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16754 calendar.el.
16755
16756 * calendar/cal-x.el (diary-frame-parameters)
16757 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16758 (calendar-after-frame-setup-hooks): Make defcustoms.
16759 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16760 (calendar-two-frame-setup): Doc fix.
16761
16762 * calendar/cal-loaddefs.el: New file.
16763
16764 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16765 * calendar/cal-french.el, calendar/cal-html.el:
16766 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16767 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16768 * calendar/cal-tex.el, calendar/cal-x.el:
16769 Unquote lambda functions. Add autoload cookies to functions formerly
16770 autoloaded in calendar.el. Set `generated-autoload-file' to
16771 "cal-loaddefs.el".
16772
16773 * calendar/calendar.el: Move many autoloads to separate file,
16774 cal-loaddefs.el. Move defcustoms to start and re-order.
16775 (calendar-month-name-array, calendar-starred-day): No need to
16776 declare for compiler.
16777 (cal-loaddefs): Require it.
16778 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16779 appropriate file.
16780 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16781 Reverse logic.
16782 (diary-face, diary-file-name-prefix-function, diary-include-string)
16783 (diary-glob-file-regexp-prefix, diary-face-attrs)
16784 (diary-file-name-prefix, sexp-diary-entry-symbol)
16785 (print-diary-entries-hook, list-diary-entries-hook)
16786 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16787 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16788 Move to diary-lib.
16789 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16790 (all-bahai-calendar-holidays): Doc fix.
16791 (calendar-insert-indented): Doc fix. Use when rather than if.
16792 (exit-calendar): Use mapc rather than mapcar.
16793 (calendar-cursor-to-date): Use zerop.
16794 (calendar-mark-ring): Add doc-string.
16795 (calendar-starred-day): Defvar it.
16796 (calendar-mode): Make calendar-starred-day local.
16797 (calendar-star-date): No need to make calendar-starred-day local.
16798
16799 * calendar/diary-lib.el: Move defcustoms to start.
16800 (diary-include-string, diary-list-include-blanks)
16801 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16802 (diary-file-name-prefix, diary-file-name-prefix-function)
16803 (sexp-diary-entry-symbol, list-diary-entries-hook)
16804 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16805 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16806 Move here from calendar.el.
16807 (diary-file-name-prefix-function): Use 'identity.
16808 (diary-face): Make it a defcustom, and mark as obsolete.
16809 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16810 (calendar-hebrew-month-name-array-leap-year)
16811 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16812 Define for compiler.
16813 (diary-font-lock-keywords): Use format rather than concat.
16814 Add bahai-diary-entry-symbol.
16815
16816 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16817 * calendar/solar.el: Unquote lambda functions.
16818
16819 * calendar/solar.el (calendar-location-name, calendar-latitude)
16820 (calendar-longitude, solar-setup, solar-sin-degrees)
16821 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16822 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16823 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16824 (solar-exact-local-noon, solar-julian-ut-centuries)
16825 (solar-ephemeris-time, solar-date-next-longitude)
16826 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16827 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16828 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16829 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16830 Doc fixes.
16831 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16832 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16833 (solar-ecliptic-coordinates): Use unless.
16834 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16835 Use or.
16836
16837 * calendar/timeclock.el: Add doc-strings to all functions.
16838 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16839 (timeclock-entry-list-length, timeclock-entry-list-projects)
16840 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16841
16842 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16843
16844 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16845 (org-get-entries-from-diary): Require diary-lib.
16846
16847 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16848
16849 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16850 Pacify byte-compiler.
16851
16852 2008-03-07 Alan Mackenzie <acm@muc.de>
16853
16854 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16855 paren/bracket pairs parsed, to solve performance problem.
16856
16857 2008-03-07 Bastien Guerry <bzg@altern.org>
16858
16859 * bookmark.el (bookmark-set): Don't check for
16860 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16861 already takes care of this.
16862 (bookmark-buffer-name, bookmark-buffer-file-name):
16863 Remove Info-mode specific code.
16864
16865 * info.el (bookmark-get-info-node): Define this function in
16866 info.el, not in bookmark.el.
16867 (Info-mode): Set `bookmark-make-name-function' to
16868 `Info-bookmark-make-name' locally.
16869 (Info-bookmark-make-name): New function.
16870
16871 * bookmark.el (bookmark-make-name-function): New variable.
16872
16873 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16874
16875 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16876 buffer-local, not `bookmark-make-cell-function' (the old name).
16877
16878 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16879
16880 * doc-view.el (doc-view-bookmark-make-record):
16881 * image-mode.el (image-bookmark-make-record):
16882 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16883
16884 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16885
16886 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16887 boundp 'vc-ignore-menu-filter.
16888 (vc-status-tool-bar-map): Make it defvar.
16889 (vc-status-mode): vc-status-tool-bar-map now variable.
16890 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16891
16892 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16893
16894 Give a better name to part of the bookmark interface.
16895
16896 This was originally a much larger change, but halfway through I
16897 updated and discovered that Stefan Monnier had done the rest.
16898 It looks like he anticipated the new name too, because he used
16899 `the-record' instead of `the-cell' for some internal variable names.
16900
16901 * bookmark.el (bookmark-make-record-function): Was
16902 `bookmark-make-cell-function'.
16903 (bookmark-make, bookmark-send-annotation): Update for above.
16904 (bookmark-make-record-for-text-file):
16905 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16906
16907 * info.el: Adjust accordingly.
16908 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16909
16910 * image-mode.el: Adjust accordingly.
16911 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16912
16913 * doc-view.el: Adjust accordingly.
16914 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16915
16916 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16919 Move initialization into declaration.
16920 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16921 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16922 (bookmark-info-current-node): Remove.
16923 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16924 Add relocation fallback. Set bookmark-current-bookmark.
16925 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16926 Remove relocation fallback. Don't set bookmark-current-bookmark.
16927 (bookmark-set): Let it be used even if there's no buffer-file-name
16928 as long as there is a bookmark-make-cell-function.
16929 * info.el (Info-bookmark-jump): Remove relocation fallback.
16930 Don't set bookmark-current-bookmark.
16931
16932 2008-03-07 Glenn Morris <rgm@gnu.org>
16933
16934 * calendar/appt.el (appt-issue-message)
16935 (appt-message-warning-time, appt-audible, appt-visible)
16936 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16937 (appt-display-diary): Remove autoload cookies.
16938
16939 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16940 Remove leading `*' from defcustom doc-strings.
16941
16942 * calendar/cal-dst.el (calendar-dst): New custom group.
16943 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16944 (calendar-time-zone, calendar-daylight-time-offset)
16945 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16946 (calendar-daylight-savings-starts-time)
16947 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16948 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16949 Move to start.
16950
16951 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16952
16953 * calendar/calendar.el (calendar-version): Use emacs-version and
16954 make it obsolete. Move to end.
16955 (calendar-offset, view-diary-entries-initially)
16956 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16957 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16958 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16959 (all-bahai-calendar-holidays, calendar-load-hook)
16960 (initial-calendar-window-hook, today-visible-calendar-hook)
16961 (today-invisible-calendar-hook, calendar-move-hook)
16962 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
16963 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
16964 (diary-include-string, sexp-diary-entry-symbol)
16965 (abbreviated-calendar-year, american-date-diary-pattern)
16966 (european-date-diary-pattern, european-calendar-display-form)
16967 (american-calendar-display-form, print-diary-entries-hook)
16968 (list-diary-entries-hook, diary-hook, diary-display-hook)
16969 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16970 (nongregorian-diary-marking-hook, diary-list-include-blanks)
16971 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
16972 (local-holidays, other-holidays, hebrew-holidays-1)
16973 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16974 (hebrew-holidays, christian-holidays, islamic-holidays)
16975 (bahai-holidays, solar-holidays, calendar-setup)
16976 (calendar-week-start-day): Remove autoload cookies.
16977 (diary-glob-file-regexp-prefix): Doc fix.
16978 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
16979 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
16980 (calendar-week-start-day, calendar-debug-sexp): Move to start.
16981
16982 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
16983 (calendar-time-display-form, calendar-latitude)
16984 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
16985 cookies.
16986 (calendar-latitude, calendar-longitude): Move functions after
16987 variables.
16988 (diary-sabbath-candles-minutes): Move to start.
16989 (solar-setup): Use or rather than if.
16990 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
16991 Remove condition-case.
16992 (solar-atn2): Use zerop.
16993 (solar-equinoxes-solstices): Doc fix.
16994
16995 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
16996 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
16997
16998 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
16999 (calendar-longitude, calendar-latitude, calendar-location-name):
17000 Declare for compiler.
17001
17002 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17003
17004 * arc-mode.el (archive-ar-file-header-re): New const.
17005 (archive-ar-summarize, archive-ar-extract): New funs.
17006 (archive-find-type): Recognize ar archives.
17007
17008 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17009 New functions.
17010
17011 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17012
17013 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17014
17015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17016 Replace :enable (mark-active) with :enable mark-active.
17017
17018 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * vms-patch.el (make-legal-file-name): New obsolete alias.
17021 (make-valid-file-name): Rename from `make-legal-file-name'.
17022 (make-auto-save-file-name): Use it.
17023
17024 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17025 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17026 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17027
17028 * textmodes/org.el (org-export-html-style): Doc fix.
17029 (org-get-legal-level): New obsolete alias.
17030 (org-get-valid-level): Rename from `org-get-legal-level'.
17031 (org-promote, org-demote, org-archive-subtree)
17032 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17033
17034 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17035
17036 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17037
17038 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17039 (vc-status-toggle-mark): New functions.
17040 (vc-status-mode): Set tool bar map.
17041
17042 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17043
17044 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17045 Reported by Drew Adams <drew.adams@oracle.com>.
17046
17047 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17048
17049 * subr.el (read-quoted-char): Resolve modifiers of the character
17050 event.
17051
17052 * comint.el (comint-exec-1): Don't change the coding-system for
17053 decoding to dos-like EOL.
17054 (comint-carriage-motion): Fully rewrite.
17055
17056 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17057
17058 * epg.el (epg-context-include-certs): Reflow docstring.
17059 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17060 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17061 (epg-context-set-signers, epg-context-set-sig-notations)
17062 (epg-make-import-status, epg-make-import-result)
17063 (epg-start-delete-keys): Fix typos in docstrings.
17064 (epg-start-sign-keys, epg-sign-keys):
17065 Fix typos in obsolescence declarations.
17066
17067 * iswitchb.el: Don't check for `cadr' and `last'.
17068 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17069 Add obsolescence declaration and remove redundant info from docstring.
17070 (iswitchb-set-common-completion, iswitchb-set-matches)
17071 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17072 (recentf-list, most-len, most-is-exact):
17073 Don't wrap defvars within `eval-when-compile'.
17074
17075 2008-03-05 Glenn Morris <rgm@gnu.org>
17076
17077 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17078 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17079 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17080 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17081 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17082
17083 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17084 declaration for compiler.
17085 (ediff-xemacs-init-menus): Use when rather than if.
17086
17087 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17088 if+and to just and.
17089 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17090 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17091
17092 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17093
17094 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17095 test inside XEmacs test.
17096 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17097 since it was doing nothing on Emacs.
17098 (ediff-make-bullet-proof-overlay): Use when rather than if.
17099
17100 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17101 (ediff-setup-control-frame): Remove
17102 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17103 a (featurep 'xemacs) test.
17104
17105 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17106
17107 * calc/calc-ext.el (calc-extended-command-history): New variable.
17108 (calc-execute-extended-command): Use `calc-extended-command-history'.
17109
17110 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17111
17112 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17113 (standard-mode-line-position): Add mouse-face.
17114
17115 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17116 * progmodes/grep.el (grep-mode-map): Add :help.
17117
17118 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17119 initialize in one step. Add :help. Use :enable to activate menu
17120 items. Show the key binding for edebug-defun.
17121 (lisp-interaction-mode-map): Add a menu.
17122
17123 * term.el (term-mode-map): Define and initialize in one step.
17124
17125 * ediff-init.el (ediff-color-display-p): Simplify.
17126 (Xor): Remove unused function.
17127 (ediff-with-syntax-table): Simplify for Emacs.
17128
17129 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17130 menu-bar being loaded, it always is.
17131
17132 2008-03-05 Glenn Morris <rgm@gnu.org>
17133
17134 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17135 multiple definitions when compiling.
17136
17137 2008-03-04 Alan Mackenzie <acm@muc.de>
17138
17139 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17140
17141 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17142 doc-string, "c-old-LEN" -> "c-old-END".
17143
17144 2008-03-04 Jason Rumney <jasonr@gnu.org>
17145
17146 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17147 namespaces.
17148
17149 2008-03-04 Glenn Morris <rgm@gnu.org>
17150
17151 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17152
17153 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17154 than mapcar.
17155
17156 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17159 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17160
17161 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17162 so that M-q can fill comments.
17163 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17164 commands implemented in elisp.
17165 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17166 (tex-format-cmd): New function.
17167 (tex-compile): Use it to let the user specify default arguments.
17168 (tex-cmd-bibtex-args): New var.
17169 (tex-cmd-doc-view): New function.
17170
17171 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17172
17173 * faces.el (face-spec-set): Fix typos in docstring.
17174
17175 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17176
17177 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17178 (standard-mode-line-position): Use it to add a menu for toggling
17179 column number and line number display.
17180
17181 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17184 Remove optimization that was working around the form-code-walker bug.
17185
17186 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17187 Walk into the body of lambdas after byte-compile-unfold-lambda.
17188
17189 2008-03-03 Glenn Morris <rgm@gnu.org>
17190
17191 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17192 value, if set, over frame value.
17193
17194 * simple.el (transient-mark-mode): Don't turn on by default.
17195
17196 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17197 accidentally removed by the 2007-12-05 merge from Gnus.
17198
17199 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17200
17201 * progmodes/compile.el (compilation-menu-map): Add menu entries
17202 for useful options.
17203
17204 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17205 Glenn Morris <rgm@gnu.org>
17206
17207 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17208 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17209 Give a `bytecomp-' prefix to local variables with common names.
17210
17211 2008-03-01 Glenn Morris <rgm@gnu.org>
17212
17213 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17214 Restore code commented out 2007-11-10.
17215
17216 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17217
17218 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17219 Delete macro.
17220 * emulation/viper-cmd.el, emulation/viper-ex.el:
17221 * emulation/viper-init.el, emulation/viper-keym.el:
17222 * emulation/viper-mous.el, emulation/viper-util.el:
17223 * emulation/viper.el:
17224 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17225 featurep test.
17226
17227 Replace obsolete frame-local variables with frame-parameters.
17228 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17229 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17230 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17231 on XEmacs.
17232 * emulation/viper-util.el (viper-frame-value): New macro.
17233 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17234 (viper-R-state-post-command-sentinel)
17235 (viper-replace-state-post-command-sentinel)
17236 (viper-change-state-to-insert, viper-change-state-to-emacs):
17237 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17238 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17239 (viper-get-saved-cursor-color-in-insert-mode)
17240 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17241 Use viper-frame-value for viper-replace-overlay-cursor-color,
17242 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17243 viper-vi-state-cursor-color values.
17244
17245 * emulation/viper-cmd.el (zmacs-region-stays):
17246 * emulation/viper-util.el (zmacs-region-stays): No need to define
17247 for compiler.
17248
17249 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17250 mapcar on Emacs.
17251
17252 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17253 on XEmacs.
17254
17255 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17256 rather than if.
17257
17258 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17259
17260 * whitespace.el: New version 9.3. As the glyph code generation was
17261 fixed, it is possible now to use character code above ?\x1FFFF in the
17262 display table. Fix `whitespace-indentation-regexp' to not include an
17263 extra ending character. Reported by Michael Welsh Duggan
17264 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17265 the original whitespace package had. Suggested by Eric Cooper
17266 <ecc@cmu.edu>. Doc fix.
17267 (whitespace-action): New option.
17268 (whitespace-display-mappings): Changed default newline visualization to
17269 display downwards arrow, as the glyph code generation was fixed.
17270 (whitespace-unload-function): Assure that all local whitespace mode is
17271 turned off.
17272 (whitespace-global-modes): Fix type customization.
17273 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17274 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17275 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17276 Fix code.
17277 (whitespace-buffer): Command removed.
17278 (whitespace-trailing-regexp, whitespace-mark-x)
17279 (whitespace-display-window, whitespace-action-when-on)
17280 (whitespace-add-local-hook, whitespace-remove-local-hook)
17281 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17282 (whitespace-action): New funs.
17283 (whitespace-report-list, whitespace-report-text)
17284 (whitespace-report-buffer-name): New consts.
17285 (whitespace-report, whitespace-report-region): New commands.
17286
17287 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * disp-table.el (make-glyph-code): Don't test the result of
17290 `face-id', which already signals an error for invalid faces.
17291 (glyph-face): Simplify.
17292
17293 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17294 running `desktop-not-loaded-hook' to allow modifying it.
17295 Don't show warning message if `desktop-dirname' was modified.
17296
17297 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17298
17299 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17300 we still expect more lines.
17301
17302 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17303 comment-paragraph filling if the commark doesn't match
17304 comment-start-skip.
17305
17306 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17307
17308 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17309 the `imap' variant.
17310
17311 2008-03-01 Jason Rumney <jasonr@gnu.org>
17312
17313 * files.el (make-auto-save-file-name): Encode more characters in
17314 non-file buffer names. Use url-encoding.
17315
17316 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * net/net-utils.el (ftp-program): Fix typo in docstring.
17319 (ifconfig-program-options, netstat-program-options)
17320 (arp-program-options, route-program-options, nslookup-program-options)
17321 (ftp-program-options, smbclient-program-options)
17322 (dns-lookup-program-options, arp, route): Doc fixes.
17323
17324 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17325 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17326 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17327 Fix typos in docstrings.
17328 (gdb-pending-triggers): Reflow docstring.
17329 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17330
17331 2008-03-01 Alan Mackenzie <acm@muc.de>
17332
17333 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17334 typing "#" at EOB.
17335
17336 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17337
17338 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17339
17340 2008-02-29 Kim F. Storm <storm@cua.dk>
17341
17342 * emulation/cua-base.el (cua-remap-control-v)
17343 (cua-remap-control-z): New defcustoms.
17344 (cua-mode): Add them to set-after property.
17345 (cua--init-keymaps): Use them.
17346 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17347
17348 * help.el (view-emacs-todo): Rename from view-todo.
17349 (describe-gnu-project): Rename from describe-project. Users changed.
17350 (view-help-file): New helper function.
17351 (describe-distribution, describe-copying, describe-gnu-project)
17352 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17353 (view-emacs-debugging, view-external-packages): New commands.
17354 (help-map): Move describe-distribution to C-h C-o (ordering).
17355 Move view-emacs-problems to C-h C-p (problems).
17356 Bind view-emacs-debugging to C-h C-d (debugging).
17357 Bind view-external-packages to C-h C-e (extras).
17358 (help-for-help-internal): Cleanup and align descriptions.
17359 Remove command names to reduce clutter.
17360
17361 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17362
17363 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17364 and quieter face (not a warning).
17365
17366 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17367
17368 * vc.el (vc-status-crt-marked): New variable.
17369 (vc-status-mode): Make it local.
17370 (vc-status-refresh): Use it to save the marked files.
17371 (vc-update-vc-status-buffer): Use it to restore the marked files.
17372
17373 * vc-svn.el (vc-svn-after-dir-status):
17374 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17375
17376 2008-02-29 Glenn Morris <rgm@gnu.org>
17377
17378 * allout.el (allout-topic-encryption-bullet)
17379 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17380 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17381 from 22.0 to 22.1.
17382
17383 * net/imap.el (imap-ping-server):
17384 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17385 Change defcustom :version from 23.0 to 23.1.
17386
17387 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * desktop.el (desktop-save): Save the buffer name if the
17390 uniquified base name is empty.
17391
17392 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17393
17394 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17395 correctly when user has "set print address off".
17396
17397 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17398
17399 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17400 version number of the next major Emacs release, not 23.0.
17401
17402 * longlines.el (longlines-unload-function): New function.
17403
17404 2008-02-28 Juri Linkov <juri@jurta.org>
17405
17406 * startup.el (normal-splash-screen): Add argument `concise'.
17407 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17408 to the created buffer. If `concise' is non-nil, call
17409 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17410 (display-startup-screen): Add argument `concise' to the call to
17411 `normal-splash-screen'.
17412
17413 2008-02-28 Kim F. Storm <storm@cua.dk>
17414
17415 * startup.el (startup-echo-area-message): Check for about-emacs.
17416
17417 2008-02-28 Juri Linkov <juri@jurta.org>
17418
17419 * startup.el: Always add initial message to *scratch* buffer if
17420 `initial-scratch-message' is non-nil regardless of the value of
17421 `inhibit-startup-screen'.
17422 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17423 (command-line-1): Move code that inserts `initial-scratch-message'
17424 up before the if-form that checks for `inhibit-startup-screen'.
17425 Suggested by Jonathan Rockway <jon@jrock.us>.
17426
17427 2008-02-28 Juri Linkov <juri@jurta.org>
17428
17429 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17430 Rename `custom-mode' to `Custom-mode' in docstrings.
17431 (custom-buffer-create-internal, customize-browse):
17432 Rename `custom-mode' to `Custom-mode'.
17433 (custom-mode-hook): Rename to `Custom-mode-hook'.
17434 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17435 (custom-mode): Rename to `Custom-mode'.
17436 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17437 (custom-mode): Add backward-compatible non-interactive variant of
17438 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17439 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17440
17441 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17442
17443 * emulation/viper.el (viper-emacs-state-mode-list):
17444 Rename `custom-mode' to `Custom-mode'.
17445
17446 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17447 Capitalize "Tagged Files".
17448 (minibuffer-local-map): Add menu items for next/previous
17449 history elements and isearch history forward/backward.
17450
17451 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17452 `hs-isearch-open' with t instead of `comment' in :selected
17453 for "Code and Comment blocks" menu item.
17454
17455 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17458 Should be done in desktop.el instead.
17459
17460 2008-02-28 Glenn Morris <rgm@gnu.org>
17461
17462 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17463
17464 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17465
17466 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17467 (Info-menu, Info-goto-node): Remove declarations.
17468 (report-emacs-bug-info): Use info rather than Info-goto-node.
17469
17470 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17471 (idlwave-convert-xml-system-routine-info): Don't require xml.
17472 (idlwave-show-commentary, idlwave-shell-show-commentary):
17473 Don't require finder.
17474 (idlwave-info): Don't require info. Use info rather than
17475 Info-goto-node.
17476
17477 * textmodes/org.el (Info-goto-node): Remove declaration.
17478 (org-info): Use info rather than Info-goto-node.
17479
17480 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17481 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17482
17483 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17484
17485 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17486 the menu.
17487
17488 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17489 (vc-finish-logentry): Check for vc-status-mode, not only for
17490 vc-dired-mode.
17491
17492 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17493
17494 * isearch.el (isearch-printing-char): Don't check
17495 keyboard-coding-system.
17496 Call isearch-process-search-multibyte-characters only when
17497 current-input-method is non-nil.
17498
17499 2008-02-27 Kim F. Storm <storm@cua.dk>
17500
17501 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17502 (glyph-char, glyph-face): Handle cons encoding.
17503
17504 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17505
17506 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17507 empty string, return nil to allow the caller to default to the
17508 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17509
17510 * tool-bar.el (tool-bar-setup): Doc fix.
17511
17512 * mail/supercite.el (sc-describe):
17513 Fix typos in obsolescence declaration.
17514
17515 2008-02-27 Glenn Morris <rgm@gnu.org>
17516
17517 * autoinsert.el (auto-insert-alist): Change permission text to
17518 match FSF's GPLv3 form.
17519
17520 * mail/supercite.el (sc-cite-original): Doc fix.
17521 (sc-version): Make obsolete.
17522 (sc-describe): Show the SC info page. Make obsolete.
17523
17524 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17527 when using transient-mark-mode.
17528 (default-indicate-unused-lines): Remove unused var.
17529
17530 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17531
17532 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17533 and previous.
17534
17535 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17536
17537 2008-02-26 Glenn Morris <rgm@gnu.org>
17538
17539 * net/net-utils.el (top-level): Don't require comint when compiling.
17540 (nslookup-font-lock-keywords): Don't require font-lock.
17541 Use font-lock faces rather than variables.
17542 (nslookup, ftp, smbclient, network-service-connection):
17543 Don't require comint.
17544 (comint-prompt-regexp, comint-input-autoexpand)
17545 (comint-input-ring): Declare for compiler.
17546 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17547 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17548
17549 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17550 doc-string.
17551
17552 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * doc-view.el (doc-view-current-page): Add a `win' argument.
17555
17556 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17557
17558 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17559 Demote it to plain defvar.
17560 (doc-view-conversion-refresh-interval): Reduce interval.
17561 (doc-view-goto-page): Allow moving to pages not yet rendered.
17562 (doc-view-goto-page): Construct a file name rather than extracting it
17563 from doc-view-current-files.
17564 (doc-view-kill-proc): Ignore errors from kill-process.
17565 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17566 (doc-view-insert-image): Use appropriate text if the page hasn't been
17567 rendered yet. Adjust scrolling so the text is displayed.
17568 (doc-view-display): Detect not just that a page is available, but also
17569 that it wasn't available before, so as to avoid refreshing all pages
17570 repeatedly.
17571 (doc-view-mode): Make doc-view-cache-directory if needed.
17572
17573 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17574
17575 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17576 toggle-read-only.
17577
17578 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17579 refering to a missing required field with the OPT prefix.
17580 Make unwindform more robust.
17581
17582 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17583 it duplicates the bibtex support in progmodes/hideshow.el.
17584 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17585 entries that do not start at the beginning of a line.
17586
17587 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17588
17589 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17590
17591 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17592
17593 * help-fns.el (describe-variable): Add phrases about
17594 initialization file with and without customization;
17595 use new button type help-info-variable.
17596
17597 * help-mode.el (help-info-variable):
17598 New button able to read Info files for help-fns.el.
17599
17600 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17601
17602 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17603 (grep-mode): Use grep-mode-tool-bar-map.
17604
17605 * progmodes/compile.el (tool-bar): Require tool-bar.
17606 (compilation-mode-tool-bar-map): New variable.
17607 (compilation-mode): Use compilation-mode-tool-bar-map.
17608
17609 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17610
17611 2008-02-25 Glenn Morris <rgm@gnu.org>
17612
17613 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17614
17615 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17616
17617 * diff-mode.el (diff-file-junk-re): New const.
17618 (diff-beginning-of-file-and-junk): Use it.
17619 (diff-file-kill): Make sure we were really inside a file diff.
17620
17621 * diff-mode.el: Make it more robust in the presence of empty context
17622 lines in unified hunks.
17623 (diff-valid-unified-empty-line): New var.
17624 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17625 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17626 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17627 (diff-hunk-header-re-unified): New const.
17628 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17629 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17630 (diff-sanity-check-hunk): Use it.
17631
17632 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17633 Index: line, don't search backward for the previous one.
17634
17635 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17636
17637 * international/fontset.el (setup-default-fontset): Add non-OTF
17638 lao font for lao script.
17639
17640 * language/tibetan.el: Register tibetan-composition-function in
17641 composition-function-table.
17642
17643 * language/tibet-util.el (tibetan-composition-function):
17644 Adjust for the new calling way (argument changed). Try font-shape-text
17645 if possible.
17646
17647 * language/lao.el: Register lao-composition-function in
17648 composition-function-table.
17649
17650 * language/lao-util.el (lao-composition-function): Adjust for the new
17651 calling way (argument changed). Try font-shape-text if possible.
17652
17653 2008-02-25 Jason Rumney <jasonr@gnu.org>
17654
17655 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17656
17657 2008-02-25 Juri Linkov <juri@jurta.org>
17658
17659 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17660 background, "red4" for a dark background, "red" for 16 and
17661 8 colors, "grey" for grayscale, and inverse video otherwise.
17662 Add :version tag.
17663 (isearch-message): Keep the original isearch-message intact, and
17664 add text properties to it where necessary. Add `isearch-error' to
17665 the condition that checks if isearch is unsuccessful.
17666
17667 2008-02-24 Juri Linkov <juri@jurta.org>
17668
17669 * progmodes/compile.el (compilation-handle-exit):
17670 Use compilation-error face instead of font-lock-warning-face.
17671 Display the same message in the minibuffer as is inserted
17672 at the end of the compilation buffer.
17673
17674 2008-02-24 Glenn Morris <rgm@gnu.org>
17675
17676 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17677 multiple file case.
17678
17679 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17680
17681 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17682 multiple file case. Use a single `let' rather than two.
17683
17684 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17685
17686 * progmodes/compile.el (compilation-start): Specify a face for
17687 mode-line-process.
17688 (compilation-handle-exit): Specify a face and a tooltip for
17689 mode-line-process.
17690
17691 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17694 (hilit-chg-make-ov): Simplify.
17695 (hilit-chg-fixup): Use remove-overlays.
17696 (hilit-chg-set-face-on-change): Remove redundant call to
17697 `remove-text-properties'.
17698
17699 * dired.el (dired-mark-prompt): Don't count/display the t element.
17700 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17701
17702 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17703
17704 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17705 add-submenu.
17706 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17707 Remove. Move contents to the only use ...
17708 (verilog-menu): ... here.
17709 (verilog-statement-menu): Remove. Move contents to the only use ...
17710 (verilog-stmt-menu): ... here.
17711 (verilog-mark-defun): Simply call mark-defun for emacs.
17712 (occur-pos-list): Declare for byte compiler.
17713 (mode-popup-menu): Don't defvar.
17714 (verilog-add-statement-menu): Remove.
17715 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17716 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17717
17718 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17719
17720 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17721 conditional.
17722 (verilog-font-grouping-keywords-face): Make the begin..end
17723 keywords standout more than other verilog keywords.
17724 (verilog-type-font-keywords): Move the begin..end out of this list
17725 to facilitate making them to (potentially) stand out more.
17726 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17727 function & task blocks.
17728 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17729 initial, function & task blocks.
17730 (verilog-forward-sexp): Handle the new "disable fork" statement of
17731 IEEE-1800 Verilog.
17732 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17733 statement of IEEE-1800 Verilog.
17734 (verilog-calc-1): Handle the new "disable fork" statement of
17735 IEEE-1800 Verilog.
17736 (verilog-disable-fork-re): Add const to help handle the new
17737 "disable fork" statement of IEEE-1800 Verilog.
17738 (verilog-declaration-core-re): Add port directions by themselves,
17739 with no qualification, as base item of a declaration.
17740 (verilog-pretty-declarations): Add new flag to ask it to refrain
17741 from printing to the message buffer.
17742 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17743 printing to the message buffer. Improve handling of the many
17744 types of expression line up.
17745 (verilog-just-one-space): Remove printing of an empty message.
17746 (verilog-get-lineup-indent): Rework to support the better handling
17747 of expression lineup for verilog-pretty-expr.
17748 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17749
17750 2008-02-24 Alan Mackenzie <acm@muc.de>
17751
17752 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17753 yesterday's commit.
17754
17755 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17756
17757 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17758 to mouse-set-point in buffers that aren't associated with files.
17759
17760 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17761
17762 2008-02-24 Alan Mackenzie <acm@muc.de>
17763
17764 Set of changes so that "obtrusive" syntactic elements in a
17765 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17766 unmatched paren) don't interact syntactically with stuff outside
17767 the CPP line.
17768
17769 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17770 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17771 off-by-one bug.
17772 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17773 a bit of refactoring.
17774 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17775 functionality of c-awk-advise-fl-for-awk-region, which has been
17776 refactored away.
17777
17778 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17779 (c-clear-char-property-with-value): New function and macro which
17780 remove text-properties `equal' to a supplied value.
17781
17782 * progmodes/cc-engine.el: Comment about text properties amended.
17783
17784 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17785 parens around "error\\|warning".
17786
17787 * progmodes/cc-langs.el (c-get-state-before-change-function)
17788 (c-before-font-lock-function, c-anchored-cpp-prefix):
17789 New language variables.
17790 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17791
17792 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17793 syntax-table text properties.
17794 (c-common-init): Call language specific before/after-change
17795 functions at mode initialisation.
17796 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17797 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17798 (c-neutralize-syntax-in-CPP): New functions.
17799 (c-before-change, c-after-change): Call the new language specific
17800 change functions defined in cc-langs.el.
17801 (c-advise-fl-for-region): New macro.
17802 (awk-mode): Remove AWK specific stuff which has been refactored
17803 into language independent stuff.
17804
17805 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17806
17807 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17808 (gdb): (Re)set gdb-flush-pending-output to nil here...
17809 (gdb-init-1): ...instead of here (before gdb-prompt).
17810
17811 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17814 Recognize ''' just like any other char-constant.
17815
17816 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17819 careful enough. Detect the uid-change all within the main loop.
17820
17821 2008-02-24 Stefan Monnier <monnier@pastel.home>
17822
17823 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17824
17825 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * hilit-chg.el (highlight-save-buffer-state): New macro.
17828 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17829 (hilit-chg-clear): Use it to preserve the modified-p flag.
17830 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17831
17832 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17835 when needed.
17836
17837 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17838
17839 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17840 from gnus-button-url-regexp.
17841
17842 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17843
17844 * progmodes/compile.el (compilation-next-error): Doc fix.
17845 (compilation-find-file): Doc fix.
17846
17847 2008-02-24 Glenn Morris <rgm@gnu.org>
17848
17849 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17850 Add obsolete aliases to the old names.
17851
17852 2008-02-24 Richard Stallman <rms@gnu.org>
17853
17854 * net/net-utils.el (ifconfig): Rename from ipconfig.
17855 (ipconfig): Alias to ifconfig.
17856 (ifconfig-program): Rename from ipconfig-program.
17857 (ifconfig-program-options): Rename from ipconfig-program-options.
17858
17859 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17860
17861 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17862 Add port directions by themselves, with no qualification, as base
17863 item of a declaration.
17864 (verilog-pretty-declarations): Add new flag that inhibits printing
17865 to the message buffer.
17866 (verilog-pretty-expr): Add new flag that inhibits printing to the
17867 message buffer. Improve handling of the many types of expression
17868 line up.
17869 (verilog-just-one-space): Don't print an empty message.
17870 (verilog-get-lineup-indent): Rework to support the better handling
17871 of expression lineup for verilog-pretty-expr.
17872 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17873 (verilog-mode-version, verilog-mode-release-date): Update.
17874
17875 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * subr.el (cancel-change-group): Don't move point.
17878
17879 2008-02-23 Markus Triska <markus.triska@gmx.at>
17880
17881 * linum.el (linum-after-config): Update all visible windows.
17882
17883 2008-02-23 Glenn Morris <rgm@gnu.org>
17884
17885 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17886 Add :help for Solitaire and Tetris.
17887
17888 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17889
17890 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17891 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17892 (smtpmail-queue-index-file): Make it a defcustom.
17893 (smtpmail-queue-index): Delete.
17894 (smtpmail-send-it, smtpmail-send-queued-mail):
17895 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17896 smtpmail-queue-index.
17897
17898 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17899 Add :version.
17900
17901 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17902
17903 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17904 New variables.
17905 (iwconfig): New function.
17906
17907 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17908
17909 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17910 setting it.
17911 (vc-status-menu-map): Do not define using easy-menu.
17912 (vc-status-menu-map): New defalias.
17913 (vc-status-mode-map): Hook up the menu.
17914 (top-level): Update TODO.
17915
17916 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17917
17918 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17919 (vc-bzr-init-revision): ... this.
17920
17921 2008-02-23 Jason Rumney <jasonr@gnu.org>
17922
17923 * makefile.w32-in (WINS_ALMOST): Remove term.
17924 (WINS): Add term here.
17925 (custom-deps, finder-data): Use WINS_ALMOST.
17926
17927 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17928
17929 * faces.el (font-weight-table): Fix value of `semi-light'.
17930
17931 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17934 Make those tables bijective.
17935
17936 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17937
17938 Finish pdbtrack integration cleanup, settling missing-functions
17939 byte compiler warnings appropriately.
17940
17941 * progmodes/python.el (python-point): Remove this - beginning-of-line
17942 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17943 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17944 (python-goto-initial-line): Drop these - they were only needed for
17945 python-point.
17946 (python-comint-output-filter-function): Use condition-case and
17947 beginning-of-line directly, instead of python-mode.el functions
17948 which require all sorts of baggage.
17949 (point-safe): Unnecessary - we're using condition-case directly,
17950 instead.
17951 (python-execute-file): Include for python-shell, which I'm leaving
17952 in keeping despite it being unnecessary for pdb tracking.
17953
17954 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17955
17956 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17957 Add SRFI 11 support.
17958 (let-values, let*-values): Specify scheme-indent-function.
17959
17960 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
17961
17962 * vc.el (vc-exec-after): Move setting mode-line-process in the
17963 busy case ...
17964 (vc-set-mode-line-busy-indicator): ... in this new function.
17965 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
17966 (vc-update-vc-status-buffer): Reset mode-line-process.
17967 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
17968 mark/unmark all the files with the same state as the current one.
17969 With a prefix argument mark/unmark all files.
17970 (vc-status-mode-menu): Adjust strings.
17971 (vc-update-vc-status-buffer): Only do something when the argument
17972 is not nil.
17973 (vc-status-kill-dir-status-process): New function.
17974 (vc-status-mode-map): Bind it.
17975 (vc-status-process-buffer): New variable.
17976 (vc-status-mode): Make it local.
17977 (vc-status-refresh): Set it.
17978
17979 * vc-hg.el (vc-hg-dir-status):
17980 * vc-git.el (vc-git-dir-status):
17981 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
17982 command is run.
17983
17984 2008-02-22 Glenn Morris <rgm@gnu.org>
17985
17986 * json.el (top-level): No need to require thingatpt.
17987 (json-read-keyword): Use thing-at-point rather than word-at-point.
17988
17989 * time.el (top-level): No need to require time-date when compiling.
17990
17991 * emacs-lisp/copyright.el (copyright-update-year):
17992 Fix subexpression numbering for the case when years are split over
17993 lines, and for the replace case.
17994
17995 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
17996 (tpu-caar, tpu-cadr): Delete functions.
17997 (zmacs-regions): No need to declare for compiler.
17998 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
17999 (tpu-spell-check): Rewrite, and handle mark after point.
18000 (tpu-special-insert): Use or rather than if.
18001
18002 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18003 rather than spell-region.
18004
18005 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18006 warnings about spell-region.
18007
18008 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18009
18010 * ldefs-boot.el: Regenerated.
18011
18012 * loadup.el: Don't load language/devanagari, language/kannada,
18013 language/malayalam, and language/tamil. Load language/sinhala.
18014
18015 * language/indian.el (indian-font-foundry)
18016 (indian-script-language-alist, indian-font-char-index-table)
18017 (indian-font-char, indian-font-char-range, indian-script-table)
18018 (indian-default-script, indian-composable-pattern): Delete them.
18019 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18020 language environments moved to here.
18021 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18022 New language environments.
18023
18024 * language/devanagari.el, language/devan-util.el,
18025 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18026 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18027 Delete them.
18028
18029 * language/sinhala.el: New file.
18030
18031 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18032
18033 Update Nick Robert's port of pdb tracking from python-mode.el.
18034
18035 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18036 Clarify docstring.
18037 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18038 tracking is happening.
18039 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18040 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18041 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18042 Tracking is plugged in to all comint buffers once python.el is loaded.
18043 (python-pdbtrack-overlay-arrow): Toggle activation of
18044 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18045 (python-pdbtrack-track-stack-file): Use new
18046 `python-pdbtrack-get-source-buffer' for more flexible access to
18047 debugging source files.
18048 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18049 according to pdb stack trace, optionally using new
18050 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18051 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18052 named buffer, or having function with indicated name.
18053 (python-shell): Remove comint-output-filter-functions hook
18054 addition, it's being done elsewhere. Wrap long line.
18055
18056 2008-02-21 Michael Olson <mwolson@gnu.org>
18057
18058 * json.el: Replace XEmacs compatibility code to get rid of
18059 compiler warnings.
18060
18061 * time.el: Fix compiler warning.
18062
18063 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18064
18065 * json.el: New file (JavaScript Object Notation parser / generator).
18066
18067 2008-02-21 Dave Love <fx@gnu.org>
18068
18069 * progmodes/sym-comp.el: New file.
18070
18071 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18072 Require sym-comp. Add Python buffer to same-window-buffer-names.
18073 Fixup whitespaces.
18074 (python-font-lock-keywords): Add highlighting for Python builtins.
18075 (python-font-lock-syntactic-keywords): Rewrite.
18076 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18077 ppss directly.
18078 (python-mode-map): Add binding for python-find-function.
18079 (python-calculate-indentation): Clean up the logic.
18080 (python-beginning-of-defun): Explicitly set return value.
18081 (python-beginning-of-statement): Stop looping if we get stuck
18082 going backwards.
18083 (python-next-statement): Stop looping if we somehow end up inside
18084 a string while advancing.
18085 (python-preoutput-continuation, python-version-checked): New vars.
18086 (python-check-version): New function.
18087 (run-python): Set default command to python-command instead of
18088 python-python-command.
18089 (run-python): Use python-check-version. Give PYTHONPATH
18090 precedence over data-directory in the process environment.
18091 Load function definitions in python process after.
18092 (python-check-comint-prompt): New function.
18093 (python-send-command, python-send-receive): Use it.
18094 (python-complete-symbol, python-try-complete): Functions deleted.
18095 Use symbol-complete instead of python-complete-symbol throughout.
18096 (python-fill-paragraph): Further refine the fenced-string regexp.
18097 (def-python-skeleton): Expand to the original abbrev instead if in
18098 a comment or string. Tweak skeletons for `if', `while', `for',
18099 `try/except', `try/finally', `name'.
18100 (python-pea-hook, python-abbrev-pc-hook): New functions.
18101 (python-abbrev-syntax-table): New var.
18102 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18103 Use symbol-completion-try-complete for hippie expansion.
18104 Turn on font lock unconditionally.
18105 (python-mode-hook): Defcustom it. No need to use make-local
18106 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18107 option, since it's buffer-local.
18108
18109 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18110
18111 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18112
18113 2008-02-21 Drew Adams <drew.adams@oracle.com>
18114
18115 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18116 "Turn off" and a "Help" entry when the minor mode has no menu.
18117
18118 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18119
18120 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18121 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18122 vc-status-mark-file and vc-status-unmark-file.
18123 (vc-status-mark-unmark): New function.
18124 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18125
18126 2008-02-21 Glenn Morris <rgm@gnu.org>
18127
18128 * composite.el (encode-composition-rule): Fix typo in error message.
18129 (composition-function-table, auto-composition-mode): Doc fixes.
18130
18131 * subr.el (sit-for): Fix obsolete form for nil second argument.
18132
18133 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18134 (spell-string): Make obsolete, in favor of ispell.
18135
18136 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18137
18138 * language/devanagari.el: Don't setup composition-function-table
18139 here.
18140 ("Devanagari"): Change charset, coding-system, coding-priority to
18141 Unicode-based ones. Don't require the feature devan-util.
18142
18143 * composite.el (compose-chars-after): Fix arguments for a function
18144 in composition-function-table.
18145 (auto-compose-region): Likewise.
18146
18147 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18148 for Ethiopic.
18149 (ps-mule-plot-string): Ignore glyph-string based compositions.
18150
18151 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * doc-view.el: Allow different windows to show different pages.
18154 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18155 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18156 add them back as macros instead, using image-mode-winprops instead.
18157 Update all users of those variables.
18158 (doc-view-new-window-function): New function to create a new overlay
18159 for each new window.
18160 (doc-view-mode): Use it and image-mode-setup-winprops.
18161 (doc-view-clone-buffer-hook): Rewrite accordingly.
18162
18163 * image-mode.el: Extend [hv]scroll support to per-window properties.
18164 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18165 (image-mode-winprops-alist): New var to replace them.
18166 (image-mode-new-window-functions): New hook.
18167 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18168 New funs.
18169 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18170 Remove the `window' argument, update callers.
18171 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18172 Use the new functions.
18173 (image-mode-reapply-winprops): New fun.
18174 (image-mode): Use it.
18175
18176 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18177
18178 * calc/calc-math.el (math-sin-raw): Add optional argument
18179 to keep track of original argument.
18180 (math-cos-raw): Use optional argument when calling math-sin-raw.
18181 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18182 with close to original precision.
18183
18184 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18185
18186 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18187 args in calls of sit-for.
18188
18189 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18190
18191 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18192 (vc-svn-checkin): Fix typo in error message.
18193
18194 * help-mode.el: Require easymenu when compiling.
18195
18196 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18197
18198 * help-mode.el (help-mode-menu): New menu.
18199
18200 2008-02-20 Glenn Morris <rgm@gnu.org>
18201
18202 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18203 on Windows.
18204
18205 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18206
18207 * ps-mule.el (ps-mule-encode-region): Return a single string.
18208 (ps-mule-plot-string): Adjust for the above change.
18209 (ps-mule-encode-header-string): Likewise.
18210
18211 * international/latin1-disp.el (latin1-display): Don't use
18212 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18213 standard-display-table.
18214 (latin1-display-identities): Adjust for the change of what is
18215 returned by (get-language-info charset 'charset).
18216
18217 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18218 characters and terminal case.
18219
18220 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18221
18222 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18223
18224 * progmodes/python.el: Also require comint when loading.
18225 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18226 Replace python-shell with run-python on menu bar.
18227 (python-shell-map): New map.
18228 (python-default-interpreter, python-python-command-args)
18229 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18230 New options.
18231 (python-which-shell, python-which-args, python-which-bufname):
18232 New buffer local variables.
18233 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18234
18235 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18236 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18237 New constants.
18238
18239 Pdbtrack features:
18240
18241 (python-point, python-end-of-def-or-class)
18242 (python-beginning-of-def-or-class, python-goto-initial-line)
18243 (python-comint-output-filter-function)
18244 (python-pdbtrack-overlay-arrow)
18245 (python-pdbtrack-track-stack-file, python-toggle-shells)
18246 (python-shell, python-pdbtrack-toggle-stack-tracking)
18247 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18248 New functions.
18249
18250 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18251
18252 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18253 when the argument is nil.
18254
18255 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18256
18257 * vc.el (dir-status): Add a brief description.
18258
18259 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18260
18261 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18262 If non-nil, reverse the sense of the check.
18263
18264 * vc-rcs.el (vc-rcs-root): New func.
18265 * vc-cvs.el (vc-cvs-root): New func.
18266 * vc-svn.el (vc-svn-root): New func.
18267 * vc-sccs.el (vc-sccs-root): New func.
18268
18269 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18270
18271 * language/japan-util.el (setup-japanese-environment-internal):
18272 Call use-cjk-char-width-table.
18273
18274 * language/japanese.el ("Japanese"): Set exit-function to
18275 use-default-char-width-table.
18276
18277 * international/characters.el: Delete occurrences of non-Unicode
18278 tibetan and ethiopic characters.
18279 (cjk-char-width-table): New variable.
18280 (use-cjk-char-width-table, use-default-char-width-table):
18281 New functions.
18282
18283 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18284
18285 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18286 (vc-status-mode-menu): Add a :filter.
18287 (vc-status-printer): Add faces.
18288
18289 * vc-hg.el (vc-hg-extra-status-menu): New function.
18290 (vc-hg-dir-status): Clean up the buffer before using it.
18291
18292 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18295 (gdb): Initialize it here instead.
18296
18297 * files.el (locate-dominating-file): Fix thinko in last change.
18298 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18299
18300 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18301
18302 * vc.el (vc-status-mode-menu): New menu for vc-status.
18303
18304 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18307 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18308 (verilog-mode-auto, verilog-indent-level-module)
18309 (verilog-minimum-comment-distance, verilog-library-flags)
18310 (verilog-library-directories, verilog-library-files)
18311 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18312 (verilog-xemacs-menu, verilog-set-compile-command)
18313 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18314 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18315 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18316 (verilog-batch-inject-auto, verilog-batch-indent)
18317 (verilog-continued-line, verilog-type-keywords)
18318 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18319 (verilog-read-inst-pins, verilog-read-arg-pins)
18320 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18321 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18322 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18323 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18324 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18325 (verilog-mode-version, verilog-mode-release-date)
18326 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18327 (verilog-simulator, verilog-compiler)
18328 (verilog-auto-sense-defines-constant, verilog-company)
18329 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18330 Fix typos in docstrings.
18331 (verilog-set-auto-endcomments, verilog-calculate-indent)
18332 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18333 Reflow docstrings.
18334 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18335 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18336 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18337 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18338 (verilog-leap-to-head, verilog-current-indent-level)
18339 (verilog-case-indent-level, verilog-cpp-keywords)
18340 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18341 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18342 (verilog-signals-not-in, verilog-symbol-detick-text)
18343 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18344 (verilog-forward-close-paren, verilog-backward-open-paren)
18345 (verilog-backward-open-bracket): Doc fixes.
18346
18347 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18348 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18349 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18350 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18351 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18352 Fix typos in docstrings.
18353
18354 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18355
18356 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18357
18358 * info.el (Info-read-node-name): Removed unused `default' arg.
18359
18360 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18361
18362 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18363
18364 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18365
18366 * image-mode.el (image-get-display-property): New fun.
18367 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18368 (image-mode, image-minor-mode, image-toggle-display-text)
18369 (image-toggle-display): Use it.
18370
18371 2008-02-18 Jason Rumney <jasonr@gnu.org>
18372
18373 * international/mule.el (xml-find-file-coding-system): Don't warn
18374 about utf-16 with BOM.
18375
18376 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18377
18378 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18379 warn if file encoding is not utf-8 and encoding not specified.
18380 (xml-find-file-coding-system): New function.
18381 * international/mule-conf.el (file-coding-system-alist): Use it.
18382
18383 2008-02-17 Glenn Morris <rgm@gnu.org>
18384
18385 * international/mule-cmds.el (set-locale-environment):
18386 Pass `frame' to getenv for LC_MESSAGES.
18387
18388 2008-02-17 Juri Linkov <juri@jurta.org>
18389
18390 * time.el (emacs-init-time): Use format instead of format-seconds.
18391
18392 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18393
18394 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18395 bibtex-find-entry. Add autoload cookie.
18396 (bibtex-find-entry): Alias for bibtex-search-entry.
18397 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18398 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18399 (bibtex-clean-entry): atomic-change-group removed.
18400 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18401 to locate buffer location where error occurred.
18402 Make error messages more specific.
18403 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18404
18405 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18406
18407 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18408 top level.
18409
18410 * simple.el (transient-mark-mode): Add an :init-value.
18411
18412 * startup.el (command-line): Use custom-reevaluate-setting for
18413 transient-mark-mode.
18414
18415 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18416
18417 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18418
18419 2008-02-16 Juri Linkov <juri@jurta.org>
18420
18421 * startup.el (after-init-time): New variable.
18422 (command-line): Set `after-init-time' to the current time.
18423
18424 * time.el (emacs-init-time): New function.
18425
18426 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * files.el (locate-dominating-file): Remove initial loop because it's
18429 not careful enough. Detect the uid-change all within the main loop.
18430
18431 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18432
18433 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18434
18435 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18436
18437 * vc.el (vc-annotate): Add new argument.
18438 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18439
18440 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18441 Move make-variable-buffer-local code after the corresponding defvar.
18442 (hs-minor-mode-map): Define and initialize in one step.
18443 (hs-minor-mode): Change from defun to define-minor-mode.
18444
18445 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18446
18447 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18448 (gdb-ready): Move declaration...
18449
18450 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18451 (gdb-early-user-input): New variable.
18452 (gdb): Reset gdb-flush-pending-output to nil and set
18453 comint-input-sender here (before gdb-prompt), instead of...
18454 (gdb-init-1): ...here.
18455 (gdb-send): If Emacs is not ready, defer user input to...
18456 (gdb-prompt): ...here.
18457
18458 2008-02-16 Glenn Morris <rgm@gnu.org>
18459
18460 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18461
18462 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18463 (before-init-time): New name for `emacs-startup-time'.
18464 (command-line): Use before-init-time rather than emacs-startup-time.
18465 * time.el (emacs-uptime): Use before-init-time rather than
18466 emacs-startup-time.
18467
18468 * composite.el (composition-function-table): Doc fix.
18469
18470 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18471 in favor of `%z' specifier.
18472 (emacs-uptime): Move to time.el.
18473 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18474 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18475 argument of format-seconds.
18476
18477 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18478
18479 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18480
18481 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18482
18483 * ielm.el (ielm-is-whitespace): Remove.
18484 (ielm-is-whitespace-or-comment): New function.
18485 (ielm-eval-input): Use it.
18486
18487 2008-02-15 Jason Rumney <jasonr@gnu.org>
18488
18489 * term/mac-win.el: Fix coding tag.
18490
18491 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18492
18493 * vc-hooks.el (vc-menu-map):
18494 * bindings.el (mode-line-mode-menu): Add tooltips.
18495
18496 * bindings.el (help-echo): Add more tooltips. Use a less
18497 telegraphic style for existing tooltips.
18498
18499 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18502 from the auto-generated one.
18503
18504 2008-02-14 Glenn Morris <rgm@gnu.org>
18505
18506 * mail/rmail-spam-filter.el (rmail-spam-filter):
18507 Let-bind message-spam-status.
18508
18509 * mail/smtpmail.el (password-cache-add): Declare as function.
18510
18511 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18512
18513 * mail/smtpmail.el: Use password-cache.
18514
18515 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18516
18517 * uniquify.el (uniquify-buffer-base-name): New function.
18518 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18519
18520 * desktop.el (uniquify-managed): Don't defvar.
18521 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18522 `uniquify-managed'. Return also the buffer's base name.
18523 (desktop-save): When saving the buffer info, filter out the base name,
18524 and save it as buffer name if the buffer is managed by uniquify.
18525 (uniquify-item-base): Don't declare; not called anymore.
18526
18527 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18528
18529 * vc.el (vc-annotate-find-revision-at-line): New function.
18530 (vc-annotate-mode-map): Bind it.
18531 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18532 some entries.
18533
18534 2008-02-14 Glenn Morris <rgm@gnu.org>
18535
18536 * calendar/time-date.el (format-seconds): New function.
18537 (emacs-uptime): Use format-seconds.
18538
18539 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18540 Remove `LC_ALL=C', since it's included in $(emacs) now.
18541
18542 2008-02-14 Zhang Wei <id.brep@gmail.com>
18543
18544 * textmodes/org-publish.el (org-publish-timestamp-filename):
18545 Replace colon characters in filename too.
18546
18547 2008-02-13 Bastien Guerry <bzg@altern.org>
18548
18549 * mail/rmail.el (rmail-header-name): New face.
18550 (rmail-font-lock-keywords): Use rmail-header-name.
18551
18552 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18553 against X-Spam-Status header field.
18554 (rmail-spam-filter): Also check X-Spam-Status header field.
18555
18556 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18557
18558 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18559 Add support for .pm files and .php files.
18560 (flymake-err-line-patterns): Add pattern for PHP errors.
18561 (flymake-php-init): New function. PHP support for flymake.
18562
18563 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18564 Add regular expression for PHP errors.
18565
18566 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18567
18568 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18569 This DTRT even on w32 machines.
18570 (ange-ftp-cf1): Quote FILENAME.
18571
18572 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18573
18574 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18575 (smerge-auto-combine): New fun.
18576
18577 2008-02-12 Juri Linkov <juri@jurta.org>
18578
18579 * startup.el (fancy-startup-screen, normal-splash-screen):
18580 Set default-directory to command-line-default-directory.
18581
18582 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18583 after reading the desktop.
18584
18585 * progmodes/compile.el (compilation-auto-jump):
18586 Call compile-goto-error only when compilation-auto-jump-to-first-error
18587 is non-nil.
18588 (compilation-scroll-output): Replace :type 'boolean with a choice
18589 that has three options including a third option `first-error'.
18590 Doc fix.
18591 (compilation-start, compilation-forget-errors): Add an alternate
18592 condition comparing compilation-scroll-output with `first-error'
18593 in addition to compilation-auto-jump-to-first-error (to call
18594 compilation-auto-jump in the proper place).
18595
18596 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18597
18598 * international/mule.el (sgml-html-meta-auto-coding-function):
18599 Make sure the search limit is ahead.
18600
18601 * tar-mode.el: Fix broken indentation.
18602 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18603 Use with-current-buffer.
18604
18605 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18606
18607 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18608 it is already automatically buffer-local.
18609
18610 2008-02-12 Drew Adams <drew.adams@oracle.com>
18611
18612 * help.el (describe-key): Join some split lines to facilitate filling.
18613 * help-fns.el (describe-function-1): Fill text of overlong lines.
18614
18615 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18616
18617 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18618 Use unibyte-string instead of string-make-unibyte.
18619
18620 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18621
18622 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18623
18624 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18625 works also for buffers w/o buffer-file-name. Update callers.
18626 (doc-view-clone-buffer-hook): New fun.
18627 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18628 the `doc-view' property so they can be recognized.
18629
18630 * simple.el (clone-indirect-buffer-hook): New hook.
18631 (clone-indirect-buffer): Run it.
18632
18633 2008-02-11 Michael Olson <mwolson@gnu.org>
18634
18635 * epa-setup.el:
18636 * epg-package-info.el: Files removed.
18637
18638 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18639
18640 * epa.el (epa-menu-mode): Merge into epa-mode.
18641 (epa-menu-items): Rename the label "EasyPG Assistant" to
18642 "Encryption/Decryption".
18643
18644 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18645 (epa-dired-mode-map): Rename from epa-dired-map.
18646 (epa-global-dired-mode): Rename the global minor mode.
18647
18648 2008-02-11 Drew Adams <drew.adams@oracle.com>
18649
18650 * isearch.el (isearch-fail): New face.
18651 (isearch-message): Highlight failure part of input.
18652
18653 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18654
18655 * ibuffer.el (ibuffer-header-line-format): New var.
18656 (ibuffer-mode): Set it instead of header-line-format.
18657 (ibuffer-update): Use it to set header-line-format.
18658
18659 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18660 properties like self-insert-command.
18661
18662 2008-02-11 Drew Adams <drew.adams@oracle.com>
18663
18664 * progmodes/etags.el: Add many doc strings.
18665
18666 2008-02-11 Jason Rumney <jasonr@gnu.org>
18667
18668 * ldefs-boot.el: Regenerated.
18669
18670 2008-02-11 Glenn Morris <rgm@gnu.org>
18671
18672 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18673 Shorten some names.
18674
18675 * ffap.el (ffap-rfc-directories): Add :version.
18676
18677 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18678
18679 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18680 files, and backup files of same.
18681
18682 2008-02-11 Kevin Ryde <user42@zip.com.au>
18683
18684 * ffap.el (ffap-rfc-directories): New variable.
18685 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18686
18687 * info.el (Info-next-reference, Info-prev-reference)
18688 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18689
18690 * simple.el (completion-list-mode): Show full completion-list-mode-map
18691 in the docstring.
18692
18693 2008-02-11 Sam Steingold <sds@gnu.org>
18694
18695 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18696
18697 2008-02-11 Glenn Morris <rgm@gnu.org>
18698
18699 * startup.el (emacs-startup-time): New variable.
18700 (command-line): Set emacs-startup-time.
18701
18702 * calendar/time-date.el (emacs-uptime): New function.
18703
18704 2008-02-10 Bastien Guerry <bzg@altern.org>
18705
18706 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18707 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18708 it is nil.
18709
18710 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18711
18712 * epg-config.el: Expand the contents of epg-package-info.el.
18713 (epg-package-name): New constant.
18714 (epg-version-number): New constant.
18715 (epg-bug-report-address): New constant.
18716
18717 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18718 (epa-global-mail-mode): New global minor mode.
18719
18720 * epa-file.el (epa-file-mode): New global minor mode.
18721
18722 * epa-dired.el (epa-dired-mode): New global minor mode.
18723
18724 * epa.el (epa-menu): New variable.
18725 (epa-menu-items): New variable.
18726 (epa-menu-mode): New global minor mode.
18727 (epa-global-minor-modes): New user option.
18728 (epa-mode): New global minor mode.
18729
18730 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18731
18732 * net/dbus.el: Remove `no-byte-compile' cookie.
18733 (dbus-call-method, dbus-register-signal, dbus-debug)
18734 (dbus-registered-functions-table): Declare them with
18735 `declare-function' or `defvar', respectively.
18736 (top): Don't assert any longer. Require 'cl when compiling.
18737 Apply `ignore-errors' but `dbus-ignore-errors'.
18738
18739 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18740
18741 * diff-mode.el (diff-add-change-log-entries-other-window):
18742 Use add-change-log-entry.
18743
18744 2008-02-09 Jason Rumney <jasonr@gnu.org>
18745
18746 * button.el (button-map):
18747 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18748 * ldefs-boot.el: Regenerate.
18749
18750 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18751
18752 * epa.el (epa-faces, epa):
18753 * epa-file.el (epa-file):
18754 * epg-config.el (epg): Add :version.
18755
18756 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18757
18758 * vc.el (vc-exec-after): Append CODE to previous fragments.
18759 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18760 take MESSAGES instead of VERBOSE; use it when non-nil.
18761 (vc-diff-internal): Compute messages once; use them;
18762 update call to vc-diff-finish.
18763
18764 2008-02-09 Michael Olson <mwolson@gnu.org>
18765
18766 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18767 buffer has been killed, such as by
18768 `tramp-cleanup-all-connections'.
18769
18770 2008-02-09 Miles Bader <miles@gnu.org>
18771
18772 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18773
18774 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18775
18776 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18777 splitter in context hunks.
18778
18779 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18780
18781 * international/fontset.el (setup-default-fontset): Fix arabic otf
18782 font specification.
18783
18784 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18785
18786 * epa-dired.el:
18787 * epa-file.el:
18788 * epa-mail.el:
18789 * epa-setup.el:
18790 * epa.el:
18791 * epg-config.el:
18792 * epg-package-info.el:
18793 * epg.el: Initial check-in of EasyPG.
18794
18795 2008-02-08 Glenn Morris <rgm@gnu.org>
18796
18797 * woman.el (woman-locale): New defcustom.
18798 (woman-expand-locale, woman-manpath-add-locales): New functions.
18799 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18800
18801 * international/mule-cmds.el (locale-translate): New function,
18802 with old code extracted from set-locale-environment.
18803 (set-locale-environment): Use locale-translate. Set woman-locale.
18804
18805 * cus-start.el (selection-coding-system): Remove, since it's now
18806 defined in select.el rather than in xselect.c.
18807 * select.el (selection-coding-system): Make it a defcustom, and
18808 add the properties from cus-start.el. Bump :version.
18809
18810 * custom.el (custom-theme-set-variables): Sort symbols that are
18811 dependencies before symbols that depend on them.
18812 (custom-enabled-themes): Set after custom-theme-directory.
18813
18814 * pcmpl-unix.el (top-level): Move provide statement to end.
18815 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18816 `*' from doc-string. Allow to be nil.
18817 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18818 Allow to be nil. Add :version.
18819 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18820 without hostnames, and multiple hostnames per line.
18821
18822 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18823
18824 2008-02-08 Phil Hagelberg <phil@evri.com>
18825
18826 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18827 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18828
18829 2008-02-07 Timo Savola <timo.savola@iki.fi>
18830
18831 * startup.el (command-line-x-option-alist): Add --parent-id.
18832
18833 * term/x-win.el (x-handle-parent-id): New function.
18834
18835 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18836
18837 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18838 "Font Menu".
18839
18840 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18841
18842 * net/dbus.el (dbus-interface-peer): New defconst.
18843 (dbus-ping): New defun.
18844
18845 2008-02-06 Sam Steingold <sds@gnu.org>
18846
18847 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18848
18849 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18852 Just return nil and let the C code provide a fallback.
18853
18854 2008-02-05 Glenn Morris <rgm@gnu.org>
18855
18856 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18857 tramp-flush-connection-property for removed 2nd argument.
18858
18859 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * diff-mode.el (diff-add-change-log-entries-other-window):
18862 Rename from diff-create-changelog. Change users.
18863 Minor change to hopefully work with plain diffs.
18864 (diff-mode-map): Add binding for it.
18865
18866 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18867
18868 * diff-mode.el: Add new TODO entry.
18869 (diff-create-changelog): New function.
18870 (diff-mode-menu): Bind it.
18871
18872 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18873
18874 * international/mule-diag.el (print-fontset-element): Handle the
18875 case of inhibiting the fallback fonts.
18876
18877 2008-02-04 Kim F. Storm <storm@cua.dk>
18878
18879 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18880 (ido-magic-delete-char): Use prefix arg.
18881
18882 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18883
18884 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18885 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18886 of today, the most recent libpng is 1.2.24).
18887
18888 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18889
18890 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18891
18892 * net/dbus.el (top): Check (featurep 'dbusbind).
18893
18894 * net/tramp.el (tramp-process-sentinel): New defun.
18895 (tramp-do-copy-or-rename-file-out-of-band)
18896 (tramp-maybe-open-connection): Use it as process sentinel.
18897 (tramp-handle-delete-directory): Don't use the "-f" option; it
18898 isn't portable.
18899 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18900 after the command.
18901 (tramp-handle-shell-command): Set `mode-line-process' in the
18902 asynchronous case.
18903
18904 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18905
18906 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18907 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18908 Use `tramp-process-sentinel' as process sentinel.
18909
18910 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18911
18912 * whitespace.el (global-whitespace-mode): Revert last change.
18913 (whitespace-unload-function): Force `global-whitespace-mode'
18914 to deactivate local modes in a slightly less intrusive way.
18915
18916 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18917
18918 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18919
18920 2008-02-02 Glenn Morris <rgm@gnu.org>
18921
18922 * international/latin1-disp.el (latin1-display):
18923 * progmodes/fortran.el (fortran-comment-indent-char):
18924 * progmodes/idlw-shell.el (top-level):
18925 * term/mac-win.el (mac-keyboard-translate-char):
18926 * whitespace.el (whitespace-char-valid-p):
18927 * wid-edit.el (widget-key-sequence-read-event):
18928 Use characterp rather than char-valid-p.
18929
18930 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18931 to capitalized-find-word-boundary. Doc fix. Update callers.
18932 (capitalized-next-word-boundary-function-table): Rename to
18933 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18934
18935 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18936 string-to-int.
18937
18938 * ps-def.el (declare-function): Add compatibility definition.
18939 (ps-plot-with-face, ps-plot-string): Declare as functions.
18940 (ps-bold-faces, ps-italic-faces): Declare variables.
18941
18942 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18943 (ps-mule-end-job): Declare as functions.
18944
18945 * wid-edit.el (widget-string-complete): Use assoc-string rather
18946 than assoc-ignore-case.
18947
18948 See ChangeLog.13 for earlier changes.
18949
18950 ;; Local Variables:
18951 ;; coding: utf-8
18952 ;; End:
18953
18954 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18955
18956 This file is part of GNU Emacs.
18957
18958 GNU Emacs is free software: you can redistribute it and/or modify
18959 it under the terms of the GNU General Public License as published by
18960 the Free Software Foundation, either version 3 of the License, or
18961 (at your option) any later version.
18962
18963 GNU Emacs is distributed in the hope that it will be useful,
18964 but WITHOUT ANY WARRANTY; without even the implied warranty of
18965 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18966 GNU General Public License for more details.
18967
18968 You should have received a copy of the GNU General Public License
18969 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18970
18971 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc