* scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
[bpt/emacs.git] / lisp / ChangeLog
1 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
4 argument is 0. Doc fix. (Bug#1527)
5
6 * w32-vars.el (w32-system-shells): Doc fix.
7
8 * image.el (image-load-path-for-library, insert-sliced-image):
9 Fix typos in docstrings.
10
11 2009-02-24 Glenn Morris <rgm@gnu.org>
12
13 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
14 :set function. (Bug#2429)
15
16 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
17 potential use.
18
19 * progmodes/cperl-mode.el (cperl-find-pods-heres):
20 Don't globally bind `name'.
21
22 * emacs-lisp/elint.el (elint-unknown-builtin-args):
23 Fix encode-time spec. (Bug#2453)
24 (elint-find-builtin-args): Make the match more restrictive.
25 Handle errors. Return a result actually containing the function name.
26
27 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
28 already did. (Bug#2440)
29 (rmail-quit): Don't swap buffers. (Bug#2441)
30 (rmail-list-to-menu): Don't globally bind `name'.
31
32 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
33
34 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
35 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
36
37 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
38
39 * bs.el (bs--down): When wrapping around, use `forward-line',
40 not `goto-line', to avoid distracting "Mark set" message.
41
42 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
43
44 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
45 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
46
47 2009-02-23 Miles Bader <miles@gnu.org>
48
49 * proced.el (proced-process-attributes):
50 * server.el (server-running-p): Rename `system-process-attributes'
51 to `process-attributes'.
52
53 2009-02-22 Juri Linkov <juri@jurta.org>
54
55 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
56 Doc fix.
57
58 * dired-x.el (dired-guess-shell-command): Use read-shell-command
59 instead of read-from-minibuffer.
60 (dired-read-shell-command): Add code that uses
61 minibuffer-with-setup-hook to set minibuffer-default-add-function
62 to minibuffer-default-add-dired-shell-commands exactly like
63 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
64
65 * dired-x.el (dired-smart-shell-command): Remove code that uses
66 minibuffer-with-setup-hook to set minibuffer-default-add-function
67 to minibuffer-default-add-shell-commands because the same code was
68 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
69
70 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
71
72 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
73 lisp number is in decimal.
74
75 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
76
77 * progmodes/compile.el (compilation-error-regexp-alist-alist):
78 Tweak regexp (Bug#2173).
79
80 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
81 avoid yanks (Bug#2408).
82
83 2009-02-21 Alan Mackenzie <acm@muc.de>
84
85 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
86
87 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
88 parse case clauses with (compile-time) expressions.
89
90 2009-02-21 Eli Zaretskii <eliz@gnu.org>
91
92 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
93 encoding during editing. Make sure to use encoding that can
94 safely encode the message. Rewrite MIME charset= header if the
95 new encoding is different from the old one.
96
97 2009-02-21 Glenn Morris <rgm@gnu.org>
98
99 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
100 at the start of the headers.
101 (sc-mail-check-from): New function.
102
103 2009-02-20 Martin Rudalics <rudalics@gmx.at>
104
105 * progmodes/python.el (python-shift-left, python-shift-right):
106 When the mark is not active shift the current line. (Bug#2381)
107 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
108
109 2009-02-20 Andreas Schwab <schwab@suse.de>
110
111 * startup.el (command-line): Don't match an empty argument as an
112 option.
113 (command-line-1): Likewise.
114
115 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
116
117 * apropos.el (apropos-library): Check for null filename in load-history.
118
119 2009-02-20 Glenn Morris <rgm@gnu.org>
120
121 * apropos.el (apropos-library): Remove the element with null filename,
122 if present, from the completion list.
123
124 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
125 (rmail-speedbar-find-file): Use rmail rather than find-file.
126
127 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
128
129 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
130
131 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
132
133 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
134 regexp (Bug#2385).
135 (bibtex-autokey-get-title): Observe case for
136 bibtex-autokey-titleword-ignore.
137
138 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
139
140 * server.el (server-start): Make the warning more
141 verbose (Bug#2395).
142
143 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
146 Make sure we stop when we reach the limit.
147
148 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
149 a "..." does not quote anything. (Bug#2384)
150
151 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
152
153 2009-02-19 Andreas Schwab <schwab@suse.de>
154
155 * term.el: Remap self-insert-command to term-send-raw in
156 term-raw-map. (Bug#2386)
157
158 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
161 of the function as being part of the function.
162
163 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
164
165 * progmodes/compile.el (compilation-error-regexp-alist-alist):
166 Move entry for maven (alphabetical order).
167
168 2009-02-19 Glenn Morris <rgm@gnu.org>
169
170 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
171 Regexp-quote default argument taken from current subject.
172 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
173
174 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
175 Move here from rmail.el. Be more careful about error-handling.
176 Restore the feature of temporarily setting all old messages
177 undeleted before expunging (removed 2009-02-18).
178
179 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
180 Don't declare.
181 (rmail-get-new-mail-filter-spam): Declare. Move definition to
182 rmail-spam-filter.el.
183 (rmail-get-new-mail-1): Move the beep and sleep to
184 rmail-get-new-mail-filter-spam.
185
186 2009-02-18 Martin Rudalics <rudalics@gmx.at>
187
188 * cus-edit.el (custom-group-value-create): Insert some
189 informatory text in the WIDGET-misses-doc-string case.
190
191 2009-02-18 Sam Steingold <sds@gnu.org>
192
193 * progmodes/compile.el: Require comint at top level to fix the
194 last patch.
195
196 2009-02-18 Martin Rudalics <rudalics@gmx.at>
197
198 * cus-edit.el (custom-group-value-create): Don't throw an error
199 when WIDGET has no doc-string. (Bug#2356)
200
201 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
202
203 * progmodes/cc-menus.el (imenu-progress-message):
204 Remove bogus cc-bytecomp-defun.
205 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
206 Don't let-bind variable `stupid'. (Bug#1638)
207
208 2009-02-18 Glenn Morris <rgm@gnu.org>
209
210 * mail/rmail.el (rmail-get-new-mail-filter-spam):
211 * mail/rmail-spam-filter.el (rmail-spam-filter):
212 Show a message rather than the raw mbox while prompting.
213
214 2009-02-18 Martin Rudalics <rudalics@gmx.at>
215
216 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
217
218 2009-02-18 Glenn Morris <rgm@gnu.org>
219
220 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
221 declaration.
222 (top-level): No need for cl now.
223 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
224 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
225 (rsf-autosave-newly-added-definitions, rsf-white-list)
226 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
227 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
228 (rsf-customize-spam-definitions, rsf-customize-group)
229 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
230 (rsf-check-field): Use setcar and setcdr rather than setf.
231 (rmail-spam-filter): Simplify.
232 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
233 (rsf-add-region-to-spam-list): Use rmail-get-header or
234 buffer-substring-no-properties. Regexp-quote the extracted data.
235 Make the messages less verbose.
236 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
237 simplify things.
238 (rsf-add-content-type-field): Make the message less verbose.
239
240 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
241 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
242 rmail-deleted-vector.
243 (rmail-insert-inbox-text, rmail-collect-deleted)
244 (rmail-set-message-deleted-p, rmail-only-expunge)
245 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
246 (rmail-get-labels): Remove unused local `blurb'.
247 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
248 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
249 (rmail-set-message-deleted-p): Doc fixes.
250
251 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
252 Update callers for associated name change.
253 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
254 * mail/unrmail.el (unrmail): Use mail-mbox-from.
255
256 2009-02-17 Richard M Stallman <rms@gnu.org>
257
258 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
259
260 * mail/rmail.el (rmail-copy-headers): When copying full headers,
261 correctly put point at the end.
262
263 2009-02-17 Sam Steingold <sds@gnu.org>
264
265 * progmodes/compile.el (compilation-filter): Call
266 `comint-carriage-motion', just like `comint-output-filter'.
267
268 2009-02-17 Jason Rumney <jasonr@gnu.org>
269
270 * files.el (make-directory): Stop recursing if parent is
271 self. (Bug#2309)
272
273 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
274
275 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
276
277 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
278
279 2009-02-17 Miles Bader <miles@gnu.org>
280
281 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
282 copyright statements where the years follow the name.
283
284 2009-02-17 Glenn Morris <rgm@gnu.org>
285
286 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
287 move point. (Bug#2209)
288
289 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
290 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
291 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
292 "not-rmail", and make it work. Simplify.
293 (rmail-mbox-from): New function.
294 (rmail-output-as-mbox): Use rmail-mbox-from.
295 (rmail-output): Ensure a From line in the not-rmail Babyl case.
296
297 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
298 error if the header is corrupt.
299
300 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
301
302 * net/newst-treeview.el (newsticker--treeview-load): Offer
303 deletion of old groups file.
304
305 2009-02-16 Glenn Morris <rgm@gnu.org>
306
307 * mail/rmailout.el (rmail-delete-unwanted-fields)
308 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
309 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
310 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
311 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
312
313 2009-02-15 Glenn Morris <rgm@gnu.org>
314
315 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
316
317 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
318 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
319 unnecessary use of with-no-warnings.
320 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
321 (rmail-output-as-mbox): Start search from point-min. If constructing a
322 "From " line, prefer the date header over the current time.
323 (rmail-update-summary): Move declaration earlier in file.
324
325 2009-02-15 Richard M Stallman <rms@gnu.org>
326
327 * mail/rmailedit.el (rmail-edit-diff-headers):
328 Delete spurious reference to OLD.
329
330 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
333 the `with-buffer-unmodified' to avoid useless `readlink' calls.
334
335 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
336
337 * textmodes/bibtex.el (bibtex-global-key-alist)
338 (bibtex-initialize): Exclude current buffer if it does not use
339 bibtex-mode.
340 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
341 (bibtex-sort-buffer, bibtex-search-entry)
342 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
343 test whether bibtex-strings and bibtex-reference-keys have their
344 initial values.
345
346 2009-02-14 Eli Zaretskii <eliz@gnu.org>
347
348 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
349 around forms that refer to translation-table-for-input.
350
351 * isearch.el (isearch-search-string): Use `with-no-warnings'
352 around forms that refer to translation-table-for-input.
353
354 * international/quail.el (quail-input-string-to-events)
355 (quail-store-decode-map-key, quail-char-equal-p):
356 Use `with-no-warnings' around forms that refer to
357 translation-table-for-input.
358
359 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
360 around forms that refer to translation-table-for-input.
361
362 * subr.el (translation-table-for-input): Declare obsolete again.
363
364 2009-02-14 Glenn Morris <rgm@gnu.org>
365
366 * mail/rmail.el (rmail): When reverting, swap buffers before setting
367 counters. (Bug#2229)
368 (rmail-revert): Swap buffers before replacing contents.
369
370 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
371
372 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
373 Remove host, user, password options not applicable to SQlite. (Bug#1904)
374
375 2009-02-14 Richard M Stallman <rms@gnu.org>
376
377 * mail/rmailedit.el: Handle editing of header fields.
378 (rmail-old-headers): New variable.
379 (rmail-edit-current-message): Set it, recording current headers.
380 (rmail-cease-edit): Compute new headers and diff against old ones.
381 Update the mbox buffer with the changes that were made.
382 (rmail-edit-headers-alist): New function.
383 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
384
385 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
386 in default file name.
387
388 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
389 (rmail-add-mbox-headers): Likewise.
390
391 2009-02-13 Eli Zaretskii <eliz@gnu.org>
392
393 * files.el (load-library): Doc fix.
394
395 * subr.el (locate-library): Doc fix. (Bug#2291)
396
397 2009-02-13 Alan Mackenzie <acm@muc.de>
398
399 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
400 in narrowed buffers.
401
402 2009-02-13 Kenichi Handa <handa@m17n.org>
403
404 * international/titdic-cnv.el (tit-process-header): Use
405 buffer-substring-no-properties instead of buffer-substring.
406 (tit-process-body): Likewise.
407 (tsang-quick-converter): Handle superfluous CR at eol.
408 (py-converter): Use buffer-substring-no-properties instead of
409 buffer-substring. Handle superfluous CR at eol.
410 (ziranma-converter): Likewise
411 (ctlau-converter): Likewise.
412 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
413
414 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
415
416 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
417
418 2009-02-13 Glenn Morris <rgm@gnu.org>
419
420 * mail/rmail.el (rmail-show-message-1): New name for the old
421 rmail-show-message.
422 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
423 * mail/rmailsort.el: Update for rmail-show-message name change.
424
425 * mail/rmail.el (rmail-show-message): New name for the old
426 rmail-show-message-maybe.
427 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
428 name change.
429
430 * mail/rmailsum.el (msgnum): Remove declaration.
431 (rmail-summary-redo): Add missing initialization value.
432 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
433 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
434 Fix skip-chars-forward calls.
435 (rmail-summary-mark-seen): New function. As well as removing the '-'
436 mark, update the summary-vector. (Bug#2135)
437 (rmail-summary-rmail-update, rmail-summary-goto-msg):
438 Use rmail-summary-mark-seen.
439
440 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
441
442 * mail/unrmail.el (unrmail): When getting message keywords, don't
443 include a leading space, but do include the space after the separating
444 comma. (Bug#2303)
445
446 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
447 header altogether.
448 (rmail-set-header): Doc fix.
449 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
450 labels are removed. (Bug#2302)
451
452 2009-02-12 Juri Linkov <juri@jurta.org>
453
454 * image-mode.el (image-toggle-display):
455 Let-bind `buffer-file-truename' to nil around the call to
456 `add-text-properties' to prevent directory time modification
457 by lock_file. Replace `set-buffer-modified-p' with
458 `restore-buffer-modified-p'. (Bug#2295)
459
460 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * progmodes/python.el (python-use-skeletons): Re-add.
463 (def-python-skeleton): Use it. (Bug#2238)
464
465 * international/quail.el (quail-make-guidance-frame): Remove the
466 `parent-id' parameter.
467 (quail-show-guidance): Make the new window dedicated.
468
469 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
470
471 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
472 Fix typos in docstrings.
473
474 2009-02-12 Alan Mackenzie <acm@muc.de>
475
476 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
477 to `eq'. (Bug#2304)
478
479 2009-02-12 Glenn Morris <rgm@gnu.org>
480
481 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
482 already present. (Bug#2210)
483
484 2009-02-12 Kenichi Handa <handa@m17n.org>
485
486 * international/characters.el (?.): New character category for
487 Base characters. Set them in the standard category table.
488
489 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
490 a base character.
491
492 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * isearch.el (isearch-yank-char-in-minibuffer)
495 (isearch-other-meta-char): Use with-current-buffer.
496
497 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
498 syntax-ppss. (Bug#1243)
499
500 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
501 to beginning-of-defun-raw.
502
503 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
504 calling end-of-defun-function if it already moved to BOL.
505
506 2009-02-12 Richard M Stallman <rms@gnu.org>
507
508 * mail/rmail.el (rmail-show-message-verbose-min): New option.
509 (rmail-show-message): Conditionally show start and finish in echo area.
510
511 2009-02-12 Glenn Morris <rgm@gnu.org>
512
513 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
514 for use in completion.
515 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
516 summary exists, since it's already done.
517
518 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
519 (rmail-enable-multibyte): Don't really define, only for compiler.
520
521 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * files.el (read-buffer-to-switch):
524 Add table to icomplete-with-completion-tables.
525
526 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
527
528 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
529 switches (Bug#2261).
530
531 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
532
533 * server.el (server-with-environment): Don't fail for negative
534 entries in ENV.
535
536 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
537
538 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
539 (vc-default-dir-printer): Add a comment about updating this function.
540
541 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
542 for the file name.
543
544 2009-02-11 Glenn Morris <rgm@gnu.org>
545
546 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
547 (calendar-set-mode-line): Fall back to a default width if we seem to be
548 called from daemon. (Bug#2199)
549
550 * mail/rmailkwd.el (rmail-make-label): Doc fix.
551 (rmail-read-label): Add current labels to completion list. (Bug#2222)
552 (rmail-set-label): Use `or'.
553
554 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
555
556 * emacs-lisp/find-func.el (find-library-name, find-library):
557 Doc fixes. (Part of bug#2270)
558
559 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
560
561 * env.el (getenv): When FRAME is non-nil, pass the frame environment
562 to `getenv-internal', not the frame. (Bug#2259)
563
564 2009-02-10 Kenichi Handa <handa@m17n.org>
565
566 * descr-text.el (describe-char-display): On terminal, if terminal
567 coding system is nil, assume us-ascii.
568 (describe-char): Don't show the composition information if it is
569 trivial.
570
571 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
572
573 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
574 number as it isn't present for unregistered files.
575
576 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
577 (vc-dir-mouse-map): New keymap.
578 (vc-default-dir-printer): Use it locally.
579
580 2009-02-10 Glenn Morris <rgm@gnu.org>
581
582 * speedbar.el: Avoid messing up font-lock-global-modes.
583
584 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
585 (mail-file-babyl-p): Use with-temp-buffer.
586
587 * mail/rmailsort.el: Just require rmail.
588
589 * mail/rmailedit.el: Just require rmail.
590 (rmail-old-pruned): Add doc string.
591 (rmail-edit-current-message): Use rmail-msg-is-pruned.
592 (rmail-cease-edit): Don't mangle the leading From line.
593 Don't mark as edited if there were no changes. (Bug#2256)
594 Correctly restore header state.
595
596 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
597 (rmail-current-message, rmail-total-messages)
598 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
599 (rmail-duplicate-message): Doc fix.
600 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
601 New functions.
602 (rmail-get-header, rmail-set-header, rmail-set-attribute):
603 Use rmail-apply-in-message.
604 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
605 unswapped-ness.
606 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
607 (rmail-auto-file): Set the filed attribute, rather than explicitly not
608 doing so. (Bug#2231)
609 (rmail-set-attribute): Allow ATTR to be a string.
610
611 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
612
613 * net/newst-treeview.el (newsticker-treeview-save)
614 (newsticker--treeview-load): Kill groups buffer after saving/loading.
615
616 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
617
618 * doc-view.el (doc-view-scroll-up-or-next-page)
619 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
620 the old hscroll value after switching pages.
621
622 2009-02-09 Glenn Morris <rgm@gnu.org>
623
624 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
625 (calendar-holiday-marker): Drop test for color display.
626
627 2009-02-08 Glenn Morris <rgm@gnu.org>
628
629 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
630 (calendar-holiday-marker, calendar-mark-visible-date):
631 * calendar/diary-lib.el (diary-fancy-display):
632 It doesn't make sense to check font-lock-mode (see comments;
633 reverts 2008-04-02 change). (Bug#2199)
634
635 2009-02-08 Juri Linkov <juri@jurta.org>
636
637 * simple.el (toggle-word-wrap): New command.
638
639 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
640
641 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
642 (ps-run-make-tmp-filename): Use temporary-file-directory.
643
644 * textmodes/artist.el (artist-system): Allow make-temp-file to use
645 temporary-file-directory.
646
647 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
648 temporary-file-directory.
649
650 2009-02-07 Glenn Morris <rgm@gnu.org>
651
652 * mail/unrmail.el (rmime-magic-string): Define for compiler.
653
654 2009-02-07 Eli Zaretskii <eliz@gnu.org>
655
656 * mail/rmail.el (rmail): Bind coding-system-for-read to
657 no-conversion before calling find-file-noselect. (Bug#2015)
658
659 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
660
661 * proced.el (proced-after-send-signal-hook): Use defcustom.
662 (proced-header-line): Handle header lines that are shorter than
663 window-hscroll.
664 (proced-send-signal): Rebind split-width-threshold analogous to
665 dired-pop-to-buffer.
666
667 2009-02-07 Eli Zaretskii <eliz@gnu.org>
668
669 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
670 message; instead, just rewrite the X-Coding-System header with the
671 new encoding, and let rmail-show-message do the rest. Remove
672 unused argument RAW. Fix doc string to be consistent with the new
673 implementation.
674 (rmail-show-message): Honor X-Coding-System header, if present, in
675 preference to Content-Type header.
676
677 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * server.el (server-execute): Enable quit.
680
681 2009-02-07 Andreas Schwab <schwab@suse.de>
682
683 * image-mode.el (image-mode): Always set image-type.
684 (image-minor-mode): Likewise.
685
686 2009-02-07 Eli Zaretskii <eliz@gnu.org>
687
688 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
689 encoding, and its "content-transfer-encoding" and "content-type"
690 headers only in the headers' portion. (Bug#2017)
691
692 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
693
694 * net/newst-treeview.el
695 (newsticker-treeview-next-new-or-immortal-item): New arg
696 DONT-WRAP-TREES to prevent infinite recursion.
697
698 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
701 extracting mail message headers. Use encode-coding-region instead
702 of insert-buffer-substring for re-encoding edited message.
703 Add qp/b64 encoding only after text was encoded.
704
705 2009-02-07 Eli Zaretskii <eliz@gnu.org>
706
707 * subr.el: Don't declare `translation-table-for-input' obsolete.
708 Equivalent info added to its doc string, q.v.
709
710 * files.el (save-buffer): Display "Saving file FOO..." message
711 regardless of buffer's size. (Bug#2137)
712
713 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
714
715 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
716
717 2009-02-07 Alex Schroeder <alex@gnu.org>
718
719 * mail/unrmail.el (unrmail): Use regexps to find message separators so
720 as not to match any fake rmime.el separators. Remove any sections added
721 by rmime.el.
722
723 2009-02-07 Glenn Morris <rgm@gnu.org>
724
725 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
726 that is no longer appropriate to mbox Rmail.
727
728 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
729 before trying to move to the start of the message.
730 (rmail-summary-undelete-many, rmail-summary-rmail-update):
731 Fix rmail-set-attribute calls.
732
733 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
734 Doc fix.
735 (rmail-output-to-rmail-buffer): Autoload it.
736 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
737
738 2009-02-06 Glenn Morris <rgm@gnu.org>
739
740 * mail/unrmail.el (unrmail): Use current-time-string.
741
742 * simple.el (kill-whole-line): Provide a default argument of 1.
743
744 * mail/undigest.el (rmail-mail-separator): Delete.
745 (undigestify-rmail-message, unforward-rmail-message): Update for
746 mbox Rmail.
747
748 2009-02-05 Kenichi Handa <handa@m17n.org>
749
750 * international/fontset.el (script-representative-chars): Remove
751 mathematical.
752 (setup-default-fontset): Add entries for each subgroup of
753 mathematical script.
754
755 2009-02-05 Juri Linkov <juri@jurta.org>
756
757 * image-mode.el (image-mode): Use `image-get-display-property'
758 instead of `get-text-property'.
759 (image-minor-mode): Sync the logic with `image-mode' including the
760 displaying an image file as the actual image by default.
761
762 2009-02-05 Alan Mackenzie <acm@muc.de>
763
764 * progmodes/cc-defs.el (c-emacs-features): Check the working of
765 beginning/end-of-defun-function more rigorously before setting
766 argumentative-bod-function.
767
768 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
771 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
772 mode on the initial terminal.
773
774 2009-02-05 Glenn Morris <rgm@gnu.org>
775
776 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
777 Make these functions work.
778
779 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
780 (rmail-narrow-to-non-pruned-header): Remove autoload.
781 (mairix-rmail-fetch-field): Handle mbox Rmail.
782
783 2009-02-04 Dave Love <fx@gnu.org>
784
785 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
786 (imap-debug): Add imap-fetch-safe.
787
788 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
789
790 * net/netrc.el (netrc-machine-user-or-password): Use list of
791 auth-source modes.
792
793 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
794
795 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
796 for newvars is nil. (C-u C-x v = with default values).
797
798 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
799
800 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
801 format. Use when instead of if.
802
803 2009-02-04 Miles Bader <miles@gnu.org>
804
805 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
806 (backward-list, backward-up-list, beginning-of-defun)
807 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
808
809 2009-02-04 Glenn Morris <rgm@gnu.org>
810
811 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
812 ill-advised.
813
814 * mail/rmail.el: No need for mule-util when compiling.
815 (rmail-first-message): Unbreak it.
816
817 * mail/rmailmsc.el: Require rmail not just when compiling.
818 Remove unneeded declarations.
819
820 * term/ns-win.el (ns): Define as a custom group.
821
822 2009-02-04 Kenichi Handa <handa@m17n.org>
823
824 * international/mule-cmds.el (select-safe-coding-system): Use
825 buffer-chars-modified-tick instead of buffer-modified-tick.
826
827 * descr-text.el (describe-char): Check font-object by fontp.
828
829 * composite.el (compose-gstring-for-terminal): If a character is
830 not supported by the current terminal, don't make a multi-glyph
831 grapheme cluster.
832 (auto-compose-chars): Check font-object by fontp.
833
834 2009-02-03 Glenn Morris <rgm@gnu.org>
835
836 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
837 over current-time. (Bug#2175)
838
839 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
840 inserting the converted mailbox.
841 (rmail-get-new-mail): Restore the loop over inboxes when two or more
842 have the same basename. (Bug#2164)
843 Set the return value according to whether any mail was found,
844 not just in the last inbox. Only show a message and run the hook after
845 checking all inboxes.
846 (rmail-get-new-mail-1): Move message display and running the hook to
847 rmail-get-new-mail.
848
849 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
850 rmail-attr-array.
851 (rmail-make-label, rmail-read-label): Give it a doc string.
852 (rmail-add-label, rmail-kill-label): Change argument name to match the
853 doc. Doc fix.
854 (rmail-set-label): Doc fix. Also update summary in attr case.
855 Accept labels as a string or a symbol. (Bug#2165)
856
857 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
858 null.
859
860 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
863 (vhdl-prepare-search-2): Properly cleanup on `quit'.
864
865 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
866 Mark the entries as being "system" entries rather than "user" entries.
867
868 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
869
870 * smerge-mode.el (smerge-start-session): Add interactive spec.
871
872 2009-02-02 Glenn Morris <rgm@gnu.org>
873
874 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
875 (rmail-retry-ignored-headers, rmail-highlighted-headers):
876 Restore autoloads.
877
878 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
881
882 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * cmuscheme.el (scheme-args-to-list): Remove.
885 (run-scheme): Use split-string-and-unquote instead, so as to allow
886 spaces in the command name and/or the arguments.
887
888 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
889
890 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
891
892 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
893
894 Sync with Tramp 2.1.15.
895
896 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
897 used.
898
899 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
900
901 * net/trampver.el: Update release number.
902
903 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
906 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
907 (rmail-undelete-previous-message, rmail-mark-message)
908 (rmail-speedbar-buttons): Use with-current-buffer.
909 (rmail-mode-map): Move initialization into declaration.
910 (rmail-swap-buffers, rmail-unfontify-buffer-function)
911 (rmail-fontify-message): Use restore-buffer-modified-p.
912 (rmail-expunge-and-save): Don't swap buffer.
913 (rmail-get-header, rmail-set-header, rmail-set-attribute)
914 (rmail-apply-in-message): Swap save-excursion and save-restriction.
915
916 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
917 if possible.
918
919 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
920 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
921
922 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
925
926 * progmodes/ebrowse.el:
927 * international/robin.el:
928 * emulation/viper-util.el:
929 * emulation/viper-mous.el:
930 * emulation/viper-keym.el:
931 * ediff.el:
932 * ediff-wind.el:
933 * ediff-vers.el:
934 * ediff-ptch.el:
935 * ediff-mult.el:
936 * ediff-merg.el:
937 * ediff-diff.el: Follow commenting conventions.
938
939 2009-01-31 Eli Zaretskii <eliz@gnu.org>
940
941 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
942 obsolete eight-bit-control and eight-bit-graphic.
943
944 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
947
948 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
949
950 * emacs-lisp/lisp.el (end-of-defun): Protect against
951 infloops (Bug#2106).
952
953 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * vc-dir.el (vc-dir-mouse-map):
956 (vc-default-dir-printer):
957 (vc-dir-find-file-other-window): Undo previous change, it breaks
958 the behavior of mouse-2.
959 (vc-dir-mode): Fix docstring.
960
961 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
962 logic, it makes the makes the normal case too slow.
963
964 2009-01-31 Eli Zaretskii <eliz@gnu.org>
965
966 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
967 file to `raw-text-unix'. Bind coding-system-for-write when
968 writing out the converted message, and make sure it uses Unix
969 EOLs.
970
971 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
972 encoding to `raw-text-unix'.
973 (rmail-perm-variables): Set encoding of rmail-view-buffer to
974 `undecided-unix'.
975 (rmail-redecode-body): Don't change EOL conversion of the new
976 encoding if the old one left it unspecified.
977 (rmail-automatic-folder-directives, rmail): Doc fixes.
978 (rmail-swap-buffers): New function.
979 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
980 (rmail-show-message): Use rmail-swap-buffers.
981 (rmail-decode-region): If DESTINATION is a buffer, set the
982 encoding of that buffer, rather than the current buffer.
983 (rmail-show-message): Make error message about uuencoded mail
984 more explicit.
985 (rmail-show-message-maybe): Simplify code. Doc fix.
986 (rmail-show-message): Doc fix.
987
988 2009-01-31 Glenn Morris <rgm@gnu.org>
989
990 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
991 folder.
992
993 * mail/rmail.el (rmail-msg-is-pruned): New function.
994 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
995 (rmail-reply): Set up to yank from the decoded message rather than the
996 raw one. (Bug#2104).
997
998 * mail/mail-utils.el (mail-fetch-field): Doc fix.
999
1000 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1001 (uce-message-text, uce-default-headers): Fix custom type.
1002 (rmail-buffer, rmail-msg-is-pruned): Declare.
1003 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1004 Update for mbox Rmail.
1005
1006 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1007
1008 * vc-dir.el (vc-dir-mouse-map): New keymap.
1009 (vc-default-dir-printer): Use it locally.
1010 (vc-dir-find-file-other-window): Allow mouse events.
1011
1012 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1013
1014 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1015 into Rmail-mbox attributes.
1016
1017 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1018 coding-system-for-read to `raw-text', and use insert-file-contents
1019 instead of insert-file-contents-literally. Fixes bug #2019.
1020 (rmail-resent-attr-index): Fix index value.
1021
1022 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1023
1024 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1025 precedence even when its value is t. (Bug#2093)
1026
1027 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1028 connection. (Bug#2093)
1029 (vc-svn-diff): Use old version number even when it is the working
1030 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1031
1032 2009-01-30 Glenn Morris <rgm@gnu.org>
1033
1034 * mail/rmail.el (rmail-reply): Handle empty folders.
1035 (rmail-speedbar-buttons)
1036 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1037
1038 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1039 line-beginning-position calls.
1040 (rmail-header-summary): Use line-end-position.
1041
1042 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1043
1044 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1045 Fix regexp quoting. (Bug#1739)
1046
1047 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1050 correction of passwords.
1051
1052 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1053
1054 * mail/rmail.el (rmail-toggle-header): Determine current header
1055 style using the buffer-local value of rmail-header-style in the
1056 view buffer.
1057 (rmail-show-message): Set a buffer-local value of
1058 rmail-header-style in the view buffer. (Bug#2016)
1059
1060 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1061
1062 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1063 Fix typos in docstrings.
1064
1065 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1066
1067 * bindings.el (completion-ignored-extensions):
1068 Add entries for VCS metadata directories (CVS/, .svn, etc).
1069
1070 * pcvs.el (completion-ignored-extensions):
1071 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1072 directory, now done in bindings.el.
1073
1074 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1075
1076 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1077
1078 2009-01-29 Glenn Morris <rgm@gnu.org>
1079
1080 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1081 (rmail-set-header): Ensure header changes get saved.
1082
1083 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1084
1085 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1086 one, after a label is added.
1087
1088 * mail/rmailsum.el (rmail-summary-update-line): New function.
1089 (rmail-summary-goto-msg): Return a value according to whether message
1090 was found.
1091 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1092 property. Use line-end-position.
1093
1094 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1097 quoted From lines.
1098
1099 * mail/rmail.el (rmail-redecode-body): New function, based on old
1100 version removed in 2009-01-22 change.
1101 (rmail-show-message): Unquote From lines.
1102
1103 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1104
1105 * doc-view.el (doc-view-mode): Don't use string-match and file
1106 extension to choose fallback mode on empty/non-existing files but
1107 let-bind auto-mode-alist and call normal-mode.
1108
1109 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1110
1111 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1112 concatenating the type indicating character.
1113 (ls-lisp-format): Don't propertize file-name only if
1114 ls-lisp-classify already did.
1115
1116 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1117
1118 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1119 Describe second parameter of hook functions.
1120 (dbus-handle-event): Apply it.
1121
1122 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * mail/rmail.el (rmail-toggle-header): Don't reset
1125 rmail-header-style permanently (bug#2016).
1126
1127 2009-01-28 Denis Howe <denis.howe@gmail.com>
1128
1129 * complete.el (PC-do-completion): Correct case when completion is
1130 unambiguous.
1131
1132 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1133
1134 * calendar/todo-mode.el (todo-insert-item-here):
1135 Prevent insertion of a new entry inside of an existing entry.
1136 Minor code cleanup. (Bug#2084)
1137 (todo-add-category): Change the interactive spec. Signal an error
1138 if the Todo file is non-empty but contains no category. Reject
1139 category names that could induce bugs and confusion. Call
1140 todo-mode if the Todo file is new and unsaved. Simplify handling
1141 of local variables cookie. Properly display the newly added
1142 category in Todo mode.
1143 (todo-show): Call todo-initial-setup only if there is neither a
1144 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1145 (todo-category-alist): Delete function.
1146 (todo-completing-read): New function.
1147 (todo-insert-item, todo-jump-to-category): Use it.
1148 (todo-insert-item): Make the use of the prefix argument conform to
1149 the doc string. (Bug#2086)
1150
1151 2009-01-28 Glenn Morris <rgm@gnu.org>
1152
1153 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1154 even when called from the summary. (Bug#2075)
1155 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1156 (rmail-show-message-maybe): Use rmail-no-mail-p.
1157 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1158 (rmail-get-labels): Separate status and label fields with a semicolon,
1159 rather than a comma, for consistency with old Rmail.
1160
1161 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1162 starting from the beginning, since mail-fetch-field does not care.
1163 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1164 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1165 (rmail-get-summary-labels): New function. Returns labels rather than
1166 status (edited, etc).
1167 (rmail-create-summary): Insert an extra space after the status
1168 flags, for consistency with old rmail, and with current
1169 rmail-summary-font-lock-keywords.
1170
1171 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1174 if region is active. Use cond instead of nested ifs. (Bug#2053)
1175
1176 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1179 converting.
1180
1181 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1182 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1183
1184 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1185
1186 * mouse.el (mouse-select-font): Return a string instead of a list.
1187
1188 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1191 don't have to do it in normal-erase-is-backspace-mode.
1192
1193 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1194 and C-backspace; the latter is not available on ttys anyway.
1195
1196 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1197
1198 (doc-view-mode): Fix broken call to string-match.
1199
1200 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1201
1202 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1203 fundamental-mode or ps-mode if the file is empty or doesn't exist
1204 at all.
1205 (doc-view-initiate-display): Better info message if doc-view-mode
1206 cannot be used. (Missing utility or no png support/no X frame.)
1207 (Bug#2058)
1208
1209 2009-01-27 Glenn Morris <rgm@gnu.org>
1210
1211 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1212 of the headers in the full header case. (Bug#2073)
1213
1214 2009-01-27 Kenichi Handa <handa@m17n.org>
1215
1216 * mail/rmail.el (rmail-get-coding-system): Re-search
1217 rmail-mime-charset-pattern directly instead of using
1218 mail-fetch-field. Use coding-system-from-name.
1219
1220 * international/mule-cmds.el (canonicalize-coding-system-name)
1221 (coding-system-from-name): New functions.
1222
1223 2009-01-27 Glenn Morris <rgm@gnu.org>
1224
1225 * dired-x.el (dired-bind-vm): Doc fix.
1226
1227 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1228 Replace `first' and `rest' with `car' and `cdr' throughout.
1229 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1230 (rsf-scanning-messages-now): Doc fix.
1231 (rsf-check-field): Rename from `check-field' and update callers.
1232 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1233 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1234
1235 * mail/rmail.el: Remove leading `*' from defcustom docs.
1236 Remove needless autoloads of many defcustoms and hooks.
1237 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1238 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1239 (rmail-decode-mime-charset): Doc fix.
1240 (rmail-search-message, rmail-resend): Check functions set before use.
1241
1242 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1243 Remove needless autoloads of many defcustoms.
1244 (rmail-output-to-babyl-buffer): Rename from
1245 rmail-output-to-r-mail-buffer and update caller.
1246 (rmail-output): Doc fix.
1247
1248 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1249 Remove needless autoloads of many defcustoms.
1250 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1251 is set.
1252
1253 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1254 (batch-unrmail, unrmail): Doc fix.
1255
1256 * mail/rmailsum.el (rmail-message-recipients-p-1)
1257 (rmail-message-regexp-p-1): Ensure searches start from the
1258 beginning of the header.
1259
1260 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1263
1264 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1265
1266 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1267 expand the denominator.
1268
1269 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1270
1271 * net/dbus.el (dbus-event-error-hooks): New variable.
1272 (dbus-handle-event): Use it.
1273
1274 2009-01-26 Glenn Morris <rgm@gnu.org>
1275
1276 * Makefile.in (ELCFILES): Update.
1277
1278 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1279 replies. (Bug#512)
1280
1281 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1282
1283 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1284
1285 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1286
1287 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1288 Remove from global map and key definitions.
1289 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1290 definitions.
1291 (ns-show-preferences-help, ns-unput-working-text): New functions.
1292 (ns-unecho-working-text): Update message.
1293
1294 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1295
1296 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1297 variable to allow the user to choose icalendar UID format.
1298 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1299 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1300 (icalendar-export-region,icalendar--create-uid): Use custom
1301 function to compute icalendar UID for each entry.
1302 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1303 with description, location, etc. fields (need to keep active count
1304 of fields encountered). Another bug fix to the regex that matches
1305 multiple lines (need \' regex instead of $ to match end-of-entry).
1306
1307 2009-01-25 Juri Linkov <juri@jurta.org>
1308
1309 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1310 change its title from "Recursive grep..." to "Grep via Find...".
1311 Add menu items for lgrep and rgrep.
1312
1313 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1314
1315 * ps-print.el (ps-print-version): New version 7.3.4.
1316
1317 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1318
1319 * ps-print.el: Fix face background/foreground extraction.
1320 (ps-face-extract-color): New fun.
1321 (ps-face-attributes, ps-face-attribute-list): Code fix.
1322
1323 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1324
1325 * align.el (align-region): Avoid infloop.
1326
1327 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1328
1329 * env.el (environment): Function removed.
1330
1331 * international/mule-cmds.el (set-language-environment-coding-systems):
1332 If default-buffer-file-coding-system is nil, set up to have EOLs that
1333 are native for the underlying system-type. (Bug#1853)
1334 (prefer-coding-system, set-default-coding-systems): Doc fix.
1335
1336 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1339 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1340 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1341 Use `string-match-p'.
1342
1343 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1344
1345 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1346 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1347 next-feed does not succeed. Fixes bug#1710 even more.
1348 (newsticker-treeview-next-feed): Simplify.
1349 (newsticker--group-get-feeds): Suppress group names in result.
1350
1351 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1352
1353 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1354 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1355
1356 2009-01-24 Glenn Morris <rgm@gnu.org>
1357
1358 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1359 "popmail" by "pormail".
1360
1361 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1362 Remove unneeded declarations.
1363
1364 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1365
1366 * calc/calc-poly.el (calcFunc-apart): Improve test for
1367 rational functions.
1368
1369 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1372 return value of rmail-get-labels.
1373
1374 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1375 return value of rmail-get-labels.
1376
1377 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1378 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1379
1380 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1381
1382 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1383 old cache file. Fixes bug#1710.
1384
1385 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1388
1389 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1390
1391 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1392 Switch names and update comments for clarity.
1393
1394 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1397 start is nil, as was done in tar-mode.el.
1398
1399 2009-01-23 Glenn Morris <rgm@gnu.org>
1400
1401 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1402 more.
1403
1404 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1405
1406 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * server.el (server-name): Make it a defcustom. (Bug#1995)
1409
1410 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1411
1412 2009-01-23 Glenn Morris <rgm@gnu.org>
1413
1414 * Makefile.in (ELCFILES): Update.
1415
1416 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1417
1418 * net/newst-treeview.el
1419 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1420 current-item-counts. Move to next feed if necessary. (Bug#1569)
1421 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1422 feed if necessary. (Bug#1569)
1423 (newsticker-treeview-next-feed)
1424 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1425 Don't activate node nil. (Bug#1569)
1426
1427 2009-01-22 Paul Reilly <pmr@pajato.com>
1428 Henrik Enberg <enberg@printf.se>
1429 Alex Schroeder <alex@gnu.org>
1430 Chong Yidong <cyd@stupidchicken.com>
1431 Richard M Stallman <rms@gnu.org>
1432 Glenn Morris <rgm@gnu.org>
1433 Juanma Barranquero <lekktu@gmail.com>
1434
1435 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1436 (rmail-attribute-header, rmail-keyword-header)
1437 (rmail-answered-attr-index, rmail-deleted-attr-index)
1438 (rmail-edited-attr-index, rmail-filed-attr-index)
1439 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1440 (rmail-unseen-attr-index, rmail-resent-attr-index)
1441 (rmail-attr-array, rmail-header-style, rmail-file-name)
1442 (rmail-buffer-swapped): New vars.
1443 (rmail-convert-file-maybe, rmail-error-bad-format)
1444 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1445 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1446 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1447 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1448 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1449 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1450 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1451 (rmail-message-attr-p, rmail-message-unseen-p)
1452 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1453 (rmail-show-message-maybe, rmail-copy-headers)
1454 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1455 (rmail-write-region-annotate): New functions.
1456
1457 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1458 (rmail-convert-mailpath, rmail-convert-file)
1459 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1460 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1461 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1462 (rmail-redecode-body)
1463 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1464 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1465 (rmail-count-screen-lines, rmail-message-regexp-p)
1466 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1467 (rmail-nuke-pinhead-header): Move to rmailout.el.
1468
1469 (rmail-ignored-headers): Add additional headers.
1470 (rmail-mode-map): Update key commands.
1471 (rmail-tool-bar-map): Build tool-bar unconditionally.
1472 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1473 conversion and new buffer swapping mechanism.
1474 (rmail-perm-variables): Use new vars, and remove deleted ones.
1475 (rmail-revert): Use rmail-convert-file-maybe.
1476 (rmail-duplicate-message): Use rmail-show-message-maybe.
1477 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1478 a disk-full error.
1479 (rmail-parse-url): Strip embedded password.
1480 (rmail-insert-inbox-text): Default to movemail if
1481 rmail-movemail-program is null. Handle mbox format.
1482 (rmail-decode-region): New arg.
1483 (rmail-display-labels): Don't perform Babyl processing.
1484 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1485 (rmail-set-message-counters, rmail-count-new-messages)
1486 (rmail-set-message-counters-counter, rmail-show-message)
1487 (rmail-next-same-subject, rmail-reply): Use mbox format.
1488 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1489 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1490 buffer swapping mechanism.
1491
1492 * mail/rmailedit.el: Require rmailsum.el.
1493 (rmail-edit-mode): First check if buffer is swapped.
1494 (rmail-edit-saved-coding-system): Delete var.
1495 (rmail-edit-current-message): Don't call deleted vars.
1496 (rmail-cease-edit): Handle mbox format.
1497 (rmail-abort-edit): Widen buffer.
1498
1499 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1500 declarations.
1501 (rmail-buffer, rmail-current-message, rmail-last-label)
1502 (rmail-last-multi-labels, rmail-summary-vector)
1503 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1504 (rmail-keywords): Delete vars.
1505 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1506 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1507 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1508 (rmail-make-label): New function.
1509 (rmail-read-label): Don't call rmail-parse-file-keywords.
1510 (rmail-set-label): Rewrite using rmail-set-attribute.
1511 (rmail-next-labeled-message): Use rmail-get-labels.
1512
1513 * mail/rmailmm.el: New file.
1514
1515 * mail/rmailmsc.el: Require rmail.el.
1516 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1517
1518 * mail/rmailout.el (rmail-output-decode-coding): New var.
1519 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1520 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1521 (rmail-output-to-rmail-buffer): New functions.
1522 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1523 Delete functions.
1524 (rmail-nuke-pinhead-header): Move from rmail.el.
1525 (rmail-output): Rewrite to accept both mbox and babyl output.
1526 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1527 use mbox internal format.
1528
1529 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1530 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1531 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1532 Use rmail-get-header.
1533 (rmail-sort-messages): Use new buffer swapping mechanism.
1534 Handle mbox internal format.
1535
1536 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1537 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1538 (rmail-message-regexp-p, rmail-new-summary-1)
1539 (rmail-get-create-summary-buffer, rmail-get-summary)
1540 (rmail-create-summary-line, rmail-get-summary-labels)
1541 (rmail-create-summary, rmail-header-summary)
1542 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1543 (rmail-summary-by-topic, rmail-message-senders-p)
1544 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1545 internal format.
1546 (rmail-new-summary): Rewrite window handling.
1547 (rmail-make-summary-line, rmail-make-summary-line-1)
1548 (rmail-make-basic-summary-line)
1549 (rmail-summary-output-to-rmail-file): Functions deleted.
1550 (rmail-summary-undelete, rmail-summary-rmail-update)
1551 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1552 (rmail-summary-show-message, rmail-summary-wipe)
1553 (rmail-summary-toggle-header, rmail-summary-reply):
1554 Use rmail-buffer instead of rmail-view-buffer.
1555 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1556 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1557 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1558
1559 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1560
1561 * term/ns-win.el (ns-show-manual): Fix node name.
1562 (x-open-connection): Fix typo in declaration filename.
1563
1564 2009-01-22 Romain Francoise <romain@orebokech.com>
1565
1566 * Makefile.in (ELCFILES): Update.
1567
1568 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1569
1570 * frame.el (make-frame-on-tty): Remove function, inline contents
1571 in the only user ...
1572
1573 * server.el (server-create-tty-frame): ... here.
1574
1575 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * format.el (format-annotate-function):
1578 Set write-region-post-annotation-function.
1579
1580 2009-01-21 John Wiegley <johnw@newartisans.com>
1581
1582 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1583 list of output filters.
1584 (eshell-mode): Change the default binding of C-a to eshell-bol.
1585 I don't think it's actually bound at all by default in eshell;
1586 it just falls back to the default binding of C-a.
1587
1588 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * minibuffer.el (completion--insert-strings): Fix up computation of
1591 column position which manifested e.g. in proced's signal completion.
1592
1593 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * server.el (server-start): Allow server to shut down when no
1596 frames are available in daemon-mode.
1597
1598 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * term.el (term-previous-matching-input, term-next-matching-input)
1601 (term-previous-matching-input-from-input)
1602 (term-next-matching-input-from-input, term-backward-matching-input)
1603 (term-forward-matching-input): Change argument name to match docstring.
1604
1605 2009-01-21 Glenn Morris <rgm@gnu.org>
1606
1607 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1608 that are no longer needed.
1609 (authors-scan-change-log): Doc fix.
1610 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1611
1612 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1613
1614 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1615 Use aspell default dict.
1616
1617 2009-01-20 Kenichi Handa <handa@m17n.org>
1618
1619 * descr-text.el (describe-char): Improve description of eight-bit
1620 char in a unibyte buffer. (Bug#1935)
1621
1622 2009-01-20 Glenn Morris <rgm@gnu.org>
1623
1624 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1625 Add some entries.
1626
1627 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * progmodes/ruby-mode.el: Autoload other interpreter names.
1630
1631 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * descr-text.el (describe-char-categories): New defsubst.
1634 (describe-char): Use it.
1635
1636 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1639 IPv4 mapped IPv6 addresses.
1640
1641 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1644 the beginning of the buffer. (Bug#1949)
1645
1646 2009-01-18 Markus Triska <markus.triska@gmx.at>
1647
1648 * linum.el (linum-update-window): Use `delq' instead of `delete';
1649 compare strings with `equal-including-properties'.
1650
1651 2009-01-17 Glenn Morris <rgm@gnu.org>
1652
1653 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1654 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1655
1656 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1657 (eldoc-message-commands, eldoc-print-current-symbol-info):
1658 Doc fix (consistent case of "ElDoc").
1659
1660 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1661
1662 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1663
1664 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1665
1666 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1667 TARGET)' does not exist, try again with its basename replaced by
1668 `(cdr TARGET)'. (Related to Bug #1853.)
1669
1670 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1671
1672 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1673
1674 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1675 unless flyspell-mode is enabled.
1676 (flyspell-pre-point): Make buffer-local.
1677
1678 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1679
1680 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1681 delimiters, allow fields that are composed of strings and string
1682 constants.
1683 (bibtex-mode): Doc fix.
1684
1685 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1686
1687 * textmodes/ispell.el: Protect against declare-function undefined
1688 in XEmacs.
1689 (ispell-program-name): Search also for hunspell when setting default.
1690 (ispell-find-aspell-dictionaries): Better error message. Use correct
1691 dictionary alist for default. Better fallback default dictionary.
1692
1693 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1694
1695 * international/quail.el (quail-insert-kbd-layout):
1696 Delete superfluous handling of 8-bit code. (Bug#1418)
1697
1698 2009-01-16 Glenn Morris <rgm@gnu.org>
1699
1700 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1701 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1702 (eldoc-highlight-function-argument): Doc fix - mention effect of
1703 eldoc-documentation-function.
1704 (eldoc-message-commands-table-size, eldoc-message-commands)
1705 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1706 (eldoc-documentation-function): Mention effect on user options.
1707
1708 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1709
1710 2009-01-16 Kevin Ryde <user42@zip.com.au>
1711
1712 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1713 its version number, and then set both.
1714
1715 2009-01-16 Richard M Stallman <rms@gnu.org>
1716
1717 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1718
1719 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1722 Refer to revert-buffer, not Buffer-menu-revert.
1723 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1724 (Buffer-menu-revert): Remove function, unused.
1725 (Buffer-menu-mode-map): Don't bind keys already
1726 bound by special-mode.
1727 (Buffer-menu-mode-map): Add a menu.
1728
1729 2009-01-15 Stephen Eglen <stephen@gnu.org>
1730
1731 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1732
1733 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1734
1735 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1736
1737 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1738
1739 * window.el (special-display-p): Revert 2009-01-14 change.
1740
1741 2009-01-15 Glenn Morris <rgm@gnu.org>
1742
1743 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1744 (authors-obsolete-files-regexps, authors-ignored-files):
1745 (authors-renamed-files-alist): Add some entries.
1746 (authors-fixed-entries): Change some entries.
1747 (authors-canonical-file-name): Doc fix.
1748 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1749
1750 2009-01-14 Juri Linkov <juri@jurta.org>
1751
1752 * info.el (Info-isearch-filter): Don't filter out invisible text
1753 when search-invisible is t. (Bug#1848)
1754
1755 * simple.el (blink-matching-open): Use `minibuffer-message' to
1756 display messages in the minibuffer.
1757
1758 * help.el (view-help-file):
1759 * menu-bar.el (menu-bar-help-extra-packages):
1760 Use goto-address-mode instead of goto-address.
1761
1762 * net/goto-addr.el (goto-address-url-face): Change default value
1763 from `bold' to `link'.
1764
1765 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1768
1769 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1770
1771 * frame.el (special-display-popup-frame): Rewrite doc-string and
1772 simplify code.
1773
1774 * window.el (special-display-buffer-names)
1775 (special-display-regexps): Add customization support for
1776 function/other-args elements. Rewrite doc-strings.
1777 (special-display-function): Rewrite doc-string.
1778 (same-window-buffer-names, same-window-regexps):
1779 Minor doc-string fixes.
1780 (special-display-p): Minor rewrite.
1781
1782 2009-01-14 Glenn Morris <rgm@gnu.org>
1783
1784 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1785
1786 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1789 MESSAGEs with internal square brackets (i.e., " this [test] message").
1790 Use `string-match-p'.
1791 (completion--make-envvar-table, completion--file-name-table)
1792 (completion-pcm--string->pattern, completion-pcm--all-completions)
1793 (completion-pcm--filename-try-filter): Use `string-match-p'.
1794
1795 2009-01-14 Juri Linkov <juri@jurta.org>
1796
1797 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1798 non-nil `bug-reference-url-format' before putting an overlay
1799 property `bug-reference-url'.
1800 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1801 `bug-reference-url-format'. Doc fix. (Bug#1744)
1802
1803 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1806 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1807
1808 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1809 loaded.
1810
1811 2009-01-13 Jason Rumney <jasonr@gnu.org>
1812
1813 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1814
1815 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * subr.el (play-sound): Doc fix. (Bug#250)
1818 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1819
1820 2009-01-12 Alan Mackenzie <acm@muc.de>
1821
1822 * textmodes/paragraphs.el (forward-sentence): Change limit of
1823 re-search-backward to allow values of `sentence-end' anchored at BOL.
1824
1825 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1828 subfield of the magic string.
1829
1830 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1831
1832 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1833 (math-special-function-table): Use `math-compose-tex-sqrt' to
1834 compose sqrts in TeX and LaTeX mode.
1835
1836 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * faces.el (describe-face): Ignore anonymous faces.
1839
1840 * server.el (server-save-buffers-kill-terminal): Args changed.
1841 Handle nowait client frames.
1842
1843 * files.el (save-buffers-kill-terminal): Args for
1844 server-save-buffers-kill-terminal changed.
1845
1846 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1849
1850 2009-01-11 Glenn Morris <rgm@gnu.org>
1851
1852 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1853 Silence compiler.
1854
1855 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1856 some entries.
1857 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1858 (authors-renamed-files-alist): Add entries.
1859 (authors-fixed-entries): Update for renamed and removed files.
1860 (authors-canonical-file-name): Add entries to
1861 authors-checked-files-alist based on their full names, expanded relative
1862 to each log-file directory.
1863 (authors-scan-el, authors-add-to-author-list, authors):
1864 Handle multiple authors in a file, via a new :cowrote category.
1865
1866 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1867
1868 2009-01-10 Richard M Stallman <rms@gnu.org>
1869
1870 * mail/mail-utils.el (mail-quote-printable-region): New function.
1871
1872 2009-01-10 Glenn Morris <rgm@gnu.org>
1873
1874 * calendar/cal-move.el (calendar-scroll-left-three-months)
1875 (calendar-scroll-right-three-months):
1876 * calendar/holidays.el (calendar-list-holidays)
1877 (calendar-mark-holidays):
1878 * calendar/lunar.el (calendar-lunar-phases):
1879 Add event handling, for when called from menus with the calendar buffer
1880 not current.
1881
1882 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1885 Move setting up whitepace-mode ...
1886 (diff-mode): ... here.
1887 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1888
1889 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * faces.el (x-font-family-list): Remove entirely.
1892
1893 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1894
1895 Fix Bug #876:
1896
1897 * info.el (info-insert-file-contents, Info-insert-dir):
1898 Bind inhibit-null-byte-detection to non-nil.
1899
1900 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1901
1902 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1903 toggling tool bars on. (Bug#1754)
1904
1905 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * faces.el (face-valid-attribute-values): Use string as value for
1908 :family attribute. Now, font-family-list returns a list of strings.
1909 (x-font-family-list): Obsolete compatibility version of function
1910 from xfaces.c.
1911
1912 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1913
1914 * window.el (special-display-buffer-names)
1915 (special-display-regexps, special-display-function):
1916 In doc-strings say "same-window" instead of "same-buffer".
1917
1918 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1919
1920 * net/tramp.el: Revert previous patch. `last-command-char' is
1921 used in code intended only for XEmacs, where it is different from
1922 `last-command-event'.
1923
1924 2009-01-09 Glenn Morris <rgm@gnu.org>
1925
1926 * subr.el (last-input-char, last-command-char):
1927 Move here from src/keyboard.c.
1928
1929 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1930 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1931 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1932 * wdired.el:
1933 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1934 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1935 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1936 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1937 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1938 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1939 * eshell/em-smart.el, eshell/esh-mode.el:
1940 * international/mule-cmds.el:
1941 * mail/mailabbrev.el:
1942 * net/tramp.el:
1943 * play/mpuz.el:
1944 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1945 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1946 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1947 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1948 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1949 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1950 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1951 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1952 Replace last-command-char with last-command-event.
1953
1954 * double.el, electric.el, replace.el, term.el, terminal.el:
1955 * calc/calc.el:
1956 * emulation/viper-cmd.el:
1957 * international/mule-cmds.el:
1958 * obsolete/iso-acc.el:
1959 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1960
1961 * emacs-lisp/edebug.el: Remove references to last-command-char and
1962 last-input-char, since these have been identical to last-command-event
1963 and last-input-event since at least Emacs 19.
1964 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1965 Remove.
1966
1967 2009-01-09 Dave Love <fx@gnu.org>
1968
1969 * calendar/time-date.el: Require cl for `declare'.
1970
1971 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1972
1973 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
1974 Suggested by Dave Love.
1975
1976 2009-01-09 Dave Love <fx@gnu.org>
1977
1978 * net/imap.el (imap-string-to-integer): Fix typo.
1979 (imap-fetch-safe): New function.
1980 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1981
1982 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
1983 (imap-parse-greeting): Fix doc strings.
1984 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1985 (imap-parse-flag-list): Make messages unique.
1986 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
1987
1988 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
1989 call.
1990
1991 * net/imap.el: Fix author email. Doc fixes.
1992 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1993 reply.
1994
1995 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1996
1997 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
1998
1999 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2000
2001 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2002 Call nslookup if resolv.conf isn't available.
2003 (dns-query): Rename from query-dns.
2004 (dns-query-cached): Rename from query-dns-cached.
2005
2006 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2007
2008 * net/imap.el (imap-enable-exchange-bug-workaround):
2009 Explain auto-detection in the doc string.
2010
2011 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2014 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2015 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2016 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2017 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2018 Fix typos in docstrings.
2019 (ispell-command-loop): Reflow docstring.
2020
2021 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2022
2023 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2024 (ispell-aspell-supports-utf8): Mark as obsoleted by
2025 ispell-encoding8-command.
2026 (ispell-check-version): Set ispell-encoding8-command.
2027 (ispell-check-spellchecker-params, ispell-start-process):
2028 Use ispell-encoding8-command.
2029
2030 * textmodes/flyspell.el (flyspell-large-region):
2031 Use ispell-encoding8-command.
2032
2033 2009-01-08 Glenn Morris <rgm@gnu.org>
2034
2035 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2036 scroll the calendar.
2037
2038 * international/mule-cmds.el (universal-coding-system-argument):
2039 last-input-char need not be a char.
2040
2041 * textmodes/ispell.el (ispell-check-minver): Declare.
2042 Use string-to-number rather than string-to-int.
2043
2044 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * add-log.el (change-log-search-tag-name): Reflow docstring.
2047 (change-log-mode): Fix typo in docstring.
2048
2049 * international/mule.el (define-coding-system): Doc fix.
2050
2051 2009-01-07 Kenichi Handa <handa@m17n.org>
2052
2053 * international/mule.el (define-coding-system): Fix docstring
2054 about :bom usage.
2055
2056 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2057
2058 * dired.el (dired-pop-to-buffer): Don't split windows
2059 horizontally. (Bug#1806)
2060
2061 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * tar-mode.el (tar-mode, tar-mode-write-contents)
2064 (tar-write-region-annotate): Undo Andreas's last change.
2065
2066 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2069 (tramp-handle-file-local-copy, tramp-handle-write-region)
2070 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2071 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2072
2073 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * minibuffer.el (completion-hilit-commonality): Don't presume
2076 all-completions always include the input as prefix.
2077 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2078 as trivial.
2079 (completion-pcm--hilit-commonality): Remove leftover code that used to
2080 deal with the now removed cdr-in-last-cons.
2081
2082 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * international/mule.el (define-coding-system): Fix typos in docstring.
2085
2086 2009-01-05 Alan Mackenzie <acm@muc.de>
2087
2088 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2089 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2090
2091 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * net/tramp.el (tramp-handle-load)
2094 (tramp-do-copy-or-rename-file-directly)
2095 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2096 (tramp-handle-write-region)
2097 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2098 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2099 Delete temporary file in case of error.
2100
2101 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2102
2103 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2104
2105 2009-01-05 Richard M Stallman <rms@gnu.org>
2106
2107 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2108
2109 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2110
2111 * window.el (display-buffer): Fix last fix.
2112
2113 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2116 to shorten the desktop file directory shown in message.
2117
2118 2009-01-05 Glenn Morris <rgm@gnu.org>
2119
2120 * version.el (emacs-copyright):
2121 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2122 Update copyrights for 2009.
2123
2124 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2125
2126 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2127 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2128 hard-coded 0.
2129 (ada-get-indent-loop): Fix list access bug.
2130
2131 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2132
2133 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2134 (lisp-interaction-mode): Add a blank line in the docstring
2135 before the keymap listing.
2136
2137 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2138
2139 * window.el (display-buffer): When a buffer is displayed in the
2140 selected and some other window, and not-this-window is non-nil,
2141 try to return that other window instead of popping up a new
2142 frame. (Bug#30)
2143
2144 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2147
2148 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2149
2150 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2151
2152 2009-01-03 Michael Olson <mwolson@gnu.org>
2153
2154 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2155 blank characters which will confuse `read', so skip past them.
2156
2157 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2158
2159 * emacs-lisp/authors.el (authors-aliases): Addition.
2160 (authors): Allow to use it for other projects.
2161
2162 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2163 Clarify MATCH argument. Print filenames.
2164
2165 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2168
2169 * net/tramp.el (tramp-local-host-regexp)
2170 (tramp-prefix-domain-format)
2171 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2172 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2173 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2174 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2175 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2176 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2177 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2178 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2179 (tramp-handle-insert-file-contents): Fix setting of
2180 `buffer-read-only'.
2181 (tramp-compute-multi-hops, tramp-local-host-p):
2182 Use `tramp-local-host-regexp'.
2183 (tramp-file-name-real-user, tramp-file-name-domain):
2184 Use `tramp-user-with-domain-regexp'.
2185
2186 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2187 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2188
2189 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2190
2191 * proced.el (proced-grammar-alist): Refiner can be a
2192 list (function help-echo) instead of a cons pair.
2193 (proced-post-display-hook): New variable.
2194 (proced-tree-depth): Rename from proced-tree-indent.
2195 (proced-mode): Derive mode from special-mode.
2196 (proced-mode-map): Change accordingly.
2197 (proced, proced-update): Run proced-post-display-hook.
2198 (proced-do-mark-all): Count processes for which mark has been updated.
2199 (proced-format): Check for ppid attribute.
2200 (proced-process-attributes): Take time and ctime attribute from
2201 system-process-attributes.
2202 (proced-send-signal): Doc fix. Collect properly the info on
2203 marked processes. Use fit-window-to-buffer instead of
2204 dired-pop-to-buffer.
2205
2206 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2209 point-min==1.
2210
2211 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2212
2213 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2214 (mode-line-client): Fix typo in help message and docstring.
2215
2216 2009-01-02 Jason Rumney <jasonr@gnu.org>
2217
2218 * term/w32-win.el (image-library-alist): Add gobject library.
2219
2220 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2221
2222 * frame.el (window-system-default-frame-alist)
2223 (initial-frame-alist, minibuffer-frame-alist)
2224 (pop-up-frame-alist, pop-up-frame-function)
2225 (special-display-frame-alist): Rewrite and reformat doc-strings.
2226
2227 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2228
2229 * simple.el (minibuffer-default-add-shell-commands):
2230 Fix doc-string typo.
2231
2232 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * language/cham.el: Fix setting of composition-function-table.
2235
2236 * language/khmer.el: Fix setting of composition-function-table.
2237
2238 * language/tibet-util.el (tibetan-composition-function):
2239 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2240
2241 * simple.el (minibuffer-default): Add defvar.
2242
2243 * hippie-exp.el: Require comint.
2244
2245 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2246
2247 * simple.el (last-buffer): Don't set major mode of *scratch* if
2248 that buffer exists already. Rewrite doc-string.
2249
2250 2008-12-31 Andreas Schwab <schwab@suse.de>
2251
2252 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2253 write-region-annotate-functions.
2254 (tar-mode-write-contents): New function.
2255 (tar-write-region-annotate): Remove.
2256
2257 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2260 (buffer-swapped-with): Var removed.
2261
2262 2008-12-30 Kenichi Handa <handa@m17n.org>
2263
2264 * language/japanese.el (compose-gstring-for-variation-glyph):
2265 New function. Register it in composition-function-table.
2266
2267 * composite.el (lglyph-set-code): New function.
2268
2269 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * tar-mode.el (tar-data-swapped): New var.
2272 (tar-data-swapped-p, tar-swap-data):
2273 Use it instead of buffer-swapped-with.
2274 (tar-write-region-annotate): Re-add (partial undo of last change).
2275 (tar-mode): Use it again (partial undo as well).
2276
2277 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2278
2279 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2280
2281 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * follow.el (follow-select-if-visible): Improve the check for the
2284 last line of the window.
2285 (follow-post-command-hook): Perform redisplay in more
2286 circumstances, to avoid getting point stuck on partially visible lines.
2287
2288 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * follow.el (follow-calc-win-end): Use with-selected-window.
2291 (follow-windows-start-end, follow-pos-visible)
2292 (follow-windows-aligned-p): Code cleanup.
2293 (follow-select-if-visible): Try to avoid partially-visible lines.
2294 (follow-select-if-visible-from-first): Call follow-redisplay and
2295 move point to destination.
2296 (follow-redisplay): New arg, to keep selected window unchanged.
2297 (follow-post-command-hook): In final check for destination
2298 visibility, use window-start and window-end instead of the less
2299 accurate follow-pos-visible. If the selected window is redrawn,
2300 tell follow-redisplay to preserve it.
2301 (follow-calculate-first-window-start-from-below): Avoid looping
2302 forever if vertical-motion returns an unexpected value.
2303
2304 2008-12-30 Andreas Schwab <schwab@suse.de>
2305
2306 * server.el (server-running-p): Remove interactive spec.
2307 Fix regexp.
2308
2309 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * follow.el (follow-calc-win-start): Don't use `inline'.
2312 (follow-update-window-start, follow-select-if-visible)
2313 (follow-calculate-first-window-start-from-below)
2314 (follow-post-command-hook): Code cleanup.
2315 (follow-downward, follow-calculate-first-window-start):
2316 Delete function and merge into follow-redisplay.
2317 (follow-redisplay): Merge code from follow-downward and
2318 follow-calculate-first-window-start.
2319
2320 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * proced.el (proced-tree-flag): Fix typo in docstring.
2323
2324 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2325
2326 * proced.el (proced-temp-alist): Rename from variable
2327 proced-children-alist.
2328 (proced-process-tree, proced-toggle-tree): Fix docstring.
2329 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2330 (proced-temp-internal): Use proced-temp-alist.
2331
2332 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2333
2334 * subr.el (mkdir): New defalias.
2335
2336 2008-12-29 Juri Linkov <juri@jurta.org>
2337
2338 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2339 command `proced-next-line' removed on 2008-09-06.
2340
2341 2008-12-28 Juri Linkov <juri@jurta.org>
2342
2343 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2344 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2345
2346 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2347 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2348 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2349 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2350 set 4 obsolete variables for backward-compatibility with Emacs 22.
2351
2352 2008-12-28 Juri Linkov <juri@jurta.org>
2353
2354 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2355
2356 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2357
2358 * misc.el (butterfly): New command.
2359
2360 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2361
2362 * proced.el (proced-grammar-alist): Allow predicate nil.
2363 New attribute tree.
2364 (proced-format-alist): Use attribute tree.
2365 (proced-tree-flag, proced-tree-indent): New variables.
2366 (proced-children-alist): Rename from proced-process-tree.
2367 PPID must refer to a process in process-alist.
2368 Ignore PPIDs that equal PID (Bug#1718).
2369 Children alist inherits sorting order from process-alist.
2370 (proced-process-tree): New variable. New function.
2371 (proced-process-tree-internal, proced-toggle-tree)
2372 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2373 (proced-mark-process-alist): Add docstring.
2374 (proced-filter-parents): PPID must refer to a process in
2375 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2376 (proced-sort): Throw error if attribute is not sortable.
2377 (proced-sort-interactive): Restrict completion to sortable attributes.
2378 (proced-format): Include tree in standard attributes if
2379 proced-tree-flag is non-nil. Make header clickable only if
2380 corresponding predicate is non-nil.
2381 (proced-update): Use proced-tree.
2382
2383 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * diff.el (diff): Doc fix.
2386
2387 * emacs-lisp/rx.el (rx): Doc fix.
2388
2389 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2390 before uniquifying backup trash file name.
2391
2392 2008-12-27 Andreas Schwab <schwab@suse.de>
2393
2394 * vc-git.el (vc-git-dir-printer): Fix filename column.
2395
2396 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2397
2398 * term.el (term-emulate-terminal): Decode substring just prior to
2399 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2400
2401 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2402
2403 * makefile.w32-in (MH_E_DIR): New variable.
2404 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2405 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2406 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2407 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2408 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2409 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2410 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2411 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2412 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2413 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2414 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2415
2416 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2417 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2418 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2419 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2420 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2421 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2422 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2423 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2424 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2425 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2426 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2427
2428 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2429
2430 * files.el (dosified-file-name): Declare.
2431
2432 2008-12-26 Andreas Schwab <schwab@suse.de>
2433
2434 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2435
2436 * tar-mode.el (tar-swap-data): New function.
2437 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2438 (tar-mode-revert): Likewise.
2439 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2440 (tar-data-swapped-p): Test buffer-swapped-with.
2441 (tar-write-region-annotate): Remove.
2442 (tar-header-block-tokenize): Add argument `coding' and use it
2443 instead of tar-file-name-coding-system.
2444 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2445
2446 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2447
2448 * dos-fns.el (dosified-file-name): New function.
2449
2450 * files.el (dir-locals-find-file): Run dir-locals-file through
2451 dosified-file-name. Compare files case-insensitively on systems
2452 whose filesystems are case-insensitive.
2453
2454 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2455
2456 * help.el (help-for-help-internal): Fix entry for "l".
2457
2458 2008-12-25 Richard M Stallman <rms@gnu.org>
2459
2460 * shadowfile.el (shadow-copy-file): Revert previous change.
2461 This code as it was should work properly with buffer-swapped-with.
2462
2463 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2464
2465 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2466
2467 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * subr.el (chmod): New defalias for set-file-modes.
2470
2471 2008-12-23 Juri Linkov <juri@jurta.org>
2472
2473 * isearch.el (isearch-filter-predicate, isearch-search):
2474 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2475 (isearch-filter-visible): Rename from
2476 `isearch-filter-invisible'. Doc fix.
2477
2478 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2479 value from `dired-isearch-filter-predicate-orig' instead of the
2480 symbol `isearch-filter-invisible'. Doc fix.
2481 (dired-isearch-filter-filenames): Doc fix.
2482 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2483
2484 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2485 for Info-point-loc since it is more correct in all cases.
2486 (Info-isearch-filter): Rename from
2487 `Info-isearch-filter-predicate'. Doc fix.
2488 (Info-mode): Replace `Info-isearch-filter-predicate' with
2489 `Info-isearch-filter'.
2490
2491 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2492
2493 * pgg.el: Add obsolescence info.
2494
2495 2008-12-22 Richard M Stallman <rms@gnu.org>
2496
2497 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2498
2499 * files.el (buffer-swapped-with): New variable.
2500 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2501 (basic-save-buffer): Unswap the buffer temporarily if nec.
2502
2503 * dired.el (dired-readin): Inhibit modification hooks.
2504
2505 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2506
2507 * net/newst-backend.el (newst-backend):
2508 Remove wrong duplicate provide statement.
2509
2510 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2511
2512 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2513 end, before updating.
2514 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2515 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2516
2517 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2518
2519 * window.el (set-window-text-height): Fix doc-string.
2520
2521 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2524 (completion-all-completions): Don't set it.
2525 (completion-table-with-context, completion--file-name-table):
2526 Don't add base-size in last cdr.
2527 (completion-hilit-commonality): Add argument `base-size'.
2528 (display-completion-list, completion-emacs21-all-completions)
2529 (completion-emacs22-all-completions, completion-basic-all-completions):
2530 Provide it.
2531 (completion-pcm--all-completions): Don't need to remove the base-size
2532 in last-cdr any more.
2533
2534 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2535
2536 * textmodes/ispell.el (ispell-check-minver): New function.
2537 (ispell-check-version): Rewrite spellchecker and version checking.
2538 Use (ispell-check-minver). Handle hunspell versions.
2539
2540 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * ido.el (ido-read-internal): Handle `confirm' and
2543 `confirm-after-completion' values for the require-match argument.
2544
2545 2008-12-20 Jason Rumney <jasonr@gnu.org>
2546
2547 * international/mule.el (auto-coding-regexp-alist):
2548 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2549
2550 2008-12-20 Ami Fischman <ami@fischman.org>
2551
2552 * bindings.el (mode-line-eol-desc): Use assoc to query
2553 mode-line-eol-desc-cache.
2554
2555 2008-12-20 Glenn Morris <rgm@gnu.org>
2556
2557 * comint.el (comint-save-input-ring-index): Add missing initial value.
2558
2559 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * proced.el (proced-grammar-alist): Doc fix.
2562 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2563 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2564 (proced-undo): Fix typos in docstrings.
2565
2566 2008-12-19 Glenn Morris <rgm@gnu.org>
2567
2568 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2569 (authors-fixed-case): New constant.
2570 (authors-public-domain-files, authors-ignored-files):
2571 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2572 (authors-renamed-files-regexps): Add some new entries.
2573 (authors-canonical-file-name): Don't complain about ignored files.
2574 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2575 (authors): Ensure error buffer is writable.
2576
2577 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2578
2579 (ispell-really-hunspell): New variable to signal hunspell.
2580 (ispell-check-version):
2581 Check if hunspell and set ispell-really-hunspell if needed.
2582 (ispell-send-string, ispell-start-process, flyspell-large-region):
2583 Pass right options for hunspell if needed.
2584
2585 2008-12-18 Kenichi Handa <handa@m17n.org>
2586
2587 * international/fontset.el (script-representative-chars)
2588 (setup-default-fontset): Add more scripts.
2589
2590 * international/characters.el: Add more scripts.
2591
2592 2008-12-19 Juri Linkov <juri@jurta.org>
2593
2594 * info.el (Info-isearch-search): Implement lax version of
2595 incremental word search in Info.
2596 (Info-isearch-start): Set Info-isearch-initial-node to the
2597 current node when search is nonincremental to not stop at the
2598 initial node in this case.
2599 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2600
2601 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2602
2603 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2604 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2605 (rst-repeat-last-character): Fix typos in docstrings.
2606 (rst-mode, rst-backward-section): Doc fixes.
2607
2608 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2609
2610 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2611 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2612 (newsticker--treeview-load): Check whether groups file exists.
2613
2614 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2615 (newsticker-dir): Use `locate-user-emacs-file'.
2616
2617 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2618
2619 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2620 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2621
2622 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2625
2626 * startup.el (command-line): Do not mention the server name in
2627 case the user has not mentioned it, print a more explicit message.
2628
2629 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2630 Change all callers.
2631
2632 2008-12-18 Sam Steingold <sds@gnu.org>
2633
2634 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2635
2636 2008-12-18 Juri Linkov <juri@jurta.org>
2637
2638 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2639 `isearch-edit-string-set-word'.
2640 (isearch-edit-string-set-word): Remove.
2641 (isearch-occur): Imitate the C function `wordify' by replacing
2642 non-word character with the \\W+ regexp.
2643 (isearch-search-fun): Add `isearch-nonincremental' to the
2644 condition of using a non-lax version of `word-search-forward'.
2645
2646 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2647
2648 * epa-file.el (epa-file-insert-file-contents):
2649 Set buffer-file-name before decrypting a file.
2650
2651 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2652
2653 * server.el (server-start): If unable to start the server,
2654 display a warning instead of raising an error.
2655
2656 * startup.el (server-process): Add defvar.
2657 (command-line): If the daemon is unable to start the server,
2658 display a message and exit Emacs.
2659
2660 2008-12-15 Sam Steingold <sds@gnu.org>
2661
2662 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2663 mostly for CLISP modules, but could also be useful elsewhere.
2664
2665 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2668 * icomplete.el (icomplete-prospects-height):
2669 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2670
2671 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * international/mule.el (find-auto-coding): Fix typo in docstring.
2674
2675 * international/mule-cmds.el (select-safe-coding-system):
2676 * mail/rmail.el (rmail-require-mime-maybe):
2677 Fix arguments of `display-warning'.
2678
2679 * simple.el (bad-package-check): Fix arguments of `display-warning',
2680 using the package name as TYPE. Use `string-match-p'.
2681
2682 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2683
2684 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2685 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2686 (proced-sort-user, proced-sort-header): Prefix arg determines
2687 sorting order. Suggested by Dan Nicolaescu.
2688 (proced-revert): Doc fix.
2689
2690 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2691
2692 * proced.el (proced-grammar-alist): Allow refiner elements that
2693 are cons pairs (function . help-echo) or nil.
2694 (proced-refine): Use them.
2695 (proced-format-alist): Allow alternatives.
2696 (proced-descend): New variable.
2697 (proced-sort): New arg descend.
2698 (proced-sort-interactive): Repeated calls toggle sort order.
2699 (proced-format): Accomodate changes of proced-format-alist.
2700 Undefined attributes are displayed as "?".
2701 (proced-process-attributes): New optional arg pid-list.
2702 Ignore processes with empty attribute list.
2703
2704 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2705
2706 * proced.el (proced-auto-update-interval): Rename from
2707 proced-timer-interval.
2708 (proced-auto-update-flag): Rename from proced-timer-flag.
2709 (proced-auto-update-timer): Rename from proced-timer.
2710 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2711 (proced-available): Initialize appropriately.
2712
2713 2008-12-13 Glenn Morris <rgm@gnu.org>
2714
2715 * subr.el (declare-function): Doc fix.
2716
2717 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2718 refer to elisp manual.
2719
2720 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2721
2722 * window.el (fit-window-to-buffer): Return non-nil when height
2723 was orderly adjusted, nil otherwise.
2724
2725 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2726 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * server.el (server-sentinel): Uncomment code to delete connection file.
2729 (server-start): Save the connection file in the server property list.
2730 Delete it only when we are reasonably convinced that it is not owned by
2731 a running server.
2732 (server-force-delete): New command to force-delete the connection file,
2733 and stop the server if it is running.
2734 (server-running-p): Return t also for local TCP servers when we find a
2735 process with a matching PID, and :other for undecided cases.
2736
2737 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2738
2739 * window.el (fit-window-to-buffer): Use with-selected-window and
2740 condition-case. Do not delete more windows than necessary in
2741 the shrinking (delta < 0) case. Do not raise an error when the
2742 containing frame is too small to show all of buffer. (Bug#1488)
2743
2744 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2745 min-height arg 1 to make sure that small buffers are shown.
2746
2747 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2750 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2751 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2752 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2753 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2754 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2755 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2756 (ruby-backward-sexp, ruby-add-log-current-method)
2757 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2758 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2759 (ruby-deep-indent-paren): Doc fix.
2760 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2761 (ruby-here-doc-find-end): Reflow docstring.
2762
2763 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2764
2765 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2766 dired-shrink-to-fit is non-nil. (Bug#1488)
2767
2768 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2771 decoding of long locale info is now done in `w32-get-locale-info'.
2772
2773 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2776
2777 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2780
2781 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2782 terminal variable assignment.
2783
2784 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2785 Nobuyoshi Nakada <nobu@ruby-lang.org>
2786
2787 * progmodes/ruby-mode.el: New file.
2788
2789 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * net/tramp.el (top): Don't fail if there is no current message.
2792 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2793
2794 2008-12-10 Kenichi Handa <handa@m17n.org>
2795
2796 * international/fontset.el (setup-default-fontset): Add an entry
2797 for characters in the Unicode SIP area.
2798
2799 2008-12-10 Glenn Morris <rgm@gnu.org>
2800
2801 * vc-mcvs.el: Move to obsolete/, with warning comment.
2802 * Makefile.in (ELCFILES): Update.
2803
2804 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2805
2806 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2807 buffer unmodified. (Bug#1509)
2808 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2809 modification time if visiting a file and the content is
2810 successfully decrypted.
2811
2812 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2815 check whether the buffer is still alive.
2816
2817 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2820
2821 2008-12-09 Glenn Morris <rgm@gnu.org>
2822
2823 * Makefile.in (ELCFILES): Update.
2824
2825 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2828 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2829
2830 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * term/xterm.el (terminal-init-xterm): Discard pending input
2833 before reading a reply to the terminal attributes query.
2834
2835 2008-12-05 Andreas Schwab <schwab@suse.de>
2836
2837 * dired.el (dired-font-lock-keywords): Fix last change.
2838
2839 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2840
2841 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2842 into (defcustom ... "..." :type ... :group...).
2843
2844 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * international/mule-diag.el (mule-diag): Display the window
2847 system version in a less laconic way.
2848
2849 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2852 if the sorting functions are not loaded. (Bug#1432)
2853
2854 2008-12-04 Sam Steingold <sds@gnu.org>
2855
2856 * progmodes/compile.el (compilation-read-command): Extract from
2857 compile.
2858 (compile): Use it.
2859 (recompile): Accept an optional argument to enable editing the
2860 command line.
2861
2862 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (top): Write a message, when loading Tramp.
2865
2866 * net/tramp-cache.el (tramp-dump-connection-properties):
2867 Polish the check, whether to dump the data.
2868
2869 2008-12-04 Lute Kamstra <lute@gnu.org>
2870
2871 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2872 check if the file "CVS/Entries" exists.
2873
2874 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * international/mule-diag.el (list-character-sets): Doc fix.
2877 (list-character-sets-2): Fix info in header. Simplify.
2878 (print-coding-system): Simplify.
2879 (list-input-methods-1): Simplify.
2880 (mule-diag): Display current font/fontset for all window systems,
2881 not just X. Simplify.
2882
2883 2008-12-04 Glenn Morris <rgm@gnu.org>
2884
2885 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2886 (vc-cvs-register): Doc fix.
2887 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2888 (vc-mcvs-register): Doc fix.
2889 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2890 (vc-rcs-register): Doc fix.
2891 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2892 (vc-sccs-register): Doc fix.
2893 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2894 (vc-svn-register): Doc fix.
2895
2896 * files.el (toggle-read-only): Doc fix.
2897
2898 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2901 be used in compact layout and vice-versa.
2902
2903 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2904
2905 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2906 like most list-* commands.
2907
2908 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2909 They already exist in descr-text.el as `describe-char-unicodedata-file'
2910 and `describe-char-unicode-data'.
2911 (print-list): Simplify.
2912 (read-charset): Reflow docstring.
2913 (list-coding-systems): Doc fix.
2914
2915 2008-12-03 Glenn Morris <rgm@gnu.org>
2916
2917 * vc.el (vc-diff-switches): Doc fix.
2918 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2919 (vc-bzr-log-switches): Doc fix.
2920 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2921 * vc-git.el (vc-git-diff-switches): Doc fix.
2922 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2923 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2924 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2925 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2926 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2927
2928 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2929 other backends.
2930 (vc-arch-diff): Apply switches.
2931
2932 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2933 than appending.
2934
2935 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2936
2937 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2938
2939 * epa.el (epa--show-key): Use past tense of "expire" if the key
2940 has already been expired. Thanks to Peter BARABAS.
2941
2942 2008-12-03 Lute Kamstra <lute@gnu.org>
2943
2944 * align.el:
2945 * allout.el:
2946 * apropos.el:
2947 * arc-mode.el:
2948 * autoinsert.el:
2949 * avoid.el:
2950 * battery.el:
2951 * bookmark.el:
2952 * buff-menu.el:
2953 * calculator.el:
2954 * chistory.el:
2955 * cmuscheme.el:
2956 * comint.el:
2957 * compare-w.el:
2958 * dabbrev.el:
2959 * delim-col.el:
2960 * desktop.el:
2961 * diff-mode.el:
2962 * diff.el:
2963 * dired-aux.el:
2964 * dired-x.el:
2965 * dired.el:
2966 * dos-vars.el:
2967 * ediff-diff.el:
2968 * ediff-help.el:
2969 * ediff-init.el:
2970 * ediff-merg.el:
2971 * ediff-mult.el:
2972 * ediff-ptch.el:
2973 * ediff-vers.el:
2974 * ediff-wind.el:
2975 * ediff.el:
2976 * emerge.el:
2977 * facemenu.el:
2978 * faces.el:
2979 * ffap.el:
2980 * filecache.el:
2981 * find-dired.el:
2982 * font-core.el:
2983 * font-lock.el:
2984 * forms.el:
2985 * fringe.el:
2986 * help-at-pt.el:
2987 * hippie-exp.el:
2988 * ido.el:
2989 * image-file.el:
2990 * imenu.el:
2991 * indent.el:
2992 * info.el:
2993 * isearchb.el:
2994 * iswitchb.el:
2995 * jit-lock.el:
2996 * jka-compr.el:
2997 * log-edit.el:
2998 * lpr.el:
2999 * ls-lisp.el:
3000 * man.el:
3001 * menu-bar.el:
3002 * midnight.el:
3003 * mouse-sel.el:
3004 * mouse.el:
3005 * msb.el:
3006 * outline.el:
3007 * paren.el:
3008 * pcmpl-cvs.el:
3009 * pcmpl-gnu.el:
3010 * pcomplete.el:
3011 * pcvs-info.el:
3012 * pcvs-parse.el:
3013 * printing.el:
3014 * ps-mule.el:
3015 * ps-print.el:
3016 * replace.el:
3017 * ruler-mode.el:
3018 * saveplace.el:
3019 * sb-image.el:
3020 * scroll-bar.el:
3021 * sha1.el:
3022 * shadowfile.el:
3023 * shell.el:
3024 * sort.el:
3025 * speedbar.el:
3026 * strokes.el:
3027 * tempo.el:
3028 * term.el:
3029 * terminal.el:
3030 * time-stamp.el:
3031 * time.el:
3032 * tree-widget.el:
3033 * type-break.el:
3034 * vc-cvs.el:
3035 * vc-hg.el:
3036 * vc-mcvs.el:
3037 * vc-rcs.el:
3038 * vc-sccs.el:
3039 * vc.el:
3040 * view.el:
3041 * w32-vars.el:
3042 * whitespace.el:
3043 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3044 deffaces, defconsts and defuns.
3045
3046 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3049 the prompt was added to the minibuffer.
3050
3051 2008-12-02 Glenn Morris <rgm@gnu.org>
3052
3053 * format.el (format-write-file): Rewrite doc yet again.
3054
3055 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3056 Doc fix. (Bug#1368)
3057
3058 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3059
3060 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3061
3062 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3063 case where point is at the beginning of the buffer. (Bug#1239)
3064
3065 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3066
3067 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3068 already have the correct indentation. (Bug#859)
3069
3070 2008-12-02 Kenichi Handa <handa@m17n.org>
3071
3072 * international/uni-decomposition.el: Re-generated.
3073
3074 2008-12-01 Andreas Schwab <schwab@suse.de>
3075
3076 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3077 ending in a colon as directory header.
3078
3079 2008-12-01 Kenichi Handa <handa@m17n.org>
3080
3081 * international/uni-numeric.el: Re-generated.
3082
3083 * international/charprop.el: Re-generated.
3084
3085 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * international/mule-cmds.el (locale-preferred-coding-systems):
3088 Fix alist item.
3089
3090 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3093 (tramp-set-connection-property, tramp-flush-connection-property)
3094 (tramp-dump-connection-properties): Use it.
3095
3096 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3097
3098 * wdired.el (wdired-finish-edit): If displaying a single file,
3099 change dired-directory if that file was renamed.
3100
3101 * emacs-lisp/byte-run.el (macro-declaration-function):
3102 Disallow declare specs with lengths of 3 or more.
3103
3104 * dirtrack.el (dirtrack): Fix error message.
3105
3106 2008-11-30 Glenn Morris <rgm@gnu.org>
3107
3108 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3109 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3110
3111 * vc-git.el (vc-git-diff):
3112 * vc-hg.el (vc-hg-diff):
3113 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3114
3115 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3116 (eshell-needs-pipe-p): New function.
3117 (eshell-gather-process-output): Set process-connection-type according to
3118 eshell-needs-pipe-p. (Bug#1388)
3119
3120 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3123 (diary-remind-message, diary-number-of-entries)
3124 (diary-include-other-diary-files, diary-mark-included-diary-files)
3125 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3126 (diary-font-lock-keywords-1): Reflow docstrings.
3127 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3128 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3129
3130 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3131 (timer-duration): Use `string-match-p'.
3132
3133 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * complete.el (PC-do-complete-and-exit):
3136 Use minibuffer-confirm-exit-commands.
3137
3138 * minibuffer.el (minibuffer-confirm-exit-commands):
3139 Add PC-complete and PC-complete-word to the list.
3140
3141 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * files.el (break-hardlink-on-save): Fix typo in docstring.
3144 Add :version tag.
3145
3146 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3147 (reb-mode): Define with `define-derived-mode'.
3148
3149 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3150
3151 * files.el (break-hardlink-on-save): New variable.
3152 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3153 (file-precious-flag): Mention it in doc string.
3154
3155 2008-11-29 Miles Bader <miles@gnu.org>
3156
3157 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3158 (minibuffer-complete-and-exit): Use it.
3159
3160 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * term/x-win.el (x-gtk-stock-cache): New hash table.
3163 (x-gtk-map-stock): Perform caching to prevent excess consing
3164 during redisplay.
3165
3166 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * minibuffer.el (completion--try-word-completion): Don't ignore
3169 partial-completion if it's the only style.
3170
3171 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3174 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3175 (reb-initialize-buffer): Update matches, in case we're reentering
3176 RE Builder mode.
3177
3178 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3181 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3182 values for minibuffer-completion-confirm.
3183
3184 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3185
3186 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3187 any but the first "*" in a doc-string.
3188
3189 2008-11-28 Glenn Morris <rgm@gnu.org>
3190
3191 * format.el (format-write-file): Improve previous doc fix.
3192
3193 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * simple.el (use-empty-active-region, use-region-p)
3196 (region-active-p): Doc fix.
3197
3198 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3199
3200 * window.el (display-buffer): Fix handling of not-this-window
3201 argument. (Bug#1415)
3202
3203 2008-11-27 Kenichi Handa <handa@m17n.org>
3204
3205 * international/characters.el: Set category 'C' to characters
3206 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3207
3208 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3209
3210 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3213 (tool-bar-find-image): Function deleted.
3214 (tool-bar-local-item, tool-bar-local-item-from-menu):
3215 Use find-image instead of tool-bar-find-image.
3216 (tool-bar-keymap-cache): New hash table.
3217 (tool-bar-make-keymap): Use it.
3218 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3219
3220 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * net/dbus.el (dbus-handle-event): The result of a message call
3223 handler can also be an object, which is not a consp.
3224
3225 2008-11-25 Alan Mackenzie <acm@muc.de>
3226
3227 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3228 (forward-list, backward-list, down-list, backward-up-list)
3229 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3230 (insert-pair, insert-parentheses): State that the command assumes
3231 that point is not in a string or comment.
3232
3233 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3234
3235 * net/dbus.el (dbus-string-to-byte-array)
3236 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3237 (dbus-unescape-from-identifier): New defuns.
3238 (dbus-handle-event): The result of a message call is a list of
3239 arguments, which must be expanded when passing to
3240 `dbus-method-return-internal'.
3241
3242 * net/tramp.el (tramp-handle-write-region): Improve the check for
3243 calling direct copy.
3244 (tramp-find-inline-encoding): Don't raise an error but a warning,
3245 when no inline encoding is found.
3246 (tramp-get-remote-coding): Check for a symbol. The negative check
3247 for a string fails, when there is an empty string.
3248
3249 2008-11-26 Glenn Morris <rgm@gnu.org>
3250
3251 * vc-git.el (vc-git-diff-switches): New option.
3252 (vc-git-diff): Apply diff switches. (Bug#1386)
3253 Give it a basic doc string.
3254
3255 * term/pc-win.el (x-font-family-list): Replace redefinition with
3256 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3257
3258 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3259
3260 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3261 of the polynomial rather than the whole polynomial.
3262
3263 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3266 mailrc, recognize string quoting. When reading from Lisp, accept
3267 rfc822-like addresses.
3268
3269 * mail/mailalias.el (define-mail-alias): Sync code with
3270 define-mail-abbrev.
3271
3272 2008-11-25 Glenn Morris <rgm@gnu.org>
3273
3274 * eshell/esh-proc.el (eshell-gather-process-output):
3275 Revert previous change. (re-opens Bug#1388)
3276
3277 * select.el (x-set-cut-buffer): Fix signal arguments.
3278
3279 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3280
3281 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3282
3283 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3284 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3285 (bubbles--empty-char): Use "\s".
3286
3287 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3288
3289 * calc/calc.el (calc-settings-file, calc-language-alist)
3290 (calc-embedded-announce-formula)
3291 (calc-embedded-announce-formula-alist)
3292 (calc-embedded-open-formula, calc-embedded-close-formula)
3293 (calc-embedded-open-close-formula-alist)
3294 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3295 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3296 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3297 (calc-embedded-open-close-new-formula-alist)
3298 (calc-embedded-open-mode, calc-embedded-close-mode)
3299 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3300 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3301 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3302 from docstrings.
3303
3304 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * calculator.el (calculator-op-or-exp): Reflow docstring.
3307 (calculator-remove-zeros, calculator-repR, calculator-repL):
3308 Fix typos in docstrings.
3309
3310 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3313 windows instead of calling switch-to-buffer.
3314
3315 * diff.el (diff-sentinel): Take note of diff error return value.
3316
3317 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3318
3319 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3320 frame can't be split.
3321
3322 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3323
3324 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3325 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3326 (newsticker--treeview-tree-update-tag): Remove dead code.
3327 (newsticker-treeview-update): Don't update cache.
3328 (newsticker-treeview-quit): Don't save cache.
3329 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3330 (newsticker-treeview-save): Use `newsticker-dir'.
3331 (newsticker--treeview-load): Use `newsticker-dir'.
3332 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3333 Update tags.
3334 (newsticker-treeview-tree-do-click): Slightly simplified.
3335
3336 * net/newst-backend.el (newsticker-dir): New.
3337 (newsticker-start): Use `newsticker--cache-read'.
3338 (newsticker-stop): Use `newsticker--cache-save'.
3339 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3340 (newsticker--images-dir): New.
3341 (newsticker--image-get, newsticker--image-sentinel):
3342 Use `newsticker--images-dir'.
3343 (newsticker--cache-save-version1): Backup version of
3344 `newsticker--cache-save'.
3345 (newsticker--cache-update): Create newsticker-dir if necessary.
3346 (newsticker--cache-dir): New.
3347 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3348 (newsticker--cache-save-feed): New.
3349 (newsticker--cache-read-version1): New. Backuped version for reading
3350 cache data..
3351 (newsticker--cache-read, newsticker--cache-do-read): New.
3352
3353 * net/newst-reader.el (newsticker--image-read):
3354 Use `newsticker--images-dir'.
3355
3356 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * files.el (confirm-nonexistent-file-or-buffer):
3359 Allow `after-completion' value to request confirm only after TAB.
3360 (confirm-nonexistent-file-or-buffer): New function.
3361 (read-buffer-to-switch, find-file, find-file-other-window)
3362 (find-file-other-frame, find-file-read-only)
3363 (find-file-read-only-other-window)
3364 (find-file-read-only-other-frame): Use it.
3365 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3366 Thanks to Alan Mackenzie for suggesting the new behavior.
3367
3368 * minibuffer.el (minibuffer-complete-and-exit):
3369 Change `confirm-only' value of minibuffer-completion-confirm to
3370 `confirm', and handle a `confirm-after-completion' value.
3371
3372 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3373
3374 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3375
3376 2008-11-24 Andreas Schwab <schwab@suse.de>
3377
3378 * image.el (image-type-header-regexps): Recognize more xbm format
3379 variants.
3380
3381 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3384 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3385 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3386 (artist-replace-string, artist-draw-rect, artist-draw-line)
3387 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3388 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3389 (artist-pen, artist-pen-line, artist-text-insert-common)
3390 (artist-text-overwrite, artist-spray-get-interval)
3391 (artist-spray-clear-circle, artist-erase-char)
3392 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3393 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3394 (artist-key-draw-1point, artist-key-draw-2points)
3395 (artist-mouse-draw-continously): Fix typos in docstrings.
3396 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3397 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3398 (artist-backward-char, artist-forward-char): Doc fixes.
3399 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3400 Reflow docstrings.
3401
3402 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * international/quail.el (quail-vunion): New function.
3405 (quail-defrule-internal): Use it to prevent accumulating redundant
3406 alternatives when `append' is set.
3407 (quail-insert-decode-map): Simplify computation of the max-key-width.
3408 Compute it right for multiple-list.
3409
3410 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3413 explicitly. Doc fix.
3414
3415 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3416
3417 * calendar/appt.el (appt-disp-window): Move minibuffer check
3418 after binding this-window and do not set-buffer to make sure we
3419 won't deselect the minibuffer. (Bug#1413)
3420
3421 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3422
3423 * vc-hg.el (vc-hg-program): Remove.
3424 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3425 Undo previous change.
3426
3427 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3428
3429 * info-look.el (info-lookup): When Info buffer is visible on
3430 another frame, raise that frame.
3431
3432 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3433
3434 * allout.el (allout-mode): Fix typo in docstring.
3435
3436 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3437 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3438
3439 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * vc-hooks.el (vc-follow-link): Complete last change.
3442
3443 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * textmodes/remember.el (remember-region): Doc fix.
3446 (remember-filter-functions, remember-handler-functions)
3447 (remember-save-after-remembering, remember-mailbox)
3448 (remember-default-priority, remember-data-file, remember-leader-text)
3449 (remember-diary-file): Remove * from defcustom docstrings.
3450 (remember-run-all-annotation-functions-flag)
3451 (remember-all-handler-functions): Reflow docstrings.
3452 (remember-store-in-mailbox): Fix typo in docstring.
3453 (remember-mode): Define with `define-derived-mode'. Doc fix.
3454
3455 2008-11-23 Glenn Morris <rgm@gnu.org>
3456
3457 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3458 (eshell-do-pipelines): Add optional argument to distinguish recursive
3459 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3460 in a pipeline.
3461
3462 * eshell/esh-proc.el (eshell-gather-process-output):
3463 Set process-connection-type nil for all but the first element of a
3464 pipeline. (Bug#1388)
3465
3466 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3467
3468 * ediff-hook.el: Add tooltips to Emacs menus.
3469
3470 * ediff.el: Change date of last update.
3471
3472 2008-11-22 Juri Linkov <juri@jurta.org>
3473
3474 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3475 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3476 Doc fix.
3477 (dired-isearch-filenames-setup): Run filename Isearch only when
3478 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3479 and the text property `dired-filename' at point is non-nil.
3480 In this case also set isearch-message-prefix-add to "filename ".
3481 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3482 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3483 Don't let-bind isearch-message-prefix-add since this is done now
3484 in dired-isearch-filenames-setup.
3485
3486 * isearch.el (isearch-mode): Change the order of calling
3487 `isearch-update' and running the `isearch-mode-hook' to call
3488 `isearch-update' with Isearch parameters set in this hook.
3489
3490 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3491 Fix docstring - change "during `compile'" to "during compilation".
3492
3493 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3494 be immediately after `name'.
3495
3496 * startup.el (initial-buffer-choice): Change an abstract file name
3497 "file.txt" to more reasonable default file name value "~/.emacs".
3498
3499 2008-11-22 Juri Linkov <juri@jurta.org>
3500
3501 * files.el (hack-local-variables-confirm): Rename arg `project' to
3502 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3503 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3504 (hack-local-variables): Rename call of `hack-project-variables' to
3505 `hack-dir-local-variables'. Change error text to "Directory-local
3506 variables error".
3507 (dir-locals-class-alist): Rename from `project-class-alist'.
3508 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3509 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3510 (dir-locals-collect-mode-variables): Rename from
3511 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3512 `mode-variables', and arg `settings' to `variables'.
3513 (dir-locals-collect-variables): Rename from
3514 `project-collect-binding-list'. Rename arg `binding-list' to
3515 `class-variables', and arg `settings' to `variables'.
3516 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3517 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3518 Rename arg `settings' to `variables'.
3519 (dir-locals-file): New defconst.
3520 (dir-locals-find-file): Rename from `project-find-settings-file'.
3521 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3522 and `pda' to `dir-elt'.
3523 (dir-locals-read-from-file): Rename from
3524 `project-define-from-project-file'. Rename arg `settings-file'
3525 to `file'. Rename let-bound `list' to `variables'.
3526 (hack-dir-local-variables): Rename from `hack-project-variables'.
3527 Rename let-bound `settings' to `variables-file', `root-dir'
3528 to `dir-name', and `bindings' to `variables'.
3529
3530 2008-11-22 Lute Kamstra <lute@gnu.org>
3531
3532 * simple.el (goto-line): Rename argument.
3533
3534 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3535
3536 * makefile.w32-in (compile-first): New target.
3537 (recompile): Depend on compile-first.
3538
3539 * Makefile.in (recompile): Depend on compile-first.
3540
3541 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3542
3543 * files.el (switch-to-buffer-other-window)
3544 (switch-to-buffer-other-frame): Rename buffer argument to
3545 buffer-or-name. Reword and mention new option
3546 confirm-nonexistent-file-or-buffer in doc-string.
3547
3548 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3549
3550 * emulation/viper.el: Date change.
3551
3552 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3553 viper-translate-all-ESC-keysequences is now a function.
3554
3555 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3556 Make this variable.
3557
3558 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3561 Use buffer-file-truename to handle symlinks in any part of the filename.
3562
3563 2008-11-22 Glenn Morris <rgm@gnu.org>
3564
3565 * vc-mtn.el (vc-mtn-diff-switches): New option.
3566 (vc-mtn-program): Rename from vc-mtn-command, for
3567 consistency with other backends. Keep old name as alias.
3568 Update callers. Make it a defcustom.
3569 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3570
3571 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3572 consistency with other backends. Keep old name as alias.
3573 Make it a defcustom.
3574 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3575
3576 * vc-hg.el (vc-hg-program): New option.
3577 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3578 Use vc-hg-program rather than hard-coded "hg".
3579
3580 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3581 (vc-svn-program): Move defcustom to start.
3582 (vc-svn-create-repo, vc-svn-modify-change-comment):
3583 Use vc-svn-program rather than hard-coded "svn".
3584
3585 * menu-bar.el: Stylistic consistency fixes for various menu and
3586 help texts.
3587
3588 * kmacro.el (kmacro-insert-counter): Doc fix.
3589
3590 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3591
3592 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3593
3594 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * international/quail.el (quail-indent-to): New function.
3597 (quail-completion-1, quail-completion-list-translations)
3598 (quail-insert-decode-map): Use it to improve alignment.
3599 (quail-build-decode-map): Don't ignore latin-1 chars.
3600 (quail-help): Increase the max decode-map size so that even the TeX map
3601 gets printed.
3602
3603 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3604 Signal error for invalid bookmark.
3605 (bookmark-get-bookmark-record): Undo last change.
3606 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3607
3608 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3609 Suggested by Toru TSUNEYOSHI.
3610
3611 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3612
3613 * byte-opt.el (byte-compile-butlast): Move up in file.
3614 (byte-optimize-plus): Don't call
3615 byte-optimize-delay-constants-math (bug#1334).
3616 Use byte-optimize-predicate to optimize constants.
3617 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3618 Remove zero arguments first
3619 if possible. Call byte-optimize-predicate to optimize constants.
3620 (byte-optimize-multiply): Remove optimizations for arguments of 0
3621 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3622 Call byte-optimize-predicate.
3623 (byte-optimize-divide): Leave runtime errors unchanged.
3624 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3625 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3626
3627 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3630 declaration and remove redundant info from docstring.
3631
3632 * isearch.el (isearch-search-string): Doc fix.
3633 (search-exit-option, search-slow-window-lines, search-slow-speed)
3634 (search-upper-case, search-nonincremental-instead)
3635 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3636 (search-ring-update, search-highlight, isearch-lazy-highlight)
3637 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3638 (lazy-highlight-interval): Remove * from defcustom docstrings.
3639 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3640 Remove * from defcustom docstrings; fix typos.
3641 (isearch-push-state-function, isearch-help-for-help-internal)
3642 (isearch-help-for-help, isearch-describe-bindings)
3643 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3644 (isearch-pop-fun-state, isearch-search-fun-function)
3645 (isearch-lazy-highlight-search): Fix typos in docstrings.
3646 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3647 (isearch-forward): Fix typo and reflow docstring.
3648 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3649 (isearch-mode-map): Don't use `let*'.
3650
3651 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3654
3655 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3656
3657 * isearch.el (isearch-search-string): Simplify and convert docstring.
3658
3659 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3660
3661 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3664 (lookup-nested-alist): Doc fix.
3665 (with-coding-priority): Reflow docstring.
3666 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3667 (char-displayable-p): Reflow docstring. Use `when'.
3668
3669 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3670
3671 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3672 week forward/backward.
3673
3674 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3675
3676 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3677 (with-electric-help): Fix typo and reflow docstring.
3678
3679 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3682 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3683 (list-buffers-noselect): Don't need to pad.
3684
3685 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3686
3687 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3688 Pay attention to char widths when computing string sizes.
3689
3690 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3691
3692 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3693 (byte-compile-output-docform): Reflow docstrings.
3694 (no-byte-compile): Fix typo in docstring.
3695 (byte-recompile-directory, compile-defun): Doc fixes.
3696 (emacs-lisp-file-regexp, byte-compile-verbose)
3697 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3698 (byte-compile-dynamic-docstrings, byte-optimize-log)
3699 (byte-compile-error-on-warn, byte-compile-warnings)
3700 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3701 Remove * from defcustom docstrings.
3702
3703 2008-11-20 Glenn Morris <rgm@gnu.org>
3704
3705 * format.el (format-alist, format-write-file): Doc fix.
3706
3707 * proced.el (proced-available): New variable.
3708 (proced-process-attributes): Move availability check from previous
3709 change from here...
3710 (proced): ... to here.
3711
3712 * vc-hg.el (vc-hg-diff-switches): New option.
3713 (vc-hg-diff): Apply diff switches. (Bug#1017)
3714
3715 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3716
3717 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3718
3719 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3720
3721 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3722
3723 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3724
3725 * calc/calc-units.el (math-units-table): Doc fix.
3726 (math-standard-units): Fix typo in constant's description.
3727 (math-additional-units): Fix typo in docstring.
3728
3729 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3730
3731 * calc/calc-units.el (math-standard-units): Add eps0,
3732 permittivity of vacuum.
3733
3734 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3735
3736 * files.el (project-settings-file): Remove.
3737 (project-find-settings-file): Undo previous change that added the
3738 use of project-settings-file.
3739
3740 2008-11-19 Glenn Morris <rgm@gnu.org>
3741
3742 * proced.el (proced, proced-format-time): Doc fixes.
3743 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3744
3745 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3746
3747 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3748 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3749
3750 2008-11-19 Lute Kamstra <lute@gnu.org>
3751
3752 * autoinsert.el (auto-insert-alist): Don't use match data.
3753
3754 2008-11-19 Glenn Morris <rgm@gnu.org>
3755
3756 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3757
3758 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3759
3760 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3761 * term/w32-win.el (x-select-font): Declare.
3762
3763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3764 Use the imperative for all help strings.
3765
3766 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3769 case where the default dictionary is French, Spanish, younameit.
3770
3771 * window.el (window--frame-usable-p): Consider dedicated windows
3772 as usable.
3773
3774 * files.el (confirm-nonexistent-file-or-buffer):
3775 Rename from find-file-confirm-nonexistent-file.
3776 (read-buffer-to-switch): Use it.
3777
3778 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * server.el (server-temp-file-p): Use `string-match-p'.
3781 (server-socket-dir): Set to nil if local sockets are unsupported.
3782 (server-start): Don't try to delete local socket if unsupported.
3783 (server-kill-new-buffers): Reflow docstring.
3784 (server-delete-client, server-handle-delete-frame)
3785 (server-save-buffers-kill-terminal): Doc fixes.
3786 (server-send-string): Fix typo in docstring.
3787
3788 2008-11-18 Sam Steingold <sds@gnu.org>
3789
3790 * progmodes/compile.el (compilation-start-hook): New hook.
3791 (compilation-start): Run it on the compilation process.
3792
3793 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * international/mule-cmds.el (update-leim-list-file): Simplify.
3796 (prefer-coding-system, find-coding-systems-for-charsets):
3797 Fix docstring typos.
3798 (select-safe-coding-system, input-method-exit-on-first-char)
3799 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3800 (toggle-input-method, read-multilingual-string): Doc fixes.
3801 Reflow docstrings.
3802 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3803 (read-char-by-name): Use `string-match-p'.
3804 (get-char-code-property, put-char-code-property)
3805 (char-code-property-description): Be silent while loading uni-* files.
3806 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3807 the Unicode character names is *slow*.
3808
3809 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3812
3813 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3814
3815 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * international/mule-cmds.el (ucs-completions): Mark as risky.
3818
3819 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3820
3821 * help-macro.el (three-step-help): Remove * from defcustom.
3822 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3823 Use when instead of if and cond within condition-case.
3824
3825 * window.el (quit-window): Bind window to selected window when
3826 trying to delete it.
3827
3828 2008-11-17 Glenn Morris <rgm@gnu.org>
3829
3830 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3831 definition of 'ignore, rather than nil. (Bug#1353)
3832
3833 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3836
3837 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3840
3841 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3842 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3843 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3844 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3845 (shell-command, repeat-complex-command): Reflow docstrings.
3846 (pop-to-mark-command): Fix typos in docstring.
3847
3848 2008-11-17 Juri Linkov <juri@jurta.org>
3849
3850 * isearch.el (isearch-filter-predicate): Rename from
3851 `isearch-success-function'. Rename default value from
3852 `isearch-success-function-default' to
3853 `isearch-filter-invisible'. Doc fix.
3854 (isearch-filter-invisible): Rename from
3855 `isearch-success-function-default'. Doc fix.
3856 (isearch-search, isearch-lazy-highlight-search):
3857 Rename `isearch-success-function' to `isearch-filter-predicate'.
3858
3859 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3860 `dired-isearch-orig-success-function'.
3861 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3862 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3863 `isearch-filter-predicate'. Doc fix.
3864 (dired-isearch-filter-filenames): Rename from
3865 `dired-isearch-success-function'.
3866
3867 * info.el (Info-search, Info-mode):
3868 Rename `isearch-success-function' to `isearch-filter-predicate'.
3869 (Info-isearch-filter-predicate): Rename from
3870 `Info-search-success-function'.
3871
3872 * simple.el (minibuffer-default-add-function): Fix docstring to
3873 use clear text "default values" instead of obscure references to
3874 the dynamic variable `minibuffer-default'.
3875
3876 2008-11-16 Glenn Morris <rgm@gnu.org>
3877
3878 * term/ns-win.el (ns-extended-platform-support-mode):
3879 Tweak menu entry from previous change.
3880
3881 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3882
3883 * cus-edit.el (custom-buffer-create-internal): Always insert the
3884 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3885
3886 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3889
3890 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * ielm.el (ielm-eval-input): Fix thinko in last change.
3893
3894 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3897
3898 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3901 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3902
3903 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3904 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3905 Handle `file-name-as-directory'.
3906
3907 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3910 usual variable-pitch face.
3911
3912 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3915 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3916 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3917 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3918 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3919 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3920 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3921 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3922 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3923 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3924 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3925 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3926 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3927 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3928 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3929 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3930 (ange-ftp-default-user, ange-ftp-default-password)
3931 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3932 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3933 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3934 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3935 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3936 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3937 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3938 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3939 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3940 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3941 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3942 (ange-ftp-gateway-tmp-name-template)
3943 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3944 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3945 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3946 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3947 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3948 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3949 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3950 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3951 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3952 (ange-ftp-rename-local-to-remote): Doc fixes.
3953 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3954 Use `when', `unless'.
3955 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3956 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3957 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3958 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3959 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3960 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3961 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3962 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3963 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3964 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3965 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3966 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3967 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3968 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
3969 `(save-match-data (string-match ...))'.
3970 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
3971 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
3972 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
3973 Doc fixes.
3974
3975 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3976
3977 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
3978 function instead of a variable.
3979
3980 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
3981 viper-ESC-keyseq-timeout as a function.
3982 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
3983 defsubst.
3984
3985 * emulation/viper-cmd.el: Let line-move-visual to nil when using
3986 next-line or previous-line.
3987 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
3988
3989 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
3990
3991 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
3992 live.
3993 (ediff-save-buffer): Let window-min-height to 2.
3994
3995 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
3996 the minibuffer.
3997
3998 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4001 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4002 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4003 (ielm-map): Define within defvar. Add docstring.
4004 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4005 (ielm-complete-filename): Use `when', `unless'.
4006 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4007 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4008 (ielm-change-working-buffer): Check that the buffer is live.
4009 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4010 Simplify. Reflow docstring.
4011 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4012 New aliases, to satisfy `define-derived-mode' expectations.
4013
4014 2008-11-15 Glenn Morris <rgm@gnu.org>
4015 Martin Rudalics <rudalics@gmx.at>
4016
4017 * emacs-lisp/find-func.el (find-function-advised-original): New.
4018 (find-function-C-source, find-function-noselect):
4019 Use find-function-advised-original to handle advised funcs. (Bug#789)
4020
4021 2008-11-15 Glenn Morris <rgm@gnu.org>
4022
4023 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4024 alias message.
4025
4026 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4027 Remove uniquify-after-kill-buffer-p dependency.
4028 (uniquify-kill-buffer-function): New function.
4029 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4030
4031 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4032 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4033 main Emacs manual.
4034
4035 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4036
4037 * window.el (quit-window): Restore delete window with second
4038 arg non-nil behavior as of before 2008-10-30 change.
4039
4040 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * help-fns.el (describe-function-1): Do char-range check for
4043 self-insert-command.
4044
4045 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4046
4047 * files.el (file-precious-flag): Document that this flag is advisory.
4048
4049 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4050
4051 * emacs-lisp/bytecomp.el (byte-compile-associative)
4052 (byte-compile-minus, byte-compile-quo): If there are more than two
4053 operands, don't use binary operation code (bug#1334).
4054
4055 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * w32-fns.el (w32-shell-dos-semantics):
4058 * calendar/diary-lib.el (diary-face-attrs):
4059 * international/mule-cmds.el (set-default-coding-systems)
4060 (prefer-coding-system):
4061 * net/tramp.el (tramp-set-completion-function):
4062 * progmodes/vhdl-mode.el (vhdl-file-header):
4063 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4064
4065 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4066
4067 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4068 (kill-matching-buffers, save-buffers-kill-emacs)
4069 (save-buffers-kill-terminal): Fix typos in docstrings.
4070 (switch-to-buffer-other-window): Reflow docstring.
4071 (revert-buffer): Doc fix.
4072 (define-project-bindings): Rename arg LIST to SETTINGS.
4073 (project-find-settings-file): Use `let', not `let*'.
4074 Use `when'.
4075
4076 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * files.el (project-settings-file, locate-dominating-file):
4079 Fix typos in docstrings.
4080 (find-file-visit-truename): Remove * from defcustom docstring.
4081
4082 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4083
4084 * files.el (project-settings-file): New variable.
4085 (project-find-settings-file): Use it, instead of hardcoding
4086 .dir.settings.el.
4087
4088 2008-11-13 Glenn Morris <rgm@gnu.org>
4089
4090 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4091
4092 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4093
4094 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4095 in mail bodies.
4096
4097 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * international/mule.el (autoload-coding-system, with-category-table)
4100 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4101 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4102 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4103 (set-file-name-coding-system, ctext-pre-write-conversion)
4104 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4105 Reflow docstrings.
4106 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4107 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4108 (char-valid-p): Define with `define-obsolete-function-alias'.
4109
4110 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4111
4112 2008-11-12 Sam Steingold <sds@gnu.org>
4113
4114 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4115 between hostname and path.
4116
4117 2008-11-11 Juri Linkov <juri@jurta.org>
4118
4119 * dired-aux.el (dired-isearch-filenames)
4120 (dired-isearch-filenames-regexp):
4121 Let-bind isearch-message-prefix-add to "filename ".
4122
4123 * isearch.el (isearch-message-prefix-add)
4124 (isearch-message-suffix-add): New variables.
4125 (isearch-message-prefix): Show additional text from
4126 `isearch-message-prefix-add' before "I-search".
4127 (isearch-message-suffix): Show additional text from
4128 `isearch-message-suffix-add' at the end.
4129
4130 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4131 `isearch-search'. Call isearch-success-function to skip matches
4132 outside the current isearch scope. Let-bind search-invisible to
4133 nil to not match invisible text.
4134
4135 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4136 Let-bind `isearch-recursive-edit' to nil to prevent calling
4137 `exit-recursive-edit' in `isearch-done' that terminates the
4138 execution of these commands when it is non-nil. Call
4139 `exit-recursive-edit' explicitly at the end.
4140 (isearch-occur): For word search construct the correct regexp
4141 with word boundaries to proceed with occur.
4142
4143 * isearch.el (isearch-search-fun): Compare the length of the
4144 current search string with the length of the string from the
4145 previous search state to detect the situation when the user
4146 adds or removes characters in the search string.
4147 Use word-search-forward-lax and word-search-backward-lax in this
4148 case, and otherwise word-search-forward and word-search-backward.
4149
4150 2008-11-11 Sam Steingold <sds@gnu.org>
4151
4152 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4153 the "Version Control" group (for C-x v g).
4154
4155 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * server.el (server-process-filter): Fix typos and reflow docstring.
4158
4159 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4160
4161 * mail/footnote.el (footnote-mode): Improve doc-string.
4162 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4163
4164 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4167
4168 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4169
4170 * mail/smtpmail.el (smtpmail-open-stream): Use
4171 `starttls-any-program-available'. Auto-load starttls.el for it.
4172
4173 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4176 version (bug@1285).
4177
4178 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4179
4180 * startup.el (command-line): Ignore init-file-user when checking
4181 user's home directory on MS-DOS as well.
4182
4183 2008-11-07 Sam Steingold <sds@gnu.org>
4184
4185 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4186
4187 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4188
4189 * frame.el (make-frame-on-display): Use `string-match-p'.
4190
4191 2008-11-07 Glenn Morris <rgm@gnu.org>
4192
4193 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4194
4195 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4198 to initialize font-lock keyword case sensitivity.
4199 (lisp-mode): Use it.
4200
4201 2008-11-06 Glenn Morris <rgm@gnu.org>
4202
4203 * eshell/esh-maint.el: Remove unused file.
4204
4205 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4206
4207 * cus-edit.el (custom-comment-tag): Doc fix.
4208 (custom-comment, custom-variable-value-create, custom-face):
4209 Use face names sans -face suffix rather than aliases.
4210
4211 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4212
4213 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4214 window width.
4215
4216 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * server.el (server-process-filter): Only default to emacsclient's
4219 terminal in daemon mode.
4220
4221 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4222
4223 * window.el (quit-window): Restore prefix argument behavior
4224 removed in 2008-10-30 change. (Bug#1308)
4225
4226 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4227
4228 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4229 function to kill-buffer-hook, not to kill-buffer.
4230 Reported by Markus Triska <markus.triska@gmx.at>
4231
4232 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4233
4234 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4235 exists before deleting its windows.
4236
4237 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * server.el (server-process-filter): Don't call
4240 server-create-tty-frame when no tty name is specified.
4241
4242 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4243
4244 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4245
4246 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4249 (define-char-code-property):
4250 * textmodes/reftex.el (reftex-index):
4251 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4252
4253 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4256 vc-bzr-status-printer.
4257
4258 * startup.el (startup-echo-area-message): Display a different
4259 message in daemon mode. Suggested by Stephen Turnbull.
4260
4261 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4262 Windows.
4263
4264 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * dframe.el (dframe-mouse-position-function)
4267 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4268 (dframe-mouse-set-point): Fix typos in docstrings.
4269
4270 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * vc-dir.el (vc-dir-headers): Undo previous change.
4273
4274 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4275
4276 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4277 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4278
4279 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4280
4281 * subr.el (looking-back): Fix doc-string typo.
4282
4283 * electric.el (Electric-pop-up-window): Call window-end with
4284 UPDATE set to t.
4285
4286 * window.el (save-selected-window): Make it behave like
4287 save-selected-window-norecord.
4288 (save-selected-window-norecord): Remove, since functionality
4289 fully taken over by save-selected-window.
4290 (walk-windows, set-window-text-height, fit-window-to-buffer):
4291 Use save-selected-window instead of save-selected-window-norecord.
4292 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4293 save-selected-window-norecord.
4294 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4295 indent-function for save-selected-window-norecord.
4296
4297 2008-11-03 Alan Mackenzie <acm@muc.de>
4298
4299 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4300
4301 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * subr.el (looking-back): Doc fix.
4304
4305 * term/x-win.el (x-initialize-window-system):
4306 Call x-wm-set-size-hint after initialization.
4307
4308 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4309 to t.
4310
4311 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4312 2000-12-08 (bug#1297).
4313
4314 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4315
4316 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4317
4318 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4319 when appropriate.
4320
4321 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4322
4323 * window.el (save-selected-window-norecord): New macro.
4324 (walk-windows): Use save-selected-window-norecord and call
4325 select-window with NORECORD set. (Bug#1237)
4326 (set-window-text-height, fit-window-to-buffer):
4327 Use save-selected-window-norecord and call select-window with
4328 NORECORD set.
4329 * subr.el (with-selected-window): Call set-frame-selected-window
4330 with new argument NORECORD set. Update doc-string.
4331 (with-selected-frame): Call select-frame with new argument
4332 NORECORD set. Update doc-string.
4333 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4334 Put indent-function for save-selected-window-norecord.
4335 * font-lock.el (lisp-font-lock-keywords-2):
4336 Add save-selected-window-norecord.
4337
4338 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * cus-edit.el (customize-apropos-options, custom-comment)
4341 (custom-comment-tag, custom-face-edit-attribute-tag):
4342 Fix typos in docstrings.
4343 (custom-buffer-done-kill): Remove * from defcustom docstring.
4344 (custom-file): Fix typo in doc of defcustom choice.
4345
4346 * frame.el (display-visual-class): Fix typo in docstring.
4347 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4348 (special-display-frame-alist, show-trailing-whitespace)
4349 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4350 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4351 Remove * from defcustom docstrings.
4352
4353 * md4.el (md4-buffer): Fix typo in docstring.
4354 (md4, md4-64): Doc fixes.
4355 (md4-pack-int32): Reflow docstring.
4356
4357 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4358 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4359
4360 * rect.el (open-rectangle): Reflow docstring.
4361 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4362
4363 * select.el (x-get-cut-buffer): Fix typo in docstring.
4364
4365 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4366 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4367 Fix typos in docstrings.
4368
4369 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4370 Fix typos in docstrings.
4371
4372 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4373
4374 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4375
4376 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4377 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4378 (newsticker--treeview-tree-update)
4379 (newsticker--treeview-tree-update-highlight)
4380 (newsticker-treeview-update)
4381 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4382 (newsticker-treeview-next-new-or-immortal-item)
4383 (newsticker-treeview-prev-new-or-immortal-item)
4384 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4385 (newsticker-treeview-tree-click): Watch for layout changes.
4386 (newsticker--treeview-set-current-node): Cleanup.
4387 (newsticker--treeview-restore-layout): Rename from
4388 newsticker--treeview-restore-buffers.
4389 (newsticker--treeview-mark-item): Update cache file.
4390
4391 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4392
4393 * calendar/icalendar.el (icalendar--uid-count): New.
4394 (icalendar--create-uid): New. Extracted from
4395 `icalendar-export-region' and add uid counter.
4396 (icalendar-export-region): Use `icalendar--create-uid'.
4397
4398 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * tooltip.el (tooltip-frame-parameters): Doc fix.
4401
4402 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4403
4404 * window.el (window-body-height, window-current-scroll-bars)
4405 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4406 (minibuffer-window-active-p, count-windows)
4407 (window-safely-shrinkable-p, window--splittable-p)
4408 (window--try-to-split-window, window--frame-usable-p)
4409 (window--even-window-heights, window--display-buffer-1)
4410 (window--display-buffer-2, set-window-text-height)
4411 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4412 (truncated-partial-width-window-p): Rewrite doc-string.
4413 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4414 (split-window-vertically, split-window-horizontally):
4415 Rename args, rewrite doc-string, and simplify code.
4416 (split-window-save-restore-data): Rename args and use
4417 when instead of if.
4418
4419 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * indent.el (indent-for-tab-command): Use use-region-p.
4422
4423 * vc.el (vc-revert): Limit the length of the query string.
4424
4425 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * simple.el (idle-update-delay, next-error-highlight)
4428 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4429 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4430 (kill-read-only-ok, backward-delete-char-untabify-method)
4431 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4432 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4433 (goal-column, line-move-ignore-invisible, fill-prefix)
4434 (auto-fill-inhibit-regexp, blink-matching-paren)
4435 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4436 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4437 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4438 (minibuffer-history-isearch-wrap, transient-mark-mode)
4439 (next-logical-line, auto-fill-mode, line-number-mode)
4440 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4441 (normal-erase-is-backspace-mode): Doc fixes.
4442 (current-kill, transient-mark-mode, toggle-truncate-lines)
4443 (visible-mode): Reflow docstrings.
4444 (minibuffer-local-shell-command-map, interprogram-paste-function):
4445 Fix typos in docstrings.
4446
4447 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * server.el (server-process-filter): In daemon mode, default to
4450 emacsclient's tty if not opening a new frame and only the
4451 terminal-frame is available.
4452
4453 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4454
4455 * window.el (quit-window): Simplify code. Say in doc-string
4456 that it operates on the selected window's buffer. (Bug#1259)
4457
4458 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4459
4460 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4461 nil so that log-view-diff-changeset works.
4462
4463 2008-10-30 Glenn Morris <rgm@gnu.org>
4464
4465 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4466
4467 * resume.el: Move to obsolete/.
4468 * Makefile.in (ELCFILES): Update.
4469
4470 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * electric.el (Electric-pop-up-window): Don't shrink the window if
4473 it's already big enough.
4474
4475 * minibuffer.el (delete-minibuffer-contents): Delete all
4476 minibuffer contents instead of just the current field.
4477
4478 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4479
4480 * bookmark.el (bookmark-handle-bookmark): Rename from
4481 bookmark-jump-noselect.
4482 (bookmark--jump-via, bookmark-insert): Callers changed.
4483 (bookmark-jump-noselect): Wrapper function for
4484 bookmark-handle-bookmark.
4485 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4486
4487 * textmodes/ispell.el (ispell-word): Use use-region-p.
4488
4489 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4492 to follow naming conventions for abnormal hooks. Doc fix.
4493 (tooltip-mode, tooltip-timeout): Use it.
4494 (tooltip-hook): New obsolete alias.
4495 (tooltip-help-tips): Doc fix.
4496
4497 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4498
4499 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4500
4501 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4502 of hardcoded /tmp.
4503
4504 2008-10-29 Glenn Morris <rgm@gnu.org>
4505
4506 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4507
4508 * vc-hooks.el (vc-find-root): Remove bogus alias.
4509
4510 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * international/quail.el (quail-show-guidance): Don't create
4513 a guidance-frame if current buffer is not a minibuffer, since even if
4514 selected-window is mini-p, the buffer will never be displayed in it, so
4515 it wil be usable for guidance.
4516
4517 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * smerge-mode.el: Require diff-mode at run-time as well.
4520
4521 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4522
4523 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4524 * vc-hooks.el (vc-stay-local): Likewise.
4525
4526 2008-10-28 Phil Sung <psung@mit.edu>
4527
4528 * follow.el (follow-scroll-down, follow-calc-win-end)
4529 (follow-estimate-first-window-start): Reduce effective window
4530 height when header line is present. (Bug#925)
4531
4532 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * subr.el (locate-user-emacs-file): Simplify. Don't create
4535 `user-emacs-directory' when Emacs is running in batch mode.
4536
4537 * startup.el (inhibit-startup-screen): Reflow docstring.
4538 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4539
4540 2008-10-27 Kenichi Handa <handa@m17n.org>
4541
4542 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4543
4544 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * face-remap.el (text-scale-increase, text-scale-decrease)
4547 (text-scale-adjust): Remove &optional keyword from the arg list;
4548 the INC argument is not really optional, if the functions happen
4549 to be called from elisp.
4550
4551 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * vc.el: Rename VC methods that were missed when vc-status was
4554 renamed to vc-dir.
4555 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4556 vc-svn-status-extra-headers.
4557 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4558 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4559 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4560 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4561 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4562 vc-dir-status-printer.
4563 (vc-dir-headers): Use `dir-extra-headers' instead of
4564 `status-extra-headers'.
4565 (vc-dir-printer): Rename from vc-dir-status-printer.
4566 (vc-default-dir-extra-headers): Rename from
4567 vc-default-status-extra-headers.
4568 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4569 vc-cvs-status-extra-headers.
4570
4571 * startup.el (server-name): Pacify byte compiler.
4572 (command-line): If --daemon=SERVER_NAME was used, set server-name
4573 before calling server-start.
4574
4575 2008-10-26 Romain Francoise <romain@orebokech.com>
4576
4577 * startup.el (command-line): Call daemon-initialized after
4578 starting the server.
4579
4580 2008-10-26 Kenichi Handa <handa@m17n.org>
4581
4582 * help-fns.el (describe-categories): Display the terse legend at
4583 the head.
4584
4585 * international/characters.el: Docstrings of categories improved.
4586
4587 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4590
4591 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4592 to the courier family.
4593 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4594 usually not serif'd and hence rather unlike verbatim's printed output.
4595
4596 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4597
4598 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4599 when reporting the module.
4600
4601 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4602
4603 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4604
4605 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * files.el (locate-dominating-stop-dir-regexp): New var.
4608 (locate-dominating-file): Change arg from a regexp to a file name.
4609 Rewrite using the vc-find-root code to avoid directory-files which is
4610 too slow. Obey locate-dominating-stop-dir-regexp.
4611 Don't pay attention to changes in owner.
4612 (project-find-settings-file): Adjust call to locate-dominating-file.
4613
4614 * progmodes/flymake.el (flymake-find-buildfile):
4615 Adjust call to locate-dominating-file.
4616
4617 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4618 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4619
4620 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4621
4622 * subr.el (with-current-buffer): Rename buffer argument to
4623 buffer-or-name.
4624 * window.el (get-buffer-window-list): Rename buffer argument to
4625 buffer-or-name and make it optional.
4626
4627 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4630 (completion-search-next, add-completions-from-file):
4631 Fix typos in docstrings.
4632
4633 * filesets.el (filesets-menu-ensure-use-cached)
4634 (filesets-ingroup-patterns, filesets-filetype-property):
4635 * tutorial.el (get-lang-string):
4636 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4637 Fix typos in docstrings.
4638
4639 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4640 (image-dired-line-up-method, image-dired-thumb-size)
4641 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4642 (image-dired-track-original-file, image-dired-track-thumbnail)
4643 (image-dired-dired-next-line, image-dired-dired-previous-line)
4644 (image-dired-write-comments): Reflow docstrings.
4645 (image-dired-show-all-from-dir-max-files)
4646 (image-dired-format-properties-string, image-dired-create-thumbs)
4647 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4648 Fix typos in docstrings.
4649
4650 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4651 (savehist-additional-variables, savehist-ignored-variables)
4652 (savehist-file-modes, savehist-autosave-interval):
4653 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4654 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4655 (fancy-splash-image):
4656 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4657 (thumbs-conversion-program, thumbs-margin):
4658 Remove spurious * in docstrings.
4659
4660 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4661
4662 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4663 (forward-same-syntax): Omit default arguments to char-after and
4664 char-before.
4665
4666 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * subr.el (locate-user-emacs-file): New function.
4669 (user-emacs-directory): Mention it in docstring.
4670
4671 * completion.el (save-completions-file-name):
4672 * filesets.el (filesets-menu-cache-file):
4673 * image-dired.el (image-dired-dir, image-dired-db-file)
4674 (image-dired-temp-image-file, image-dired-gallery-dir)
4675 (image-dired-temp-rotate-image-file):
4676 * savehist.el (savehist-file):
4677 * server.el (server-auth-dir):
4678 * thumbs.el (thumbs-thumbsdir):
4679 * tutorial.el (tutorial--saved-dir):
4680 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4681
4682 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4685 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4686
4687 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * filesets.el: Update author email.
4690 (filesets-data): Doc fix.
4691
4692 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4693
4694 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4695
4696 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4697
4698 * international/mule-cmds.el (describe-language-environment):
4699 Indent sample text.
4700
4701 2008-10-23 Glenn Morris <rgm@gnu.org>
4702
4703 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4704
4705 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4706 byte-compile a redefinition of a function with special byte-compile
4707 handling. (Bug#411)
4708
4709 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4710
4711 * ps-print.el: Deal with page sizes for label printes. Suggested by
4712 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4713 (ps-print-version): New version 7.3.3.
4714 (ps-page-dimensions-database): New page sizes for label printers.
4715 (ps-n-up-printing): Fix code.
4716
4717 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4720
4721 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4722 (list-at-point): Add docstrings.
4723
4724 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4725
4726 * dired-aux.el (dired-do-create-files): Doc fix.
4727
4728 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4729
4730 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4731 with other documentation.
4732
4733 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * replace.el (how-many): Fix typo in docstring.
4736 Reported by Leo <sdl.web@gmail.com>.
4737
4738 2008-10-22 Glenn Morris <rgm@gnu.org>
4739
4740 * international/mule-cmds.el (universal-coding-system-argument):
4741 Check for C-g. (Bug#1205)
4742
4743 2008-10-22 Kenichi Handa <handa@m17n.org>
4744
4745 * international/characters.el: Don't setup
4746 find-word-boundary-function-table.
4747 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4748 (word-combining-categories, word-separating-categories):
4749 Adjust to the change of the docstrings.
4750
4751 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * simple.el (region-active-p): Doc fix.
4754
4755 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4756
4757 * subr.el (apply-partially): Move from here...
4758
4759 * simple.el (apply-partially): ...to here.
4760
4761 2008-10-20 Andreas Schwab <schwab@suse.de>
4762
4763 * subr.el (split-string-and-unquote): Simplify regexp.
4764
4765 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4766
4767 * subr.el (top-level): Require `cl' when compiling.
4768
4769 2008-10-20 David Reitter <david.reitter@gmail.com>
4770
4771 * info.el (Info-mode): Do not remove an existing header line if
4772 `Info-use-header-line' is nil.
4773
4774 2008-10-19 Juri Linkov <juri@jurta.org>
4775
4776 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4777 Add arg `delimited' as in `query-replace' for the case when
4778 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4779 Add more indicators to the prompt ("word" and "in region").
4780
4781 * replace.el (query-replace, query-replace-regexp)
4782 (replace-string, replace-regexp, perform-replace): Add "word"
4783 indicatiors to the prompt for word delimited replacements.
4784
4785 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4786 Doc fix.
4787
4788 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4789
4790 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4791
4792 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4793
4794 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4795
4796 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4797 Make argument names follow Elisp manual.
4798
4799 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4800
4801 * textmodes/remember.el (remember-data-file):
4802 * shadowfile.el (shadow-initialize)
4803 <shadow-info-file, shadow-todo-file>:
4804 * savehist.el (savehist-file):
4805 * recentf.el (recentf-save-file):
4806 * pcvs-defs.el (cvs-cvsrc-file):
4807 * international/kkc.el (kkc-init-file-name):
4808 * ido.el (ido-save-directory-list-file):
4809 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4810 (todo-file-top): Run file names that begin with a period thru
4811 `convert-standard-filename'.
4812
4813 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4814 before-init-hook.
4815
4816 Fix Bug #1183:
4817
4818 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4819 coding-system-for-read to ediff-coding-system-for-write.
4820
4821 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4822 coding-system-for-write to ediff-coding-system-for-write.
4823
4824 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4825 (ediff-coding-system-for-write): Set to emacs-internal.
4826
4827 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * international/mule-conf.el (emacs-internal): New coding system alias.
4830
4831 2008-10-18 Juri Linkov <juri@jurta.org>
4832
4833 * info.el (Info-file-supports-index-cookies-list): New variable.
4834 (Info-file-supports-index-cookies): New function.
4835 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4836 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4837 without an index cookie to ignore it when Info-index-nodes is
4838 called during navigating from an index node with line numbers.
4839 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4840
4841 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4842 variable definition section.
4843
4844 * info.el (Info-find-node-2): Put initial point below the header line
4845 and breadcrumbs line.
4846
4847 2008-10-18 Glenn Morris <rgm@gnu.org>
4848
4849 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4850 the needed external programs were not found.
4851
4852 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4853
4854 * files.el (trash-directory): Run thru `convert-standard-filename'.
4855 (file-modes-char-to-who, file-modes-char-to-right)
4856 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4857 (read-file-modes): Doc fixes.
4858
4859 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * abbrev.el (define-abbrev): Doc fix.
4862
4863 2008-10-17 Alan Mackenzie <acm@muc.de>
4864
4865 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4866 foo bar [] = { ...".
4867
4868 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4871 set-face-attribute.
4872
4873 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4876 according to `locale-coding-system'. (This fixes trivial bug reported
4877 as part of bug#1179).
4878 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4879 particular order). Use `when'.
4880
4881 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4882
4883 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4884 (w32-add-charset-info): Fix typo in docstring.
4885
4886 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4887
4888 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4889 after discussion.
4890
4891 2008-10-16 Magnus Henoch <mange@freemail.hu>
4892
4893 * vc-arch.el (vc-arch-dir-status): New function.
4894 (vc-arch-after-dir-status): New function.
4895
4896 2008-10-16 Glenn Morris <rgm@gnu.org>
4897
4898 * man.el (Man-getpage-in-background): Force recent `man's to output
4899 escape sequences even when stdout is not a tty. (Bug#1142)
4900
4901 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4902
4903 * international/mule-conf.el: Add `utf8' and `UTF8' as
4904 aliases for the `utf-8' coding system.
4905
4906 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * find-file.el (ff-get-file): Doc fix.
4909 (ff-get-file-name): Use `let', not `let*'.
4910 (ff-search-directories): Fix typo in docstring.
4911 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4912 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4913 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4914 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4915 (cc-other-file-alist, modula2-other-file-alist):
4916 Remove spurious * in docstrings.
4917
4918 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * faces.el (set-face-attribute): Set family and foundry before
4921 other attributes.
4922 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4923
4924 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * hl-line.el (hl-line-unload-function): New function.
4927 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4928 (hl-line-sticky-flag): Remove spurious * in docstring.
4929
4930 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4931
4932 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4933 search string.
4934
4935 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * net/tramp.el (tramp-process-one-action): Embed regexp in
4938 parentheses, before adding end-of-buffer construct. Suggested by
4939 Markus Triska <markus.triska@gmx.at>.
4940
4941 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4942
4943 * net/newst-plainview.el (w3m-toggle-inline-image):
4944 Define 'declare-function if necessary, for compatibility.
4945
4946 * net/newst-treeview.el (w3m-toggle-inline-images):
4947 Define 'declare-function if necessary, for compatibility.
4948
4949 2008-10-13 Alan Mackenzie <acm@muc.de>
4950
4951 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4952 so that the function works on one-line macros.
4953
4954 * progmodes/cc-engine.el: Amend several doc strings and comments.
4955
4956 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4959
4960 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4961 (vc-cvs-stay-local): Add a new choice and default to it.
4962 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4963
4964 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4965
4966 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4967
4968 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
4969 Add support for extended return statement.
4970
4971 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
4972 and obj-dir; keep user order.
4973
4974 2008-10-12 Glenn Morris <rgm@gnu.org>
4975
4976 * Makefile.in (ELCFILES): Update.
4977
4978 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
4979 (shell-file-name-quote-list): Declare.
4980
4981 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
4984
4985 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * startup.el (command-line): If toolbar is disabled but ought to
4988 be initialized, call tool-bar-setup.
4989
4990 * tool-bar.el (tool-bar-setup): Variable deleted.
4991 (tool-bar-setup): Set it up unconditionally.
4992
4993 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
4994
4995 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
4996 tool-bar-map has been initialized before setting it up.
4997
4998 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
4999 tool-bar-map has been initialized before setting it up.
5000
5001 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * emacs-lisp/warnings.el (display-warning): Issue a message if
5004 called during daemon initialization.
5005
5006 * tool-bar.el (tool-bar-local-item)
5007 (tool-bar-local-item-from-menu): Put the check for number of
5008 display colors into the image expression.
5009 (tool-bar-setup): Don't be a no-op on ttys.
5010
5011 * info.el (info-tool-bar-map):
5012 * progmodes/gud.el (gud-tool-bar-map):
5013 * progmodes/grep.el (grep-mode-tool-bar-map):
5014 * progmodes/compile.el (compilation-mode-tool-bar-map):
5015 Initialize it unconditionally.
5016
5017 2008-10-11 Romain Francoise <romain@orebokech.com>
5018
5019 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5020 * kmacro.el (kmacro-edit-lossage): Ditto.
5021 * edmacro.el (edit-kbd-macro): Ditto.
5022
5023 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5024
5025 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5026 Fix variable names.
5027
5028 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5029
5030 * startup.el (command-line): Revert 2008-09-26 change, not
5031 necessary anymore.
5032
5033 2008-10-10 Andreas Schwab <schwab@suse.de>
5034
5035 * simple.el (minibuffer-complete-shell-command):
5036 Bind comint-delimiter-argument-list, comint-file-name-chars and
5037 comint-file-name-quote-list like shell-mode.
5038
5039 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5040
5041 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5042 call of select-window.
5043
5044 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5045
5046 * calc/calc.el (calc-embedded-word-regexp)
5047 (calc-embedded-word-regexp-alist): New variables.
5048 (calc-embedded-open-word, calc-embedded-close-word)
5049 (calc-embedded-open-close-word-alist): Remove unused variables.
5050
5051 * calc/calc-embed.el (calc-embedded-make-info):
5052 Use `calc-embedded-word-regexp' to find words.
5053
5054 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5055
5056 * info.el (Info-extract-menu-counting): New argument no-detail to
5057 skip detailed node listings.
5058 (Info-forward-node): New argument not-up to inhibit going up.
5059 (Info-final-node): Call Info-extract-menu-counting and
5060 Info-forward-node with the new arguments set to avoid infinite
5061 looping. (Bug#1116)
5062
5063 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5064
5065 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5066 not fboundp.
5067
5068 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * startup.el (command-line): Enable tool-bar-mode as long as it is
5071 not suppressed by X resources, regardless of the terminal.
5072
5073 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5074 graphical terminals.
5075 (tool-bar-setup): No-op if called on a tty.
5076
5077 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5078
5079 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5080 Support `pc' ``window-system''.
5081
5082 * progmodes/compile.el (compilation-start): Resurrect the version
5083 for systems that don't support asynchronous subprocesses.
5084
5085 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5086
5087 * window.el (pop-up-frames): Add choice graphic-only.
5088 (display-buffer): When pop-up-frames equals graphic-only do
5089 not pop up new frame on text-only terminals. (Bug#1061)
5090
5091 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5094 (vc-cvs-dir-status): Use it.
5095
5096 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * json.el (json-skip-whitespace): Fix last change.
5099
5100 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * bs.el (bs-unload-function): New function.
5103
5104 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5105
5106 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5107 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5108 For clarity, explicitly require cl.
5109
5110 2008-10-08 Michael Olson <mwolson@gnu.org>
5111
5112 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5113 can avoid a bad interaction with programs that add functions to
5114 the window-scroll-functions hook. This fixes Bug #858.
5115
5116 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * startup.el (command-line): Use display-warning to warn about an
5119 init file error.
5120 (command-line-1): Remove init file error delay.
5121
5122 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5123
5124 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5125 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5126 (rx-group-if): New function.
5127 (rx-parent): New variable.
5128 (rx-and, rx-or): Put shy groups only when necessary.
5129 (rx-bracket): Remove.
5130 (rx-anything): New function.
5131 (rx-any-delete-from-range, rx-any-condense-range)
5132 (rx-check-any-string): New functions.
5133 (rx-check-any): Return result as a list. Don't convert chars to
5134 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5135 Check char category string. Call rx-form instead of rx-to-string.
5136 (rx-any): Rebuid to complete the function.
5137 (rx-check-not): Fix char category regexp pattern string.
5138 Call rx-form instead of rx-to-string.
5139 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5140 "[^^]". Call regexp-quote for one char string when not called from
5141 rx-not. Add "\\w", and toggle to upcase. Add the case of
5142 "\\[SCBW]" to toggle.
5143 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5144 instead of rx-to-string.
5145 (rx-kleene): Call rx-form instead of rx-to-string.
5146 Call rx-group-if to adjust putting of shy groups.
5147 (rx-atomic-p): Make check more precisely.
5148 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5149 (rx-regexp): Call rx-group-if.
5150 (rx-form): New function.
5151 (rx-to-string): Call rx-form, rx-group-if.
5152 Refine definition of NO-GROUP.
5153
5154 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5155
5156 * json.el (json-advance): Use forward-char.
5157 (json-skip-whitespace): Use skip-syntax-forward.
5158
5159 2008-10-07 Alan Mackenzie <acm@muc.de>
5160
5161 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5162 indenting a macro followed by blank lines doesn't backslash the
5163 following non-blank line into the macro.
5164
5165 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5168 (command-line): Set after-init-time to nil before initialization.
5169
5170 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5171
5172 * calc/calc-units.el (math-standard-units): Update the values
5173 of the units.
5174
5175 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * bookmark.el (bookmark-unload-function): New function.
5178
5179 2008-10-06 Andreas Schwab <schwab@suse.de>
5180
5181 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5182
5183 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5184
5185 * mail/footnote.el: Remove * in defcustom docstrings and tell
5186 for most options that customizing them doesn't affect buffers
5187 already displaying footnotes.
5188 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5189 Fix handling of text properties and identical start/end tags.
5190 Do not use format when renumbering.
5191 (Footnote-set-style): Make it work.
5192 (Footnote-insert-numbered-footnote): Simplify.
5193 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5194 (Footnote-goto-footnote): Fix handling of empty section tag.
5195 (Footnote-delete-footnote): Fix handling of identical start/end
5196 tags, empty section tag, and spaced footnotes. Do not use
5197 kill-region.
5198 (footnote-mode): Make most options buffer-local to avoid that
5199 customizing messes up handling of footnotes in buffers that
5200 already display them.
5201
5202 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5203
5204 * faces.el (x-create-frame-with-faces): Undo previous change.
5205
5206 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5207 existent files.
5208
5209 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * international/mule-cmds.el (universal-coding-system-argument):
5212 Handle digit-argument too.
5213
5214 2008-10-05 Mario Lang <mlang@delysid.org>
5215
5216 * xml.el (xml-parse-string): Use skip-chars-forward.
5217
5218 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5219
5220 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5221 existent files.
5222 (vc-bzr-dir-status-files): New function.
5223
5224 2008-10-04 Glenn Morris <rgm@gnu.org>
5225
5226 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5227
5228 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5229 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5230
5231 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5232 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5233
5234 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5235
5236 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5237 Fix typo. (Bug#1074)
5238
5239 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5240
5241 * progmodes/compile.el (compilation-start): Make sure to move to
5242 point-max only when we are in the compilation buffer. (Bug#1073)
5243
5244 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5245
5246 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5247 tool-bar-mode is on.
5248
5249 * vc-svn.el (vc-svn-dir-status-files):
5250 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5251
5252 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5253
5254 * vc-hg.el (vc-hg-dir-status-files): New function.
5255
5256 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5257
5258 * window.el (window--display-buffer-1): Don't care about
5259 visibility since raise-frame does.
5260
5261 2008-10-03 Mario Lang <mlang@delysid.org>
5262
5263 * nxml/xmltok.el (xmltok-forward): Simplify.
5264
5265 2008-10-03 Glenn Morris <rgm@gnu.org>
5266
5267 * Makefile.in (ELCFILES): Update.
5268
5269 * frame.el (set-default-font): Make obsolete.
5270 * mouse.el (mouse-set-font): Use set-frame-font.
5271
5272 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5273 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5274
5275 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5276 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5277
5278 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5279
5280 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5281 (vc-dir-refresh): Set it here instead. (Bug#1067)
5282
5283 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * faces.el (inhibit-frame-set-background-mode): New var.
5286 (frame-set-background-mode): Use it to avoid a loop in
5287 face-spec-recalc.
5288
5289 2008-10-02 Glenn Morris <rgm@gnu.org>
5290
5291 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5292 vc-diff-switches.
5293
5294 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5295
5296 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5297 that is, to take some action when a buffer is killed. Suggested by
5298 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5299 11.2.2.
5300 (whitespace-action): Docstring and :type fix.
5301 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5302 Code fix.
5303 (whitespace-add-local-hook, whitespace-remove-local-hook)
5304 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5305
5306 2008-10-01 Magnus Henoch <mange@freemail.hu>
5307
5308 * net/tls.el (open-tls-stream): Show the actual command being
5309 executed, instead of the format string.
5310
5311 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5312
5313 * term/internal.el (dos-locale-alist): New alist.
5314 (dos-codepage-setup): Use it to compute a value of locale with
5315 which to call set-locale-environment. Remove code to set
5316 terminal, keyboard, and file-name encoding (done by
5317 set-locale-environment).
5318
5319 * international/mule-cmds.el
5320 (set-language-environment-nonascii-translation): Fix nonascii
5321 value for `pc' ``window-system''.
5322 (set-display-table-and-terminal-coding-system)
5323 (set-default-coding-systems): Don't special-case `pc'.
5324
5325 2008-10-01 Glenn Morris <rgm@gnu.org>
5326
5327 * filesets.el (filesets-menu-name): Fix type.
5328 (filesets-menu-path, filesets-menu-before): Fix types.
5329 Change defaults to be consistent with recentf. (Bug#1056)
5330
5331 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * term/xterm.el (xterm-turn-on-modify-other-keys)
5334 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5335 Don't forget to pass `terminal' to `send-string-to-terminal'.
5336
5337 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5338
5339 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5340 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5341 non-nil. It is not clear, whether this is only fixing symptoms on
5342 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5343 is embedded by that check. So it might be TRT. Suggested by Dan
5344 Nicolaescu <dann@ics.uci.edu>.
5345
5346 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5347
5348 * Makefile.in (ELCFILES): Remove codepage.elc.
5349
5350 * international/codepage.el: File removed, as even ms-dos doesn't
5351 need it anymore.
5352
5353 * loadup.el [ms-dos]: Don't load ccl and codepage.
5354
5355 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5356 (IT-character-translations, cjk-codepages-alist): Remove variables.
5357 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5358 (IT-unicode-translations): Remove charset and base elements.
5359 Add translations for Latin-1 characters.
5360 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5361 base and chset elements of IT-unicode-translations. Don't wrap
5362 translation in "{...}". Set up translations only for characters
5363 for which unencodable-char-position returns non-nil.
5364 (dos-codepage-setup): Don't use special-case codepages in
5365 cjk-codepages-alist.
5366
5367 * files.el (locate-dominating-file): Wrap directory-files with
5368 condition-case, instead of calling file-directory-p, which stats
5369 the directory one more time.
5370
5371 * mail/mail-utils.el (mail-unquote-printable-region):
5372 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5373 non-nil.
5374
5375 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5376
5377 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5378
5379 2008-09-30 Glenn Morris <rgm@gnu.org>
5380
5381 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5382
5383 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5384
5385 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5386 (which-function): Handle nested imenu trees.
5387
5388 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5389 some nested menu items.
5390
5391 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5392
5393 * calc/calc-units.el (math-standard-units): Add entries used to
5394 display the values in the units buffer.
5395 (math-build-units-table): Add entries to the units table to be used
5396 to display the values in the units buffer.
5397 (math-build-units-table-buffer): Use the display entry of the units
5398 table when non-nil.
5399 (calc-define-unit): Add option to enter display value of unit.
5400
5401 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5402
5403 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5404
5405 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5406
5407 * files.el (locate-dominating-file): Take file-attributes of
5408 `dir', not of `file' (which never changes).
5409
5410 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5411
5412 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5413 also be `localname'.
5414
5415 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5416 IDENTIFICATION.
5417
5418 2008-09-28 Glenn Morris <rgm@gnu.org>
5419
5420 * vc.el (vc-switches): Give it a doc string.
5421
5422 2008-09-28 Romain Francoise <romain@orebokech.com>
5423
5424 * comint.el (comint-show-output): Adjust to stickiness changes of
5425 the output field.
5426
5427 * startup.el (command-line): Start the daemon server later.
5428
5429 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5430
5431 * subr.el (read-quoted-char): Call char-resolve-modifiers
5432 instead of char-resolve-modifers.
5433
5434 2008-09-27 Glenn Morris <rgm@gnu.org>
5435
5436 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5437 than [return]. (Bug#1031)
5438
5439 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5440
5441 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5442
5443 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5444
5445 * epg.el (epg-wait-for-status): Check if there is no pending status.
5446 Reported by Ted Romer <ted@romerfamily.com>.
5447
5448 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5449
5450 * startup.el (command-line): Turn on menu-bar-mode and
5451 tool-bar-mode when running as a daemon.
5452
5453 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5454
5455 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5456 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5457 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5458 ($(lisp)/progmodes/cc-engine.elc)
5459 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5460 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5461 ($(lisp)/progmodes/cc-subword.elc)
5462 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5463
5464 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5465 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5466 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5467 ($(lisp)/progmodes/cc-engine.elc)
5468 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5469 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5470 ($(lisp)/progmodes/cc-subword.elc)
5471 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5472
5473 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5474
5475 * informat.el (Info-split-threshold): New variable.
5476 (Info-split): Use it.
5477
5478 * textmodes/texinfmt.el (texinfo-format-buffer):
5479 Use Info-split-threshold to decide whether to split Info files.
5480
5481 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5484 quoting.
5485
5486 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5487 name when reinserting it.
5488
5489 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5490 word-search-backward-lax for incremental word search.
5491
5492 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * generic-x.el (generic-other-modes): Fix typo in docstring.
5495 (generic-use-find-file-hook, generic-lines-to-scan)
5496 (generic-find-file-regexp, generic-ignore-files-regexp)
5497 (generic-define-mswindows-modes, generic-define-unix-modes):
5498 Remove `*' from docstring.
5499 (generic-mode-find-file-hook): Use `string-match-p'.
5500 (apache-log-generic-mode, mailagent-rules-generic-mode)
5501 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5502 (java-manifest-generic-mode, java-properties-generic-mode)
5503 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5504 for consistency with other modes in generic-x.el.
5505
5506 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5507
5508 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5509 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5510 parens specially only if latex-handle-escaped-parens is non-nil.
5511 (latex-indent-within-escaped-parens): New option.
5512 (latex-find-indent): Bind latex-handle-escaped-parens to
5513 latex-indent-within-escaped-parens. Do not treat escaped parens
5514 specially when this is nil. (Bug#954)
5515
5516 2008-09-25 Glenn Morris <rgm@gnu.org>
5517
5518 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5519
5520 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * vc.el (vc-mark-resolved): Move message here from
5523 vc-default-mark-resolved.
5524 (vc-default-mark-resolved): Change to an alias for ignore.
5525
5526 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5527
5528 * term.el (term-emulate-terminal): Encode input string before
5529 checking its length.
5530
5531 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5534 is loaded.
5535
5536 * server.el (server-buffer-done): Avoid changing the buffer when
5537 deleting the client's frame (bug#640).
5538
5539 * vc.el (vc-default-mark-resolved): New function.
5540
5541 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5542
5543 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5544 from raising a wrong-type-argument error.
5545
5546 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5547
5548 * help-fns.el (describe-function-1, describe-variable): Print
5549 relative file name in help buffer.
5550 * faces.el (describe-face): Print relative file name in help
5551 buffer.
5552
5553 2008-09-23 Romain Francoise <romain@orebokech.com>
5554
5555 * subr.el (with-output-to-string): Make sure that the temporary
5556 buffer gets killed.
5557
5558 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5559
5560 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5561 indentation problem with keyword symbols when a list starts with
5562 ,@ or spaces. (Bug#1012)
5563
5564 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5565
5566 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5567 escaped close parens correctly. (Bug#954)
5568
5569 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5570
5571 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5572 usage of `fortune-file' even though a FILE argument was passed to
5573 the function.
5574
5575 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5576
5577 * startup.el (command-line): Start the server when in daemon mode.
5578 Remove always true test.
5579
5580 * frame.el (frame-initialize): Remove spurious setting of
5581 special-display-function with the default value.
5582
5583 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5584
5585 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5586
5587 2008-09-20 Glenn Morris <rgm@gnu.org>
5588
5589 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5590 Fix custom type. (Bug#1011)
5591
5592 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5593
5594 * files.el (move-file-to-trash): Avoid recursive trashing if
5595 rename-file calls delete-file.
5596
5597 2008-09-20 Glenn Morris <rgm@gnu.org>
5598
5599 * play/fortune.el: Remove leading `*' from defcustom docs.
5600 (fortune-program-options): Doc fix. Allow to be a string again.
5601 Add :version.
5602 (fortune-in-buffer): Handle fortune-program-options as a string.
5603 Don't rely on fortune program accepting options after fortune file.
5604
5605 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5606
5607 * play/fortune.el (fortune-program-options): Change to a list.
5608 (fortune-in-buffer): Use apply.
5609
5610 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5611
5612 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5613 (authors-coding-system): Likewise.
5614
5615 2008-09-20 Ami Fischman <ami@fischman.org>
5616
5617 * savehist.el (savehist-save): Handle errors in writing as well as
5618 reading.
5619
5620 2008-09-20 Michael Olson <mwolson@gnu.org>
5621
5622 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5623 to provide a minimal performance boost.
5624
5625 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5626
5627 * proced.el (proced-grammar-alist, proced-custom-attributes)
5628 (proced-format-alist, proced-format, proced-filter-alist)
5629 (proced-filter, proced-sort): Use defcustom.
5630 (proced-mode): Fix docstring.
5631 (proced-process-attributes): Handle return value nil of functions
5632 in proced-custom-attributes.
5633
5634 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5635
5636 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5637 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5638
5639 2008-09-19 Miles Bader <miles@gnu.org>
5640
5641 * comint.el (comint-output-filter): Make field properties for
5642 output text front-sticky.
5643
5644 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * vc-bzr.el (vc-bzr-show-log-entry):
5647 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5648 C-x v l for a directory uses that.
5649
5650 2008-09-18 Simon Josefsson <simon@josefsson.org>
5651
5652 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5653 .sieve files.
5654
5655 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5656
5657 * help-macro.el (make-help-screen): Preserve key bindings
5658 established in help-mode call when exiting this macro.
5659
5660 2008-09-17 Kenichi Handa <handa@m17n.org>
5661
5662 * language/burmese.el: Fix setting of composition-function-table.
5663
5664 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5665
5666 * info.el (Info-follow-nearest-node): Don't raise an error for
5667 mouse-1 clicks.
5668
5669 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5670
5671 * calc/calc-units.el (calc-convert-temperature): Use default
5672 units when appropriate.
5673
5674 2008-09-16 Markus Triska <markus.triska@gmx.at>
5675
5676 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5677 catch errors raised in `texmathp'.
5678 (flyspell-tex-math-initialized): Remove.
5679
5680 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5681
5682 * frame.el (select-frame-set-input-focus): With non-nil
5683 mouse-autoselect-window always move mouse cursor to frame's
5684 selected window. Otherwise restore pre 2008-09-13 behavior.
5685 (select-frame-by-name): Use select-frame-set-input-focus.
5686
5687 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5688 pop-to-buffer already does it.
5689 (display-buffer-other-frame): Fix doc-string.
5690
5691 2008-09-16 Glenn Morris <rgm@gnu.org>
5692
5693 * add-log.el (diff-find-source-location): Update declaration.
5694
5695 * progmodes/make-mode.el (makefile-match-function-end):
5696 Move point. (Bug#983)
5697
5698 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5699
5700 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5701
5702 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5705 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5706
5707 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5708
5709 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5710
5711 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5712
5713 * files.el (file-truename): Don't raise args-out-of-range error
5714 when filename has no separator on windows-nt. (Bug#982)
5715
5716 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5719 be more honest when we don't know.
5720 (diff-tell-file-name): Don't prompt before the actual prompt.
5721 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5722 (diff-find-source-location): Add `noprompt' argument.
5723 (diff-current-defun): Don't prompt.
5724
5725 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5726
5727 * proced.el (proced-mark-face, proced-marked-face)
5728 (proced-sort-header-face): Remove.
5729 (proced-font-lock-keywords): Simplify.
5730 (proced-format): Use face proced-sort-header.
5731 (proced-format-interactive, proced-sort-interactive)
5732 (proced-filter-interactive): Only call proced-update if the scheme
5733 has changed.
5734 (proced-sort-header): Use posn-actual-col-row.
5735
5736 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5737
5738 * add-log.el (change-log-find-window): New variable.
5739 (change-log-goto-source-1, change-log-goto-source):
5740 Set change-log-find-window to window displaying source.
5741 (change-log-next-error): Select window specified by
5742 change-log-find-window.
5743
5744 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5745
5746 * frame.el (select-frame-set-input-focus): With focus follows
5747 mouse move mouse cursor to right window.
5748 * window.el (pop-to-buffer): Select window before calling
5749 select-frame-set-input-focus.
5750
5751 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5752
5753 * proced.el (proced-sort-header): New face.
5754 (proced-sort-header-face): New variable.
5755 (proced-format): Allow format value nil.
5756 Use proced-sort-header-face for header of sort column.
5757 (proced-format-args): New function.
5758 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5759 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5760 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5761 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5762 (proced-sort-header): Bind also to mouse-1.
5763 (proced-move-to-goal-column): Return position of point.
5764 (proced-filter-interactive): Always revert listing.
5765 (proced-format-ttname): Simplify.
5766 (proced-update): Do not keep undo information. Put point at
5767 beginning of buffer if we generate the first listing.
5768
5769 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5770
5771 * doc-view.el (doc-view-scroll-up-or-next-page)
5772 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5773 vertically split windows.
5774
5775 2008-09-12 Glenn Morris <rgm@gnu.org>
5776
5777 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5778
5779 * indent.el (indent-line-function): Doc fix.
5780 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5781
5782 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5783
5784 * window.el (pop-to-buffer): If the window for buffer-or-name is
5785 not on the selected frame, raise that window's frame and give it
5786 input focus. (Bug#745)
5787
5788 2008-09-11 Glenn Morris <rgm@gnu.org>
5789
5790 * ido.el (ido-mode): Initialize with custom-initialize-default,
5791 rather than a set function. (Bug#947)
5792
5793 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * replace.el (perform-replace): Don't set inhibit-read-only using
5796 query-replace-skip-read-only (bug#956).
5797
5798 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5799 of the <<foo>> form.
5800
5801 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5802
5803 * window.el (display-buffer): Fix doc-string typo.
5804
5805 2008-09-10 Kenichi Handa <handa@m17n.org>
5806
5807 * composite.el (compose-gstring-for-graphic): Fix previous change.
5808
5809 2008-09-10 Glenn Morris <rgm@gnu.org>
5810
5811 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5812
5813 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5814
5815 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5816 manuals. (Bug#886)
5817
5818 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * ido.el (ido-unload-function): New function.
5821
5822 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * ido.el (ido-file-internal): Fix typo in prompt.
5825 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5826 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5827 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5828 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5829 Fix typos in docstrings.
5830
5831 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5832
5833 * help-fns.el (describe-function-1): Don't print extra newline
5834 after filling.
5835
5836 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * help-fns.el (find-lisp-object-file-name): Handle case where
5839 library is compressed.
5840
5841 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * complete.el (PC-do-completion): Don't replace buffer
5844 contents (bug#227).
5845
5846 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * loadhist.el (unload-feature-special-hooks):
5849 Add `choose-completion-string-functions'.
5850
5851 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * vc-svn.el (vc-svn-root):
5854 * vc-sccs.el (vc-sccs-root):
5855 * vc-rcs.el (vc-rcs-root):
5856 * vc-cvs.el (vc-cvs-root): Delete.
5857 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5858
5859 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5860
5861 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5862 errors occurring in different files.
5863
5864 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5865
5866 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5867 (vc-bzr-status-printer): New function.
5868 (vc-bzr-after-dir-status): Deal with renamed files.
5869
5870 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5871
5872 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5873 buffer's filename.
5874
5875 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5876
5877 * subr.el (cancel-change-group): Widen buffer temporarily when
5878 undoing changes. (Bug#810)
5879
5880 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5881
5882 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5883 with gud-stop-subjob rather than exit debugger.
5884
5885 2008-09-07 Kenichi Handa <handa@m17n.org>
5886
5887 * composite.el: Compose combining characters only when it
5888 follows a character matching with "[[:alpha:]]".
5889
5890 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5891
5892 * proced.el: Require time-date.
5893 (proced-command-alist, proced-command, proced-goal-header-re)
5894 (proced-sorting-schemes-alist, proced-sorting-scheme)
5895 (proced-header-alist, proced-sorting-schemes-re)
5896 (proced-skip-regexp, proced-next-line, proced-previous-line)
5897 (proced-listing-type, proced-sorting-scheme-p): Remove.
5898 (proced-grammar-alist, proced-custom-attributes)
5899 (proced-format-alist, proced-format, proced-filter-alist)
5900 (proced-filter, proced-sort, proced-goal-attribute)
5901 (proced-timer-interval, proced-timer-flag, proced-timer)
5902 (proced-process-alist, proced-sort-internal, proced-process-tree)
5903 (proced-header-help-echo, proced-field-help-echo): New variables.
5904 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5905 (proced-omit-process, proced-filter, proced-process-tree)
5906 (proced-filter-children, proced-children-pids)
5907 (proced-filter-parents, proced-<, proced-string-lessp)
5908 (proced-time-lessp, proced-xor, proced-sort-p)
5909 (proced-format-time, proced-format-start, proced-format-ttname)
5910 (proced-format, proced-process-attributes): New functions.
5911 (proced-toggle-timer-flag, proced-mark-children)
5912 (proced-mark-parents, proced-filter-interactive)
5913 (proced-filter-attribute, proced-sort-interactive)
5914 (proced-sort-header, proced-format-interactive): New commands.
5915 (proced-move-to-goal-column): Use goal-column.
5916 (proced-mode): Use proced-timer.
5917 (proced-do-mark-all): Display process count. Use use-region-p.
5918 Simplify.
5919 (proced-omit-processes): Use use-region-p.
5920 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5921 (proced-sort-start, proced-sort-time, proced-sort-user):
5922 Use proced-sort-interactive.
5923 (proced-sort): Make it a function that performs the actual sort.
5924 (proced-update): New arg revert. Use proced-process-alist,
5925 proced-filter, proced-sort, proced-format, and
5926 proced-grammar-alist. Preserve position of point based on fields.
5927 Make header line and fields clickable.
5928 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5929 (proced-why): Use save-selected-window.
5930 (proced-log): Use buffer-read-only.
5931
5932 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5935
5936 2008-09-06 Glenn Morris <rgm@gnu.org>
5937
5938 * add-log.el (diff-find-source-location): Declare.
5939 (find-change-log): If called from a diff buffer, try to switch to the
5940 source buffer (e.g. to respect change-log-default-name there).
5941
5942 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5943 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5944
5945 * Makefile.in (ELCFILES): Update.
5946
5947 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5950 user enters a mouse event in another frame, or a special event.
5951
5952 * server.el (server-switch-buffer): New arg.
5953 (server-execute): If reusing an existing window, set file position
5954 if required.
5955
5956 2008-09-06 Kenichi Handa <handa@m17n.org>
5957
5958 * language/lao.el: Fix setting of composition-function-table.
5959
5960 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5961
5962 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5963 displaying help echo messages.
5964
5965 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5966
5967 * subr.el (symbol-file): Fix doc-string.
5968
5969 2008-09-06 Glenn Morris <rgm@gnu.org>
5970
5971 * help-mode.el (help-xref-forward-stack): Doc fix.
5972
5973 * add-log.el (change-log-default-name): Autoload safety.
5974
5975 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
5976
5977 * verilog-mode.el (verilog-library-extensions): Enable .sv
5978 filename extensions to call verilog-mode.
5979 (verilog-auto, verilog-auto-inst, verilog-faq)
5980 (verilog-submit-bug-report): Update author support URLs.
5981 (verilog-delete-auto, verilog-auto-inout-module)
5982 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
5983 creating complemented testbench modules. Suggested by Yishay Belkind.
5984 (verilog-auto-inst-port, verilog-simplify-range-expression):
5985 When verilog-auto-inst-param-value is set, don't require a
5986 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
5987 Yishay Belkind.
5988 (verilog-auto-inst-param-value): Add safe variable.
5989 (verilog-re-search-forward, verilog-re-search-backward):
5990 Fix returning wrong search results on Emacs 22.1.
5991 (verilog-modi-cache-results, verilog-auto): Fix warning message
5992 about "toggling font-lock-mode."
5993 (verilog-auto): Fix losing font-lock on errors.
5994 (verilog-auto-inst-param-value, verilog-mode-version)
5995 (verilog-mode-version-date, verilog-read-inst-param-value)
5996 (verilog-auto-inst, verilog-auto-inst-param)
5997 (verilog-auto-inst-port, verilog-simplify-range-expression):
5998 Allow parameters to be replaced with their values, on the expansion of
5999 an AUTOINST with Verilog 2001 style parameter settings.
6000 Suggested by David Rogoff.
6001
6002 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6003
6004 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6005 Better support for the property statement. Sometimes this keyword
6006 introduces a statement which requires an endproperty keyword, and
6007 sometimes it doesn't, depending on the work before the property
6008 word. If property is prefixed with assert, assume or cover
6009 keyword, then the statement is ended with a ';'. Otherwise,
6010 property is like task or specify, and is followed by some number
6011 of statements, which are ended with an endproperty keyword.
6012 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6013 in a highlighted region: indent each line in region according to
6014 mode. Supply this so it works in XEmacs and older Emacs.
6015
6016 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6017
6018 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6019 Don't clean up a buffer when killing it.
6020
6021 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6022
6023 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6024 buffers (bug#360). New version 11.2.1.
6025 (whitespace-action): New value `warn-read-only' to give a warning when
6026 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6027 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6028 (whitespace-warn-read-only): New fun.
6029
6030 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * international/quail.el: Require help-mode.
6033 (quail-help-init): Function removed.
6034 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6035 Define directly.
6036
6037 * dired.el (dired-get-filename): Rewrite octal escape character
6038 processor (bug#885).
6039
6040 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6041
6042 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6043
6044 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6045 not just for terminal-frame.
6046
6047 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6048
6049 * window.el (window--try-to-split-window): Don't split when window
6050 is not splittable in last disjunct. (Bug#888)
6051
6052 2008-09-05 Kenichi Handa <handa@m17n.org>
6053
6054 * language/tibetan.el: Fix setting of composition-function-table.
6055
6056 * composite.el (find-composition): Mention about the automatic
6057 composition in the docstring.
6058 (compose-gstring-for-graphic): Fix handling "above" marks.
6059
6060 * descr-text.el (describe-char): Fix handling of automatic composition.
6061
6062 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6063
6064 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6065 (tramp-parse-connection-properties): Reflow docstring.
6066
6067 2008-09-04 Kim F. Storm <storm@cua.dk>
6068
6069 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6070 and other-frame methods when switching between file and buffer modes.
6071
6072 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6073
6074 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6075 removing duplicate entries under same heading. Don't skip char
6076 matching anything but a space or tab at bol. (Bug#864)
6077
6078 2008-09-03 Alan Mackenzie <acm@muc.de>
6079
6080 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6081
6082 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6085 (completion-pcm--all-completions): Move the case-fold-search binding to
6086 it also applies to completion-regexp-list (used in all-completions).
6087 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6088
6089 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6090
6091 * window.el (pop-up-frame-function): Move ...
6092 * frame.el (pop-up-frame-function): ... here, to avoid
6093 "CHANGED outside Customize;".
6094
6095 2008-09-03 Glenn Morris <rgm@gnu.org>
6096
6097 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6098
6099 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6102 non-alphabetical characters properly.
6103
6104 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6105
6106 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6107
6108 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6109
6110 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6111 control-prefixed keys. (Bug#835)
6112
6113 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6114
6115 * image-mode.el (image-mode): Fix 2008-07-19 change.
6116
6117 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6120
6121 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6122
6123 2008-09-02 Glenn Morris <rgm@gnu.org>
6124
6125 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6126
6127 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6128
6129 2008-09-01 Glenn Morris <rgm@gnu.org>
6130
6131 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6132 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6133 and fix name typos. (Bug#856)
6134
6135 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * minibuffer.el (completion-pcm--pattern->regex):
6138 When completion-ignore-case is non-nil, generate a regexp that
6139 ignores case.
6140
6141 * window.el (recenter-top-bottom): Doc fix.
6142
6143 2008-09-01 Simon South <ssouth@member.fsf.org>
6144
6145 * progmodes/delphi.el: New maintainer.
6146 (delphi-interface-types): New var.
6147 (delphi-composite-types): Use it.
6148 (delphi-enclosing-indent-of): Distinguish between "interface"
6149 keyword as a unit separator and used like a class declaration.
6150
6151 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6152
6153 * help-fns.el (describe-simplify-lib-file-name)
6154 (find-source-lisp-file): Remove.
6155 (find-lisp-object-file-name): New function giving preference to
6156 files found via load-path instead of loaddefs.el.
6157 (describe-function-1): Use new function instead of the removed
6158 ones. (Bugs #587, #669, #690)
6159 * faces.el (describe-face): Use find-lisp-object-file-name instead
6160 of describe-simplify-lib-file-name.
6161
6162 2008-09-01 Kenichi Handa <handa@m17n.org>
6163
6164 * international/mule-diag.el (font-show-log): Fix previous change.
6165
6166 * international/mule-cmds.el (set-language-environment):
6167 Don't overwrite current-iso639-language if the current language
6168 environment doesn't provide that data.
6169 (set-locale-environment): Set current-iso639-language from the
6170 locale name.
6171
6172 * international/fontset.el (script-representative-chars): Re-add
6173 the entry for symbol, but with vector of characters.
6174 (setup-default-fontset): Cancel previous change.
6175
6176 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * ido.el: Move provide statement to the end of the file.
6179
6180 2008-08-30 Markus Triska <markus.triska@gmx.at>
6181
6182 * linum.el (linum-mode): `window-size-change-functions' can now be
6183 buffer-local.
6184 (linum-update-window): Use result of `move-overlay'.
6185
6186 2008-08-30 Glenn Morris <rgm@gnu.org>
6187
6188 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6189
6190 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6191 Doc fixes.
6192
6193 * apropos.el (apropos-command): Report documentation errors.
6194 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6195
6196 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6197
6198 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6199 string.
6200
6201 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6202
6203 * bindings.el (mode-line-frame-identification): Fix last change.
6204
6205 2008-08-29 Kenichi Handa <handa@m17n.org>
6206
6207 These changes are to adjust the automatic composition for the new
6208 implementation (avoid using text property).
6209
6210 * composite.el (composition-function-table): Move declaration to
6211 composite.c.
6212 (terminal-composition-base-character-p): Delete it.
6213 (terminal-composition-function): Delete it.
6214 (terminal-composition-function-table): Delete it.
6215 (lgstring-header, lgstring-set-header, lgstring-font)
6216 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6217 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6218 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6219 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6220 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6221 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6222 (compose-glyph-string, compose-glyph-string-relative)
6223 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6224 New functions.
6225 (auto-compose-chars): Argument changed.
6226
6227 * language/european.el: Don't setup composition-function-table.
6228 (diacritic-composition-pattern, diacritic-compose-region)
6229 (diacritic-compose-string, diacritic-compose-buffer)
6230 (diacritic-composition-function): Delete them.
6231
6232 * language/lao-util.el (lao-composition-function): Argument changed.
6233
6234 * language/sinhala.el: Fix setting up of composition-function-table.
6235
6236 * language/thai.el: Fix setting up of composition-function-table.
6237
6238 * language/thai-util.el: Encoding changed to utf-8.
6239 (thai-composition-function): Argument changed.
6240
6241 * language/indian.el: Fix setting up of composition-function-table.
6242 (devanagari-composable-pattern)
6243 (tamil-composable-pattern, kannada-composable-pattern)
6244 (malayalam-composable-pattern): New variables.
6245
6246 * international/characters.el (unicode-category-table):
6247 Setup unicode-category-table.
6248
6249 * international/fontset.el (setup-default-fontset): Prepend
6250 iso10646-1 fonts to the fallback font groups instead of appending.
6251
6252 2008-08-29 Glenn Morris <rgm@gnu.org>
6253
6254 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6255
6256 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6259 are no X frames active.
6260
6261 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6262
6263 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6264 `ignore-errors' (the function must succeed always).
6265
6266 2008-08-28 Edward O'Connor <hober0@gmail.com>
6267
6268 * json.el (json-read-number): New arg. Handle explicitly signed
6269 numbers.
6270 (json-readtable): Add `+' and `.'.
6271
6272 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6273
6274 * term/pc-win.el (msdos-previous-message): New variable.
6275 (msdos-show-help): New function.
6276 (msdos-initialize-window-system): Set show-help-function to
6277 msdos-show-help.
6278
6279 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6280
6281 * emacs-lisp/debug.el (debug): When killing a noninteractive
6282 Emacs, give an exit status of -1.
6283
6284 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6287
6288 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6289
6290 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6291 not the same as the last modification time, fall back on the
6292 backend-specific check.
6293
6294 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6295
6296 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6297 to go to the position of interest.
6298
6299 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6300
6301 * textmodes/artist.el (artist-mode-init): Add comment on the
6302 setting up of the `artist-replacement-table' array.
6303 (artist-get-replacement-char): New defsubst.
6304 (artist-get-char-at-xy-conv, artist-replace-char)
6305 (artist-replace-chars, artist-replace-string): Use it instead of
6306 accessing `artist-replacement-table' directly.
6307 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6308
6309 (artist-mt): Fix structures for cut and copy operations.
6310
6311 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * shell.el (shell-file-name-quote-list): Quote `$'.
6314
6315 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6316 change to allow quoting of characters before point.
6317 (comint-dynamic-list-filename-completions): Quote common substring.
6318
6319 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * comint.el (comint-dynamic-complete-as-filename): If case is
6322 ignored while matching, replace the entire filename with completion.
6323
6324 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6325 flyspell-pre-point is valid to avoid signalling an error in
6326 post-command-hook.
6327
6328 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6329
6330 * linum.el (linum): Inherit remaining face attributes from default
6331 face.
6332
6333 2008-08-26 Markus Triska <markus.triska@gmx.at>
6334
6335 * linum.el (linum-delay): Disable - it should no longer be
6336 necessary, and can lead to longer delays.
6337 (linum-update-window): Renumber if margin width has changed.
6338
6339 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6340
6341 * epa.el (epa--key-widget-action): Save the selected window to
6342 make `widget-button-click-moves-point' work. (Bug#733).
6343
6344 2008-08-26 Glenn Morris <rgm@gnu.org>
6345
6346 * calendar/holidays.el (calendar-holidays): Doc fix.
6347
6348 * progmodes/gud.el (tramp-file-name-localname)
6349 (tramp-dissect-file-name): Declare.
6350
6351 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6352
6353 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6354
6355 * bindings.el (mode-line-frame-control): New function, caters to
6356 `pc' ``window system''.
6357 (mode-line-frame-identification): Use it instead of accessing
6358 window-system directly.
6359
6360 2008-08-25 Juri Linkov <juri@jurta.org>
6361
6362 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6363 `center-line' and "\eS" from `center-paragraph'.
6364 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6365 `center-paragraph'.
6366
6367 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6368
6369 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6370 (newsticker-treeview-treewindow-width): New.
6371 (newsticker-treeview-listwindow-height): New.
6372 (newsticker-treeview-browse-url-item): New.
6373 (newsticker-treeview-mode-map):
6374 Add newsticker-treeview-browse-url-item.
6375 (newsticker--treeview-window-init):
6376 Use newsticker-treeview-treewindow-width and
6377 newsticker-treeview-listwindow-height.
6378
6379 * net/newst-reader.el (newsticker-browse-url-item): New.
6380
6381 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * vc-dir.el (vc-dir-marked-only-files-and-states):
6384 (vc-dir-child-files-and-states): Reverse the list before returning it.
6385
6386 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6389
6390 2008-08-24 Romain Francoise <romain@orebokech.com>
6391
6392 * progmodes/python.el (run-python): Remove '' from sys.path.
6393
6394 2008-08-23 Glenn Morris <rgm@gnu.org>
6395
6396 * progmodes/fortran.el (fortran-tab-mode-string)
6397 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6398
6399 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6400
6401 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6402 Add declare-function.
6403
6404 * startup.el (command-line): Don't call tty-register-default-colors
6405 if initial-window-system is `pc'.
6406
6407 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6408 (msdos-key-remapping-map): New variable. Move here all the special
6409 keys we will be remapping via local-function-key-map.
6410 (msdos-setup-keyboard): New function.
6411
6412 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6413 make-msdos-frame.
6414 (terminal-init-internal): New function, errors out if called.
6415 (msdos-initialize-window-system): New function.
6416 (msdos-create-frame-with-faces): Set the terminal's
6417 `terminal-initted' (sic!) parameter.
6418 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6419 (window-system-initialization-alist):
6420 Add msdos-initialize-window-system.
6421 (handle-args-function-alist): Use tty-handle-args for `pc'
6422 ``window system'' as well.
6423 (pc-win): Provide.
6424
6425 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6426 code for using msdos-color-values.
6427
6428 * loadup.el [ms-dos]: Load term/pc-win.
6429
6430 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6431
6432 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6433 directory name.
6434
6435 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * progmodes/gud.el (gud-common-init): Use absolute file so that
6438 perldb works with tramp (sudo).
6439
6440 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6441 match data in process filters.
6442
6443 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6444
6445 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6446 can be written.
6447
6448 2008-08-23 Glenn Morris <rgm@gnu.org>
6449
6450 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6451 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6452
6453 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6454
6455 * subr.el (temp-buffer-show-hook): Doc fix.
6456
6457 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6458
6459 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6460 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6461 <tassilo@member.fsf.org>.
6462
6463 * net/trampver.el: Update release number.
6464
6465 * net/xesam.el (xesam-minor-mode): New minor mode.
6466 (xesam-highlight-buffer): Remove. Code moved to
6467 `xesam-minor-mode'.
6468 (xesam-refresh-entry): Use `xesam-minor-mode'.
6469
6470 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * minibuffer.el (completion--try-word-completion):
6473 Disable partial-completion when considering the addition of a space
6474 or hyphen.
6475
6476 2008-08-21 John Paul Wallington <jpw@pobox.com>
6477
6478 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6479 filename of `tofile' doesn't contain any colons on Windows,
6480 Cygwin, and MS-DOS systems.
6481
6482 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6483
6484 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6485 (epg-context-set-progress-callback): Make sure the callback is a
6486 cons of a function and a handback. Update all callers.
6487
6488 2008-08-20 David Reitter <david.reitter@gmail.com>
6489
6490 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6491 Patch applied by Adrian Robert.
6492
6493 2008-08-20 Kevin Ryde <user42@zip.com.au>
6494
6495 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6496 directive lines.
6497
6498 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6499
6500 * net/xesam.el (xesam-highlight-string): Precise doc string.
6501 (xesam-highlight-buffer): New defun.
6502 (xesam-refresh-entry): Use it. Better check for sourceModified.
6503
6504 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6507 their names.
6508
6509 2008-08-19 Kenichi Handa <handa@m17n.org>
6510
6511 * language/european.el ("Esperanto"): Change the preferred
6512 charsets to iso-8859-3.
6513
6514 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6515
6516 * international/fontset.el (script-representative-chars):
6517 Delete the entry for symbol.
6518 (setup-default-fontset): For symbol characters, don't specify
6519 :script property.
6520
6521 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * minibuffer.el (completion-table-dynamic): Doc fix.
6524
6525 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6526 saved.
6527
6528 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * emulation/edt.el (edt-default-emulation-setup):
6531 Share global-buffers-menu-map with the emulated global map.
6532
6533 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6534
6535 * term/ns-win.el (global): Uncomment "put backspace
6536 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6537
6538 2008-08-18 Kenichi Handa <handa@m17n.org>
6539
6540 * international/mule-diag.el (font-show-log): Add optional arg N
6541 to control the limit of font listing.
6542
6543 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * window.el (recenter-top-bottom): Determine top and bottom
6546 positions using scroll-margin instead of scroll-conservatively.
6547
6548 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6549
6550 * proced.el (proced-send-signal): Use beginning-of-line.
6551
6552 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6553
6554 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6555 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6556 listing types.
6557 (proced-log-buffer): New variable.
6558 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6559 region if transient-mark-mode is turned on and the region is active.
6560 (proced-omit-processes): Rename from proced-hide-processes to
6561 avoid key clash with describe-mode (bound to h). Search for
6562 marked processes starting from point-min.
6563 (proced-header-space): Remove.
6564 (proced-send-signal): Handle errors. Operate on current process
6565 if no process is marked.
6566 (proced-why): New command.
6567 (proced-log, proced-log-summary): New functions.
6568 (proced-help): Use proced-why.
6569 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6570 (bibtex-autokey-year-title-separator): Fix docstring.
6571
6572 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6573
6574 * net/xesam.el (xesam-vendor, xesam-notify-function):
6575 New local variables.
6576 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6577 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6578 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6579 (xesam-new-search): Initialize `xesam-vendor'.
6580
6581 2008-08-15 Glenn Morris <rgm@gnu.org>
6582
6583 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6584 a pipeline.
6585 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6586 unless at the end of the pipeline. (Bug#699).
6587
6588 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * minibuffer.el (completion-boundaries): Doc fix.
6591 (display-completion-list): Only default base-size to zero if
6592 completing in the minibuffer.
6593
6594 * simple.el (completion-base-size): Doc fix.
6595 (choose-completion): Try reselecting completion-reference-buffer.
6596
6597 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6598
6599 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6600 also for remote directories.
6601
6602 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6605 since those precomputed values aren't used any more.
6606 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6607
6608 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6609
6610 * help.el (with-help-window): Return last value in BODY.
6611
6612 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6613
6614 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6615 notify function of the URL.
6616 (xesam-new-search): Encode special characters in the query string.
6617
6618 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6619
6620 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6621
6622 2008-08-13 Andreas Schwab <schwab@suse.de>
6623
6624 * net/tramp.el (tramp-handle-shell-command): Handle output going
6625 to current buffer like shell-command. Don't disable undo.
6626
6627 2008-08-13 Glenn Morris <rgm@gnu.org>
6628
6629 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6630 description is found.
6631
6632 2008-08-12 Alan Mackenzie <acm@muc.de>
6633
6634 * progmodes/cc-defs.el (c-emacs-features):
6635 argumentative-bod-function: bind mark-ring to avoid accumulating a
6636 spurious mark.
6637
6638 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * simple.el (visual-line--saved-state): New var.
6641 (visual-line-mode): Save local values of variables, and restore
6642 them when visual-line-mode is disabled.
6643
6644 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6645
6646 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6647
6648 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * progmodes/cc-defs.el (c-emacs-features):
6651 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6652 moving point during the test.
6653
6654 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6655
6656 2008-08-11 Glenn Morris <rgm@gnu.org>
6657
6658 * term/ns-win.el (x-parse-geometry): Doc fix.
6659
6660 * dired.el (x-popup-menu):
6661 * hi-lock.el (x-popup-menu):
6662 * mouse.el (font-face-attributes):
6663 * calendar/cal-menu.el (x-popup-menu):
6664 * calendar/calendar.el (x-popup-menu):
6665 * calendar/holidays.el (x-popup-menu):
6666 * progmodes/cperl-mode.el (x-popup-menu):
6667 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6668 (x-open-connection):
6669 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6670 (x-command-line-resources):
6671 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6672 (x-display-name, x-command-line-resources):
6673 Add declarations for builds without X.
6674
6675 2008-08-10 Glenn Morris <rgm@gnu.org>
6676
6677 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6678
6679 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6680
6681 * vc-bzr.el (vc-bzr-find-revision): Rename from
6682 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6683
6684 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6685
6686 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6687 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6688 "DONE", when all hits are retrieved.
6689 (xesam-search): Autoload it.
6690
6691 2008-08-11 John Paul Wallington <jpw@pobox.com>
6692
6693 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6694 empty string when no filename.
6695 (define-ibuffer-column filename): Accommodate that change.
6696
6697 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6698 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6699
6700 2008-08-10 Glenn Morris <rgm@gnu.org>
6701
6702 * Makefile.in (ELCFILES): Update.
6703
6704 2008-08-10 John Paul Wallington <jpw@pobox.com>
6705
6706 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6707
6708 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * battery.el (battery-echo-area-format, battery-status-function):
6711 Handle new Linux sysfs format for battery reporting.
6712 (battery-linux-sysfs): New function.
6713
6714 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6715
6716 * add-log.el (change-log-search-tag-name)
6717 (change-log-goto-source): Fix behavior when point is not on tag.
6718
6719 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6720
6721 * startup.el (command-line-ns-option-alist): Use ignore instead of
6722 ns-ignore-0-arg.
6723
6724 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6725 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6726 (ns-alternatives-map): New variable.
6727 (x-set-up-function-keys): Use it.
6728 (global): Comment out "put backspace ascii-character..." and friends.
6729 Move function-key-map into ns-alternatives-map. Don't call
6730 precompute-menubar-bindings. Don't set anything connected with
6731 browse-url.
6732 (after-make-frame-functions): Clarify comment why a hook is added.
6733
6734 2008-08-06 Joakim Verona <joakim@verona.se>
6735
6736 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6737 in url:s.
6738
6739 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6740
6741 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6742 Fix 2008-01-01 change: use a shy group to not affect subsequent
6743 match calls.
6744
6745 2008-08-06 Reto Zimmermann <reto@gnu.org>
6746
6747 * progmodes/vera-mode.el (vera-electric-tab):
6748 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6749 region when active.
6750
6751 2008-08-06 Kenichi Handa <handa@m17n.org>
6752
6753 * faces.el (face-valid-attribute-values): Fix handling the value
6754 of (font-family-list) and font-XXX-table.
6755
6756 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6757
6758 * proced.el (proced-menu): Bind the correct function to for toggling.
6759
6760 * vc-dir.el (vc-dir-mode): Fix typo.
6761
6762 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6763
6764 * whitespace.el (whitespace-newline-mode)
6765 (global-whitespace-newline-mode, whitespace-mode)
6766 (global-whitespace-mode): Improve docstring.
6767
6768 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6771
6772 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6773
6774 * cus-start.el (all): Handle auto-save-visited-file-name.
6775
6776 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6777
6778 * files.el (hack-one-local-variable-eval-safep): Handle
6779 lisp-indent-function and scheme-indent-function in addition to the
6780 deprecated lisp-indent-hook.
6781
6782 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6783
6784 * net/xesam.el (top): Require `wid-edit' always.
6785 (xesam-mode-line, xesam-highlight): New deffaces.
6786 (xesam-objects): New local variable.
6787 (xesam-search-engines): Fix error in field list.
6788 (xesam-mode): Use `xesam-mode-line' instead of
6789 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6790 proper initialization (why?).
6791 (xesam-highlight-string, xesam-get-hits)
6792 (xesam-kill-buffer-function): New defuns.
6793 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6794 result of "hit.fields", it isn't a string only. Wrap an error of
6795 the strigi search engine ("xesam:size" is returned as string).
6796 Highlight search items.
6797 (xesam-refresh-search-buffer): Make logic of counters more simple.
6798 Prefetch next hits.
6799 (xesam-signal-handler): Use `xesam-mode-line' instead of
6800 `font-lock-type-face'.
6801 (xesam-new-search): Add `xesam-kill-buffer-function' to
6802 `kill-buffer-hook'.
6803
6804 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6805
6806 * add-log.el (change-log-next-error, change-log-mode): Add support
6807 for `next-error' to call `change-log-goto-source' on named files
6808 in a ChangeLog.
6809
6810 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6811
6812 * calc/calc.el (math-read-number): Handle all C-like languages
6813 properly.
6814
6815 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6816
6817 * calc/calc.el (math-read-number): Handle C numbers beginning with
6818 0 correctly.
6819
6820 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6821
6822 * term/ns-win.el ([ns-new-frame]): New global key.
6823
6824 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6825
6826 * international/mule-cmds.el (read-char-by-name):
6827 Check UCS names with `assoc-string' and case folding.
6828
6829 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6830
6831 * net/dbus.el (dbus-call-method-asynchronously)
6832 (dbus-method-return-internal, dbus-method-error-internal):
6833 Declare them with `declare-function'.
6834
6835 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * descr-text.el (describe-char-display): Fix last change:
6838 don't pass CHARSET to `encoded-string-description'.
6839
6840 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6841
6842 * vc.el (vc-next-action): Update list var correctly after delete.
6843
6844 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * ido.el (ido-mode): Add toggle notification.
6847
6848 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6849 already visiting the custom file.
6850
6851 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6852 pending output coming after the status change.
6853
6854 2008-08-02 Jason Rumney <jasonr@gnu.org>
6855
6856 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6857
6858 2008-08-01 Kenichi Handa <handa@m17n.org>
6859
6860 * international/mule-cmds.el (encode-coding-char):
6861 New optional arg CHARSET.
6862
6863 * descr-text.el (describe-char-display): Call encode-coding-char
6864 with the arg CHARSET.
6865 (describe-char): Pay attention to the text-property `charset'.
6866
6867 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6868
6869 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6870 error messages.
6871 (dbus-set-property): Call `dbus-introspect-get-property' instead
6872 of `dbus-get-property'.
6873
6874 * net/xesam.el (xesam-all-fields): Remove source and content
6875 identifiers.
6876 (xesam-dbus-unique-names): New defvar.
6877 (xesam-dbus-call-method): New defun. Replace all calls of
6878 `dbus-call-method' by `xesam-dbus-call-method'.
6879 (xesam-get-cached-property, xesam-set-cached-property):
6880 New defuns.
6881 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6882 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6883 (xesam-search-engines): Make it an association list. Take changed
6884 layout into account in the corresponding function.
6885 (xesam-delete-search-engine): Remove check for consistency of
6886 `xesam-search-engines', not needed anymore.
6887 (xesam-mode): Show XML query string only in the debug case.
6888
6889 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6890
6891 * files.el (read-file-modes): Fix typo in docstring.
6892
6893 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6896 files.
6897
6898 * apropos.el (apropos-symbol): Don't set button skip by default.
6899 (apropos-print): Set button skip iff searching for multiple types.
6900 (apropos-print-doc): Insert blank label button when searching for
6901 a single type.
6902
6903 * button.el (forward-button): Avoid infloop.
6904
6905 * minibuffer.el (read-file-name-completion-ignore-case):
6906 Add cygwin to the list.
6907
6908 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6909
6910 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6911 turn off case-fold-search.
6912
6913 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6916 (dbus-message-type-invalid, dbus-message-type-method-call)
6917 (dbus-message-type-method-return, dbus-message-type-error)
6918 (dbus-message-type-signal): New defconst.
6919 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6920 (dbus-return-values-table): New defvar.
6921 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6922 New defun.
6923 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6924 Extend docstring. Adapt implementation according to new
6925 `dbus-event' layout.
6926 (dbus-event-service-name, dbus-event-path-name)
6927 (dbus-event-interface-name, dbus-event-member-name):
6928 Adapt implementation according to new `dbus-event' layout.
6929 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6930
6931 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6932 (xesam-mode): Rework implementation.
6933 (xesam-new-search): Additional parameter TYPE.
6934 (xesam-search): Adapt call of `xesam-new-search'.
6935
6936 2008-07-31 Juri Linkov <juri@jurta.org>
6937
6938 * dired-aux.el (dired-do-chmod): Set default value to the original
6939 mode string using absolute notation like u=rwx,g=rx,o=rx.
6940 Use it as a new arg `default' of `dired-mark-read-string'.
6941 (dired-mark-read-string): Add new optional arg `default'.
6942
6943 * files.el (read-file-modes): Set default value to the original
6944 mode string using absolute notation like u=rwx,g=rx,o=rx.
6945 Use it as the `default' arg of `read-string'.
6946
6947 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6948 variable `files' is bound to avoid warnings.
6949
6950 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6951 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6952 to the command `isearch-forward' instead of displaying "See C-s".
6953 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6954 with their interactive specifications. Move reading the face name to
6955 the main body after calls to isearch-done and isearch-clean-overlays.
6956
6957 * mb-depth.el: Unify all names under one common name prefix
6958 `minibuffer-depth-'.
6959 (minibuffer-depth-indicator-function): Rename from
6960 `minibuf-depth-indicator-function'.
6961 (minibuffer-depth-overlay): Rename from
6962 `minibuf-depth-overlay'.
6963 (minibuffer-depth-setup): Rename from
6964 `minibuf-depth-setup-minibuffer'.
6965 (minibuffer-depth-indicate-mode): Rename from
6966 `minibuffer-indicate-depth-mode'.
6967
6968 2008-07-31 Juri Linkov <juri@jurta.org>
6969
6970 * dired-aux.el (dired-isearch-filenames-toggle): New command.
6971 (dired-isearch-filenames-setup): Bind "\M-sf" to
6972 dired-isearch-filenames-toggle in isearch-mode-map.
6973 (dired-isearch-filenames-end): Bind "\M-sf" to nil
6974 in isearch-mode-map.
6975
6976 * isearch.el (isearch-edit-string-set-word): New command.
6977 (minibuffer-local-isearch-map): Bind "\C-w" to
6978 isearch-edit-string-set-word.
6979 (isearch-new-word): Temporary internal variable.
6980 (isearch-edit-string): Remove special case of reading the
6981 first character and checking it for C-w.
6982
6983 * simple.el (read-shell-command, shell-command):
6984 Move code that uses minibuffer-with-setup-hook to set
6985 minibuffer-default-add-function to minibuffer-default-add-shell-commands
6986 from the interactive spec of `shell-command' to `read-shell-command'.
6987
6988 * international/mule-cmds.el (read-char-by-name):
6989 Accept hash notation. Doc fix.
6990 (ucs-insert): Doc fix. Convert to number only when `arg' is
6991 a string. Use separate error message when `arg' is not an integer.
6992 Bind `ucs-insert' to `C-x 8 RET'.
6993
6994 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
6995
6996 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
6997 move the (arglist-cont-nonempty) from c-offsets-alist to
6998 c-hanging-braces-alist like other styles already have.
6999
7000 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7001
7002 * textmodes/texinfmt.el:
7003 * nxml/nxml-enc.el:
7004 * mail/feedmail.el:
7005 * international/mule.el:
7006 * international/latexenc.el:
7007 * emulation/viper-util.el:
7008 * emulation/viper-init.el:
7009 * emulation/viper-ex.el:
7010 * emacs-lisp/bytecomp.el:
7011 * version.el:
7012 * subr.el:
7013 * startup.el:
7014 * sort.el:
7015 * shadowfile.el:
7016 * recentf.el:
7017 * printing.el:
7018 * paths.el:
7019 * minibuffer.el:
7020 * ls-lisp.el:
7021 * loadup.el:
7022 * hippie-exp.el:
7023 * finder.el:
7024 * files.el:
7025 * ediff-util.el:
7026 * ediff-ptch.el:
7027 * ediff-init.el:
7028 * ediff-diff.el:
7029 * dired.el:
7030 * dired-aux.el:
7031 * cus-edit.el:
7032 * bindings.el:
7033 * arc-mode.el:
7034 * add-log.el: Remove VMS support.
7035 * obsolete/vmsproc.el:
7036 * obsolete/vms-pmail.el:
7037 * obsolete/vms-patch.el: Remove file.
7038
7039 2008-07-31 Alan Mackenzie <acm@muc.de>
7040
7041 * progmodes/cc-mode.el (c-before-hack-hook): New function
7042 (Top Level): Install c-before-hack-hook on
7043 before-hack-local-variables-hook, rather than
7044 c-postprocess-file-styles on hack-local-variables-hook.
7045
7046 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * files.el (normal-mode): Move call to hack-project-variables into
7049 hack-local-variables.
7050 (file-local-variables-alist, before-hack-local-variables-hook):
7051 New vars.
7052 (ignored-local-variables): Add file-local-variables-alist.
7053 (hack-local-variables-filter): Renamed from
7054 hack-local-variables-apply. Add the result to
7055 file-local-variables-alist, without applying them.
7056 (hack-local-variables): Set file-local-variables-alist to nil.
7057 Call hack-project-variables and before-hack-local-variables-hook.
7058 Apply variables here, instead of hack-local-variables-apply.
7059 Based on a patch by Alan Mackenzie.
7060
7061 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7062
7063 * info-look.el (autoconf-mode :doc-spec): For
7064 "(autoconf)M4 Macro Index", if the item already
7065 begins with "AS_", don't prefix that string again.
7066
7067 2008-07-30 Juri Linkov <juri@jurta.org>
7068
7069 * info.el (info, Info-mode): Doc fix.
7070
7071 * isearch.el (isearch-mode-map): Bind `M-s r' to
7072 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7073 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7074 in the global map `search-map'.
7075 (isearch-forward): Doc fix.
7076 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7077
7078 * simple.el (quoted-insert): Comment out code that treats
7079 0240-0377 specially.
7080
7081 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * cus-start.el: Add customization info for
7084 read-buffer-completion-ignore-case.
7085
7086 2008-07-30 Sam Steingold <sds@gnu.org>
7087
7088 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7089
7090 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7091
7092 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7093 (vc-dir-mode): Improve docstring.
7094
7095 2008-07-30 Juri Linkov <juri@jurta.org>
7096
7097 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7098 for the sake of isearch-mode-hook in dired-mode in dired.el.
7099
7100 2008-07-19 Markus Triska <markus.triska@gmx.at>
7101
7102 * image-mode.el (image-mode): Set image-mode-text-map when image
7103 cannot be displayed.
7104
7105 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7106
7107 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7108 ada-xref-set-default-prj-values.
7109 (ada-prj-display-page): Ditto.
7110
7111 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7112 (ada-make-filename-from-adaname): Fix free variable.
7113
7114 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7115
7116 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7117
7118 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7119
7120 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7121 for declarations inside a parenthetical list. The code is ill-advised,
7122 and doesn't work given user defined types.
7123 (verilog-set-auto-endcomments): Enhance function automatic
7124 endcomment to support functions that return user defined types.
7125 (verilog-mode): Add code to tell which-function-mode minor mode
7126 that Verilog supports this feature.
7127 (verilog-beg-block-re-ordered, verilog-indent-re)
7128 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7129 (verilog-leap-to-head): Support the new virtual and/or protected
7130 tasks, as well as extern declarations of tasks for indenting and
7131 for forward/backward expression.
7132
7133 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7134
7135 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7136 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7137 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7138 (verilog-string-replace-matches): Avoid recursion with small
7139 replacements.
7140 (verilog-auto-inst-param-value, verilog-mode-version)
7141 (verilog-mode-version-date, verilog-read-inst-param-value)
7142 (verilog-auto-inst, verilog-auto-inst-param)
7143 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7144 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7145 David Rogoff. This allows parameters to be replaced with their
7146 values, on the expansion of an AUTOINST with Verilog 2001 style
7147 parameter settings.
7148
7149 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7150
7151 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7152 to `cddr'.
7153
7154 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * Makefile.in (ELCFILES): Add mairix.elc.
7157
7158 2008-07-29 David Engster <deng@randomsample.de>
7159
7160 * net/mairix.el: New file.
7161
7162 2008-07-29 Juri Linkov <juri@jurta.org>
7163
7164 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7165 instead of variable-pitch with bold and 1.2 height.
7166
7167 * dired-aux.el (dired-do-async-shell-command): New command.
7168
7169 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7170 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7171
7172 2008-07-29 Juri Linkov <juri@jurta.org>
7173
7174 * international/mule-cmds.el (ucs-names): New internal variable.
7175 (ucs-names): New function.
7176 (ucs-completions): New lazy completion variable.
7177 (read-char-by-name): New function.
7178 (ucs-insert): Replace interactive spec letter "s" with the call to
7179 `read-char-by-name'.
7180
7181 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7182
7183 * replace.el (occur-read-primary-args):
7184 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7185 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7186 second arg of `read-regexp'.
7187
7188 * dired-aux.el (dired-isearch-filenames): New user option.
7189 (dired-isearch-orig-success-function): New internal variable.
7190 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7191 (dired-isearch-success-function): New functions.
7192 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7193 New commands.
7194
7195 * dired.el (dired-insert-set-properties): Add new text property
7196 `dired-filename' to put on file names.
7197 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7198 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7199 Add menu items.
7200 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7201 buffer-local `isearch-mode-hook'.
7202
7203 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7206 (ada-create-case-exception): Fix typo in docstring.
7207 (ada-no-auto-case): Return nil, not the docstring.
7208 (ada-indent-current): Reflow docstring.
7209
7210 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7211 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7212 (ada-prj-load-from-file): Reflow docstring.
7213 (ada-prj-display-page): Fix typo in widget.
7214
7215 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7216 Fix typos in docstrings.
7217
7218 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7219 (ada-compile-current, ada-check-current, ada-run-application)
7220 (ada-get-ali-file-name): Fix typos in docstrings.
7221 (ada-xref-confirm-compile, ada-find-references)
7222 (ada-find-local-references, ada-find-any-references): Doc fixes.
7223 (ada-get-all-references): Fix typo in error message.
7224 (ada-xref-current-project): Use `let', not `let*'.
7225 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7226
7227 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7228
7229 * whitespace.el (whitespace-newline): Change initialization to have a
7230 low contrast relative to the background color. Suggested by David
7231 Reitter <david.reitter@gmail.com>.
7232
7233 2008-07-28 Juri Linkov <juri@jurta.org>
7234
7235 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7236 New functions.
7237
7238 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7239 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7240
7241 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7242
7243 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7244 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7245
7246 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7247
7248 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7249 Add support for add-log.
7250 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7251
7252 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7253 (ada-prj-save): Prompt for file name if not given.
7254 (ada-prj-display-page): Display casing exceptions.
7255
7256 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7257 Ada mode project files. Delete 'main_unit' project variable;
7258 only need 'main'. Simplify handling of default project values.
7259 Use cross-prefix consistently.
7260 (ada-find-executable): Throw error if not found.
7261 (ada-initialize-runtime-library): Improve error handling when
7262 gnatls not found.
7263 (ada-gnat-parse-gpr): New.
7264 (ada-treat-cmd-string): Allow process environment variables.
7265 (ada-xref-set-default-prj-values): Delete; replace with
7266 ada-default-prj-properties.
7267 (ada-parse-prj-file): Handle GNAT project files.
7268 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7269 (ada-select-prj-file): New.
7270 (ada-get-absolute-dir-list): Allow project and environment variables.
7271
7272 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7273
7274 Sync with Tramp 2.1.14.
7275
7276 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7277 (tramp-get-device): Make device number a cons cell.
7278 (tramp-convert-file-attributes): Make inode a cons cell.
7279
7280 * net/trampver.el: Update release number.
7281
7282 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7283
7284 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7285 window systems.
7286
7287 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7288
7289 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7290
7291 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7292
7293 Remove support for Mac Carbon.
7294 * term/mac-win.el: Remove file
7295 * international/mule-cmds.el:
7296 * version.el:
7297 * startup.el:
7298 * simple.el:
7299 * mwheel.el:
7300 * mouse.el:
7301 * loadup.el:
7302 * isearch.el:
7303 * info.el:
7304 * frame.el:
7305 * faces.el:
7306 * disp-table.el:
7307 * cus-start.el:
7308 * cus-face.el:
7309 * cus-edit.el:
7310 * Makefile.in: Remove code for Carbon.
7311
7312 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7313
7314 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7315 bindings for functions deleted by Dan N. 2008-07-21. Set
7316 where-is-preferred-modifier. Add show-manual option to Help menu.
7317
7318 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7319
7320 * net/tramp.el (tramp-handle-start-file-process):
7321 Set query-on-exit flag. Kill temporary buffer.
7322 (tramp-process-sentinel): Remove defun.
7323 (tramp-do-copy-or-rename-file-out-of-band)
7324 (tramp-maybe-open-connection): Don't call it.
7325
7326 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7327 `tramp-process-sentinel'.
7328
7329 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7330 `tramp-process-sentinel'.
7331
7332 * net/xesam.el (xesam-from): Remove defvar.
7333 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7334 and `mode-line-position'.
7335 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7336 information to the widgets. Don't set `mode-line-position'.
7337 (xesam-refresh-search-buffer): Correct hit number computing.
7338 Don't set `mode-line-position'.
7339 (xesam-new-search): Add debug information to the mode line.
7340
7341 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7342
7343 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7344 diff-show-trailing-whitespaces.
7345
7346 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7349 invalid filename strings when parsing tex errors (bug#376).
7350
7351 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7352
7353 * menu-bar.el (menu-bar-file-menu): Fix typo.
7354
7355 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7356
7357 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7358 (solitaire-mode): Define with `define-derived-mode'.
7359 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7360 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7361 (solitaire-undo, solitaire-check): Use `when'.
7362 (solitaire-solve): Err out if the solitaire is already in progress.
7363 Use `when'.
7364
7365 * descr-text.el (describe-char): Don't overwrite local variable char
7366 when describing characters with display-table entries. Display font
7367 backend when describing composed characters. Simplify: use `let'
7368 instead of `let*', and `or x y' instead of `if x x y'.
7369
7370 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * image-mode.el (image-minor-mode): Set up winprops.
7373
7374 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7375
7376 * diff-mode.el (diff-show-trailing-blanks): New fun.
7377 Show trailing blanks in modified lines for diff-mode.
7378
7379 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7380
7381 * Makefile.in (ELCFILES): Add net/xesam.el.
7382
7383 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7384 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7385
7386 * net/xesam.el: New file.
7387
7388 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7389
7390 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7391 set-file-modes when creating target directories.
7392
7393 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7394
7395 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7396 Set `show-trailing-whitespace' to nil.
7397 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7398 Fix typos in docstrings.
7399
7400 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7403 key remapping, not directly.
7404
7405 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7406
7407 * whitespace.el: New version 11.2.
7408 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7409 minor mode visualization.
7410
7411 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7414
7415 * Makefile.in (ELCFILES): Add term/common-win.elc.
7416
7417 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7418 (vc-dir-isearch-regexp): New functions.
7419 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7420
7421 2008-07-23 Juri Linkov <juri@jurta.org>
7422
7423 * isearch-multi.el: Remove file to avoid dos file name clashes
7424 with isearch-x.el. Move most content to misearch.el.
7425
7426 * misearch.el: New file with most content from isearch-multi.el.
7427 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7428 Remove `isearch-buffers-minor-mode'. Add new function
7429 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7430 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7431 `multi-isearch-files', `multi-isearch-files-regexp'.
7432
7433 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7434
7435 * isearch.el (isearch-message-prefix): Display "Multi" when
7436 `multi-isearch-next-buffer-current-function' is non-nil.
7437 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7438 with `multi-isearch-next-buffer-current-function', and
7439 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7440
7441 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7442 `multi-isearch-next-buffer-function' instead of
7443 `isearch-buffers-next-buffer-function'. Remove call to
7444 `isearch-buffers-minor-mode'.
7445
7446 * buff-menu.el (Buffer-menu-marked-buffers)
7447 (Buffer-menu-isearch-buffers)
7448 (Buffer-menu-isearch-buffers-regexp): New functions.
7449 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7450 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7451 `Buffer-menu-isearch-buffers-regexp'.
7452 (Buffer-menu-mode): Document new commands in docstring.
7453 (list-buffers-noselect): Add one space after Info file name
7454 according to the Info address convention.
7455
7456 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7457 New functions.
7458
7459 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7460 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7461 (ibuffer-mode): Document new commands in docstring.
7462
7463 * filesets.el (filesets-commands): Add commands for "Isearch" and
7464 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7465 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7466 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7467 or `multi-isearch-files-regexp'.
7468 (filesets-cmd-query-replace-getargs): Call standard function
7469 `query-replace-read-args' to read `query-replace' arguments.
7470 Add `multi-query-replace-map'.
7471 (filesets-cmd-query-replace-regexp-getargs)
7472 (filesets-cmd-isearch-getargs): New functions.
7473
7474 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * international/mule.el (recode-region): Deactivate mark at the end.
7477
7478 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7479
7480 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7481 Use more suitable colors on dark displays.
7482
7483 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7486 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7487 (tramp-temp-buffer-name): New defconst.
7488 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7489 command. No trailing prompt.
7490 (tramp-process-sentinel): Remove temporary buffer, if existing.
7491 Don't handle trailing prompt.
7492 (tramp-open-connection-setup-interactive-shell):
7493 Use `tramp-temp-buffer-name'.
7494
7495 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * shell.el (shell-dynamic-complete-functions):
7498 Use comint-dynamic-complete-filename as well (bug#361).
7499
7500 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7501
7502 * term/ns-win.el:
7503 * version.el (emacs-version):
7504 * loadup.el:
7505 * frame.el (make-frame-on-display): Check for ns instead of
7506 ns-windowing.
7507
7508 * dired.el (dired-mode-map): Show the key binding for wdired.
7509
7510 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7511 exiting Emacs.
7512
7513 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7514
7515 * term/ns-win.el (x-list-fonts): Drop alias.
7516
7517 2008-07-23 Juri Linkov <juri@jurta.org>
7518
7519 * replace.el (multi-query-replace-map): New variable.
7520 (perform-replace): Add processing of new multi-buffer keys bound
7521 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7522 if last input char was `automatic-all'. Set new local variable
7523 `multi-buffer' to t when one of new two keys were typed. Return
7524 non-nil value of `multi-buffer' that tells to calling functions
7525 to continue replacement on the next file.
7526
7527 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7528 `perform-replace' to `multi-query-replace-map'.
7529
7530 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7533 otherwise displayed in every buffer.
7534
7535 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7536 (vc-arch-trim-one-revlib): Delete temp directories as well.
7537
7538 2008-07-22 Stephen Eglen <stephen@gnu.org>
7539
7540 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7541
7542 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7543
7544 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7545
7546 2008-07-22 Miles Bader <miles@gnu.org>
7547
7548 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7549 (sh-mode-map): Remove remapping of newline-and-indent.
7550
7551 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7552
7553 * vc.el (Todo): Update.
7554
7555 * vc-hooks.el: Remove obsolete comment.
7556
7557 * vc-git.el (vc-git-status-printer): Update the directory display
7558 to match the default.
7559
7560 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7561
7562 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7563
7564 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7565 for "word wrap" command.
7566
7567 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7568
7569 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7570
7571 * term/ns-win.el: Rename ns- functions/variables to the
7572 corresponding x- versions.
7573 (x-select-text, x-cut-buffer-or-selection-value)
7574 (x-disown-selection-internal, x-get-selection-internal)
7575 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7576 (x-display-mm-width, x-display-mm-height)
7577 (x-display-backing-store, x-display-save-under)
7578 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7579 defaliases.
7580
7581 * frame.el (ns-display-name): Remove declaration.
7582 (make-frame-on-display): Use x-display-name instead
7583 ns-display-name. Use unless.
7584
7585 * startup.el (command-line-1): Fix indentation.
7586
7587 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7588 checked in inadvertently.
7589
7590 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * term/ns-win.el: Standardize references to "Nextstep" in
7593 comments, messages, and docstrings.
7594 (ns-handle-args, x-parse-geometry)
7595 (ns-extended-platform-support-mode, x-setup-function-keys)
7596 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7597 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7598 (ns-initialized, ns-initialize-window-system): Doc fixes.
7599
7600 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7601
7602 * diff-mode.el (diff-auto-refine): Delete defcustom.
7603 (diff-auto-refine-mode): New func/var via define-minor-mode.
7604 Update var ref to use diff-auto-refine-mode.
7605 * smerge-mode.el (diff-mode): Require when compiling.
7606 (smerge-auto-refine): Delete defcustom.
7607 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7608
7609 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * simple.el (visual-line): New custom group.
7612 (visual-line-fringe-indicators): New var.
7613 (visual-line-mode): Set fringe-indicator-alist based on
7614 visual-line-fringe-indicators. Add lighter.
7615
7616 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7617
7618 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7619 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7620 (x-handle-geometry, x-handle-name-switch, x-display-name)
7621 (x-handle-display, x-handle-args, x-colors): Move ...
7622 * term/common-win.el: ... here. New file.
7623 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7624 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7625 (x-handle-geometry, x-handle-name-switch, x-display-name)
7626 (x-handle-display, x-handle-args, x-colors): Remove.
7627 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7628
7629 2008-07-19 Juri Linkov <juri@jurta.org>
7630
7631 * startup.el (fancy-startup-text): Move the line "To quit
7632 a partially entered command, type Control-g" a few lines below
7633 to be after the line "To start". Add text "at gnu.org" to
7634 "Overview of Emacs features".
7635
7636 * dired.el (dired-mode-map): Fix menu text of
7637 image-dired-display-thumbs.
7638
7639 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7640 (image-dired-cmd-create-temp-image-options)
7641 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7642 ImageMagick command line to change the dimensions of the image
7643 only if its width or height exceeds the geometry specification.
7644
7645 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7646
7647 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7648 to docstrings.
7649
7650 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7651
7652 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7653 Vinicius Jose Latorre.
7654
7655 2008-07-19 Glenn Morris <rgm@gnu.org>
7656
7657 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7658 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7659
7660 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7661
7662 * net/dbus.el (dbus-interface-properties): New defconst.
7663 (dbus-introspect): Update docstring.
7664 (dbus-introspect-xml, dbus-introspect-get-attribute)
7665 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7666 (dbus-introspect-get-interface-names)
7667 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7668 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7669 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7670 (dbus-introspect-get-property)
7671 (dbus-introspect-get-annotation-names)
7672 (dbus-introspect-get-annotation)
7673 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7674 (dbus-introspect-get-signature, dbus-get-property)
7675 (dbus-set-property, dbus-get-all-properties): New defuns.
7676
7677 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7680 ns-grabenv.elc.
7681
7682 * ns-carbon-compat.el: File removed.
7683
7684 * ns-grabenv.el: File removed.
7685
7686 * term/ns-win.el: Contents of ns-carbon-compat.el and
7687 ns-grabenv.el moved here.
7688 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7689 (ns-submit-bug-report): Function removed. Reports go to the main
7690 Emacs bug list.
7691 (ns-handle-args, ns-spi-service-call): Doc fixes.
7692 (info-ns-emacs): Function removed. Nextstep port manual will be
7693 merged into the Emacs manual, so no separate link needed.
7694
7695 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7696
7697 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7698
7699 2008-07-18 Glenn Morris <rgm@gnu.org>
7700
7701 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7702 to XEmacs, since it does nothing for Emacs.
7703
7704 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7707 BUFFER that is a string but does not exist as a buffer object, as
7708 mentioned in the doc-string.
7709
7710 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7711
7712 * simple.el (line-move-visual): Make it a defcustom.
7713 (line-move-1): Convert temporary-goal-column back to an integer if
7714 it was set as a float by a previous call to line-move-visual.
7715 (end-of-visual-line, beginning-of-visual-line)
7716 (next-logical-line, previous-logical-line): New functions.
7717
7718 2008-07-17 David Reitter <david.reitter@gmail.com>
7719
7720 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7721 functions.
7722 (visual-line-mode, global-visual-line-mode): New minor mode.
7723 (visual-line-mode-map): New variable.
7724
7725 2008-07-17 Glenn Morris <rgm@gnu.org>
7726
7727 * term/ns-win.el (parameters): Declare for compiler.
7728
7729 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7730
7731 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7732 for Windows.
7733
7734 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7735
7736 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7737 (epa-key-mode): Ditto.
7738 (epa-info-mode): Ditto.
7739
7740 2008-07-17 Glenn Morris <rgm@gnu.org>
7741
7742 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7743 (ns-handle-numeric-switch): Just call ns-handle-switch.
7744 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7745 (ns-handle-args): Simplify using `pop'.
7746 (ns-display-name): Define (used in frame.el).
7747 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7748 original definition.
7749 (ns-perform-service): Declare.
7750 (ns-save-preferences): Use fewer `let's.
7751
7752 * frame.el (ns-display-name): Declare for compiler.
7753
7754 2008-07-17 Kenichi Handa <handa@m17n.org>
7755
7756 * descr-text.el (describe-char-unidata-list): Initialize to the
7757 list of name, general-category, decomposition, and old-name.
7758
7759 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7760
7761 * startup.el (command-line-1): Update processing of NS long options to
7762 mimic recent changes to processing of X long options.
7763
7764 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7765
7766 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7767 list of #defines for remote files.
7768 (gdb-source-info): Only show main if it has been found.
7769
7770 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * term/ns-win.el: Require CL; fix up comment style; reindent.
7773 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7774 (ns-save-preferences): Use `case'.
7775 (ns-initialize-window-system): Use `dolist'.
7776
7777 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7778
7779 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7780 windowing is used.
7781 * term/ns-win.el (ns-extended-platform-support-mode):
7782 Correct/improve documentation.
7783
7784 2008-07-16 Glenn Morris <rgm@gnu.org>
7785
7786 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7787 Simply require 'cl (see comment in cl-compat.el).
7788 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7789 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7790 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7791 directly rather by subterfuge. Provide cl before loading cl-macs.
7792
7793 * paths.el (rmail-spool-directory): Remove settings for systems that are
7794 no longer supported.
7795
7796 * frame.el (ns-initialize-window-system): Declare for compiler.
7797
7798 * term/ns-win.el: Add numerous declarations for compiler.
7799 (ns-pop-up-frames): Move definition before use. Doc fix.
7800
7801 * emacs-lisp/check-declare.el (check-declare-locate)
7802 (check-declare-verify): Handle .m files.
7803
7804 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7805
7806 * ns-carbon-compat.el: New file: user-visible compatibility of
7807 NeXTstep port with Carbon port.
7808 * ns-grabenv.el: New file: functionality useful on OS X platform to
7809 expose environment variables inside Emacs started from icon.
7810 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7811 * cus-edit.el:
7812 * cus-face.el:
7813 * disp-table.el:
7814 * faces.el:
7815 * info.el:
7816 * mouse.el:
7817 * mwheel.el:
7818 * simple.el: Add ns to window systems treated as GUIs.
7819 * facemenu.el (facemenu-read-color): Don't require a name match under
7820 NS, to allow numeric color entry.
7821 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7822 'ns window system if need be.
7823 (various): Add 'ns as described above.
7824 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7825 ns-windowing is active.
7826 * startup.el (command-line-ns-option-alist): New constant to handle NS
7827 windowing system specific command line args analogous to how they are
7828 handled for X windows.
7829 (command-line-1): Use the above where appropriate.
7830 * version.el: Add NS port version.
7831 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7832 Darwin (usually OS X) systems.
7833 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7834 * emulation/viper-util.el (ns-display-color-p)
7835 (ns-color-defined-p): Remove these (caustically-commented) outdated
7836 compensations for a port that was never itself integrated until now.
7837 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7838 for NS window system.
7839 * international/mule-cmds.el: Add 'ns to list of special-cased window
7840 systems (probably most of these, x/w32/mac/ns could be changed to
7841 window-system non-nil).
7842 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7843
7844 2008-07-14 Jason Rumney <jasonr@gnu.org>
7845
7846 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7847 (x-handle-numeric-switch, x-handle-initial-switch)
7848 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7849 (xw-defined-colors, w32-initialize-window-system):
7850 Avoid use of cl pop and push macros.
7851
7852 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7853
7854 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7855 error when change-log-search-file-name returns nil.
7856
7857 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7858
7859 * add-log.el (change-log-search-file-name):
7860 Use match-string-no-properties.
7861 (change-log-search-tag-name-1, change-log-search-tag-name)
7862 (change-log-goto-source-1, change-log-goto-source): New functions.
7863 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7864 New variables.
7865 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7866
7867 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7868
7869 * calc/calc-help.el (calc-describe-key): Add angles to special key
7870 descriptions.
7871
7872 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7873
7874 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7875 search for regexp.
7876
7877 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7878
7879 * simple.el (line-move-visual): Handle null pixel position gracefully.
7880
7881 2008-07-11 Jason Rumney <jasonr@gnu.org>
7882
7883 * files.el (file-truename): Get truename of ancestors if file does
7884 not exist on Windows.
7885
7886 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7889 (track-eol, temporary-goal-column, previous-line, next-line):
7890 Update docstring.
7891 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7892 to nil.
7893
7894 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * simple.el (line-move-visual): New var.
7897 (line-move-visual): New function.
7898 (line-move): Call line-move-visual.
7899
7900 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7901
7902 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7903 pattern and add patterns for C++ header files.
7904
7905 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * window.el (truncated-partial-width-window-p): New function.
7908
7909 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7910
7911 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7912 are set later to x-create-frame.
7913 (face-set-after-frame-default): Apply X resources for non-default
7914 faces.
7915
7916 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7919 frame-specific X resource settings. Set faces using a list of
7920 frame parameters explicitly passed to the calling
7921 function (e.g. make-frame).
7922 (x-create-frame-with-faces, tty-create-frame-with-faces):
7923 Supply explicit frame parameter list to face-set-after-frame-default.
7924
7925 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7926
7927 * net/browse-url.el (browse-url-default-browser):
7928 Fix argument list in lambda.
7929
7930 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7931
7932 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7933 from url-retrieve.
7934 (newsticker--sentinel-work): Fix xerror typo.
7935
7936 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7937
7938 * vc-dir.el (vc-dir-refresh): Only update files.
7939
7940 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7941
7942 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7943
7944 2008-07-06 John Paul Wallington <jpw@pobox.com>
7945
7946 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7947
7948 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7949
7950 * vc-git.el (vc-git-registered): Return true for removed files.
7951 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7952 all the files instead of one per file.
7953 (vc-git-previous-revision): Add support for project-wide previous
7954 revision when specified file is nil.
7955
7956 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7957
7958 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7959
7960 * vc-dir.el (vc-dir-find-child-files): New function.
7961 (vc-dir-resync-directory-files): New function.
7962 (vc-dir-recompute-file-state): New function, broken out of ...
7963 (vc-dir-resynch-file): ... here. Also deal with directories.
7964 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7965 (vc-resynch-buffer): Use it.
7966
7967 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7968
7969 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
7970
7971 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
7974 if it's not part of gdb-ui, e.g, at start.
7975
7976 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
7977 filenames in stack trace (text command mode).
7978
7979 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
7982
7983 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7984 Use syntax-ppss on a position *before* the char we want to change.
7985
7986 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
7987
7988 * vc-dir.el (vc-dir-query-replace-regexp): New function.
7989 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
7990 (vc-dir-mode-map): Likewise.
7991
7992 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
7993
7994 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
7995 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
7996 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
7997 Remove spurious * in defcustom docstrings.
7998
7999 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8000 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8001 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8002 (default-justification): Remove spurious * in defcustom docstrings.
8003
8004 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8005 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8006 (rst-compare-decorations, rst-default-indent, rst-update-section)
8007 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8008 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8009 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8010 Fix typos in docstrings.
8011 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8012 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8013 (rst-get-decorations-around, rst-section-tree-point)
8014 (rst-font-lock-adornment-point): Reflow docstrings.
8015 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8016 Doc fixes.
8017 (rst-re-enumerations): Comment out.
8018
8019 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8020 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8021 (nxml-unicode-block-char-name-set):
8022 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8023 * nxml/rng-nxml.el (rng-set-state-after):
8024 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8025
8026 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8027 (rng-c-parse-annotation-body):
8028 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8029
8030 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8031 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8032 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8033 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8034 Fix typos in docstrings.
8035 (nxml-attribute-indent): Reflow docstring.
8036 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8037 (nxml-default-buffer-file-coding-system): Doc fixes.
8038
8039 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8040 (nxml-ns-set-prefix): Fix typos in docstrings.
8041 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8042 Reflow docstring.
8043 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8044
8045 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8046 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8047 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8048 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8049 (nxml-outline-display-rest, nxml-outline-set-overlay)
8050 (nxml-section-tag-forward, nxml-section-tag-backward)
8051 (nxml-back-to-section-start): Fix typos in docstrings.
8052
8053 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8054 Doc fixes.
8055
8056 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8057 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8058 (nxml-scan-after-change): Fix typo in docstring.
8059
8060 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8061 (rng-name-class-possible-names): Doc fixes.
8062 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8063 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8064 Fix typos in docstrings.
8065 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8066 Reflow docstrings.
8067
8068 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8069 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8070
8071 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8072 (rng-xsd-convert-date-time): Reflow docstrings.
8073 (rng-xsd-compile): Fix typo in docstring.
8074
8075 * nxml/rng-loc.el (rng-current-schema-file-name)
8076 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8077 Doc fixes.
8078 (rng-set-schema-file): Fix typo in docstring.
8079
8080 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8081 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8082 Fix typos in docstrings.
8083 (rng-message-overlay, rng-conditional-up-to-date-start)
8084 (rng-conditional-up-to-date-end): Doc fixes.
8085 (rng-next-error, rng-previous-error): Reflow docstrings.
8086
8087 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8088 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8089 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8090 (xmltok-merge-attributes): Fix typos in docstrings.
8091 (xmltok-make-attribute, xmltok-forward-special)
8092 (xmltok-get-declared-encoding-position): Reflow docstrings.
8093
8094 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8095 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8096 Fix typos in docstrings.
8097
8098 2008-07-02 John Paul Wallington <jpw@pobox.com>
8099
8100 * ibuffer.el (ibuffer-buffer-file-name):
8101 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8102 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8103
8104 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8105
8106 * files.el (backup-extract-version): Handle versioned directories.
8107 (trash-directory): New variable.
8108 (move-file-to-trash): New function.
8109
8110 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8111
8112 2008-07-02 Magnus Henoch <mange@freemail.hu>
8113
8114 * vc-git.el (vc-git-annotate-command): Use proper option for
8115 specifying revision.
8116
8117 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8118
8119 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8120 if available.
8121
8122 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8123
8124 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8125
8126 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8127 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8128
8129 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8130
8131 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8134 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8135 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8136 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8137 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8138 (gdb-stack-list-locals-regexp): Future proof regexps better.
8139
8140 2008-06-30 Juri Linkov <juri@jurta.org>
8141
8142 * faces.el (face-name-history): New variable.
8143 (make-face, make-empty-face): Replace interactive spec "S"
8144 with `read-from-minibuffer' where `read' arg is t and
8145 `hist' arg is `face-name-history'.
8146 (read-face-name): Set `hist' arg of `completing-read-multiple'
8147 to `face-name-history'.
8148 (list-faces-display): Use `read-regexp' instead of `read-string'
8149 to read regexp.
8150
8151 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8152 to `regexp-history'.
8153 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8154 make it an obsolete alias to it.
8155 (hi-lock-face-defaults): New variable renamed from
8156 `hi-lock-face-history'.
8157 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8158 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8159 `read-from-minibuffer'. Doc fix.
8160 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8161 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8162 Set `hist' arg of `completing-read' to `face-name-history'.
8163 Put a list of default faces to `default' arg instead of `hist' arg.
8164
8165 * bindings.el (abbrev-map, narrow-map): New variables.
8166 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8167 Rebind related commands to these new maps.
8168 (ctl-x-r-map): New variable for rectangle, register and bookmark
8169 keys. Move rectangle keybindings to rect.el and register
8170 keybindings to register.el.
8171 (next-buffer, previous-buffer): Remove C-x prefix and move
8172 keybindings to ctl-x-map.
8173
8174 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8175 to the new map `ctl-x-r-map' in autoload cookies.
8176
8177 * expand.el: Rebind two global `C-x a' keys "n", "p"
8178 to the new map `abbrev-map' in autoload cookies.
8179
8180 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8181
8182 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8183
8184 2008-06-30 Miles Bader <miles@gnu.org>
8185
8186 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8187 after processing an escape sequence.
8188
8189 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8190
8191 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8192 from 2008-06-28. It does not work on W32.
8193
8194 2008-06-29 Juri Linkov <juri@jurta.org>
8195
8196 * replace.el (read-regexp): New function.
8197 (keep-lines-read-args, occur-read-primary-args):
8198 Call `read-regexp' instead of code moved to new function.
8199 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8200 from the end of prompt.
8201 (replace-re-search-function): Doc fix.
8202
8203 2008-06-29 Kenichi Handa <handa@m17n.org>
8204
8205 * descr-text.el (describe-char-display): Always return a string.
8206 (describe-char-padded-string): New function.
8207 (describe-char): Adjusted for the change of
8208 describe-char-display. Use describe-char-padded-string.
8209
8210 2008-06-29 Andreas Schwab <schwab@suse.de>
8211
8212 * vc-dir.el (vc-dir): Make backend argument optional and use
8213 vc-responsible-backend when nil. Interactively pass nil for
8214 backend instead of using the backend of what happens to be
8215 default-directory at the time of the call.
8216
8217 * find-dired.el (find-dired-filter): Preserve point.
8218
8219 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8220
8221 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8222 (sasl-find-mechanism, sasl-next-step):
8223 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8224 (sasl-ntlm-response): Fix typos in docstrings.
8225
8226 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8227
8228 * international/mule-cmds.el (view-hello-file): Doc fix.
8229
8230 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8233 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8234
8235 2008-06-28 John Paul Wallington <jpw@pobox.com>
8236
8237 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8238
8239 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8240
8241 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8242 (tramp-convert-file-attributes): Convert symlinks only when
8243 returned from `tramp-handle-file-attributes-with-stat'.
8244
8245 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8246 `substitute-in-file-name' when unloading.
8247 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8248
8249 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8250
8251 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8252 (vc-string-prefix-p): Move function ...
8253 * vc.el (vc-string-prefix-p): ... here.
8254
8255 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8256
8257 * vc-dir.el (vc-dir): Complete only directory names.
8258
8259 2008-06-27 Jason Rumney <jasonr@gnu.org>
8260
8261 * w32-fns.el (top-level): Unconditionally define all charsets.
8262
8263 2008-06-27 Alan Mackenzie <acm@muc.de>
8264
8265 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8266 the CC Mode specific functions; this is no longer needed, since
8267 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8268
8269 * progmodes/cc-defs.el (c-emacs-features): New feature
8270 'argumentative-bod-function.
8271
8272 2008-06-27 John Paul Wallington <jpw@pobox.com>
8273
8274 * chistory.el (list-command-history): Use `bound-and-true-p'.
8275 (command-history-map): Define within defvar. Add docstring.
8276
8277 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8278
8279 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8280 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8281 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8282 (image-type-from-buffer): Use `looking-at-p'.
8283
8284 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * ibuf-ext.el (diff-sentinel): Declare.
8287
8288 2008-06-27 Glenn Morris <rgm@gnu.org>
8289
8290 * calendar/lunar.el (calendar-lunar-phases): Rename from
8291 calendar-phases-of-moon. Keep old name as alias, update callers.
8292 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8293 (diary-lunar-phases): Rename from diary-phases-of-moon.
8294 Keep old name as alias.
8295 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8296 (cal-menu-global-mouse-menu): Update for lunar name changes.
8297 * calendar/calendar.el (calendar-mode-map): Update for name change.
8298 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8299
8300 2008-06-26 Glenn Morris <rgm@gnu.org>
8301
8302 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8303 argument `nolocation'.
8304 (calendar-sunrise-sunset-month): New function.
8305 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8306 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8307 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8308 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8309 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8310 (calendar-buffer-list): Add solar-sunrises-buffer.
8311
8312 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8313
8314 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * cus-start.el: Add customization types for word-wrap and
8317 shift-select-mode.
8318
8319 2008-06-26 John Paul Wallington <jpw@pobox.com>
8320
8321 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8322 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8323 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8324 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8325
8326 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8327
8328 * vc-dir.el (tool-bar): Require.
8329
8330 * vc.el (ewoc, tool-bar): Do not require.
8331
8332 2008-06-26 Kenichi Handa <handa@m17n.org>
8333
8334 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8335 characters.
8336
8337 * composite.el (terminal-composition-base-character-p): New function.
8338 (terminal-composition-function):
8339 Use terminal-composition-base-character-p. Include the base character
8340 in the composition.
8341 (auto-compose-chars): Don't check font-object for terminal display.
8342
8343 2008-06-26 Glenn Morris <rgm@gnu.org>
8344
8345 * doc-view.el (bookmark-make-record-default):
8346 * image-mode.el (bookmark-make-record-default): Fix declaration.
8347
8348 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8349 Add default :value for sexp type.
8350 (calendar-month-edges): New variable.
8351 (calendar-month-edges): New function.
8352 (calendar-recompute-layout-variables): Set calendar-month-edges.
8353 (calendar-intermonth-header, calendar-intermonth-text): New options.
8354 (calendar-insert-at-column): New function.
8355 (calendar-generate-month): Use calendar-insert-at-column.
8356 Handle intermonth text. Add 'date property.
8357 (calendar-column-to-month): Remove function.
8358 (calendar-column-to-segment): New function.
8359 (calendar-cursor-to-date): Use calendar-column-to-segment.
8360 Check 'date property.
8361
8362 * calendar/calendar.el (calendar-print-other-dates):
8363 Handle mouse events.
8364 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8365 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8366
8367 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8368 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8369 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8370
8371 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8372 Use calendar-column-to-segment, calendar-month-edges, and
8373 the 'date property to handle intermonth text.
8374
8375 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8376
8377 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8378 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8379 Add doc strings.
8380 (cal-menu-context-mouse-menu): Add some :keys.
8381 (calendar-check-holidays): Declare rather than autoloading.
8382 (diary-show-holidays-flag): Remove unneeded declaration.
8383
8384 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8385 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8386 event-start is nil.
8387
8388 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * minibuffer.el (completion-basic-try-completion): Use the text after
8391 point to constrain the completion candidates.
8392 (completion-basic-all-completions): Adjust accordingly.
8393
8394 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8395
8396 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8397 courier.
8398
8399 * faces.el (set-face-attribute): Doc fix.
8400
8401 2008-06-25 Juri Linkov <juri@jurta.org>
8402
8403 * bindings.el (goto-map): New variable. Rebind goto-related
8404 commands to this `M-g' prefix keymap.
8405 (search-map): New variable for `M-s' prefix keymap.
8406 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8407 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8408 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8409 `M-shw' to `hi-lock-write-interactive-patterns'.
8410
8411 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8412 `isearch-highlight-regexp'.
8413 (isearch-highlight-regexp): New function.
8414
8415 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * info.el (Info-bookmark-make-record):
8418 Use bookmark-make-record-default.
8419 (Info-bookmark-jump): Use bookmark-default-handler.
8420
8421 * image-mode.el (image-bookmark-make-record):
8422 Use bookmark-make-record-default.
8423 (image-bookmark-jump): Use bookmark-default-handler.
8424
8425 * doc-view.el (doc-view-bookmark-make-record):
8426 Use bookmark-make-record-default.
8427 (doc-view-bookmark-jump): Use bookmark-default-handler.
8428
8429 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8430 used until now in bookmark.el's code.
8431 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8432 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8433 used until now in bookmark.el's code.
8434 (bookmark-set-filename): Remove special code, moved to its only caller.
8435 (bookmark-store): Use the newer format.
8436 (bookmark-make-record-default): Add arg `point-only'.
8437 Rename from bookmark-make-record-for-text-file.
8438 (bookmark--jump-via): New function.
8439 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8440 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8441 Use it.
8442 (bookmark-jump-noselect, bookmark-default-handler):
8443 Don't return an alist, instead return the data implicitly by changing
8444 current buffer and point. Signal an error if the file doesn't exist.
8445
8446 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8447 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8448
8449 * bs.el: Use with-current-buffer. Simplify.
8450 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8451
8452 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8453 is bound before using it.
8454
8455 2008-06-25 Kenichi Handa <handa@m17n.org>
8456
8457 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8458
8459 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8460
8461 * vc-hg.el:
8462 * vc-git.el: Require vc-dir when compiling.
8463
8464 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8465 vc-dir-marked-only-files. Change the return value.
8466 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8467 Change the return value.
8468 (vc-dir-deduce-fileset): New function broken out from ...
8469 * vc.el (vc-deduce-fileset): ... here and ...
8470 (vc-deduce-fileset): ... here.
8471
8472 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8473 (vc-svn-parse-status): Do not set the vc-backend property.
8474
8475 2008-06-25 Andreas Schwab <schwab@suse.de>
8476
8477 * faces.el (face-font-family-alternatives, variable-pitch):
8478 Use "Sans Serif", not "Sans-Serif".
8479
8480 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8481
8482 * faces.el (face-font-family-alternatives, variable-pitch):
8483 Change "Sans" to the canonical name "Sans-Serif".
8484
8485 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8486
8487 * calc/calc.el (calc-mode-map): Add extra keybindings to
8488 `calc-missing-key'.
8489 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8490 `kill-ring-save'.
8491
8492 2008-06-24 Miles Bader <miles@gnu.org>
8493
8494 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8495 pops up the menu but doesn't select anything.
8496
8497 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8498
8499 * add-log.el (add-change-log-entry): Add new arg to force each new
8500 entry to be on a new line.
8501 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8502
8503 * vc-dir.el (vc-client-object): Remove.
8504 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8505 use it when looking for a buffer.
8506 (vc-dir): Add a backend argument. Set revert-buffer-function.
8507 Don't create a client object. Move bindings ...
8508 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8509 (vc-dir-revert-buffer-function): New function.
8510 (vc-generic-status-printer): Rename to ...
8511 (vc-dir-status-printer): ... this.
8512 (vc-generic-state, vc-generic-status-fileinfo-extra)
8513 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8514 (vc-default-status-printer): Use a different face for
8515 directories. Don't display any text for directories in the state
8516 column. Add tooltips.
8517
8518 * vc.el (Todo): Update.
8519
8520 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8521 * vc-rcs.el (vc-annotate-convert-time):
8522 * vc-mtn.el (vc-annotate-convert-time):
8523 * vc-git.el (vc-annotate-convert-time):
8524 * vc-cvs.el (vc-annotate-convert-time):
8525 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8526
8527 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8528
8529 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8530 instead of using view-mode.
8531
8532 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8535
8536 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8537
8538 * vc.el:
8539 * vc-hooks.el:
8540 * vc-dispatcher.el: Move vc-dir variables and functions ...
8541 * vc-dir.el: ... here. New file.
8542 * Makefile.in (ELCFILES): Add vc-dir.elc.
8543
8544 * vc.el: Move vc-annotate variables and functions ...
8545 * vc-annotate.el: ... here. New file.
8546 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8547
8548 * vc-dav.el: Move here from url/vc-dav.el.
8549 (Todo): Note work needed to make this backend functional.
8550
8551 * Makefile.in (ELCFILES): Update vc-dav.el location.
8552
8553 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8556
8557 2008-06-21 John Paul Wallington <jpw@pobox.com>
8558
8559 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8560
8561 * textmodes/rst.el (rst-mode): Put docstring in right place.
8562
8563 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8564
8565 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8566 size for legibility.
8567
8568 * faces.el (fixed-pitch): Use "Monospace" family.
8569 (variable-pitch): Use "Sans" family.
8570 (face-font-family-alternatives): Define alternatives for "Sans"
8571 and "Monospace".
8572
8573 2008-06-21 Glenn Morris <rgm@gnu.org>
8574
8575 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8576 Require 'cl when compiling.
8577
8578 * emacs-lisp/debug.el (help-xref-interned): Declare.
8579
8580 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8581 Evaluate definition when compiling.
8582
8583 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8584 rather than mouse-1.
8585 (bug-reference-url-format): Autoload safe if string.
8586 (bug-reference-bug-regexp): Make space after "bug" optional.
8587
8588 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8589 for some non-GNU makes.
8590
8591 * cus-dep.el (custom-dependencies-no-scan-regexp):
8592 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8593
8594 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8595 increments.
8596
8597 * calendar/calendar.el: Factor out the magic numbers controlling the
8598 calendar layout.
8599 (calendar-month-digit-width, calendar-month-width)
8600 (calendar-right-margin): New variables.
8601 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8602 New functions.
8603 (calendar-left-margin, calendar-intermonth-spacing)
8604 (calendar-column-width, calendar-day-header-width)
8605 (calendar-day-digit-width): New options.
8606 (calendar-first-date-row): New constant.
8607 (calendar-move-to-column, calendar-ensure-newline): New functions,
8608 replacing calendar-insert-indented.
8609 (calendar-insert-indented): Remove function.
8610 (calendar-generate-month): Use calendar-move-to-column and
8611 calendar-ensure-newline. Use layout variables.
8612 (calendar-generate, calendar-update-mode-line)
8613 (calendar-font-lock-keywords): Use layout variables.
8614 (calendar-column-to-month): New function.
8615 (calendar-cursor-to-date): Use calendar-column-to-month.
8616 Use layout variables.
8617 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8618 Use layout variables. Use calendar-column-to-month.
8619 (calendar-cursor-to-visible-date): Use layout variables.
8620
8621 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8624 (all): Run compile-last.
8625 (compile-onefile): New target.
8626 (compile-first): Simplify.
8627 (compile-last): Don't treat COMPILE_FIRST specially.
8628 (COMPILE_FIRST): List the elc files rather than the el files.
8629 (ELCFILES): Update.
8630
8631 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8632
8633 * net/newst-treeview.el: Remove dead code.
8634 (newsticker--window-config): Remove.
8635 (newsticker-treeview-quit): Do not save window config.
8636 (newsticker-treeview): Do not try to restore window config.
8637 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8638 (newsticker--treeview-list-new-items)
8639 (newsticker--treeview-list-immortal-items)
8640 (newsticker--treeview-list-obsolete-items)
8641 (newsticker--treeview-list-all-items)
8642 (newsticker--treeview-list-feed-items): Fix documentation.
8643
8644 2008-06-21 Miles Bader <miles@gnu.org>
8645
8646 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8647
8648 2008-06-21 Alan Mackenzie <acm@muc.de>
8649
8650 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8651 infinite loop on invalid syntax.
8652
8653 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * textmodes/rst.el: Run rst-define-level-faces when loading.
8656 (rst-mode): Don't set the font-lock-multiline var.
8657 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8658 Set the font-lock-multiline property by hand.
8659
8660 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8661
8662 * Makefile.in (emacs-deps): Remove.
8663 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8664 (all): Use them.
8665 (autogen-clean): Remove.
8666
8667 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * Makefile.in (all): New target.
8670 (bootstrap-prepare): Remove.
8671
8672 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8673 the .elc file to batch-byte-compile.
8674
8675 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8676 set-keymap-parents if set-keymap-parent doesn't exist.
8677
8678 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8679 Allow more than one space before the |.
8680
8681 * textmodes/rst.el: Fix up docstring conventions.
8682 Move vars to before their first use.
8683 (rst-mode): Don't mess with font-lock-support-mode.
8684 (rst-suggest-new-decoration, rst-adjust-decoration):
8685 Avoid CL's copy-list.
8686 (rst-delete-entire-line): Use line-beginning-position.
8687 (rst-position): New fun.
8688 (rst-straighten-decorations): Use it instead of CL's position.
8689 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8690 (rst-toc-mode): Use define-derived-mode.
8691 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8692 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8693 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8694 (rst-replace-lines): Simplify.
8695 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8696
8697 * simple.el (special-mode-map): New var.
8698 (special-mode): New major mode.
8699
8700 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8703 log-view-file-re.
8704
8705 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8706 (vc-switch-backend): Simplify.
8707 (Todo): Remove solved items.
8708
8709 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8710 the vc-backend property.
8711
8712 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8715 Bind inhibit-read-only since the buffer is always read-only.
8716
8717 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8718
8719 * net/newst-treeview.el (newsticker-treeview-own-frame):
8720 Change default value to nil.
8721 (newsticker--treeview-list-add-item)
8722 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8723
8724 2008-06-20 Martin Blais <blais@furius.ca>
8725 Stefan Merten <smerten@oekonux.de>
8726 David Goodger <goodger@python.org>
8727
8728 * textmodes/rst.el: New file.
8729
8730 2008-06-20 Sam Steingold <sds@gnu.org>
8731
8732 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8733 remove DIRECTORY entries.
8734
8735 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8736
8737 * makefile.w32-in (distclean): Depend on `clean'.
8738 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8739 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8740 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8741 empty cus-load.el with `echo', and include "Local Variables"
8742 section to prevent the empty file from being compiled.
8743 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8744 that generate an empty cus-load.el.
8745
8746 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8747
8748 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8749 Don't copy ldefs-boot.el over loaddefs.el.
8750 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8751 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8752 to loaddefs.el; they are not needed now. Add coding cookie.
8753
8754 2008-06-20 Miles Bader <miles@gnu.org>
8755
8756 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8757 Strip unnecessary list levels from SPECS.
8758 (buffer-face-set, buffer-face-toggle):
8759 Change argument from FACE to &rest SPECS, and strip unnecessary
8760 list levels from SPECS.
8761 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8762
8763 2008-06-20 Jason Rumney <jasonr@gnu.org>
8764
8765 * international/fontset.el (setup-default-fontset): Specify script
8766 for latin use of iso10646-1. Fix use of lang tags.
8767
8768 2008-06-19 Miles Bader <miles@gnu.org>
8769
8770 * face-remap.el (text-scale-increase): Start from zero if
8771 text-scale-mode isn't enabled.
8772
8773 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8776 frame parameters after setting up the `default' face.
8777
8778 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8779
8780 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8781
8782 2008-06-18 Glenn Morris <rgm@gnu.org>
8783
8784 * mouse.el (buffer-face-mode-invoke): Declare.
8785
8786 * Makefile.in (ELCFILES): Add org/org-id.elc.
8787
8788 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8789 * calendar/cal-menu.el (cal-menu-holidays-menu):
8790 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8791 (cal-menu-today-holidays): Remove function.
8792
8793 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8794 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8795 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8796 Remove unused functions.
8797 (calendar-mouse-view-diary-entries): Use format rather than concat.
8798
8799 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8800 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8801 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8802
8803 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8804 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8805 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8806 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8807 cal-menu-event-to-date.
8808
8809 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8810 Handle mouse events.
8811 * calendar/cal-tex.el (cal-tex-cursor-year)
8812 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8813 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8814 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8815 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8816 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8817 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8818 (cal-tex-cursor-month): Mark N as optional.
8819 * calendar/cal-menu.el (calendar-mouse-tex-day)
8820 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8821 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8822 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8823 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8824 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8825 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8826 Remove functions.
8827 (cal-menu-context-mouse-menu): Replace the above functions with the
8828 cal-tex versions. Add HTML submenu.
8829
8830 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8831
8832 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8833 text command mode.
8834 (gdb): Explain that gud-gdb is needed for text command mode.
8835
8836 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8837
8838 * window.el (split-height-threshold): Remove spurious extra line.
8839
8840 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8843 (calendar-set-mark):
8844 * calendar/diary-lib.el (diary-insert-entry):
8845 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8846 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8847 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8848 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8849 diary-insert-entry, and calendar-sunrise-sunset instead.
8850
8851 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8852 (vc-next-action): Pass the new arg.
8853 (vc-register): Don't use `only-files'.
8854 Don't set `backup-inhibited' in the current buffer.
8855
8856 2008-06-17 Miles Bader <miles@gnu.org>
8857
8858 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8859
8860 * face-remap.el (buffer-face-mode-face)
8861 (buffer-face-mode-remapping): New variables.
8862 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8863 (buffer-face-mode-invoke): New functions.
8864 (variable-pitch-mode-remapping): Variable removed.
8865 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8866
8867 * face-remap.el (internal-lisp-face-attributes): New variable.
8868 (face-attrs-more-relative-p, face-remap-order): New functions.
8869 (face-remap-add-relative): Use `face-remap-order'.
8870
8871 2008-06-17 Glenn Morris <rgm@gnu.org>
8872
8873 * mouse.el (x-select-font): Declare.
8874
8875 * calendar/calendar.el (calendar-move-hook):
8876 Add calendar-update-mode-line as an option.
8877 (calendar-date-echo-text): New user option.
8878 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8879 (calendar-insert-indented): Simplify newline insertion.
8880 (calendar-describe-mode): Remove unused function.
8881 (calendar-mode-line-entry): New function.
8882 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8883 Mark as risky.
8884 (calendar-mouse-other-month): Remove function.
8885 (calendar-other-month): Handle mouse events.
8886 (calendar-goto-info-node): Call fit-window-to-buffer.
8887 (calendar-mode): Use define-derived-mode. Doc fix.
8888 (calendar-update-mode-line): Tweak whitespace.
8889
8890 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8893 (vc-dir-marked-only-files): vc-string-prefix-p.
8894
8895 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8896
8897 * progmodes/gdb-ui.el (gdb-memory-set-address)
8898 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8899 (gdb-memory-mode-map): Bind above functions respectively
8900 to 'S' and 'N'.
8901
8902 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8903
8904 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8905
8906 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8907
8908 * log-view.el (vc-diff-internal): Declare for compiler.
8909
8910 * vc-bzr.el (log-view-per-file-logs):
8911 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8912
8913 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8914
8915 * mouse.el (mouse-appearance-menu-map): New var.
8916 (mouse-appearance-menu): New function.
8917 Bind it to S-down-mouse-1.
8918
8919 2008-06-15 Juri Linkov <juri@jurta.org>
8920
8921 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8922 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8923 as the second element.
8924 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8925 Don't print progress messages.
8926 (Info-toc-nodes): New variable and function.
8927 (Info-index-nodes): Optimize non-string file name case.
8928 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8929 (Info-insert-breadcrumbs): Use the cached document structure instead
8930 of visiting all ancestor nodes. Remove the initial `>'.
8931
8932 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8933
8934 * log-view.el (log-view-diff-changeset): New function.
8935 (log-view-mode-map, log-view-mode-menu): Bind it.
8936 (log-view-per-file-logs, log-view-vc-fileset)
8937 (log-view-vc-backend): New variables.
8938 (log-view-find-revision, log-view-modify-change-comment)
8939 (log-view-annotate-version): Throw an error if the log is for more
8940 than one file and we can't find the current file. Get the current
8941 file from log-view-vc-fileset if necessary.
8942 (log-view-diff): Get the current file from log-view-vc-fileset if
8943 necessary.
8944
8945 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8946
8947 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8948 (vc-hg-log-view-mode): Declare for compiler.
8949 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8950 log-view-file-re.
8951 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8952
8953 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8954
8955 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8956
8957 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8958
8959 * net/tramp.el (tramp-handle-start-file-process):
8960 Clear modification time of the connection buffer.
8961 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8962 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8963 restart `tramp-maybe-open-connection' when the remote system has
8964 been changed. Throw 'uname-changed event.
8965 (tramp-maybe-open-connection): Catch it.
8966
8967 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8968 Reset `tramp-locked'.
8969
8970 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8971
8972 * net/newst-treeview.el (newsticker--treeview-list-update)
8973 (newsticker--treeview-item-update)
8974 (newsticker--treeview-tree-update)
8975 (newsticker-treeview-jump, newsticker-group-add-group)
8976 (newsticker-group-move-feed, newsticker-group-delete-group):
8977 Remove window dedication.
8978 (newsticker--group-manage-orphan-feeds): Handle ill-valued
8979 newsticker-groups.
8980 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
8981
8982 2008-06-15 Andreas Schwab <schwab@suse.de>
8983
8984 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
8985 when parsing CVS/Repository.
8986
8987 * wdired.el (wdired-search-and-rename): Fix undocumented change.
8988
8989 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8990
8991 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
8992 (newsticker-extra-face, newsticker-enclosure-face): Moved to
8993 net/newst-reader.el.
8994
8995 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
8996 (newsticker-extra-face, newsticker-enclosure-face): Moved from
8997 net/newst-reader.el.
8998
8999 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9002 Catch and recover from case when the bytes we thought we were reading
9003 turn out to be something else entirely, such as latin-1 chars from
9004 quail. See bug#396.
9005
9006 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9007
9008 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9009 (vc-register): Call the backend function only once, instead of
9010 once for each file.
9011 (vc-next-action): Update call to vc-register.
9012 (vc-dir-register): Remove function.
9013 (vc-dir): Bind vc-register instead of vc-dir-register.
9014
9015 2008-06-14 Glenn Morris <rgm@gnu.org>
9016
9017 * Makefile.in (ELCFILES): Add net/newst-*.el.
9018
9019 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * wdired.el (wdired-do-renames): New function.
9022 (wdired-finish-edit): Use it to.
9023 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9024
9025 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9028
9029 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9030
9031 * window.el (window--even-window-heights): Even window heights
9032 only if the selected window is higher than WINDOW.
9033 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9034
9035 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9038
9039 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * term/linux.el (terminal-init-linux): Load t-mouse.
9042
9043 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9044 Drew Adams <drew.adams@oracle.com>
9045
9046 * info.el (Info-breadcrumbs-depth): New var.
9047 (Info-insert-breadcrumbs): New function.
9048 (Info-fontify-node): Use it.
9049 (Info-mode-map): Move initialization into declaration.
9050
9051 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9052
9053 Rename net/newsticker-*.el to net/newst-*.el.
9054 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9055 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9056 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9057 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9058 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9059 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9060 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9061 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9062 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9063 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9064
9065 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * progmodes/compile.el (compilation-start): Don't disable undo in
9068 comint buffer. Don't override the comint-filter with our own.
9069 (compilation-filter): Change point's insertion-type.
9070
9071 * comint.el (comint-output-filter): Use copy-marker.
9072
9073 2008-06-13 David Reitter <david.reitter@gmail.com>
9074
9075 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9076 Check message-signature-separator exists before using it.
9077
9078 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9079
9080 * vc.el (vc-delete-file): Bind default-directory before calling
9081 the backend.
9082 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9083 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9084 New function.
9085 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9086 (vc-annotate-mode-menu): Bind it.
9087
9088 2008-06-13 Jason Rumney <jasonr@gnu.org>
9089
9090 * term/w32-win.el (mouse-set-font): Remove overridden function.
9091 (w32-select-font): Declare as obsolete alias for x-select-font.
9092
9093 2008-06-13 Daniel Engeler <engeler@gmail.com>
9094
9095 These changes add serial port access.
9096 * term.el (term-update-mode-line): Modify.
9097 (serial-port-is-file-p, serial-nice-speed-history)
9098 (serial-no-speed, serial-mode-line-speed-menu)
9099 (serial-mode-line-config-menu): New variables and constants.
9100 (serial-name-history, serial-speed-history)
9101 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9102 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9103 (serial-mode-line-speed-menu, serial-update-speed-menu)
9104 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9105 (serial-update-config-menu): New functions.
9106
9107 2008-06-13 Glenn Morris <rgm@gnu.org>
9108
9109 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9110
9111 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9112
9113 2008-06-13 Kenichi Handa <handa@m17n.org>
9114
9115 * cus-face.el (custom-face-attributes): Add :foundry.
9116
9117 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9118 (face-x-resources): Add :foundry.
9119 (face-valid-attribute-values): Likewise.
9120 (face-attribute-name-alist): Likewise.
9121 (describe-face): Likewise.
9122
9123 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9126
9127 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * longlines.el (longlines-search-forward, longlines-search-backward)
9130 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9131
9132 2008-06-12 Sam Steingold <sds@gnu.org>
9133
9134 * vc.el (vc-rename-file): DTRT when the destination is a directory
9135 name and the source is a file.
9136
9137 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9140
9141 2008-06-12 Glenn Morris <rgm@gnu.org>
9142
9143 * progmodes/f90.el (f90-beginning-of-subprogram)
9144 (f90-end-of-subprogram): Only give a message when interactive.
9145
9146 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9147
9148 * progmodes/cperl-mode.el (cperl-info-on-command):
9149 Use display-pixel-height rather than x-display-pixel-height.
9150
9151 * mail/rmailedit.el (rmail-cease-edit):
9152 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9153
9154 * emulation/edt.el (edt-xserver):
9155 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9156
9157 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9158
9159 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9160 Evaluate definitions when compiling. Reverse tests.
9161
9162 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9163 use unless.
9164
9165 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9166
9167 * textmodes/artist.el (x-pointer-shape):
9168 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9169 (x-open-connection, x-server-max-request-size, x-get-resource):
9170 * term/w32console.el (x-setup-function-keys):
9171 * term/w32-win.el (x-parse-geometry, x-resource-name)
9172 (generate-fontset-menu, image-library-alist, x-open-connection)
9173 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9174 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9175 (x-get-resource):
9176 * term/mac-win.el (x-parse-geometry, x-resource-name)
9177 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9178 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9179 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9180 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9181 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9182 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9183 (tooltip-identifier-from-point, define-fringe-bitmap):
9184 * play/gamegrid.el (image-size):
9185 * play/bubbles.el (image-size):
9186 * mail/emacsbug.el (x-server-vendor, x-server-version):
9187 * international/mule-util.el (internal-char-font):
9188 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9189 (fontset-alias-alist, fontset-list, fontset-plain-name):
9190 * international/mule-cmds.el (x-server-vendor, x-server-version):
9191 * international/fontset.el (font-encoding-charset-alist)
9192 (otf-script-alist, new-fontset, set-fontset-font)
9193 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9194 (fontset-list, query-fontset, x-get-resource):
9195 * emulation/edt.el (x-server-vendor):
9196 * emulation/edt-mapper.el (x-server-vendor):
9197 * emacs-lisp/map-ynp.el (x-popup-dialog):
9198 * emacs-lisp/lmenu.el (x-popup-dialog):
9199 * x-dnd.el (x-window-property, x-change-window-property)
9200 (x-get-selection-internal):
9201 * woman.el (x-list-fonts):
9202 * w32-fns.el (x-server-version):
9203 * tooltip.el (x-show-tip, x-hide-tip):
9204 * tool-bar.el (image-mask-p):
9205 * thumbs.el (image-size):
9206 * term.el (overflow-newline-into-fringe):
9207 * subr.el (scroll-bar-scale):
9208 * startup.el (x-get-resource, tool-bar-mode, image-size):
9209 * select.el (x-get-selection-internal, x-own-selection-internal)
9210 (x-disown-selection-internal):
9211 * mouse.el (generate-fontset-menu):
9212 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9213 * image.el (image-library-alist):
9214 * image-mode.el (image-size, image-refresh):
9215 * image-dired.el (clear-image-cache):
9216 * gs.el (x-display-mm-width, x-display-pixel-width)
9217 (x-display-mm-height, x-display-pixel-height)
9218 (x-change-window-property, x-display-grayscale-p, x-window-property):
9219 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9220 (x-focus-frame, x-list-fonts, x-display-screens)
9221 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9222 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9223 (x-display-planes, x-display-color-cells, x-display-visual-class):
9224 * faces.el (internal-face-x-get-resource)
9225 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9226 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9227 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9228 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9229 (tool-bar-setup):
9230 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9231 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9232 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9233 * descr-text.el (internal-char-font):
9234 Define for compiler, for builds without X.
9235
9236 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9239
9240 2008-06-11 Glenn Morris <rgm@gnu.org>
9241
9242 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9243 before trying to move there.
9244 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9245 is non-nil, indent most terminating statements like loop body.
9246
9247 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9248 Gregorian date, and add it, not the local date, to diary-entries-list.
9249 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9250
9251 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * progmodes/compile.el (compilation-filter): Fix up last change.
9254
9255 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9256
9257 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9258 (gpm-mouse-mode): Make it into a proper global minor mode.
9259
9260 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9261 if the user enabled recursive-minibuffers.
9262
9263 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9264 Add support for scroll-other-window.
9265
9266 2008-06-11 Jason Rumney <jasonr@gnu.org>
9267
9268 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9269 Use tmm-menubar if menu is disabled in this frame.
9270
9271 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9272 from frame type, per documentation. Add w32 case.
9273
9274 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * minibuffer.el (completion--merge-suffix): New function.
9277 (completion-basic-try-completion): Use it.
9278 (completion-pcm--find-all-completions): Add argument `filter'.
9279 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9280 New functions.
9281 (completion-pcm-try-completion): Use them.
9282
9283 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9284 (turn-off-xterm-mouse-tracking): Use terminal-list.
9285
9286 * cus-start.el (underline-minimum-offset): Rename from
9287 x-underline-minimum-display-offset.
9288
9289 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9290
9291 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9292
9293 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9294
9295 * mouse.el (mouse-select-font): New function.
9296
9297 * faces.el (face-spec-recalc): When the face is set using
9298 Customize, avoid recalculating it twice.
9299
9300 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9301 Font" menu item to it. Apply selected font to all frames, and
9302 make it savable.
9303 (menu-bar-options-save): Save `default' font if changed.
9304
9305 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * ffap.el (ffap-string-at-point-mode-alist):
9308 Use alpha rather than lower.
9309
9310 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9311
9312 * subr.el (momentary-string-display): Use an overlay.
9313
9314 * progmodes/compile.el (compilation-mode):
9315 Set window-point-insertion-type.
9316 (compilation-filter): Don't use insert-before-markers any more.
9317 * emacs-lisp/trace.el (trace-make-advice):
9318 Set window-point-insertion-type in the trace buffer.
9319 * startup.el (normal-top-level): Set window-point-insertion-type in
9320 *Messages*.
9321 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9322 (telnet-filter): Don't use insert-before-markers any more.
9323 * comint.el (comint-mode): Set window-point-insertion-type.
9324 (comint-output-filter): Don't use insert-before-markers any more.
9325 * button.el (make-text-button): Allow `start' to be a string.
9326
9327 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9328
9329 * emacs-lisp/autoload.el (autoload-rubric):
9330 Fix coding cookie not to force Unix EOL.
9331
9332 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9333
9334 * window.el (window--splittable-p, window--try-to-split-window):
9335 Don't use with-selected-window to avoid messing up get-lru-window.
9336 Reported by David Hansen <david.hansen@gmx.net>.
9337
9338 2008-06-10 Glenn Morris <rgm@gnu.org>
9339
9340 * subr.el (locate-library): Doc fix.
9341
9342 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9343 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9344 Check tool-bar-map is bound, for non-X builds.
9345
9346 * net/newsticker-reader.el (newsticker--next-item-image)
9347 (newsticker--previous-item-image, newsticker--previous-feed-image)
9348 (newsticker--next-feed-image, newsticker--mark-read-image)
9349 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9350 (newsticker--get-all-image, newsticker--update-image)
9351 (newsticker--browse-image): Check xpm images are available.
9352 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9353 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9354
9355 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9356 (newsticker--plainview-tool-bar-map, newsticker-mode):
9357 Check tool-bar-map is bound, for non-X builds.
9358 (w3m-toggle-inline-image): Declare.
9359
9360 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9361
9362 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9363
9364 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9365 (finder-compile-keywords): Move let to where needed.
9366 (finder-mouse-face-on-line): Go back one more line if needed.
9367 (finder-list-matches): Use cadr.
9368 (finder-goto-xref): New function.
9369 (finder-commentary): Add buttons to jump to foo.el libraries.
9370
9371 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * apropos.el (apropos-function, apropos-macro, apropos-command)
9374 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9375 (apropos-plist): Add apropos-short-label property.
9376 (apropos-multi-type): New variables.
9377 (apropos-command, apropos-value): Set it.
9378 (apropos-compact-layout): New custom.
9379 (apropos-print, apropos-print-doc): Use it.
9380 (apropos-print): Truncate lines.
9381
9382 2008-06-09 Kenichi Handa <handa@m17n.org>
9383
9384 * international/fontset.el (font-encoding-alist):
9385 Add an entry for "ascii-0".
9386
9387 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9388
9389 * language/hanja-util.el (hanja-init-load): Show the message only
9390 when loading a table.
9391
9392 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9393
9394 * net/newsticker-treeview.el (newsticker-treeview):
9395 * net/newsticker-plainview.el (newsticker-plainview):
9396 Add autoload cookie.
9397
9398 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9399
9400 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9401 -reader, -plainview, and -treeview.
9402 (newsticker-version): Change to 1.99.
9403
9404 * net/newsticker-backend.el: New. Move backend functionality from
9405 newsticker.el to newsticker-backend.el.
9406 (newsticker--download-logos): New.
9407 (newsticker--sentinel-callback): New.
9408 (newsticker--set-customvar): Remove. Split up into specific
9409 functions related to retrieval, ticker, buffer, and display.
9410 (newsticker--set-customvar-retrieval): New. Extracted from
9411 `newsticker--set-customvar'.
9412 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9413 (newsticker-url-list-defaults):
9414 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9415 (newsticker-url-list): Doc changed. URL can be a function.
9416 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9417 (newsticker-retrieval-method): New.
9418 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9419 (newsticker-retrieval-interval):
9420 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9421 (newsticker-desc-comp-max): Change :group.
9422 (newsticker--cache): Doc changed.
9423 (newsticker--guid-to-string): New.
9424 (newsticker--guid): Use `newsticker--guid-to-string'.
9425 (newsticker--real-feed-name): New.
9426 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9427 (newsticker-start): Use `insert-file-contents' for reading cache.
9428 Use `newsticker--start-feed'.
9429 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9430 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9431 Use `newsticker--stop-feed'.
9432 (newsticker-save-item): New.
9433 (newsticker--get-news-by-funcall): New.
9434 (newsticker-get-news): Handle new retrieval methods.
9435 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9436 (newsticker--sentinel-work): New. Extracted from
9437 `newsticker--sentinel'. Use `newsticker--download-logos',
9438 `newsticker--sentinel-callback'.
9439 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9440 (newsticker--parse-atom-1.0): Fix link determination.
9441 (newsticker--parse-rss-0.91): Fix time determination.
9442 (newsticker--parse-rss-0.92): Fix time determination.
9443 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9444 (newsticker--parse-generic-feed): New arg order in
9445 `newsticker--cache-add'.
9446 (newsticker--parse-generic-items): Fix for multiple items.
9447 New arg order in `newsticker--cache-add'.
9448 (newsticker--forget-preformatted): Check whether
9449 `newsticker--buffer-set-uptodate' is fbound.
9450 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9451 (newsticker--decode-rfc822-date): Partial timezone handling.
9452 (newsticker--cache-contains): Fix guid problem.
9453 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9454 (newsticker--cache-save): New.
9455 (newsticker--cache-update): Use temp buffer.
9456 (newsticker--stat-num-items): Allow multiple AGE args.
9457 (newsticker--stat-num-items-total): New.
9458 (newsticker--opml-import-outlines): New.
9459 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9460 (newsticker--do-run-auto-mark-filter): Doc changed.
9461 (newsticker-retrieve-random-message): New.
9462
9463 * net/newsticker-ticker.el: New. Move ticker functionality from
9464 net/newsticker.el to net/newsticker-ticker.el.
9465 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9466 `newsticker--ticker-timer'.
9467 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9468 to `newsticker--ticker-timer'.
9469 (newsticker--set-customvar-ticker): New. Extracted from
9470 `newsticker--set-customvar'.
9471 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9472 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9473 for :set. Change :group.
9474 (newsticker-scroll-smoothly): Doc changed. Change :group.
9475 (newsticker-hide-immortal-items-in-echo-area)
9476 (newsticker-hide-old-items-in-echo-area)
9477 (newsticker-hide-obsolete-items-in-echo-area):
9478 Use `newsticker--set-customvar-ticker for :set. Change :group.
9479 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9480 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9481 to `newsticker-ticker-interval'.
9482 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9483 `newsticker--ticker-timer'.
9484
9485 * net/newsticker-reader.el: New. Move reader functionality from
9486 net/newsticker.el to net/newsticker-reader.el.
9487 (newsticker--set-customvar-formatting): New. Extracted from
9488 `newsticker--set-customvar'.
9489 (newsticker-reader, newsticker-frontend): New.
9490 (newsticker-enable-logo-manipulations): Change :group.
9491 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9492 for :set. Change :group.
9493 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9494 for :set. Change :group.
9495 (newsticker-html-renderer): Doc changed.
9496 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9497 (newsticker-date-format):
9498 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9499 (newsticker--insert-enclosure):
9500 Rename `newsticker--buffer-insert-enclosure' to
9501 `newsticker--insert-enclosure'. Add keymap arg.
9502 (newsticker--print-extra-elements):
9503 Rename `newsticker--buffer-print-extra-elements' to
9504 `newsticker--print-extra-elements'. Add keymap arg.
9505 (newsticker--do-print-extra-element):
9506 Rename `newsticker--buffer-do-print-extra-element' to
9507 `newsticker--do-print-extra-element'. Add keymap arg.
9508 (newsticker-show-news): Use `newsticker-frontend'.
9509
9510 * net/newsticker-plainview.el: New. Move plainview functionality
9511 from net/newsticker.el to net/newsticker-reader.el.
9512 (newsticker-plainview): New.
9513 (newsticker--set-customvar-sorting): New. Extracted from
9514 `newsticker--set-customvar'.
9515 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9516 for :set. Changed :group.
9517 (newsticker-heading-format, newsticker-item-format)
9518 (newsticker-desc-format, newsticker-statistics-format):
9519 Use `newsticker--set-customvar-formatting for :set. Change :group.
9520 (newsticker-faces): Change :group.
9521 (newsticker-default-face): Enable again.
9522 (newsticker-hide-old-items-in-newsticker-buffer)
9523 (newsticker-show-descriptions-of-new-items):
9524 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9525 (newsticker-show-all-news-elements): Change :group.
9526 (newsticker-plainview-hooks): New.
9527 (newsticker-select-item-hook, newsticker-select-feed-hook)
9528 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9529 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9530 to `newsticker--plainview-tool-bar-map'.
9531 (newsticker--url-keymap): Add mouse-1 binding.
9532 (newsticker-plainview): New.
9533 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9534 (newsticker--buffer-do-insert-text): Use renamed
9535 newsticker--[buffer-]insert-enclosure and
9536 newsticker--[buffer-]print-extra-elements.
9537 (newsticker--buffer-set-faces): Use newsticker-default-face.
9538
9539 * net/newsticker-treeview.el: New.
9540
9541 2008-06-08 Andreas Schwab <schwab@suse.de>
9542
9543 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9544
9545 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9546
9547 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9548 empty line.
9549
9550 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9551
9552 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9553
9554 * window.el (split-height-threshold, split-width-threshold):
9555 Add choice nil.
9556 (split-window-preferred-function): Allow either nil or a function.
9557 (window--splittable-p, window--try-to-split-window):
9558 Handle changed option values.
9559
9560 (window--frame-usable-p): Handle nil argument.
9561
9562 (display-buffer): Call get-lru-window when pop-up-windows is nil
9563 and window can't be split.
9564
9565 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9566
9567 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9568
9569 * net/tramp.el (top): Quote feature names. Remove
9570 `tramp-rfn-eshadow-setup-minibuffer' from
9571 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9572 (tramp-read-passwd): There is only one call to
9573 `auth-source-user-or-password' needed. Pacify byte compiler.
9574
9575 2008-06-08 Andreas Schwab <schwab@suse.de>
9576
9577 * window.el (display-buffer): Use lru window if current window
9578 cannot be split.
9579
9580 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * apropos.el (apropos-library): New command and new button.
9583 (apropos-library-button): New function.
9584
9585 * apropos.el: Remove spurious * in docstrings.
9586 (apropos-label-face): Use variable pitch.
9587 (apropos-print): Use dolist and with-current-buffer.
9588 (apropos-print-doc): Use when.
9589
9590 * window.el (special-display-p, display-buffer):
9591 Fix up C->Elisp transcription error.
9592
9593 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9596 (byte-compile-file): Initialize it.
9597 (byte-compile-nogroup-warn): Keep track of the current group.
9598
9599 2008-06-08 Glenn Morris <rgm@gnu.org>
9600
9601 * Makefile.in (compile, compile-always, bootstrap-prepare):
9602 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9603
9604 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9605
9606 * language/hanja-util.el (hanja-init-load): Use a char-table for
9607 hanja-table.
9608 (hangul-to-hanja-char): Adjust for the above change.
9609
9610 2008-06-07 Glenn Morris <rgm@gnu.org>
9611
9612 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9613 lm-keywords.
9614
9615 * mail/sendmail.el (mail-interactive): Add :version.
9616
9617 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9618 obsolete alias.
9619
9620 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9621 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9622 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9623 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9624 * eshell/esh-util.el, international/mule-cmds.el:
9625 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9626 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9627 Remove unnecessary eval-when-compiles and eval-and-compiles.
9628
9629 * Makefile.in (bootstrap-clean): Run autogen-clean.
9630 (maintainer-clean): No need to run autogen-clean now it is included in
9631 bootstrap-clean.
9632
9633 2008-06-06 Miles Bader <miles@gnu.org>
9634
9635 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9636
9637 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9640 longlines mode.
9641
9642 * replace.el (replace-search-function)
9643 (replace-re-search-function): New vars.
9644 (perform-replace): Use them.
9645
9646 * longlines.el (longlines-re-search-forward): New function.
9647 (longlines-mode): Bind replace-search-function and
9648 replace-re-search-function, to ensure that replacement commands
9649 treat newlines as spaces.
9650 (longlines-show-effect): Default to a pilcrow sign.
9651
9652 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * help.el (function-called-at-point):
9655 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9656 even when calling find-tag-default.
9657
9658 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9659
9660 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9661 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9662 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9663 (nxml-fontify-buffer, nxml-do-fontify):
9664 Remove obsolete variables and functions.
9665 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9666 (nxml-degrade, nxml-after-change, nxml-after-change1)
9667 (nxml-extend-region, nxml-extend-after-change-region)
9668 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9669 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9670 font-lock-extend-region-functions in particular, to fontify
9671 nxml-mode buffers.
9672 (nxml-debug-region): New debugging helper function.
9673
9674 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9675 (nxml-scan-after-change, nxml-move-tag-backwards):
9676 Adapt for font-lock changes.
9677
9678 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9679 (nxml-debug-set-inside, nxml-debug-clear-inside):
9680 New debugging functions.
9681 (nxml-with-degradation-on-error): New helper macro.
9682
9683 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9684
9685 * window.el (display-buffer): Remove dead call to get-lru-window.
9686
9687 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * mail/sendmail.el (mail-interactive): Change default.
9690
9691 2008-06-05 John Paul Wallington <jpw@pobox.com>
9692
9693 * bindings.el (completion-ignored-extensions):
9694 Add .p64fsl, .d64fsl, and .dx64fsl.
9695
9696 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * ffap.el (ffap-prompter): Don't use the region.
9699
9700 2008-06-05 Sam Steingold <sds@gnu.org>
9701
9702 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9703 subdirectory to be registered.
9704
9705 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9706
9707 * window.el (display-buffer-function, special-display-p)
9708 (special-display-buffer-names, special-display-regexps)
9709 (special-display-function, same-window-p, same-window-buffer-names)
9710 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9711 (pop-up-frame-function, pop-up-windows, even-window-heights)
9712 (split-window-preferred-function, split-height-threshold)
9713 (window--display-buffer-1, display-buffer, pop-to-buffer):
9714 Move from window.c and buffer.c.
9715 (window--splittable-p, window--try-to-split-window)
9716 (window--frame-usable-p, window--display-buffer-2)
9717 (window--even-window-heights): New functions.
9718 (split-width-threshold): New option.
9719 (split-window-preferred-horizontally): Remove.
9720
9721 * cus-start.el: Remove corresponding declarations.
9722
9723 2008-06-05 Sam Steingold <sds@gnu.org>
9724
9725 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9726 an error on modified buffers.
9727
9728 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9731 tags-file-name and tags-table-list from the right buffer.
9732 (tags-table-check-computed-list, tags-table-extend-computed-list)
9733 (find-tag-noselect): Use with-current-buffer.
9734
9735 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9736 Use print-circle.
9737
9738 * minibuffer.el (minibuffer-local-must-match-filename-map):
9739 Declare obsolete alias for the old name.
9740
9741 * abbrev.el (unexpand-abbrev): Better preserve markers.
9742
9743 2008-06-05 Glenn Morris <rgm@gnu.org>
9744
9745 * emacs-lisp/autoload.el (autoload-rubric): New function,
9746 extracted from autoload-ensure-default-file.
9747 (autoload-ensure-default-file): Use autoload-rubric.
9748
9749 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9750 (custom-dependencies-no-scan-regexp): New variable.
9751 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9752 Don't scan files matching custom-dependencies-no-scan-regexp.
9753 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9754
9755 * finder.el (finder-headmark): Initialize and add doc string.
9756 (generated-finder-keywords-file): Doc fix.
9757 (finder-no-scan-regexp): New variable.
9758 (finder-compile-keywords): Use a single let binding.
9759 Disable undo in the output buffer. Use autoload-rubric.
9760 Use mapc rather than mapcar. Don't scan files matching
9761 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9762 rather than concat. Use directory-files to do regexp matching.
9763 No need to require jka-compr.
9764 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9765 (finder-list-matches): Disable undo.
9766 (finder-commentary): Use let rather than let*. Disable undo.
9767 (finder-current-item): Use zerop.
9768 (finder-mode): Use define-derived-mode.
9769 (finder-exit): Doc fix. Use dolist.
9770
9771 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9772 (custom-deps): Don't require $(lisp)/cus-load.el.
9773 (custom-deps, finder-data): Don't depend on autoloads.
9774 Should not be needed now, and doing so was causing make install to
9775 re-dump emacs post-bootstrap.
9776 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9777 mid-build forces some things to be rebuilt.
9778
9779 2008-06-05 Miles Bader <miles@gnu.org>
9780
9781 * face-remap.el
9782 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9783 (face-remap-remove-relative): Renamed from
9784 `remove-relative-face-remapping'.
9785 (face-remap-reset-base): Renamed from
9786 `set-default-base-face-remapping'.
9787 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9788 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9789 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9790 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9791
9792 * face-remap.el (variable-pitch-mode): Autoload.
9793
9794 2008-06-04 Sam Steingold <sds@gnu.org>
9795
9796 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9797 Generate extra status headers for a Mercurial tree.
9798
9799 2008-06-04 John Paul Wallington <jpw@pobox.com>
9800
9801 * echistory.el (electric-history-map): Define within defvar.
9802 Add docstring.
9803
9804 * font-lock.el (font-lock-turn-off-thing-lock)
9805 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9806 Use `bound-and-true-p'.
9807 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9808 Doc fixes.
9809
9810 * international/ccl.el (define-ccl-program): Add `doc-string'
9811 declaration.
9812
9813 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9816 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9817
9818 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9819
9820 * emacs-lisp/rx.el (rx): Doc fix.
9821
9822 2008-06-04 Markus Triska <markus.triska@gmx.at>
9823
9824 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9825
9826 2008-06-04 Miles Bader <miles@gnu.org>
9827
9828 * face-remap.el (adjust-buffer-face-height): New function.
9829 Add autoloaded keybindings in ctl-x-map.
9830 (increase-buffer-face-height, decrease-buffer-face-height):
9831 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9832
9833 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * simple.el (line-move-1): If we did not move as far as desired,
9836 ensure that point-left and point-entered hooks are called.
9837
9838 2008-06-03 Sam Steingold <sds@gnu.org>
9839
9840 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9841
9842 2008-06-03 John Paul Wallington <jpw@pobox.com>
9843
9844 * progmodes/make-mode.el (makefile-cleanup-continuations)
9845 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9846 Use `derived-mode-p'.
9847
9848 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9851 (ELCFILES): Update.
9852
9853 2008-06-03 Miles Bader <miles@gnu.org>
9854
9855 * face-remap.el: New file.
9856 * Makefile.in (ELCFILES): Add face-remap.elc.
9857
9858 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9861 buffer isn't dead.
9862
9863 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9864 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9865 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9866 * obsolete/auto-show.el, obsolete/hscroll.el:
9867 Remove packages that were obsolete in Emacs-20, or that were obsolete
9868 in Emacs-21 and do not contain any more code.
9869
9870 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9871 vc-client-mode is not set.
9872
9873 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9874 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9875
9876 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9877 yet a bit more clever at distinguishing / from /.
9878
9879 2008-06-03 Kenichi Handa <handa@m17n.org>
9880
9881 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9882
9883 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9884
9885 * language/hanja-util.el: New file.
9886
9887 2008-06-03 Glenn Morris <rgm@gnu.org>
9888
9889 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9890 Check that end-of-word follows "type".
9891
9892 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9893
9894 * epa-file.el (epa-file-write-region): Write the entire buffer
9895 content if START is nil.
9896
9897 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9898
9899 * select.el (x-get-selection): Fix typo.
9900
9901 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9902
9903 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9904 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9905
9906 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9909 user&group.
9910
9911 2008-05-31 John Paul Wallington <jpw@pobox.com>
9912
9913 * help-fns.el (describe-variable-custom-version-info):
9914 Handle dotted `package-version' info.
9915
9916 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9917
9918 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9919
9920 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9921
9922 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9923 names and improve support for unregistered files.
9924
9925 2008-05-31 Glenn Morris <rgm@gnu.org>
9926
9927 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9928 Remove shell variable `elc'. Split tests to hopefully be more portable.
9929 Fix `sel' assignment.
9930
9931 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * minibuffer.el (completion-table-dynamic): Doc fix.
9934
9935 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9938 Try and return `unregistered' when applicable.
9939
9940 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9941 Don't encourage naming variables with "-flag".
9942
9943 2008-05-30 Glenn Morris <rgm@gnu.org>
9944
9945 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9946 make it milder when it does.
9947 (autogen-clean): New target.
9948 (maintainer-clean): Use autogen-clean.
9949
9950 * calendar/diary-lib.el (diary-display-function): New name for
9951 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9952 Change custom type and version.
9953 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9954 (diary-fancy-display): Doc fixes.
9955 (diary-list-entries, diary-include-other-diary-files)
9956 (diary-mail-entries):
9957 Use diary-display-function rather than diary-display-hook.
9958
9959 * calendar/appt.el (appt-check): Use diary-display-function rather than
9960 diary-display-hook.
9961 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9962 diary-display-function replacing diary-display-hook.
9963 * org/org-agenda.el (org-get-entries-from-diary): Also set
9964 diary-display-function.
9965
9966 * calendar/cal-html.el (cal-html-list-diary-entries):
9967 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9968 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
9969 argument of diary-list-entries rather than setting diary-display-hook.
9970
9971 2008-05-30 Kenichi Handa <handa@m17n.org>
9972
9973 * international/mule-conf.el (utf-8-with-signature): Renamed from
9974 utf-8-sig.
9975 (utf-8-auto): Adjusted for the above change.
9976
9977 * international/mule-diag.el (describe-font): Don't check fontset
9978 here, and just call font-info. Get the default font by from the
9979 default face.
9980
9981 2008-05-29 Kenichi Handa <handa@m17n.org>
9982
9983 * international/mule-conf.el (utf-8-sig, utf-8-auto):
9984 New coding systems.
9985
9986 * international/mule.el (define-coding-system): Accept :bom for utf-8.
9987
9988 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
9989
9990 * international/utf-7.el (utf-7-encode): Use the right escape char
9991 depending on imap/nonimap encoding.
9992
9993 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
9996
9997 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * icomplete.el (icomplete-prospects-height): Add :group.
10000
10001 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * icomplete.el (icomplete-prospects-length): Make obsolete.
10004 (icomplete-prospects-height): New var.
10005 (icomplete-completions): Use it.
10006
10007 2008-05-29 David Kastrup <dak@gnu.org>
10008
10009 * autoinsert.el (auto-insert): Add :link.
10010
10011 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * tar-mode.el (tar-header): New field `header-start'.
10014 (tar-header-block-tokenize): Set it when useful.
10015 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10016 (tar-header-data-end): New function.
10017 (tar-summarize-buffer): Use it.
10018 (tar-next-line): Fix goal column for long usernames.
10019 (tar-expunge-internal): Use header-start.
10020 (tar-rename-entry): Handle ustar-style long names.
10021 (tar-alter-one-field): Add optional `descriptor' argument.
10022 (tar-subfile-save-buffer): Use it.
10023
10024 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * tar-mode.el (tar-header): New field `header-start'.
10027 (tar-header-block-tokenize): Set header-start for longlink entries.
10028 (tar-expunge-internal): Use header-start to expunge longlink entries.
10029
10030 * files.el (hack-local-variables): Don't signal an error if the local
10031 variable section is not properly terminated.
10032
10033 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10034 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10035 the caching so it also works for identical entries.
10036
10037 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10038 (tar-mode): Use write-region-annotate-functions rather than
10039 write-contents-functions.
10040 (tar-extract): Remove unused var `pos'.
10041 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10042 (tar-mode-write-file): Remove.
10043 (tar-write-region-annotate): New function.
10044
10045 * progmodes/flymake.el (flymake-save-buffer-in-file):
10046 * shadowfile.el (shadow-copy-file):
10047 * arc-mode.el (archive-*-write-file-member):
10048 * files.el (diff-buffer-with-file):
10049 * subr.el (with-temp-file): Pass nil to write-region.
10050 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10051
10052 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10053 the custom.
10054
10055 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10056 to write-region.
10057
10058 2008-05-28 Glenn Morris <rgm@gnu.org>
10059
10060 * Makefile.in (update-elclist): Work around non-portability of "\"
10061 in various implementations of echo.
10062
10063 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * international/mule-diag.el (describe-current-coding-system):
10066 Don't assume selection-coding-system is always defined.
10067
10068 * tar-mode.el: Use defstruct and markers.
10069 (tar-setf): Remove.
10070 (tar-header): Use defstruct. Add `data-start' field.
10071 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10072 (tar-desc-data-start): Remove (now called tar-header-data-start).
10073 (tar-roundup-512): New fun.
10074 (tar-header-block-tokenize): Receive a buffer position rather than
10075 a string. Handle @longLink here, be more careful about it.
10076 Create a marker for data-start.
10077 (tar-summarize-buffer): Don't handle @LongLink here any more.
10078 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10079 data-start on the following entries any more.
10080 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10081
10082 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10083 (tar-header-offset): Remove.
10084 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10085 Not permanent any more.
10086 (tar-data-buffer): New var.
10087 (tar-data-swapped-p, tar-change-major-mode-hook)
10088 (tar-mode-kill-buffer-hook): New funs.
10089 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10090 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10091 (tar-clear-modification-flags, tar-alter-one-field)
10092 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10093 Change accordingly.
10094
10095 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10096
10097 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10098 (vc-dir-resynch-file): ... this. Update callers.
10099 Use vc-string-prefix-p. Ignore directory args.
10100 (vc-string-prefix-p): CSE.
10101 (vc-resynch-buffer): Restore conditional.
10102
10103 * vc-hooks.el (vc-after-save): Improve test.
10104 (vc-mode-line): Fix indentation.
10105
10106 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * calendar/parse-time.el (parse-time-months)
10109 (parse-time-weekdays): Add long-form month and day names.
10110
10111 2008-05-27 Glenn Morris <rgm@gnu.org>
10112
10113 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10114
10115 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * vc-dispatcher.el (vc-string-prefix-p): New function.
10118 (vc-dir-parent-marked-p): Use it.
10119
10120 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10121
10122 * vc.el (Problems): Remove fixed issues.
10123 (vc-expand-dirs): Avoid returning directories.
10124 (vc-dir): Fix C-x v v binding.
10125 (vc-make-backend-object): Fix name.
10126 (vc-dir-show-fileentry): Fix docstring.
10127 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10128 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10129 Reset the state for directories.
10130 (vc-dir-headers): Align labels.
10131 (vc-default-status-printer): Do no call prettify-state-info.
10132 (vc-deduce-fileset): Replace implementation with one based on a
10133 working older version.
10134 (vc-next-action): Use the new form of vc-deduce-fileset.
10135 Fix dealing with unregistered files.
10136
10137 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10138 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10139 (vc-dir-child-files): New function.
10140 (vc-dir-node-directory): New function.
10141 (vc-dir-update, vc-dir-parent-marked-p)
10142 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10143 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10144
10145 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10146
10147 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10150 (diff-font-lock-keywords, diff-context->unified)
10151 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10152 (diff-hunk-text, diff-find-source-location): Use it.
10153 (diff-post-command-hook): Let the user edit the hunk headers.
10154
10155 2008-05-26 Andreas Schwab <schwab@suse.de>
10156
10157 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10158 unknown state.
10159
10160 * tar-mode.el (tar-summarize-buffer): Comment fix.
10161
10162 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10165
10166 2008-05-26 Glenn Morris <rgm@gnu.org>
10167
10168 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10169
10170 2008-05-25 John Paul Wallington <jpw@pobox.com>
10171
10172 * proced.el (proced-next-line, proced-previous-line):
10173 Avoid calling `next-line' and `previous-line' from Lisp code.
10174
10175 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10176
10177 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10178 Use diary-ordinal-suffix.
10179
10180 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10181
10182 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10183 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10184 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10185 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10186 (edebug-print-length, edebug-print-level, edebug-print-circle)
10187 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10188 (edebug-global-break-condition, edebug-sit-for-seconds):
10189 Remove spurious * from defcustom docstrings.
10190 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10191 Improve argument/docstring consistency.
10192 (edebug-test-coverage, edebug-gensym, edebug-read)
10193 (edebug-top-level-nonstop, edebug-eval-result-list)
10194 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10195 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10196 (edebug-display-freq-count): Reflow docstrings.
10197 (edebug-restore-status): Doc fix.
10198
10199 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * proced.el (proced-header-line): Use the :align-to 0 feature
10202 rather than computing the corresponding position manually.
10203 (proced-update): Don't hardcode point-min==1.
10204
10205 2008-05-24 Alan Mackenzie <acm@muc.de>
10206
10207 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10208 if c-file-style is set to a non-string.
10209
10210 (c-neutralize-CPP-line): Surround by `save-excursion'.
10211 (c-neutralize-syntax-in-CPP): Optimize for speed.
10212
10213 2008-05-24 Glenn Morris <rgm@gnu.org>
10214
10215 * Makefile.in (update-elclist): New target, to update ELCFILES.
10216 (bootstrap-after): Run update-elclist.
10217
10218 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10219
10220 * icalendar.el (icalendar-version): Increase to "0.19".
10221 (icalendar--date-style): New function.
10222 (icalendar--datetime-to-diary-date): Doc fix.
10223 Use icalendar--date-style.
10224 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10225 (icalendar--convert-yearly-to-ical)
10226 (icalendar--convert-recurring-to-diary): Handle iso date style,
10227 use icalendar-date-style.
10228
10229 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10230
10231 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10232 vc-dir buffers are updated.
10233
10234 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10235
10236 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10237
10238 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10239
10240 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10241 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10242 (reftex-extra-bindings): Use it.
10243
10244 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10245 away from the user-reserved keys.
10246
10247 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10248 New vars.
10249 (ada-create-keymap): Use them.
10250
10251 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10254 a properly-grouped regexp.
10255
10256 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10257
10258 * progmodes/cap-words.el (capitalized-words-mode):
10259 Fix typos in docstring.
10260
10261 2008-05-23 Kenichi Handa <handa@m17n.org>
10262
10263 * international/mule-conf.el: Don't define the charset `emacs'
10264 here, just put :docstring, :short-name, and :long-name.
10265
10266 2008-05-22 Kenichi Handa <handa@m17n.org>
10267
10268 * international/mule-diag.el (font-show-log): Limit each listing
10269 to 20 items.
10270
10271 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10272
10273 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10274 (gdb-annotation-rules): New entry for "thread-changed".
10275 (gdb-thread-changed): New function.
10276
10277 2008-05-23 Glenn Morris <rgm@gnu.org>
10278
10279 * Makefile.in (SOURCES): Remove, unused.
10280 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10281 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10282 Exclude more '*loaddefs' files.
10283 (compile-always): Simplify '.elc' deletion.
10284
10285 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10288 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10289
10290 * minibuffer.el (completion-boundaries): Change calling
10291 convention, so `string' has the same semantics as in
10292 try-completion and all-completions.
10293 (completion-table-with-context, completion--embedded-envvar-table)
10294 (completion--file-name-table)
10295 (completion-pcm--find-all-completions): Adjust code accordingly.
10296
10297 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10300 prune image-mode-winprops-alist, preventing it from growing
10301 indefinitely.
10302 (image-mode-reapply-winprops): Use it.
10303
10304 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10305
10306 * net/netrc.el (netrc-machine): Always match if the port is not given.
10307
10308 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * minibuffer.el (completion-pcm--find-all-completions):
10311 Don't add pseudo-completions.
10312
10313 * icomplete.el (icomplete-eoinput): Remove.
10314 (icomplete-overlay): New var to replace it.
10315 (icomplete-tidy): Rewrite.
10316 (icomplete-exhibit): Use an overlay.
10317 (icomplete-completions): Use completion-all-sorted-completions.
10318 Obey completion-ignore-case.
10319
10320 * files.el (locate-dominating-file): Accept non-existing argument.
10321 (project-find-settings-file): Rewrite, using locate-dominating-file.
10322
10323 2008-05-22 Kenichi Handa <handa@m17n.org>
10324
10325 * faces.el (font-weight-table, font-slant-table, font-width-table):
10326 Delete them. Don't call internal-set-font-style-table.
10327
10328 * international/mule-diag.el (font-show-log): New function.
10329
10330 * international/fontset.el (script-representative-chars): Add more
10331 chars for latin. Add data for symbol.
10332 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10333
10334 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * minibuffer.el (completion-all-sorted-completions): New var.
10337 (completion--flush-all-sorted-completions)
10338 (completion-all-sorted-completions): New functions.
10339 (minibuffer-force-complete): New command.
10340
10341 2008-05-21 Glenn Morris <rgm@gnu.org>
10342
10343 * files.el (c-postprocess-file-styles): Declare for compiler.
10344
10345 * Makefile.in: Allow for parallel byte-compiling.
10346 (ELCFILES): New variable.
10347 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10348 (compile-first, compile-main, compile-last): New targets.
10349 (compile-always): Simplify - delete .elc files, then `make compile'.
10350
10351 * Makefile.in (compile-calc): Use glob rather than find.
10352 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10353
10354 * eshell/esh-module.el: No need for cl when compiling.
10355
10356 * eshell/eshell.el (eshell-defgroup): New alias.
10357 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10358 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10359 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10360 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10361 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10362 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10363 Autoload the custom group. Set generated-autoload-file.
10364 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10365 for eshell-defgroup.
10366 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10367 Require esh-groups rather than loading it.
10368
10369 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10370
10371 * proced.el (proced-header-line): New variable and new function.
10372 (proced-mode): Set header-line-format.
10373 (proced-update): Set proced-header-line.
10374 (proced-send-signal): Use proced-header-line.
10375
10376 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * macros.el (insert-kbd-macro): Use prin1-char.
10379
10380 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * minibuffer.el (completion-boundaries): New function.
10383 (completion--some): Delay errors.
10384 (complete-with-action, completion-table-with-context):
10385 Handle `boundaries' case.
10386 (completion--try-word-completion): Avoid partial-completion
10387 when the user hasn't entered anything yet.
10388 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10389 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10390 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10391 Setup default keybindings.
10392 (completion--embedded-envvar-re): New var.
10393 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10394 (completion--file-name-table): Handle `boundaries' case.
10395 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10396 (completion-pcm--all-completions): Add a `prefix' arg.
10397 (completion-pcm--find-all-completions): New function.
10398 (completion-pcm-all-completions, completion-pcm-try-completion):
10399 Use it.
10400
10401 * icomplete.el (icomplete-completions): Don't use `predicate' with
10402 a table of a different type than `candidates'.
10403
10404 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10405
10406 * proced.el (proced-goal-column): Rename from proced-procname-column.
10407 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10408 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10409 (proced-header-face, proced-header-regexp): Remove.
10410 (proced-font-lock-keywords): Remove proced-header-face.
10411 (proced-header-alist, proced-sorting-schemes-re): New variables.
10412 (proced): Rename Proced buffer to *Proced*.
10413 (proced-next-line, proced-previous-line): New commands.
10414 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10415 (proced-hide-processes): Do not treat first line as special.
10416 (proced-header-space): New function.
10417 (proced-update): Use header-line-format.
10418 Initialize proced-header-alist and proced-sorting-schemes-re.
10419 Set proced-goal-column. Include proced-command in mode-name.
10420 (proced-send-signal): Use header-line-format for *Marked
10421 Processes* buffer.
10422 (proced-sort): Restrict minibuffer completion to applicable
10423 sorting schemes.
10424 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10425
10426 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * icomplete.el (icomplete-simple-completing-p):
10429 Allow icomplete-with-completion-tables to say "use it everywhere".
10430 (icomplete-completions): Obey completion-styles. Try to accommodate
10431 partial-completion style.
10432
10433 2008-05-20 Michael Olson <mwolson@gnu.org>
10434
10435 * files.el (project-find-settings-file): Change concat to
10436 expand-file-name.
10437
10438 2008-05-19 Tom Tromey <tromey@redhat.com>
10439
10440 * files.el (normal-mode): Call hack-project-variables.
10441 (hack-local-variables-confirm): Add 'project' argument.
10442 (hack-local-variables-apply): New function.
10443 (hack-local-variables): Use it.
10444 (project-class-alist, project-directory-alist): New variables.
10445 (project-get-alist): New function.
10446 (project-collect-bindings-from-alist)
10447 (project-collect-binding-list, set-directory-project)
10448 (project-find-settings-file, project-define-from-project-file)
10449 (hack-project-variables): New functions.
10450
10451 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10454
10455 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * faces.el (font-weight-table): Fix typo in docstring.
10458
10459 2008-05-18 David Hull <david@snap.com> (tiny change)
10460
10461 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10462 (vc-hg-annotate-command): Allow white space before version number.
10463
10464 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10465
10466 * calc/calc-yank.el (calc-register-alist): New variable.
10467 (calc-set-register, calc-get-register, calc-copy-to-register)
10468 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10469 (calc-prepend-to-register): New functions.
10470
10471 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10472 `calc-copy-to-register' and `calc-insert-register'.
10473 Autoload new register functions.
10474
10475 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10476 functions.
10477
10478 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10479
10480 * vc.el (Todo): Add known problems.
10481 (vc-dir-backend): New variable.
10482 (vc-dir): Set it.
10483 (vc-make-backend-object, vc-generic-status-printer)
10484 (vc-generic-state, vc-generic-status-fileinfo-extra)
10485 (vc-dir-extra-menu): Use it.
10486 (vc-generic-dir-headers): Remove, unused.
10487
10488 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10489 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10490 (vc-dir-mode-map): Fix bindings.
10491
10492 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10493
10494 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10495
10496 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10497 operated on.
10498 (calc-kill-region): Kill entire lines.
10499
10500 2008-05-17 Glenn Morris <rgm@gnu.org>
10501
10502 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10503 simplify initial value.
10504 (defezimage): Drop support for Emacs without defimage, use a featurep
10505 test rather than fboundp when defining, drop with-no-warnings.
10506 (ezimage-insert-over-text): Move featurep test inside
10507 add-text-properties.
10508
10509 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10510
10511 * net/tramp.el (top-level): Load auth-source when compiling.
10512
10513 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10514
10515 2008-05-17 Andreas Schwab <schwab@suse.de>
10516
10517 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10518
10519 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10520
10521 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10522 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10523
10524 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10525
10526 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10527
10528 2008-05-17 Jim Meyering <meyering@redhat.com>
10529
10530 * ido.el (ido-save-history): Do not emit a trailing newline at the
10531 end of the ido history file.
10532
10533 2008-05-16 John Paul Wallington <jpw@pobox.com>
10534
10535 * vc-dispatcher.el (top-level): Revert previous change: require cl
10536 when compiling.
10537
10538 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10539
10540 * vc.el (vc-default-status-printer)
10541 (vc-default-prettify-state-info): Enhance the state prettyprinter
10542 to deal better with unknown states and indirect through it when
10543 painting vc-dir buffers.
10544
10545 2008-05-16 John Paul Wallington <jpw@pobox.com>
10546
10547 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10548 (vc-dir-mode-map): Fix backquote.
10549 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10550
10551 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10554 Reported by Glenn Morris <rgm@gnu.org>.
10555
10556 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10557
10558 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10559 the end of the file, it was good work at one time but has been
10560 stale since 1995 and may now be actively misleading.
10561 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10562 CVS repository and module (assumptions for the latter a bit iffy).
10563 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10564 SVN repository.
10565
10566 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * vc-rcs.el (vc-rcs-create-tag):
10569 * vc-sccs.el (vc-sccs-create-tag):
10570 Fix typo in error message and pass backend arg.
10571
10572 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10573
10574 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10575
10576 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10577
10578 * net/tramp.el: Load auth-source library.
10579 (tramp-read-passwd): Use it for password, not login.
10580
10581 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10582
10583 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10584 (ses-print-cell): Use string-width, truncate-string-to-width,
10585 delete-region rather than length, substring, delete-char.
10586 (ses-setup): Set inhibit-point-motion-hooks to t.
10587 Calculate position by actually moving point rather than just using
10588 unibyte character length.
10589 (ses-mode): Set indent-tabs-mode to nil.
10590 (ses-center): Use string-width rather than length.
10591
10592 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10593
10594 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10595 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10596 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10597 vc-*-create-tag and vc-*-retrieve-tag respectively.
10598
10599 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10600 unneeded defalias.
10601
10602 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10603
10604 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10605 about buffer names.
10606
10607 2008-05-15 Glenn Morris <rgm@gnu.org>
10608
10609 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10610
10611 * org/org-exp.el (org-infojs-options-inbuffer-template):
10612 Fix declaration.
10613
10614 * progmodes/cc-mode.el (declare-function): Add compat definition.
10615 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10616
10617 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10618
10619 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10620 list to a cons so the caller can get back both expanded and
10621 unexpanded filesets.
10622 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10623 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10624 Change handling of selection-set returns as required.
10625
10626 2008-05-15 John Paul Wallington <jpw@pobox.com>
10627
10628 * add-log.el (top-level): Don't require cl when compiling.
10629
10630 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10631 (archive-*-extract): Use `zerop'.
10632 (archive-*-write-file-member): Use `or', use `zerop'.
10633
10634 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10635
10636 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10637 (ibuffer-mark-interactive, ibuffer-set-mark)
10638 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10639 (ibuffer-map-lines, ibuffer-switch-format)
10640 (ibuffer-update-title-and-summary)
10641 (ibuffer-redisplay-engine): Use it.
10642
10643 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10644 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10645 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10646 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10647 (ibuffer-mark-read-only-buffers)
10648 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10649
10650 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10651 (define-ibuffer-column, define-ibuffer-sorter)
10652 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10653 containing indentation specs, replacing equivalent top-level
10654 forms that set `lisp-indent-function' properties.
10655 (define-ibuffer-op): Use `derived-mode-p'.
10656 (define-ibuffer-filter): Remove redundant `concat' call.
10657
10658 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10659
10660 * net/tramp.el (tramp-echo-mark): Update docstring.
10661 (tramp-echo-mark-marker): New defconst.
10662 (tramp-check-for-regexp): Use it.
10663
10664 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10665
10666 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10667 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10668 as parent.
10669
10670 2008-05-14 John Paul Wallington <jpw@pobox.com>
10671
10672 * international/mule.el (convert-define-charset-argument):
10673 Remove period from end of error message.
10674 (coding-system-mnemonic): Doc fix.
10675 (ctext-pre-write-conversion): Doc fix.
10676
10677 2008-05-14 Simon Marshall <simon@gnu.org>
10678
10679 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10680 from its default value and give it the risky-local-variable
10681 property (CVE-2008-2142).
10682
10683 2008-05-14 Kenichi Handa <handa@m17n.org>
10684
10685 * language/korean.el ("Korean"): Set `iso639-language'
10686 property to `ko'.
10687
10688 * language/japanese.el ("Japanese"): Set `iso639-language'
10689 property to `ja'.
10690
10691 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10692 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10693 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10694
10695 * international/mule-cmds.el (set-language-environment):
10696 Set current-iso639-language.
10697
10698 * international/fontset.el (setup-default-fontset): For kana, han,
10699 hangul, and cjk-misc, move an entry with font-spec at the end.
10700 (generate-fontset-menu): Exclude fontset-auto* from the list.
10701
10702 * composite.el (compose-chars-after): Assume that WINDOW is always
10703 non-nil.
10704
10705 * faces.el (font-weight-table, font-slant-table)
10706 (font-swidth-table): Declare them by defconst. Change the format
10707 of elements. Call internal-set-font-style-table after their
10708 declaration.
10709 (face-valid-attribute-values): Call font-family-list. Get values
10710 for width, weight, and slant from font-xxx-table.
10711
10712 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10713
10714 2008-05-13 John Paul Wallington <jpw@pobox.com>
10715
10716 * ibuffer.el (ibuffer-buffer-file-name): New function.
10717 (define-ibuffer-column filename): Use it.
10718
10719 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10720
10721 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10724 as a string.
10725 (talk-add-display): Simplify. Accept only string args.
10726
10727 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10728
10729 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10730
10731 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10732
10733 * Makefile.in (bootstrap-prepare): Don't chmod files.
10734 (autoloads): Do it here instead, where it's actually needed.
10735
10736 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10739 KEY-BINDING-DATA field in menu-item list.
10740
10741 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * dired.el (dired-read-dir-and-switches): Move things about to use less
10744 recursion during macroexpansion.
10745
10746 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10747
10748 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10749 completion-ignored-extension directories if there's something else.
10750 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10751 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10752 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10753 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10754 buffer-read-only -> inhibit-read-only.
10755
10756 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10757
10758 * vc.el (vc-expand-dirs): Stop this function from tossing out
10759 explicitly specified files.
10760
10761 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10764 to `insert'.
10765
10766 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10769 cons. Use vc-annotate-backend.
10770 (with-vc-file, edit-vc-file): Remove unused macros.
10771
10772 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10773
10774 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10775 (smtpmail-try-auth-methods): Use it.
10776
10777 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10780 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10781
10782 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10783
10784 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10785
10786 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10789 (vc-bzr-revision-completion-table): Use process-file.
10790 (vc-bzr-working-revision): Pass relative file names.
10791
10792 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10793
10794 2008-05-11 Juri Linkov <juri@jurta.org>
10795
10796 * wid-edit.el (widget-image-directory): Change default image data
10797 subdirectory from "custom" to "images/custom".
10798
10799 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10800 before recursive call to `Info-next-preorder' to not add
10801 intermediate nodes to the history.
10802
10803 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10804
10805 * emulation/cua-base.el: Put isearch-scroll property
10806 on cua-scroll-up and cua-scroll-down.
10807
10808 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10809
10810 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10811
10812 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10813
10814 * vc-dispatcher.el (ewoc): Require.
10815 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10816
10817 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10818
10819 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10820
10821 * term/w32-win.el (x-colors):
10822 * term/mac-win.el (x-colors):
10823 * term/x-win.el (x-colors): Re-order colors.
10824
10825 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10826
10827 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10828
10829 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10830
10831 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10832 New functions implementing motion to next and previous directory.
10833
10834 * vc-arch.el (vc-arch-command):
10835 * vc-bzr.el (vc-bzr-command):
10836 * vc-cvs.el (vc-cvs-command):
10837 * vc-dispatcher.el (vc-do-command):
10838 * vc-git.el (vc-git-command):
10839 * vc-hg.el (vc-hg-command):
10840 * vc-mcvs.el (vc-mvcs-command):
10841 * vc-mtn.el (vc-mtn-command):
10842 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10843 (vc-sccs-workfile-unchanged-p):
10844 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10845 * vc-rcs.el (all methods): Remove assumption about what a nil
10846 argument to vc-do-command means. This means no buffer name needs
10847 to be hardcoded into the dispatcher layer, and it's better to be
10848 explicit anyway.
10849
10850 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10851
10852 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10853
10854 * vc.el: Update todo.
10855
10856 * vc-sccs.el (vc-sccs-dir-status):
10857 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10858 backends and returning up to date files.
10859
10860 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10861
10862 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10863
10864 * vc.el (vc-dir):
10865 * vc-hooks.el: Tweak the VC directory bindings. These are now
10866 documented in the manual.
10867
10868 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10869 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10870 (vc-dispatcher-selection-set): Allow callers to pass in an
10871 observer flag that says no buffer sync is required.
10872 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10873 Use the observer flag.
10874
10875 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10876
10877 * simple.el (start-file-process): Clarify docstring.
10878
10879 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10880
10881 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10882 Remove stub implementations of, and references to, wash-log.
10883 * vc-rcs.el (vc-rcs-comment-history):
10884 * vc-cvs.el (vc-cvs-comment-history):
10885 Inline the code that used to be wash-log.
10886
10887 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10888 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10889 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10890 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10891 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10892 (vc-rcs-print-log): Grok directories.
10893
10894 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * vc.el (vc-mark-resolved): Add `backend' argument.
10897 (vc-next-action): Pass it the backend.
10898 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10899 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10900 (vc-default-comment-history, vc-default-create-snapshot)
10901 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10902 (vc-annotate-revision-previous-to-line)
10903 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10904 * vc-svn.el (vc-svn-checkout):
10905 * vc-mcvs.el (vc-mcvs-checkout):
10906 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10907 (vc-working-revision, vc-before-save, vc-mode-line):
10908 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10909
10910 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10911 state to be consistent since it's often an unwarranted restriction.
10912 Don't return the state either.
10913 (vc-next-action): Check that the state is consistent.
10914 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10915 (vc-rollback, vc-update): Adapt to new return value of
10916 vc-deduce-fileset.
10917
10918 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10919 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10920 (vc-dispatcher-in-fileset-p): New fun.
10921 (vc-dispatcher-selection-set): Use it to properly handle directories.
10922
10923 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10924
10925 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10926 (vc-update): Remove unused let bindings.
10927
10928 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10929
10930 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10931 (vc-diff, vc-revert, vc-rollback, vc-update):
10932 * vc-dispatcher.el (vc-dispatcher-selection-set):
10933 Get rid of 4 special cases in fileset selection. This involved
10934 changing the return value of (vc-deduce-fileset) so that it passes
10935 back a deduced state as well as a deduced back end.
10936
10937 2008-05-08 Sam Steingold <sds@gnu.org>
10938
10939 * progmodes/compile.el (compilation-minor-mode-map)
10940 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10941 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10942 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10943
10944 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10945
10946 * org/org.el (org-modules, org-format-latex-options):
10947 * org/org-archive.el (org-archive-stamp-time)
10948 (org-archive-save-context-info):
10949 * org/org-faces.el (org-hide):
10950 * org/org-irc.el (org-irc-parse-link):
10951 * org/org-macs.el (org-call-with-arg, org-autoload):
10952 * org/org-mew.el (org-mew-store-link):
10953 * org/org-remember.el (org-remember-store-without-prompt)
10954 (org-remember-templates): Fix typos in docstrings.
10955
10956 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10957
10958 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10959 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10960 (org-bbdb-anniv-split): Fix typos in docstrings.
10961
10962 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10963 (org-publish-use-timestamps-flag): Reflow docstring.
10964 (org-publish-files-alist): Fix typos in docstring.
10965
10966 2008-05-07 Sam Steingold <sds@gnu.org>
10967
10968 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
10969 appears to be too aggressive with window removal.
10970
10971 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
10972
10973 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10974 Add leda and 0in as pragma keywords.
10975 (verilog-pretty-expr): Support lining up assignments which include
10976 part selects.
10977 (verilog-mode): More portable check for the availability of
10978 hideshow support.
10979 (verilog-do-indent): Remove special indent for declarations inside
10980 a parenthetical list. The code is ill-advised, and doesn't work
10981 given the new user defined types.
10982 (verilog-set-auto-endcomments): Enhance function automatic
10983 endcomment to support functions that return user defined types.
10984 (verilog-mode): Add code to tell which-function-mode minor mode
10985 that Verilog supports this feature.
10986
10987 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10988
10989 * epa-file.el: Require epa-hook.
10990
10991 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
10992
10993 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
10994 file-names clashes on 8+3 filesystems. Provide epa-hook.
10995
10996 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
10997 file-names clashes on 8+3 filesystems.
10998
10999 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11000
11001 * org/org.el (org-read-date-get-relative): Interpret lone
11002 weekday abbreviation as relative to today.
11003
11004 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11005
11006 * abbrev.el (define-abbrev-table):
11007 * composite.el (toggle-auto-composition):
11008 * json.el (json-alist-p, json-plist-p):
11009 * minibuffer.el (completion-table-with-predicate):
11010 * ps-mule.el (ps-mule-external-libraries):
11011 * emacs-lisp/advice.el (ad-special-form-p):
11012 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11013 * eshell/em-smart.el (eshell-review-quick-commands):
11014 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11015 (python-skip-out, python-check-comint-prompt):
11016 Don't use `iff' in docstrings.
11017
11018 * international/robin.el (robin-package-alist): Fix typo in docstring.
11019 (robin-current-package-name): Doc fix.
11020 (robin-activate): Don't use `iff' in docstring.
11021
11022 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11023
11024 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11025 The code uses a ewoc-based implementation now.
11026 * vc-hooks.el: Support for Meta-CVS has been removed.
11027
11028 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * tool-bar.el: Choose images dynamically.
11031 (tool-bar-make-keymap, tool-bar-find-image): New function.
11032 (tool-bar-find-image-cache): New var.
11033 (tool-bar-local-item, tool-bar-local-item-from-menu):
11034 Don't select the image yet, do it later in tool-bar-make-keymap.
11035
11036 2008-05-07 Andreas Schwab <schwab@suse.de>
11037
11038 * window.el: Require 'cl when compiling.
11039
11040 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11041
11042 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11043
11044 2008-05-07 Glenn Morris <rgm@gnu.org>
11045
11046 * subr.el (ignore-errors): Move here from cl-macs.el.
11047 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11048
11049 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11050 oddness.
11051
11052 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11053
11054 * vc-hooks.el (vc-find-file-hook):
11055 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11056 further from vc.el.
11057 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11058
11059 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11060
11061 * progmodes/verilog-mode.el (verilog-getopt-file):
11062 Cleanup warning message format.
11063 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11064 (verilog-auto-inout, verilog-auto-inout-module)
11065 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11066 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11067 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11068 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11069 (verilog-auto-unused, verilog-auto-wire)
11070 (verilog-decls-get-assigns, verilog-decls-get-consts)
11071 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11072 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11073 (verilog-decls-get-ports, verilog-decls-get-regs)
11074 (verilog-decls-get-signals, verilog-decls-get-wires)
11075 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11076 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11077 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11078 (verilog-inject-sense, verilog-library-filenames)
11079 (verilog-mode-release-date, verilog-mode-version)
11080 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11081 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11082 (verilog-modi-get-assigns, verilog-modi-get-consts)
11083 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11084 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11085 (verilog-modi-get-ports, verilog-modi-get-regs)
11086 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11087 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11088 (verilog-modi-get-wires, verilog-preserve-cache)
11089 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11090 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11091 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11092 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11093 Add caching of additional state, and rework signal extraction
11094 routines to improve AUTO expansion performance by 300%++.
11095
11096 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11097
11098 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11099 Tweak Open Watcom regexp to distinguish between errors and warnings.
11100
11101 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * dired.el (dired-read-dir-and-switches): Fix up last change.
11104
11105 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11106
11107 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11108 out of this function, move it to vc-dispatcher-selection-set.
11109
11110 2008-05-05 Sam Steingold <sds@gnu.org>
11111
11112 * window.el (delete-other-windows-vertically): New function.
11113
11114 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * dired.el (dired-read-dir-and-switches):
11117 Obey read-file-name-completion-ignore-case.
11118
11119 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11120
11121 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11122 Add regexp for Open Watcom compiler output.
11123
11124 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11125
11126 * progmodes/python.el (python-block-pairs): Align finally with except.
11127
11128 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11131
11132 2008-05-05 Tom Tromey <tromey@redhat.com>
11133
11134 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11135 looking at conflict marker.
11136
11137 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11140 client-mode -> vc-client-object, and guess `funcall' was meant.
11141 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11142
11143 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11146 (dbus-debug): Move declarations outside eval-when-compile.
11147
11148 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11149
11150 * proced.el (proced-command-alist): Fix system-type values.
11151 Fix defcustom.
11152 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11153 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11154 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11155 (proced-update): Use proced-sorting-scheme. Update modeline.
11156 (proced-send-signal): Use nreverse.
11157 (proced-sorting-scheme-p): New function.
11158
11159 2008-05-04 Andreas Schwab <schwab@suse.de>
11160
11161 * vc.el: Require dired when compiling.
11162
11163 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11164
11165 2008-05-03 Glenn Morris <rgm@gnu.org>
11166
11167 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11168 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11169 Simplify compilation requirements.
11170 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11171 declarations.
11172
11173 2008-05-03 Dave Love <fx@gnu.org>
11174
11175 * progmodes/python.el (python-beginning-of-statement):
11176 Loop at least once (fixes 2008-02-21 change).
11177
11178 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11179
11180 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11181 instead of `length' for comparing length of user and group names.
11182
11183 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11184
11185 * vc-dispatcher.el: New file, separates out the UI and command
11186 execution machinery from VCS-specific logic left in vc.el.
11187 The separation is not yet completely clean, but it's a good start.
11188 * vc.el: This file is about 1700 lines shorter now.
11189 Remove obsolete logentry-check from the backend API.
11190 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11191 implementation of the logentry-check method, and it guarded against
11192 a log length limit that has probably been obsolete for 15 years (!).
11193
11194 2008-05-02 Sam Steingold <sds@gnu.org>
11195
11196 * progmodes/compile.el (compilation-start): Move setting of
11197 compilation-directory after (funcall mode) as that resets local
11198 variables, this fixes recompile in grep buffers.
11199 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11200 in dired &c).
11201
11202 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11203
11204 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11205 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11206 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11207 has one of these and that all are called in compatible ways.
11208 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11209 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11210 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11211 backend has one of these.
11212
11213 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11216 initialization into define-abbrev-table. Use :regexp.
11217 (octave-mode-syntax-table): Don't set word syntax for `.
11218
11219 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11220 than only value.
11221
11222 * dired.el (dired-read-dir-and-switches):
11223 Set minibuffer-completing-file-name and call substitute-in-file-name.
11224 (dired-format-columns-of-files): Use completion--insert-strings.
11225
11226 * minibuffer.el (completion-hilit-commonality): Revert last change:
11227 the leftover code was actually useful.
11228 (completion--insert-strings): Use string-width rather than length.
11229
11230 2008-05-02 Sam Steingold <sds@gnu.org>
11231
11232 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11233 (vc-at-event): New macro: run the body at the even location.
11234 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11235 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11236 * subr.el (mouse-event-p): Check if the event is mouse-related.
11237
11238 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11239
11240 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11241 Don't throw error if no file is found.
11242
11243 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11244
11245 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11246 (vc-default-state-heuristic): Doc fix.
11247
11248 2008-05-02 Richard Sharman <rsharman@pobox.com>
11249
11250 * hilit-chg.el (highlight-changes-mode): Remove references to
11251 hooks that no longer exist. Because define-minor-mode is used the
11252 hook highlight-changes-mode-hook exists and can do what both the
11253 old hooks used to do. The documentation at the top of the file
11254 was updated to demonstrate this.
11255 (highlight-changes-mode): Remove commented out call to a hook
11256 function that is no longer there.
11257 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11258
11259 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11260
11261 * vc.el (vc-default-dired-state-info): Change name of primitive
11262 to prettify-state-info, in preparation for ripping out dired mode.
11263 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11264 to prettify-state-info, in preparation for ripping out dired mode.
11265 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11266 tries this on a version-controlled buffer. It will do useless or
11267 actively bad things on any version control system newer than RCS.
11268 * vc-hooks.el (vc-dired-resynch-file):
11269 * vc.el (vc-dired-resynch-file): Change name of primitive to
11270 vc-directory-resynch-file, preparing to remove dired.
11271
11272 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11273
11274 * vc-rcs.el (vc-rcs-state): Fix typos.
11275
11276 * vc.el (vc-register): Change argument order so that the prefix
11277 argument is assigned correctly.
11278 (vc-next-action, vc-dir-register): Update for the above change.
11279
11280 2008-05-01 Juri Linkov <juri@jurta.org>
11281
11282 * replace.el (occur-read-primary-args): Set default to the car of
11283 regexp-history and display it in the prompt, but don't add to the
11284 list of minibuffer defaults. Bind history-add-new-input to nil to
11285 not add automatically `default'. For empty input return `default'.
11286 Otherwise, add `input' to regexp-history and return it.
11287 (occur-1): Signal an error for the empty regexp.
11288
11289 * progmodes/compile.el (compilation-auto-jump):
11290 Set window point to `pos' explicitly.
11291
11292 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11293
11294 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11295 when appropriate.
11296 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11297 we report the 'unregistered state reliably.
11298 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11299 we report the 'unregistered state reliably.
11300 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11301 we report the 'unregistered state reliably.
11302 * vc-hooks.el (vc-state): Document that vc-unregistered is
11303 now expected to be returned reliably.
11304 * vc.el (vc-default-dired-state): Change needs-patch state to
11305 needs-update, since the name now shows up in dir-status listings
11306 and was somewhat misleading.
11307 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11308 immediately after removing the file.
11309 * vc.el (vc-next-action): More informative messages when a fileset
11310 is in a mixed state or files are missing.
11311
11312 2008-05-01 Sam Steingold <sds@gnu.org>
11313
11314 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11315
11316 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11319
11320 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11321
11322 * epa-file-hook.el: New file split from epa-file.el.
11323 * epa-file.el: Require 'epa-file-hook.
11324 (epa-file-handler): Add autoload cookie.
11325 * loadup.el: Load epa-file-hook.
11326 * startup.el (command-line): Eval the body of auto-encryption-mode.
11327
11328 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11329
11330 * vc.el (vc-dir-mode-map): Don't bind "r".
11331
11332 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11333 (vc-hg-status-printer): New function.
11334 (vc-hg-after-dir-status): Deal with copied and renamed files.
11335 (vc-hg-dir-status): Add flag to show copied files.
11336
11337 2008-05-01 John Paul Wallington <jpw@pobox.com>
11338
11339 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11340 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11341 sorting mode was recency.
11342
11343 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11344 reverse sorting order if last sorting mode was the sorter's.
11345
11346 2008-05-01 Jason Rumney <jasonr@gnu.org>
11347
11348 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11349
11350 2008-04-30 John Paul Wallington <jpw@pobox.com>
11351
11352 * ibuffer.el (define-ibuffer-column filename): When the major mode
11353 is `vc-dir-mode' show the buffer's default directory.
11354
11355 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11356 major mode is `vc-dir-mode' use the buffer's default directory.
11357
11358 2008-04-30 Sam Steingold <sds@gnu.org>
11359
11360 * vc.el (vc-dir-delete-file): Add.
11361 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11362 (vc-delete-file): Do not barf when the file has been already deleted.
11363
11364 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11365
11366 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11367
11368 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * progmodes/octave-mod.el (octave-help): New function.
11371 * progmodes/octave-hlp.el: Delete.
11372 * info-look.el (octave-mode): Add operator index.
11373
11374 * vc.el (vc-checkout): Typo.
11375
11376 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11379 Add "..." in the appropriate places.
11380
11381 * epa.el (epa-key-list-mode-map): Add more menu entries.
11382 Add "..." in the appropriate places.
11383
11384 * dired.el (dired-mode-map): Add :help.
11385
11386 * vc.el (vc-deduce-fileset): Add new parameter.
11387 (vc-dir-marked-only-files): New function.
11388 (vc-next-action): Don't ignore directories, look at the files
11389 inside them.
11390 (vc-dir-mode): Document how the mark/unmark commands work.
11391
11392 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11395 Rule out trailing spaces in file and directory names as well.
11396
11397 * minibuffer.el (completion--do-completion): Move point even if the
11398 completion makes no change.
11399 (completion-pcm-try-completion): Fix computation of new point.
11400
11401 2008-04-30 David Hansen <david.hansen@gmx.net>
11402
11403 * dired.el: Require 'cl.
11404
11405 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11406
11407 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11408 hollow if not in innermost frame.
11409
11410 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 Make `checkout-model' apply to filesets.
11413 * vc-hooks.el (vc-checkout-model): Rewrite.
11414 (vc-before-save, vc-after-save): Adjust callers accordingly.
11415 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11416 (vc-transfer-file): Adjust callers accordingly.
11417 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11418 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11419 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11420 instead of vc-checkout-model.
11421 * vc-mcvs.el (vc-mcvs-revert):
11422 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11423 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11424 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11425 * vc-svn.el (vc-svn-checkout-model):
11426 * vc-hg.el (vc-hg-checkout-model):
11427 * vc-git.el (vc-git-checkout-model):
11428 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11429
11430 * dired.el (dired-read-dir-and-switches): Replace last change with
11431 a new approach that mixes read-file-name and read-directory-name.
11432
11433 * files.el (read-buffer-to-switch):
11434 Avoid making assumptions about `other-buffer'.
11435
11436 2008-04-29 Sam Steingold <sds@gnu.org>
11437
11438 * vc.el (vc-dir-mode-hook): Add normal hook.
11439 (vc-dir-mode): Run it.
11440
11441 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11442
11443 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11444 Always split windows.
11445 (gdb-speedbar-timer-fn): Only raise frame after user input.
11446 (gdb-same-frame): Reverse initial value.
11447 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11448
11449 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11450 gdb-speedbar-timer-fn.
11451
11452 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11455
11456 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11457
11458 * epa.el (epa-key-list-mode-map): Add menu.
11459 (epa-delete-keys, epa-import-keys): Fix typo.
11460
11461 2008-04-29 Glenn Morris <rgm@gnu.org>
11462
11463 * find-cmd.el (top-level): Does not need cl when compiling.
11464
11465 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11466
11467 * find-cmd.el: New file.
11468
11469 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11472 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11473 (completion-pcm--hilit-commonality): New function.
11474 (completion-pcm-all-completions): Use it.
11475
11476 * minibuffer.el (completion-common-substring): Mark obsolete.
11477 (completions-first-difference, completions-common-part):
11478 Move from simple.el.
11479 (completion-hilit-commonality): New fun.
11480 (display-completion-list, completion-emacs21-all-completions)
11481 (completion-emacs22-all-completions): Use it.
11482 * simple.el (completions-first-difference, completions-common-part):
11483 Move to minibuffer.el.
11484 (choose-completion-string): Use field functions and minibufferp.
11485 (completion-setup-function): Don't set completions faces.
11486
11487 2008-04-29 Glenn Morris <rgm@gnu.org>
11488
11489 * calendar/calendar.el (calendar-nth-named-absday)
11490 (calendar-nth-named-day):
11491 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11492 * calendar/holidays.el (holiday-float): Doc fixes.
11493
11494 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11495 the `full' case.
11496
11497 * org/org-agenda.el (calendar-iso-from-absolute):
11498 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11499 Fix declarations.
11500
11501 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11502
11503 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11504 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11505 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11506 (gdb-assembler-custom): Be careful not to match other addresses.
11507
11508 2008-04-29 Jason Rumney <jasonr@gnu.org>
11509
11510 * battery.el (battery-status-function): Use w32-battery-status
11511 on Windows.
11512 (battery-echo-area-format): Make apm format the general case.
11513 (battery-mode-line-format): Merge apm and pmset formats as the
11514 general case.
11515
11516 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11517
11518 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11519 Use gud-tool-bar-item-visible-no-fringe.
11520 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11521 is already visible in frame. Remove optional size parameter
11522 and add optional frame parameter.
11523
11524 * progmodes/gud.el (gud-display-line): Only consider visible
11525 frames when looking for source buffer.
11526
11527 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11530 argument to get-char-property, in case the current buffer hasn't
11531 been assigned to that window yet.
11532 (doc-view-display): Default to selected window if the current
11533 buffer hasn't been assigned to a window yet.
11534
11535 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11536
11537 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11538
11539 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11540
11541 * net/tramp.el (tramp-mode): New defcustom.
11542 (tramp-file-name-handler, tramp-completion-file-name-handler):
11543 Use it.
11544 (tramp-replace-environment-variables): Handle "$$".
11545
11546 2008-04-28 Sam Steingold <sds@gnu.org>
11547
11548 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11549
11550 2008-04-28 Bastien Guerry <bzg@altern.org>
11551
11552 * whitespace.el (whitespace-trailing): Fix typo.
11553
11554 2008-04-28 Sam Steingold <sds@gnu.org>
11555
11556 * textmodes/remember.el (diary-make-entry): Update the autoload.
11557
11558 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11561 all-completions.
11562
11563 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11564
11565 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11566
11567 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11570 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11571 (vc-dir-mark-file): Add an optional argument.
11572 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11573
11574 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11575
11576 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11577 rather than obsolete alias find-file-hooks.
11578 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11579 Use find-file-hook rather than obsolete alias find-file-hooks.
11580 Add to find-file-not-found-functions.
11581 (epa-file-handler): Put 'safe-magic and 'operations properties.
11582
11583 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11584 (epa-menu-items): Remove.
11585
11586 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11587 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11588 (epa-dired-mode, epa-global-dired-mode): Remove.
11589
11590 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11591
11592 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11593
11594 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11595
11596 2008-04-27 Glenn Morris <rgm@gnu.org>
11597
11598 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11599 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11600
11601 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11602
11603 * org/org.el (org-html-level-start): Always have id's in HTML.
11604 (org-export-as-html): Use `org-link-protocols' to
11605 retrieve the export form of the link.
11606 (org-add-link-type): Final parameter renamed from PUBLISH.
11607 Better documentation of how it is to be used. Avoid double entries for
11608 the same link type.
11609 (org-add-link-props): New function.
11610 (org-modules-loaded): New variable.
11611 (org-load-modules-maybe, org-set-modules): New function.
11612 (org-modules): New option.
11613 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11614 (orgtbl-mode, org-store-link, org-insert-link-global)
11615 (org-open-at-point): Call `org-load-modules-maybe'.
11616 (org-search-view): Add more text properties.
11617 (org-agenda-schedule, org-agenda-deadline): Allow also in
11618 search-type agendas.
11619 (org-search-view): Order of arguments has been changed.
11620 Interpret prefix-arg as TODO-ONLY.
11621 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11622 Take new argument order of `org-search-view' into account.
11623 (org-todo-only): New variable.
11624 (org-search-syntax-table): New variable and function.
11625 (org-search-view): Do the search with the special syntax table.
11626 (define-obsolete-function-alias): Make work with XEmacs.
11627 (org-add-planning-info): Use old date as default when modifying an
11628 existing deadline or scheduled item.
11629 (org-agenda-compute-time-span): Make argument N optional.
11630 (org-agenda-format-date-aligned): Require `cal-iso'.
11631 (org-agenda-list): Include week into agenda heading, don't
11632 list it at each date (only on Mondays).
11633 (org-read-date-analyze): Define local variable `iso-date'.
11634 (org-agenda-format-date-aligned): Remove dependency on
11635 `calendar-time-from-absolute'.
11636 (org-remember-apply-template, org-go-to-remember-target):
11637 Interpret filenames relative to `org-directory'.
11638 (org-complete): Silently fail when trying to complete
11639 keywords that don't have a default value.
11640 (org-get-current-options): Add a #+DATE: option.
11641 (org-additional-option-like-keywords): Remove "DATE:" from the
11642 list of additional keywords.
11643 (org-export-as-html): Remove (current-time) as unnecessary second
11644 argument of `format-time-string'.
11645 (org-clock-find-position): Handle special case at end of buffer.
11646 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11647 `org-agenda-change-time-span'.
11648 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11649 `org-agenda-change-time-span'.
11650 (org-agenda-month-view): New argument MONTH, pass it on to
11651 `org-agenda-change-time-span'.
11652 (org-agenda-year-view): New argument YEAR, pass it on to
11653 `org-agenda-change-time-span'.
11654 (org-agenda-change-time-span): New optional argument N, pass it on
11655 to `org-agenda-compute-time-span'.
11656 (org-agenda-compute-time-span): New argument N, interpret it by
11657 changing the starting day.
11658 (org-small-year-to-year): New function.
11659 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11660 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11661 into the future, and that the shift is at least one interval, never 0.
11662 (org-update-checkbox-count): Fix bug with checkbox counting.
11663 (org-add-note): New command.
11664 (org-add-log-setup): Rename from `org-add-log-maybe'.
11665 (org-log-note-headings): New entry for plain notes (i.e. notes not
11666 related to state changes or clocking).
11667 (org-get-org-file): Check for availability of `remember-data-file'.
11668 (org-cached-entry-get): Allow a regexp value for
11669 `org-use-property-inheritance'.
11670 (org-use-property-inheritance): Allow regexp value. Fix bug in
11671 customization type.
11672 (org-use-tag-inheritance): Allow a list and a regexp value for
11673 this variable.
11674 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11675 (org-entry-get): Respect value `selective' for the INHERIT argument.
11676 (org-tag-inherit-p, org-property-inherit-p): New functions.
11677 (org-agenda-format-date-aligned): Allow 10 characters for
11678 weekday, to accommodate German locale.
11679 (org-add-archive-files): New function.
11680 (org-agenda-files): New argument `ext', to get archive files as well.
11681 (org-tbl-menu): Protect the use of variables that
11682 are only available when org-table.el gets loaded.
11683 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11684 single directory.
11685 (org-open-file): Allow a batch process to trigger
11686 waiting after executing a system command.
11687 (org-store-link): Link to headline when there is not
11688 target and no region in an org-mode buffer when creating a link.
11689 (org-link-types-re): New variable.
11690 (org-make-link-regexps): Compute `org-link-types-re'.
11691 (org-make-link-description-function): New option.
11692 (org-agenda-date, org-agenda-date-weekend): New faces.
11693 (org-archive-sibling-heading): New option.
11694 (org-archive-to-archive-sibling): New function.
11695 (org-iswitchb): New command.
11696 (org-buffer-list): New function.
11697 (org-agenda-columns): Also try the #+COLUMNS line in
11698 the buffer associated with the entry at point (or with the first
11699 entry in the agenda view).
11700 (org-modules): Add entry for org-bibtex.el.
11701 (org-completion-fallback-command): Move into `org-completion' group.
11702 (org-clock-heading-function): Move to `org-progress' group.
11703 (org-auto-repeat-maybe): Make sure that a note can
11704 be enforces if `org-log-repeat' is `note'.
11705 (org-modules): Allow additional symbols for external packages.
11706 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11707 (org-clock-goto): Hide drawers after showing an
11708 entry with `org-clock-goto'.
11709 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11710 Try also a clocktable block shift.
11711 (org-clocktable-try-shift): New function.
11712 (org-columns-hscoll-title): New function.
11713 (org-columns-previous-hscroll): New variable.
11714 (org-columns-full-header-line-format): New variable.
11715 (org-columns-display-here-title, org-columns-remove-overlays):
11716 Install `org-columns-hscoll-title' in post-command-hook.
11717
11718 * org/org.el: Split into many small files.
11719
11720 * org/org-agenda.el: New file, split off from org.el.
11721
11722 * org/org-archive.el: New file, split off from org.el.
11723
11724 * org/org-bbdb.el: New file.
11725
11726 * org/org-bibtex.el: New file, split off from org.el.
11727
11728 * org/org-clock.el: New file, split off from org.el.
11729
11730 * org/org-colview.el: New file, split off from org.el.
11731
11732 * org/org-compat.el: New file, split off from org.el.
11733
11734 * org/org-exp.el: New file, split off from org.el.
11735
11736 * org/org-faces.el: New file, split off from org.el.
11737
11738 * org/org-gnus.el: New file, split off from org.el.
11739
11740 * org/org-info.el: New file, split off from org.el.
11741
11742 * org/org-infojs.el: New file.
11743
11744 * org/org-irc.el: New file.
11745
11746 * org/org-macs.el: New file, split off from org.el.
11747
11748 * org/org-mew.el: New file.
11749
11750 * org/org-mhe.el: New file, split off from org.el.
11751
11752 * org/org-publish.el: New file, split off from org.el.
11753
11754 * org/org-remember.el: New file, split off from org.el.
11755
11756 * org/org-rmail.el: New file, split off from org.el.
11757
11758 * org/org-table.el: New file, split off from org.el.
11759
11760 * org/org-vm.el: New file, split off from org.el.
11761
11762 * org/org-wl.el: New file, split off from org.el.
11763
11764 2008-04-27 Jason Riedy <jason@acm.org>
11765
11766 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11767 parameter that suppresses lines that evaluate to NIL.
11768 (orgtbl-get-fmt): New inline function for
11769 picking apart formats that may be lists.
11770 (orgtbl-apply-fmt): New inline function for applying formats that
11771 may be functions.
11772 (orgtbl-eval-str): New inline function for strings that may be
11773 functions.
11774 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11775 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11776 (*orgtbl-llfmt*, *orgtbl-llstart*)
11777 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11778 (orgtbl-format-section): Shift formatting to support detecting the
11779 last line and formatting it specially.
11780 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11781 formats unless overridden.
11782 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11783 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11784 bound variables to hold the input collection of lines and output
11785 formatted text.
11786 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11787 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11788 format parameters.
11789 (orgtbl-format-line): New function encapsulating formatting for a
11790 single line.
11791 (orgtbl-format-section): Similar for each section. Rebinding the
11792 dynamic vars customizes the formatting for each section.
11793 (orgtbl-to-generic): Use orgtbl-format-line and
11794 orgtbl-format-section.
11795 (org-get-param): Now unused, so delete.
11796 (orgtbl-gather-send-defs): New function to
11797 gather all the SEND definitions before a table.
11798 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11799 corresponding to the current name.
11800 (orgtbl-send-table): Use the previous two functions and implement
11801 multiple destinations for each table.
11802
11803 * doc/org.texi (A LaTeX example): Note that fmt may be a
11804 one-argument function, and efmt may be a two-argument function.
11805 (Radio tables): Document multiple destinations.
11806
11807 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11808
11809 * org/org-agenda.el (org-add-to-diary-list): New function.
11810 (org-prefix-has-effort): New variable.
11811 (org-sort-agenda-noeffort-is-high): New option.
11812 (org-agenda-columns-show-summaries)
11813 (org-agenda-columns-compute-summary-properties): New options.
11814 (org-format-agenda-item): Compute the duration of the item.
11815 (org-agenda-weekend-days): New variable.
11816 (org-agenda-list, org-timeline): Use the proper faces for dates in
11817 the agenda and timeline buffers.
11818 (org-agenda-archive-to-archive-sibling): New command.
11819 (org-agenda-start-with-clockreport-mode): New option.
11820 (org-agenda-clockreport-parameter-plist): New option.
11821 (org-agenda-clocktable-mode): New variable.
11822 (org-agenda-deadline-leaders): Allow a function value for the
11823 deadline leader.
11824 (org-agenda-get-deadlines): Deal with new function value.
11825
11826 * org/org-clock.el (org-clock): New customization group.
11827 (org-clock-into-drawer, org-clock-out-when-done)
11828 (org-clock-in-switch-to-state, org-clock-heading-function):
11829 Move into the new group.
11830 (org-clock-out-remove-zero-time-clocks): New option.
11831 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11832 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11833 parameter.
11834 (org-dblock-write:clocktable): Fix bug with total time calculation.
11835 (org-dblock-write:clocktable): Request the unrestricted list of files.
11836 (org-get-clocktable): New function.
11837 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11838 be strings but also integers (an absolute day number) and lists (m d y).
11839
11840 * org/org-colview.el (org-columns-next-allowed-value)
11841 (org-columns-edit-value): Limit the effort for updating in the
11842 agenda to recomputing a single file.
11843 (org-columns-compute): Only write property value if it has changed.
11844 This avoids raising the buffer-change-flag unnecessarily.
11845 (org-agenda-colview-summarize)
11846 (org-agenda-colview-compute): New functions.
11847 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11848
11849 * org/org-exp.el (org-export-run-in-background): New option.
11850 (org-export-icalendar): Allow a batch process to trigger waiting
11851 after executing a system command.
11852 (org-export-preprocess-string): Rename from
11853 `org-cleaned-string-for-export'.
11854 (org-export-html-style): Made target class look like normal text.
11855 (org-export-as-html): Make use of the better preprocessing in
11856 `org-cleaned-string-for-export'.
11857 (org-cleaned-string-for-export): Better treatment of heuristic
11858 targets, many more internal links will now work in HTML export.
11859 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11860 (org-export-inbuffer-options-extra): New variable.
11861 (org-export-options-filters): New hook.
11862 (org-infile-export-plist): Find also the settings keywords in
11863 `org-export-inbuffer-options-extra'.
11864 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11865 multiple #+INFOJS_OPT lines.
11866 (org-export-html-handle-js-options): New function.
11867 (org-export-html-infojs-setup): New option.
11868 (org-export-as-html): Call `org-export-html-handle-js-options'.
11869 Add autoload to all entry points.
11870 (org-skip-comments): Function removed.
11871
11872 * org/org-table.el (org-table-make-reference): Extra parenthesis
11873 around single fields, to make sure that algebraic formulas get
11874 correctly interpreted by calc.
11875 (org-table-current-column): No longer interactive.
11876
11877 * org/org-export-latex.el (org-export-latex-preprocess):
11878 Rename from `org-export-latex-cleaned-string'.
11879
11880 2008-04-27 Bastien Guerry <bzg@altern.org>
11881
11882 * org/org-publish.el (org-publish-get-base-files-1): New function.
11883 (org-publish-get-base-files): Use it.
11884 (org-publish-temp-files): New variable.
11885 Don't require 'dired-aux anymore.
11886 (org-publish-initial-buffer): New variable.
11887 (org-publish-org-to, org-publish): Use it.
11888 (org-publish-get-base-files-1): Bug fix: get
11889 the proper list of files when recursing thru a directory.
11890 (org-publish-get-base-files): Use the :exclude property to skip
11891 both files and directories.
11892
11893 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11894
11895 * net/tramp.el (tramp-handle-make-symbolic-link)
11896 (tramp-handle-file-name-directory)
11897 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11898 (tramp-do-copy-or-rename-file-directly)
11899 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11900 (tramp-handle-substitute-in-file-name)
11901 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11902 * net/tramp-cache.el (tramp-get-file-property)
11903 (tramp-set-file-property, tramp-flush-file-property)
11904 (tramp-flush-directory-property)
11905 * net/tramp-compat.el (tramp-compat-make-temp-file)
11906 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11907 Disable `file-name-handler-alist' when handling localname.
11908 It could have a remote file syntax, like a VMS file name.
11909
11910 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11911
11912 * whitespace.el: New version 11.1.
11913 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11914 enclosed by \\( and \\)$. Docstring fix.
11915 (whitespace-trailing-regexp): Fun removed.
11916 (whitespace-report-list): Const initialization fix.
11917 (whitespace-color-on): Code fix.
11918
11919 2008-04-27 Andreas Schwab <schwab@suse.de>
11920
11921 * Makefile.el: Unbreak bootstrap.
11922
11923 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11924
11925 * net/tramp.el (tramp-replace-environment-variables): New defun.
11926 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11927 Use it.
11928
11929 2008-04-27 Glenn Morris <rgm@gnu.org>
11930
11931 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11932
11933 * calculator.el (calculator-expt): Replace cl function `oddp'.
11934
11935 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11936
11937 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11938 Simplify. Collect `defun' and `autoload' entries.
11939 Avoid modifying load-history.
11940
11941 2008-04-26 Glenn Morris <rgm@gnu.org>
11942
11943 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11944
11945 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11946
11947 2008-04-26 John Paul Wallington <jpw@pobox.com>
11948
11949 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11950 `hexl-mode-old-eldoc-documentation-function'.
11951 (hexl-mode-exit): Restore it.
11952 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11953
11954 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11955
11956 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11959 (completion-pcm--all-completions): Doc fix.
11960 (completion-styles-alist, completion-all-completions):
11961 Fix typos in docstrings.
11962
11963 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11964
11965 * whitespace.el: There is now only one variable (whitespace-style) to
11966 specify which kind of blank is visualized. Doc and docstring fix.
11967 New version 11.0.
11968 (whitespace-style): New option, replace whitespace-style-mark and
11969 whitespace-style-color.
11970 (whitespace-style-mark, whitespace-style-color): Options removed.
11971 (whitespace-hspace, whitespace-tab, whitespace-newline)
11972 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11973 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11974 (whitespace-hspace-regexp, whitespace-space-regexp)
11975 (whitespace-tab-regexp, whitespace-trailing-regexp)
11976 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11977 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11978 (whitespace-space-after-tab-regexp, whitespace-line-column)
11979 (whitespace-display-mappings, whitespace-report): Docstring fix.
11980 (whitespace-color-value-list, whitespace-mark-value-list)
11981 (whitespace-active-color, whitespace-active-mark)
11982 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
11983 (whitespace-style-value-list, whitespace-active-style)
11984 (whitespace-toggle-style): New vars.
11985 (whitespace-toggle-option-alist, whitespace-help-text):
11986 Var initialization and docstring fix.
11987 (whitespace-toggle-options, global-whitespace-toggle-options)
11988 (whitespace-cleanup, whitespace-cleanup-region)
11989 (whitespace-report-region, whitespace-interactive-char)
11990 (whitespace-toggle-list): Docstring and code fix.
11991 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11992 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
11993 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
11994 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
11995
11996 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
11999 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12000 (diff-sanity-check-hunk): Adjust code accordingly.
12001
12002 2008-04-26 Glenn Morris <rgm@gnu.org>
12003
12004 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12005
12006 * forms-d2.dat: Move to ../etc.
12007 * forms-d2.el (forms-file): Adapt for above change.
12008
12009 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12010 `translation-table-for-input'.
12011
12012 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12013 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12014
12015 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12016 to punctuation now it's not needed for abbrevs.
12017 (fortran-mode-abbrev-table): Remove defvar, make use of new
12018 define-abbrev-table :regexp feature.
12019
12020 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12021 insert, now that translation-table-for-input is not needed.
12022
12023 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12024
12025 * emacs-lisp/pp.el (pp-display-expression): New function,
12026 extracted from pp-eval-expression.
12027 (pp-eval-expression): Use pp-display-expression.
12028 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12029 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12030 (pp-eval-last-sexp): Use pp-last-sexp.
12031
12032 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * abbrev.el (define-abbrev-table): Apply props even if the table
12035 exists already.
12036
12037 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12038 various kinds of completion tables.
12039 (completion-emacs22-try-completion): Place cursor after the /, as was
12040 done in Emacs-22's minibuffer-complete-word.
12041 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12042 (completion-emacs22-try-completion): Merge all mergeable text rather
12043 than just /.
12044 (completion-pcm--delim-wild-regex): New var.
12045 (completion-pcm-word-delimiters): New custom.
12046 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12047 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12048 (completion-pcm--all-completions, completion-pcm-all-completions)
12049 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12050 (completion-pcm-try-completion): New functions.
12051 (completion-styles-alist): Add them.
12052 (completion-styles): Add it to the default.
12053
12054 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12055
12056 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12057 (gdb-var-create-handler): ...until here when there are values.
12058 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12059 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12060
12061 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12062
12063 * ls-lisp.el (ls-lisp-format): Fix last change.
12064 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12065 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12066 (ls-lisp-filesize-f-fmt): New defvars.
12067 (ls-lisp-insert-directory): Dynamically compute format specifiers
12068 for displaying UID, GID, and file size, and store them in the
12069 above variables.
12070 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12071 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12072 instead of constant format strings.
12073 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12074 ls-lisp-filesize-d-fmt instead of constant format strings.
12075
12076 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12077
12078 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12079 value of addresses rather than (partial) string value.
12080 (gdb-frame-handler): Change regexp according to above change.
12081 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12082 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12083 (gdb-assembler-mode): Disable undo in these buffers.
12084
12085 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12088 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12089
12090 2008-04-24 Sam Steingold <sds@gnu.org>
12091
12092 * textmodes/remember.el (remember-diary-extract-entries): Use
12093 diary-make-entry instead of the obsolete make-diary-entry.
12094
12095 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * subr.el (translation-table-for-input): Mark as obsolete.
12098
12099 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12100
12101 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12102
12103 * textmodes/ispell.el (ispell-dictionary-alist-1)
12104 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12105 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12106 (ispell-dictionary-alist-6): Remove.
12107 (ispell-dictionary-base-alist): New var, merges the above.
12108 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12109 Use it.
12110 (ispell-dictionary-alist): Default to nil. Remove autoload.
12111 (ispell-local-dictionary-alist): Remove autoload.
12112
12113 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12114 (f90-mode-abbrev-table): Use the new :regexp feature.
12115 Merge defvar and mapc into define-abbrev-table.
12116 (f90-imenu-type-matcher): Remove unused `l'.
12117 (f90-imenu-generic-expression): Remove unused `not-ib'.
12118 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12119 (f90-change-keywords): Use restore-buffer-modified-p.
12120
12121 2008-04-24 Glenn Morris <rgm@gnu.org>
12122
12123 * net/goto-addr.el (goto-address-prog-mode):
12124 * progmodes/bug-reference.el (bug-reference-prog-mode):
12125 Define for compiler.
12126
12127 * minibuffer.el (x-file-dialog): Declare as function.
12128
12129 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12130 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12131
12132 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12133 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12134 work with easymenu. Add :keys where needed.
12135
12136 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12137 event-start is nil.
12138
12139 * calendar/calendar.el (calendar-mode-map): Fix typo.
12140
12141 2008-04-24 Tom Tromey <tromey@redhat.com>
12142
12143 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12144 Document keywords. Add :suppress.
12145 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12146
12147 * net/goto-addr.el (goto-address-unfontify): New function.
12148 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12149 (goto-address-fontify-region, goto-address-mode)
12150 (goto-address-prog-mode): New functions.
12151
12152 * progmodes/bug-reference.el: New file.
12153
12154 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12155
12156 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12157
12158 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12161 macros within lambdas.
12162
12163 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12164
12165 * minibuffer.el (completion-try-completion): Add `point' argument.
12166 Change return value.
12167 (completion-all-completions): Add `point' argument.
12168 (minibuffer-completion-help): Pass the new `point' argument.
12169 (completion--do-completion): Pass the whole field to try-completion.
12170 (completion--try-word-completion): Rewrite, making fewer assumptions.
12171 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12172 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12173 (completion-basic-try-completion, completion-basic-all-completions):
12174 New functions.
12175 (completion-styles-alist): Use them.
12176
12177 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12178
12179 * textmodes/ispell.el (ispell-set-spellchecker-params):
12180 New function to make sure right params and dictionary alists are used
12181 after spellchecker changes.
12182 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12183 (ispell-initialize-spellchecker-hook): New variables and hook.
12184 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12185 (ispell-maybe-find-aspell-dictionaries): Remove.
12186 Calls replaced by (ispell-set-spellchecker-params) calls.
12187 (ispell-have-aspell-dictionaries): Remove.
12188
12189 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12190 by ispell-set-spellchecker-params.
12191
12192 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * complete.el (PC-do-completion): Be more robust in the presence of
12195 unexpected values in minibuffer-completion-predicate.
12196
12197 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12198 Only abbreviate default-filename if it's a file.
12199
12200 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12201 (read-file-name-completion-ignore-case, insert-default-directory):
12202 New vars, moved from fileio.c.
12203 (read-file-name): New fun, moved from fileio.c.
12204 * cus-start.el: Remove insert-default-directory and
12205 read-file-name-completion-ignore-case.
12206
12207 2008-04-23 Magnus Henoch <mange@freemail.hu>
12208
12209 * tar-mode.el (tar-untar-buffer): If the entry has directory
12210 link type, extract it as a directory even if its file name doesn't
12211 end with a slash. Fixes extraction of NetBSD tar archives.
12212
12213 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * server.el (server-start): Also don't get confused by CRs since we
12216 don't quote them.
12217
12218 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12219
12220 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12221 (gdb-set-gud-minor-mode-existing-buffers)
12222 (gdb-info-breakpoints-custom, gdb-get-location)
12223 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12224 Previously gdb-create-define-alist wasn't always run and added to
12225 after-save-hook.
12226
12227 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12228
12229 2008-04-23 Kevin Ryde <user42@zip.com.au>
12230
12231 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12232 comments like unindented ones.
12233
12234 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12235
12236 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12237 parameter origins.
12238
12239 2008-04-23 Kevin Ryde <user42@zip.com.au>
12240
12241 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12242 Bind print-level to ensure output forms aren't truncated if
12243 print-level is set to eval-expression-print-level when going via
12244 eval-defun and friends, or has been otherwise fiddled with.
12245
12246 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12249 font-lock-extend-after-change-region-function globally.
12250
12251 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12252
12253 * speedbar.el (speedbar-use-tool-tips-flag)
12254 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12255 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12256 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12257 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12258 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12259 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12260 (speedbar-separator-face): Fix typos in docstrings.
12261 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12262 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12263 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12264 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12265 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12266 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12267 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12268 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12269 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12270 (speedbar-recenter): Doc fixes.
12271 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12272 declaration and remove redundant info in docstring.
12273
12274 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12275
12276 * vc-git.el (vc-git-status-printer): Deal with directories.
12277
12278 * vc.el (vc-next-action): Look at more than the first file to
12279 determine the state.
12280
12281 2008-04-23 Glenn Morris <rgm@gnu.org>
12282
12283 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12284 timers. Doc fix.
12285 (dframe-update-speed): Drop support for XEmacs < 20.
12286 (dframe-frame-mode): Drop support for Emacs < 20.
12287 (dframe-set-timer-internal): Drop support for Emacs without timers.
12288 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12289
12290 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12291 versions. Add doc-string. Mark as obsolete.
12292
12293 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12294
12295 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12296 rather than using an Emacs version test.
12297
12298 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12299 rather than an Emacs version test.
12300
12301 * calendar/cal-china.el (holiday-chinese-qingming)
12302 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12303 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12304 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12305
12306 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12307
12308 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12309 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12310 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12311
12312 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12313
12314 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12315 (gdb-previous-frame-pc-address): ...to this.
12316 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12317 of "info frame" with Gdb 6.4+.
12318 (gdb-stack-list-frames-regexp): New regexp.
12319 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12320
12321 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12322
12323 * tar-mode.el (tar-prefix-offset): New constant.
12324 (tar-header-block-tokenize): Support paths with long names
12325 which use the "ustar" standard.
12326
12327 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12328
12329 * image-dired.el (image-dired-track-original-file)
12330 (image-dired-modify-mark-on-thumb-original-file):
12331 Use `dired-goto-file' instead of `search-forward'. This solves
12332 a bug with finding files where the file name is a subset of other
12333 file names. Doc fix.
12334
12335 2008-04-22 Juri Linkov <juri@jurta.org>
12336
12337 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12338 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12339 (yank-menu-length): Change group name `mouse' to `menu'.
12340 (buffers-menu-buffer-name-length): New user option.
12341 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12342 instead of the hard-coded number 27.
12343
12344 2008-04-22 Juri Linkov <juri@jurta.org>
12345
12346 * isearch.el (eval-when-compile): Require `help-macro'.
12347 (isearch-help-for-help-internal): Isearch specific Help screen
12348 created by `make-help-screen'.
12349 (isearch-help-map): New variable that binds "b", "k", "m" to
12350 isearch-specific commands, and binds other keys to
12351 isearch-other-control-char, thus allowing other Help keys to
12352 exit isearch mode and execute their global definitions.
12353 (isearch-help-for-help, isearch-describe-bindings)
12354 (isearch-describe-key, isearch-describe-mode): New commands.
12355 (isearch-mode-help): Define alias to isearch-describe-mode
12356 and remove its old function definition.
12357 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12358 Remove old comments because this issue is settled now.
12359 (isearch-forward): Describe three new Help commands in the docstring.
12360 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12361 leave the single sentence at the first line of the docstring,
12362 and prepend the word "function" before `isearch-forward'
12363 to make the Help link to the function instead of variable.
12364
12365 2008-04-22 Juri Linkov <juri@jurta.org>
12366
12367 * isearch.el (isearch-success-function): New variable with default
12368 to `isearch-success-function-default'.
12369 (isearch-search): Call a function from `isearch-success-function'
12370 instead of calling the hard-coded `isearch-range-invisible'.
12371 (isearch-success-function-default): New function that calls
12372 `isearch-range-invisible' and inverts its return value.
12373
12374 * info.el (Info-search): In two similar places that skip
12375 undesired search matches move code to Info-search-success-function,
12376 and call `isearch-success-function' instead.
12377 (Info-search-success-function): New function copied from code
12378 in Info-search. Replace isearch-range-invisible with
12379 text-property-not-all that checks for 'invisible and 'display
12380 properties to skip partially invisible matches (whose display
12381 properties were set by Info-fontify-node).
12382 (Info-mode): Set buffer-local isearch-success-function
12383 to Info-search-success-function.
12384
12385 2008-04-22 Juri Linkov <juri@jurta.org>
12386
12387 * minibuffer.el (internal-complete-buffer-except): New function.
12388
12389 * files.el (read-buffer-to-switch): New function.
12390 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12391 Change interactive spec to call read-buffer-to-switch instead of
12392 using the letter "B".
12393
12394 * simple.el (minibuffer-default-add-shell-commands): New function.
12395 Use declare-function for mailcap-file-default-commands from "mailcap".
12396 (shell-command): Set local minibuffer-default-add-function to
12397 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12398 before calling read-shell-command. Set 4th arg default-value of
12399 read-shell-command to relative buffer-file-name in file buffers.
12400
12401 * dired-aux.el (dired-read-shell-command-default): Move it to
12402 gnus/mailcap.el and change its name to more general name
12403 mailcap-file-default-commands.
12404 (minibuffer-default-add-dired-shell-commands): New function.
12405 Use declare-function for mailcap-file-default-commands from "mailcap".
12406 (dired-read-shell-command): Set local minibuffer-default-add-function
12407 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12408 before calling read-shell-command. Remove dired-read-shell-command-default
12409 from the default value arg because default values are not set in
12410 minibuffer-default-add-dired-shell-commands. Doc fix.
12411
12412 * dired-x.el (dired-smart-shell-command): Sync arguments and
12413 interactive spec with changes in `shell-command'.
12414 Use dired-get-filename to get the dired file name at point
12415 as the default value in dired mode.
12416
12417 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12418
12419 * info.el (Info-complete-menu-item): Add missing parenthesis.
12420
12421 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * info.el (Info-complete-menu-item): Save point.
12424
12425 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12426
12427 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12428
12429 2008-04-22 Andreas Schwab <schwab@suse.de>
12430
12431 * Makefile.in (emacs-deps): Define.
12432 Use it instead of $(lisp)/subdirs.el.
12433
12434 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12435
12436 * vc.el (vc-next-action): Do not consider directories when
12437 checking for state compatibility.
12438 (vc-transfer-file): Use when not if.
12439 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12440 (vc-dir-mark-file): Use them.
12441 (vc-deduce-fileset): Also return the backend.
12442 (vc-diff-internal): Take as argument the value returned by
12443 vc-deduce-fileset instead of just the fileset.
12444 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12445 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12446 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12447
12448 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12449
12450 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12451 set-window-vscroll but image-scroll-down. Fixes a bug where a
12452 command following SPC scrolled up again.
12453
12454 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12455
12456 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12457 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12458 (gud-watch): Add "$" prefix when in registers buffer.
12459
12460 2008-04-22 Glenn Morris <rgm@gnu.org>
12461
12462 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12463
12464 * whitespace.el (whitespace-display-table)
12465 (whitespace-display-table-was-local): Move definitions before use.
12466
12467 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12468 (copyright-limit): Respect copyright-at-end-flag.
12469 (copyright-re-search, copyright-start-point)
12470 (copyright-offset-too-large-p): New functions.
12471 (copyright-update-year): Use copyright-re-search.
12472 (copyright-update, copyright-fix-years): Use copyright-start-point,
12473 and copyright-re-search.
12474 (copyright): Use copyright-offset-too-large-p.
12475 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12476
12477 * add-log.el (top-level): Require 'cl when compiling.
12478
12479 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12482 Treat minibuffer-completion-predicate as a predicate.
12483
12484 * minibuffer.el (completion--file-name-table): Accept both the old
12485 `dir' arg or the new `pred' arg.
12486
12487 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12488 `predicate' argument to pass non-predicate data.
12489 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12490 Use second arg as proper predicate.
12491
12492 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12493 (vc-bzr-revision-completion-table): Use completion-table-with-context
12494 instead.
12495
12496 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12497
12498 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12499
12500 * term.el (term-emulate-terminal): Perform redisplay after the
12501 process filter has finished running.
12502
12503 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12504
12505 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12506
12507 * minibuffer.el (completion-try-completion): Change magic symbol
12508 property name. Rename from minibuffer-try-completion.
12509 (completion-all-completions): Rename from minibuffer-all-completions.
12510 Remove hide-spaces argument.
12511 (completion--do-completion): Rename from minibuffer--do-completion.
12512 (minibuffer-complete-and-exit): Call just try-completion rather than
12513 completion-try-completion to fix up the case.
12514 (completion--try-word-completion): Try to add space or hyphen before
12515 making `string' a prefix of `completion'.
12516 (completion--insert-strings): Rename from minibuffer--insert-strings.
12517
12518 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12519
12520 * net/tls.el (tls-program): Add -ign_eof argument to call the
12521 openssl commands.
12522 (tls-checktrust): Ditto.
12523
12524 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12525
12526 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12527
12528 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12529 (vc-check-master-templates, vc-file-not-found-hook)
12530 (vc-kill-buffer-hook):
12531 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12532 (vc-find-position-by-context, vc-buffer-context)
12533 (vc-restore-buffer-context, vc-responsible-backend)
12534 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12535 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12536 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12537 (vc-version-diff, vc-diff, vc-insert-headers)
12538 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12539 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12540 (vc-revert, vc-rollback, vc-version-backup-file)
12541 (vc-rename-master, vc-delete-file, vc-rename-file)
12542 (vc-branch-part, vc-default-retrieve-snapshot)
12543 (vc-annotate-display-autoscale, vc-annotate-display-select)
12544 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12545 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12546 (vc-dir-update): Handle directories.
12547 (vc-default-status-printer): Simplify.
12548
12549 * progmodes/asm-mode.el (asm-mode-map):
12550 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12551
12552 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12553
12554 2008-04-21 Kenichi Handa <handa@m17n.org>
12555
12556 * select.el (xselect-convert-to-string): Send a C_STRING only if
12557 the polymorphic target TEXT is requested.
12558
12559 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12560
12561 * minibuffer.el (completion-setup-hook, display-completion-list)
12562 (completion--file-name-table): Fix typos in docstrings.
12563 (completion-table-dynamic): Fix typo, and reflow docstring.
12564
12565 2008-04-20 Andreas Schwab <schwab@suse.de>
12566
12567 * server.el (server-switch-buffer): Also consider clients in the
12568 selected frame.
12569
12570 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12571
12572 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12573 Select window clicked on first.
12574 (gdb): Display thread number in mode-line.
12575 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12576 (gdb-breakpoints-header): New variable.
12577 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12578
12579 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12580
12581 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12582 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12583 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12584 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12585 (vc-sccs-print-log): Use it.
12586
12587 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12588
12589 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12590 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12591
12592 * tooltip.el (tooltip-previous-message): New var.
12593 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12594 the C code (avoid overwriting a minibuffer, restore previous echo
12595 message, ...).
12596 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12597 Simplify.
12598
12599 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12600
12601 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12602 (gdb-init-1): Initialise it.
12603 (gdb-annotation-rules): New entry for "new-thread".
12604 (gdb-thread-identification): New function to customize
12605 mode-line-buffer-identification.
12606 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12607 (gdb-assembler-mode): Use it.
12608 (gdb-threads-mode): Force "info threads" onto queue.
12609
12610 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * files.el (locate-file-completion-table): Rename from
12613 locate-file-completion and make it use `pred' in the normal way.
12614 (locate-file-completion): New compatibility wrapper.
12615 (load-library): Use locate-file-completion-table.
12616 * finder.el (finder-commentary):
12617 * subr.el (locate-library):
12618 * emacs-lisp/find-func.el (find-library): Likewise.
12619 * info.el: Use with-current-buffer and inhibit-read-only.
12620 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12621 (Info-read-node-name-1): Adjust uses accordingly.
12622
12623 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12624 (completion-table-with-terminator): Don't use complete-with-action
12625 since we have to distinguish all three cases anyway.
12626 (completion-table-with-predicate): New function.
12627 (dynamic-completion-table): Add obsolete alias.
12628
12629 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12630
12631 2008-04-18 Sam Steingold <sds@gnu.org>
12632
12633 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12634 Use quit-window instead of bury-buffer.
12635
12636 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12639
12640 2008-04-18 Andreas Schwab <schwab@suse.de>
12641
12642 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12643 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12644 Depend on $(lisp)/subdirs.el.
12645
12646 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12647
12648 * descr-text.el (describe-char-after):
12649 Use `define-obsolete-function-alias'.
12650
12651 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12652
12653 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12654
12655 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12656 Remove redundant obsolescence info in docstring.
12657
12658 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12659 (vc-header-alist): Add WHEN to obsolescence declaration.
12660 (vc-state): Fix typo in docstring.
12661
12662 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12663 Use `define-obsolete-variable-alias'.
12664
12665 * emulation/tpu-edt.el (tpu-have-ispell):
12666 * international/codepage.el (codepage-setup):
12667 Fix typo in obsolescence declaration.
12668
12669 * international/mule.el (char-coding-system-table):
12670 Remove redundant obsolescence info in docstring.
12671 (charset-list, generic-char-p, set-char-table-default):
12672 Fix typos in obsolescence declarations.
12673
12674 * international/mule-diag.el (non-iso-charset-alist):
12675 Fix typo in obsolescence declaration.
12676 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12677
12678 * font-core.el (font-lock-defaults-alist):
12679 * font-lock.el (font-lock-reference-face):
12680 * frame.el (screen-height, screen-width, set-screen-width)
12681 (set-screen-height):
12682 * hilit-chg.el (highlight-changes-initial-state):
12683 * isearch.el (isearch-return-char):
12684 * log-edit.el (cvs-commit-buffer-require-final-newline)
12685 (cvs-changelog-full-paragraphs):
12686 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12687 (mouse-popup-menubar-stuff):
12688 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12689 (mouse-wheel-click-button):
12690 * outline.el (outline-visible):
12691 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12692 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12693 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12694 * progmodes/compile.el (compile-internal):
12695 Add WHEN to obsolescence declarations.
12696
12697 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12700 is not better anyway.
12701
12702 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12703
12704 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12705 properly.
12706
12707 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12710 (python-use-skeletons): Remove, unused.
12711 (python-skeletons): Remove. Use the abbrev table instead.
12712 (python-mode-abbrev-table): Fix regexp;
12713 add enable-function and case-fixed.
12714 (def-python-skeleton): Simplify.
12715 (python-expand-template): Use the abbrev-table and abbrev-insert.
12716 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12717 Remove.
12718 (python-mode): Don't set pre-abbrev-expand-hook.
12719
12720 * skeleton.el: Set coding-tag.
12721
12722 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12723 (expand-abbrev): Use it.
12724 (abbrev-table-menu): New function.
12725
12726 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12727
12728 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12729
12730 2008-04-17 Sam Steingold <sds@gnu.org>
12731
12732 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12733 idiosyncratic bury-buffer/delete-window logic.
12734
12735 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12738 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12739
12740 2008-04-17 Kenichi Handa <handa@m17n.org>
12741
12742 * international/characters.el: Don't make the width of U+00AD to 0.
12743
12744 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12745
12746 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12747 (gdb, gdb-starting, gdb-frames-mode): Use it.
12748 (gdb-invalidate-frames): Advise to call "info stack" only if
12749 execution has occurred.
12750 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12751 selected frame if no execution has occurred.
12752 (gdb-frames-force-update): New interactive function.
12753 (gdb-frames-mode-map): Bind it to "F".
12754
12755 2008-04-17 Michael Olson <mwolson@gnu.org>
12756
12757 * textmodes/remember.el (remember-version): Release Remember 2.0.
12758
12759 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12760
12761 * textmodes/artist.el:
12762 * progmodes/vhdl-mode.el:
12763 * progmodes/verilog-mode.el:
12764 * progmodes/vera-mode.el:
12765 * progmodes/simula.el:
12766 * progmodes/ps-mode.el:
12767 * progmodes/cmacexp.el:
12768 * obsolete/hilit19.el:
12769 * emulation/viper.el:
12770 * ediff.el: Cleanup the bug-report email addresses and make sure the
12771 maintainer is still willing to handle bug reports.
12772
12773 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12774
12775 * vc.el (vc-dir-kill-query): Fix thinko.
12776
12777 2008-04-16 Glenn Morris <rgm@gnu.org>
12778
12779 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12780 by diary-sexp-entry.
12781
12782 2008-04-16 Markus Triska <markus.triska@gmx.at>
12783
12784 * proced.el (proced-command-alist): Add support for darwin.
12785
12786 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * proced.el (proced-mode): Redefine as just the major-mode.
12789 (proced): Separate it from proced-mode.
12790
12791 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12792
12793 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12794
12795 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12796 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12797 `tab-width' setting from user. New version 10.0. Doc and docstring
12798 fix.
12799 (whitespace-style, whitespace-chars): Remove options.
12800 (whitespace-style-mark): New option, replace whitespace-style deleted
12801 option. Fix docstring.
12802 (whitespace-style-color): New option, replace whitespace-chars deleted
12803 option. Fix docstring.
12804 (whitespace-space, whitespace-hspace, whitespace-tab)
12805 (whitespace-newline, whitespace-trailing, whitespace-line)
12806 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12807 (whitespace-space-after-tab, whitespace-hspace-regexp)
12808 (whitespace-space-regexp, whitespace-tab-regexp)
12809 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12810 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12811 (whitespace-toggle-option-alist): Fix docstring.
12812 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12813 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12814 docstring and initialization.
12815 (global-whitespace-mode): Autoloaded global minor mode.
12816 (whitespace-chars-value-list, whitespace-style-value-list)
12817 (whitespace-active-chars, whitespace-active-style)
12818 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12819 (whitespace-color-value-list): New var, replace
12820 whitespace-chars-value-list removed var.
12821 (whitespace-mark-value-list): New var, replace
12822 whitespace-style-value-list removed var.
12823 (whitespace-active-color): New var, replace whitespace-active-chars
12824 removed var.
12825 (whitespace-active-mark): New var, replace whitespace-active-style
12826 removed var.
12827 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12828 removed var.
12829 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12830 removed var.
12831 (whitespace-toggle-option-alist, whitespace-report-list)
12832 (whitespace-report-text, whitespace-help-text): Fix initialization.
12833 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12834 (whitespace-toggle-options, global-whitespace-toggle-options)
12835 (whitespace-cleanup-region, whitespace-report-region)
12836 (whitespace-interactive-char): Fix docstring and code.
12837 (whitespace-cleanup, whitespace-report): Fix docstring.
12838 (whitespace-replace-spaces-by-tabs): Remove fun.
12839 (whitespace-replace-action): New fun, replace
12840 whitespace-replace-spaces-by-tabs removed fun.
12841 (whitespace-regexp, whitespace-indentation-regexp)
12842 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12843 (whitespace-kill-buffer): New funs.
12844 (whitespace-insert-option-mark, whitespace-help-on)
12845 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12846 (whitespace-color-on, whitespace-color-off)
12847 (whitespace-display-char-on): Fix code.
12848
12849 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12852 (mouse-throw-magnifier-with-mouse-movement): Remove.
12853 (mouse-throw-magnifier-base): New const.
12854 (mouse-drag-scroll-delta): New fun.
12855 (mouse-drag-throw): Use it.
12856
12857 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12858
12859 * international/uni-bidi.el, international/uni-category.el:
12860 * international/uni-combining.el, international/uni-comment.el:
12861 * international/uni-decimal.el, international/uni-decomposition.el:
12862 * international/uni-digit.el, international/uni-lowercase.el:
12863 * international/uni-mirrored.el, international/uni-name.el:
12864 * international/uni-numeric.el, international/uni-old-name.el:
12865 * international/uni-titlecase.el, international/uni-uppercase.el:
12866 * international/charprop.el: Regenerate.
12867
12868 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12869
12870 * vc.el (vc-status-fileinfo): Add new member directoryp.
12871 (vc-default-status-printer): Print directories.
12872 (vc-status-update): Sort files before subdirectories.
12873
12874 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12875 Add alternative implementation based on "cvs update".
12876
12877 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12878
12879 * doc-view.el: Changed requirements section to tell that only one
12880 of dvipdf or dvipdfm is needed.
12881 (doc-view-already-converted-p): Fix bug that forced reconversion
12882 if doc was already converted.
12883
12884 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * minibuffer.el (minibuffer-message):
12887 Make sure we can put-text-property.
12888
12889 * emacs-lisp/crm.el: Complete rewrite.
12890
12891 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12892 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12893 case of an error in display-completion-list.
12894
12895 * filecache.el (file-cache-completions-keymap): Move init from
12896 file-cache-completion-setup-function into declaration.
12897 (file-cache-minibuffer-complete): Simplify.
12898 (file-cache-completion-setup-function): Use standard-output,
12899 preserve current-buffer.
12900
12901 * vc.el (vc-status-update): Fix typo.
12902 (vc-status-update): Set needs-update.
12903 (vc-status-refresh): η-reduce.
12904
12905 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12906
12907 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12908 to image-eol.
12909
12910 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12911
12912 * vc.el (vc-status-update): Undo the previous revert.
12913
12914 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * minibuffer.el (completion-table-with-terminator): Those completions
12917 are never valid w.r.t test-completion.
12918 (completion--file-name-table):
12919 Check completion-all-completions-with-base-size.
12920
12921 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12922
12923 * doc-view.el (doc-view-dvipdf-program): New variable.
12924 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12925 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12926 alternative for doc-view-dvipdfm-program.
12927 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12928
12929 * doc-view.el (doc-view-start-process): Don't set
12930 default-directory to "~/" if the current value is valid.
12931 This broke PS files that run other files in the same directory.
12932
12933 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12934
12935 * vc.el (vc-status-kill-query): New function.
12936 (vc-status-mode): Add it to kill-buffer-query-functions.
12937 (vc-status-show-fileentry): New function.
12938 (vc-status-menu-map): Bind it. Bind vc-next-action.
12939
12940 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12943
12944 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12945
12946 * proced.el (proced-send-signal): Fix error recognition.
12947
12948 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12949
12950 * proced.el (proced-command-alist): Remove sort column.
12951 (proced-command, proced-procname-column):
12952 Use make-variable-buffer-local.
12953 (proced-signal-function): Rename from proced-kill-program.
12954 Allow for elisp symbols and string values representing system calls.
12955 (proced-marker-regexp, proced-success-message): New functions.
12956 (proced): Use defalias. Add autoload cookie.
12957 (proced-unmark-backward, proced-toggle-marks)
12958 (proced-hide-processes): New commands.
12959 (proced-do-mark): Simplify code.
12960 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12961 (proced-update): Remove sorting.
12962 (proced-send-signal): Display number of processes to operate on.
12963 Allow for system calls or elisp functions to send signals.
12964 Check if signal was sent successfully.
12965
12966 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * minibuffer.el (completion-all-completion-with-base-size): New var.
12969 (completion--some): New function.
12970 (completion-table-with-context, completion--file-name-table):
12971 Return the base-size if requested.
12972 (completion-table-in-turn): Generalize to multiple arguments.
12973 (complete-in-turn): Compatibility alias.
12974 (completion-styles-alist): New var.
12975 (completion-styles): New customization.
12976 (minibuffer-try-completion, minibuffer-all-completions):
12977 New functions.
12978 (minibuffer--do-completion, minibuffer-complete-and-exit)
12979 (minibuffer-try-word-completion): Use them.
12980 (display-completion-list, minibuffer-completion-help): Use them.
12981 Handle all-completions's new base-size info to set completion-base-size.
12982 * info.el (Info-read-node-name-1): Use completion-table-with-context,
12983 completion-table-with-terminator and complete-with-action.
12984 Remove the now obsolete completion-base-size-function property.
12985 * simple.el (completion-list-mode-map): Move init into declaration.
12986 (completion-list-mode): Use define-derived-mode.
12987 (completion-setup-function): Use any completion-base-size that may
12988 have been set before. Remove handling of completion-base-size-function.
12989 * loadup.el: Move abbrev.el up earlier.
12990
12991 2008-04-13 Alexandre Julliard <julliard@winehq.org>
12992
12993 * vc-git.el (vc-git-after-dir-status-stage)
12994 (vc-git-dir-status-goto-stage): New functions.
12995 (vc-git-after-dir-status-stage1)
12996 (vc-git-after-dir-status-stage1-empty-db)
12997 (vc-git-after-dir-status-stage2): Remove, functionality moved
12998 into the new generic stage functions.
12999 (vc-git-dir-status-files): New function.
13000
13001 * vc.el (vc-status-update): Revert an incorrect rewrite.
13002 Add some comments.
13003 (vc-status-refresh-files): New function.
13004 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13005 state of up-to-date files.
13006 (vc-default-dir-status-files): New function.
13007
13008 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13009
13010 * minibuffer.el (completion--embedded-envvar-table)
13011 (read-file-name-internal): Fix typos in 2008-04-11 change.
13012
13013 * faces.el (read-face-name): Use `completion-table-in-turn',
13014 not `complete-in-turn'.
13015
13016 2008-04-13 Andreas Schwab <schwab@suse.de>
13017
13018 * progmodes/etags.el: Require 'cl when compiling.
13019
13020 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13021
13022 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13023
13024 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13025 (menu): Add/expand menu tooltips.
13026
13027 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13028
13029 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13030 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13031
13032 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13033 considered registered.
13034
13035 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13036
13037 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13038
13039 * ediff-wind.el (ediff-split-window-function)
13040 (ediff-merge-split-window-function): Improve custom type.
13041
13042 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13043
13044 * loadup.el ("minibuffer"): Move after "faces".
13045
13046 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * progmodes/hideif.el (hif-factor): Handle unary minus.
13049
13050 2008-04-12 Glenn Morris <rgm@gnu.org>
13051
13052 * calendar/cal-china.el (chinese-calendar-time-zone):
13053 Mark obsolete name as risky too.
13054
13055 * calendar/calendar.el (calendar-faces): New custom group.
13056 (calendar-today, diary, holiday): Doc fix.
13057 Move to calendar-faces group.
13058 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13059 (diary-button): Doc fix. Move to calendar-faces group.
13060
13061 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13062 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13063 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13064 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13065 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13066 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13067 not in dumped files before the associated defcustom.
13068
13069 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13070
13071 * minibuffer.el (lazy-completion-table): Fix debug spec.
13072
13073 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * minibuffer.el (complete-with-action, lazy-completion-table):
13076 Move from subr.el.
13077 (apply-partially, completion-table-dynamic)
13078 (completion-table-with-context, completion-table-with-terminator)
13079 (completion-table-in-turn): New funs.
13080 (completion--make-envvar-table, completion--embedded-envvar-table):
13081 New funs.
13082 (read-file-name-internal): Use them.
13083 (completion-setup-hook): Move from simple.el.
13084 * subr.el (complete-with-action, lazy-completion-table):
13085 * simple.el (completion-setup-hook): Move to minibuffer.el.
13086
13087 2008-04-11 Glenn Morris <rgm@gnu.org>
13088
13089 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13090
13091 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13094
13095 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13096
13097 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13098 (fill-forward-paragraph): New fun.
13099 (fill-paragraph, fill-region): Use it.
13100
13101 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13102 (vc-status-create-fileinfo): Make `extra' optional.
13103 (vc-status-busy): New fun.
13104 (vc-status-menu-map): Use it.
13105 (vc-status-crt-marked): Remove.
13106 (vc-status-update): Rename from vc-status-add-entries.
13107 Add argument so as to prevent addition of entries. Rewrite.
13108 (vc-update-vc-status-buffer): Remove.
13109 (vc-status-refresh): Don't remove old entries, set them to
13110 up-to-date instead. Also do it after the update is complete.
13111 (vc-status-marked-files): η-reduce.
13112
13113 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13114 for non-dialogs.
13115
13116 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13117
13118 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13119
13120 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13121
13122 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13123 to t and don't truncate msg.
13124
13125 2008-04-11 Glenn Morris <rgm@gnu.org>
13126
13127 * calendar/calendar.el (diary, holidays):
13128 Move custom groups to other files.
13129 (holiday-general-holidays, holiday-oriental-holidays)
13130 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13131 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13132 (holiday-hebrew-holidays, holiday-christian-holidays)
13133 (holiday-islamic-holidays, holiday-bahai-holidays)
13134 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13135 * calendar/diary-lib.el: Move custom group here from calendar.el.
13136 * calendar/holidays.el: Move custom group and variables here
13137 from calendar.el.
13138
13139 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13140
13141 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13142 Fix custom group.
13143 (calendar-current-time-zone-cache): Autoload riskiness.
13144
13145 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13146
13147 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * woman.el (woman2-TH): Use string-equal instead of string-match.
13150
13151 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13154 (smerge-resolve): Merge the "2-way refinement" case with one half of
13155 the "mere whitespace" resolution.
13156
13157 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13158
13159 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13160
13161 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13162
13163 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13164 Add WHEN to obsolescence declaration.
13165
13166 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13167
13168 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13169
13170 * vc-hooks.el (vc-state): Add new state `conflict'.
13171 (vc-after-save): Use when not if.
13172 (vc-default-mode-line-string): Deal with the conflict state.
13173 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13174
13175 * vc.el (vc-editable-p, vc-default-status-printer)
13176 (vc-next-action): Deal with the conflict state.
13177 (vc-mark-resolved): New function.
13178 (vc-status-mode): Fix mode name.
13179 (vc-default-comment-history): Use when not if.
13180 (Todo): Add new entries, remove old ones.
13181
13182 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13183 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13184 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13185 Detect the conflict state.
13186
13187 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13188
13189 2008-04-10 Glenn Morris <rgm@gnu.org>
13190
13191 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13192 Respect truncate-partial-width-windows in non-full windows,
13193 with regards to :toggle and :enable state.
13194
13195 * simple.el (toggle-truncate-lines): Doc fix.
13196
13197 * Makefile.in (MH_E_DIR): New variable.
13198 (MH_E_SRC): Restore variable removed 2008-03-13.
13199 (mh-loaddefs.el): Depend on $MH_E_SRC.
13200 (CAL_DIR, CAL_SRC): New variables.
13201 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13202 Depend on CAL_SRC.
13203
13204 * calendar/calendar.el (calendar, diary): Add :prefix.
13205 (holidays): Change :prefix.
13206 (calendar-today, holiday, calendar-holiday-marker)
13207 (european-calendar-style): Change custom groups.
13208
13209 * calendar/calendar.el (diary-hook, diary-display-hook):
13210 Move to diary-lib.el.
13211 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13212 Move here from calendar.el.
13213 * calendar/appt.el: Require diary-lib rather than calendar.
13214 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13215
13216 * calendar/appt.el (appt): Add :prefix.
13217
13218 * calendar/diary-lib.el (diary-hook): Doc fix.
13219 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13220
13221 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13224 New functions.
13225
13226 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13227 the arg to recursive calls.
13228
13229 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13230
13231 * minibuffer.el (completion-auto-help): Fix typo.
13232
13233 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13236
13237 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13238
13239 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13240 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13241
13242 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13245
13246 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13247 (completion-auto-help): Move from C code.
13248 (minibuffer--maybe-completion-help): Remove.
13249 (minibuffer--bitset): New function.
13250 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13251 Renumber a bit. Really complete on string *before* point.
13252 Add argument used for word-completion.
13253 Join trailing / in completion with following text, as done in
13254 minibuffer-complete-word.
13255 Handle new value `lazy' for completion-auto-help.
13256 (minibuffer-try-word-completion): New function extracted from
13257 minibuffer-complete-word.
13258 (minibuffer-complete-word): Use minibuffer--do-completion.
13259 (minibuffer--insert-strings): Rename from
13260 minibuffer-complete-insert-strings.
13261 (exit-minibuffer): Fix typo.
13262 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13263 * cus-start.el: Remove completion-auto-help.
13264
13265 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13266
13267 * vc.el (vc-status-add-entries): New function.
13268 (vc-status-add-entry): Remove.
13269 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13270 Use vc-status-add-entries.
13271
13272 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13273 order.
13274
13275 2008-04-09 Jason Rumney <jasonr@gnu.org>
13276
13277 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13278 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13279 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13280 (AUTOGENEL): New variable.
13281 (distclean, maintainer-clean): New targets.
13282
13283 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * emacs-lisp/regexp-opt.el (regexp-opt):
13286 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13287
13288 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13289
13290 * nxml/nxml-mode.el (nxml-cleanup): New function.
13291 (nxml-mode): Add it to change-major-mode-hook.
13292
13293 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13294
13295 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13296
13297 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13298
13299 * calc/.cvsignore: New file.
13300
13301 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13302
13303 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13304
13305 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13306 show-help-function when turning tooltip off.
13307 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13308 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13309
13310 2008-04-09 Alan Mackenzie <acm@muc.de>
13311
13312 * font-lock.el (font-lock-extend-after-change-region-function):
13313 Make it buffer local.
13314
13315 2008-04-09 Glenn Morris <rgm@gnu.org>
13316
13317 * calendar/calendar.el (diary-file, european-calendar-style):
13318 Remove autoload cookies.
13319
13320 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13321
13322 * outline.el (outline-mode-menu-bar-map):
13323 * log-view.el (log-view-mode-menu):
13324 * log-edit.el (log-edit-menu): Add :help.
13325
13326 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13327
13328 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13329 Use substring-no-properties for correct handling of unibyte strings.
13330
13331 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * add-log.el (change-log-next-buffer): Handle the case where version<
13334 signals an error.
13335
13336 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13337 mouse-major-mode-menu.
13338 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13339 (mouse-major-mode-menu, mouse-popup-menubar)
13340 (mouse-popup-menubar-stuff): Use them.
13341 (C-down-mouse-3): Bind to a dynamic map rather than to
13342 mouse-popup-menubar-stuff.
13343
13344 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13345 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13346
13347 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13348
13349 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13350 file:// access method.
13351
13352 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * minibuffer.el: New file.
13355 * loadup.el: Load it.
13356
13357 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13360 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13361
13362 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13363 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13364 Move initialization into declaration.
13365 * calc/calc-yank.el:
13366 * calc/calc-misc.el:
13367 * calc/calc-embed.el:
13368 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13369
13370 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * ps-samp.el (ps-add-printer, ps-remove-printer)
13373 (ps-make-dynamic-printer-menu): New functions.
13374
13375 * net/zeroconf.el: New file.
13376
13377 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13380
13381 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13382
13383 * vc-rcs.el (vc-rcs-modify-change-comment):
13384 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13385
13386 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13387
13388 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * international/mule-cmds.el (set-locale-environment): Don't warn if
13391 coding system doesn't agree with system locale (this reverts changes
13392 by Dave Love, dated 2002-10-27 and 2002-10-09).
13393
13394 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13395 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13396
13397 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13398
13399 2008-04-08 Glenn Morris <rgm@gnu.org>
13400
13401 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13402 * textmodes/remember.el (remember-diary-convert-entry):
13403 Require calendar.
13404
13405 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13406 diary-file, since it is the default for make-diary-entry anyway.
13407
13408 * calendar/cal-menu.el (cal-menu-event-to-date):
13409 Rename calendar-event-to-date. Update callers.
13410 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13411 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13412 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13413 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13414 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13415 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13416 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13417 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13418 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13419 (calendar-mouse-tex-month-landscape):
13420 Rename cal-tex-mouse-month-landscape.
13421 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13422 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13423 (calendar-mouse-tex-year-landscape):
13424 Rename cal-tex-mouse-year-landscape.
13425 (cal-menu-context-mouse-menu): Update for above name changes.
13426
13427 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13428 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13429 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13430 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13431 * calendar/holidays.el: Replace int-to-string with number-to-string.
13432
13433 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13434
13435 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13436 region if point moves.
13437
13438 2008-04-08 Kenichi Handa <handa@m17n.org>
13439
13440 * faces.el (font-slant-table): Change numeric values for `r',
13441 `roman', and `normal'.
13442
13443 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13444
13445 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13446
13447 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13448
13449 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13450 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13451
13452 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13453
13454 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13455 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13456
13457 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13460
13461 2008-04-07 Sam Steingold <sds@gnu.org>
13462
13463 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13464 Add helper functions.
13465 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13466 lisp-compile-defun; DEFVAR forms reset the variables to the init
13467 values, just like in emacs-lisp mode eval-defun.
13468 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13469 (lisp-compile-region): Use lisp-compile-string.
13470
13471 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * subr.el (combine-and-quote-strings): Also quote strings that contain
13474 the separator.
13475
13476 * pcvs-util.el (cvs-map): Avoid recursion :-(
13477
13478 2008-04-07 Glenn Morris <rgm@gnu.org>
13479
13480 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13481
13482 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13483 view-diary-entries-initially. Keep old name as alias, update users.
13484 (calendar-mark-diary-entries-flag): Rename
13485 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13486 (calendar-view-holidays-initially-flag): Rename
13487 view-calendar-holidays-initially. Keep old name as alias, update users.
13488 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13489 Keep old name as alias, update users.
13490 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13491 Keep old name as alias, update users.
13492 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13493 Keep old name as alias, update users.
13494 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13495 Keep old name as alias, update users.
13496 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13497 (diary-american-date-forms): Rename american-date-diary-pattern.
13498 Keep old name as alias, update users.
13499 (diary-european-date-forms): Rename european-date-diary-pattern.
13500 Keep old name as alias, update users.
13501 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13502 Keep old name as alias, update users.
13503 (calendar-european-date-display-form): Rename
13504 european-calendar-display-form. Keep old name as alias, update users.
13505 (calendar-american-date-display-form): Rename
13506 european-calendar-display-form. Keep old name as alias, update users.
13507 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13508 Keep old name as alias, update users.
13509 (holiday-general-holidays): Rename general-holidays.
13510 Keep old name as alias, update users.
13511 (holiday-oriental-holidays): Rename oriental-holidays.
13512 Keep old name as alias, update users.
13513 (holiday-local-holidays): Rename local-holidays.
13514 Keep old name as alias, update users.
13515 (holiday-other-holidays): Rename other-holidays.
13516 Keep old name as alias, update users.
13517 (holiday-hebrew-holidays): Rename hebrew-holidays.
13518 Keep old name as alias, update users.
13519 (holiday-christian-holidays): Rename christian-holidays.
13520 Keep old name as alias, update users.
13521 (holiday-islamic-holidays): Rename islamic-holidays.
13522 Keep old name as alias, update users.
13523 (holiday-bahai-holidays): Rename bahai-holidays.
13524 Keep old name as alias, update users.
13525 (holiday-solar-holidays): Rename solar-holidays.
13526 Keep old name as alias, update users.
13527 (diary-fancy-buffer): Rename fancy-diary-buffer.
13528 Keep old name as alias, update users.
13529 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13530 Update users.
13531 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13532 Update users.
13533 (calendar-increment-month): Rename increment-calendar-month.
13534 Keep old name as alias, update callers.
13535 (calendar-increment-month-cons): Rename old calendar-increment-month.
13536 Update callers.
13537 (calendar-extract-month): Rename extract-calendar-month.
13538 Keep old name as alias, update callers.
13539 (calendar-extract-day): Rename extract-calendar-day.
13540 Keep old name as alias, update callers.
13541 (calendar-extract-year): Rename extract-calendar-year.
13542 Keep old name as alias, update callers.
13543 (calendar-generate-window): Rename generate-calendar-window.
13544 Update callers.
13545 (calendar-generate): Rename generate-calendar. Update callers.
13546 (calendar-generate-month): Rename generate-calendar-month.
13547 Update callers.
13548 (calendar-redraw): Rename redraw-calendar. Update callers.
13549 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13550 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13551 Update callers.
13552 (calendar-update-mode-line): Rename update-calendar-mode-line.
13553 Update callers.
13554 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13555 update callers.
13556 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13557 Keep old name as alias, update callers.
13558 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13559 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13560 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13561 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13562 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13563 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13564 * calendar/solar.el: Update for calendar.el name changes.
13565 * org/org.el (org-agenda-format-date-aligned)
13566 (org-agenda-execute-calendar-command): Access date elements directly
13567 rather than using calendar functions.
13568 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13569 Also set calendar-view-diary-initially-flag,
13570 calendar-view-holidays-initially-flag.
13571 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13572 (org-agenda-execute-calendar-command): No need to set displayed-day.
13573
13574 2008-04-06 Alan Mackenzie <acm@muc.de>
13575
13576 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13577 typo in the doc string.
13578
13579 * progmodes/cc-mode.el (c-basic-common-init):
13580 Set font-lock-extend-after-change-region-function.
13581 (c-extend-after-change-region): New function, used in
13582 font-lock-extend-after-change-region-function, thus superseding
13583 advice on the Font Lock after change functions.
13584 (c-advise-fl-for-region): Remove this macro.
13585
13586 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13587
13588 * textmodes/flyspell.el (flyspell-duplicate-distance):
13589 Improve custom type.
13590
13591 2008-04-06 Glenn Morris <rgm@gnu.org>
13592
13593 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13594 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13595 (diary-list-entries-hook): Rename list-diary-entries-hook.
13596 Keep old name as alias, update users.
13597 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13598 Keep old name as alias, update users.
13599 (diary-nongregorian-listing-hook): Rename
13600 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13601 (diary-nongregorian-marking-hook): Rename
13602 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13603 (diary-print-entries-hook): Rename print-diary-entries-hook.
13604 Keep old name as alias, update users.
13605 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13606 Keep old name as alias, update users.
13607 (diary-number-of-entries): Rename number-of-diary-entries.
13608 Keep old name as alias, update users.
13609 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13610 Give version of obsolescence.
13611 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13612 Keep old name as alias, update callers.
13613 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13614 update callers.
13615 (diary-include-other-diary-files): Rename include-other-diary-files.
13616 Keep old name as alias, update callers.
13617 (diary-simple-display): Rename simple-diary-display.
13618 Keep old name as alias, update callers.
13619 (diary-fancy-display): Rename fancy-diary-display.
13620 Keep old name as alias, update callers.
13621 (diary-print-entries): Rename print-diary-entries.
13622 Keep old name as alias, update callers.
13623 (diary-marking-entries-flag): Rename marking-diary-entries.
13624 Update users.
13625 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13626 (diary-mark-entries): Rename mark-diary-entries.
13627 Keep old name as alias, update callers.
13628 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13629 Keep old name as alias, update callers.
13630 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13631 Keep old name as alias, update callers.
13632 (calendar-mark-days-named): Rename mark-calendar-days-named.
13633 Keep old name as alias, update callers.
13634 (calendar-mark-month): Rename mark-calendar-month.
13635 Keep old name as alias, update callers.
13636 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13637 Keep old name as alias, update callers.
13638 (diary-sort-entries): Rename sort-diary-entries.
13639 Keep old name as alias, update callers.
13640 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13641 Keep old name as alias, update callers.
13642 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13643 update callers.
13644 (diary-insert-entry): Rename insert-diary-entry.
13645 Keep old name as alias.
13646 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13647 Keep old name as alias.
13648 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13649 Keep old name as alias.
13650 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13651 Keep old name as alias.
13652 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13653 Keep old name as alias.
13654 (diary-insert-block-entry): Rename insert-block-diary-entry.
13655 Keep old name as alias.
13656 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13657 Keep old name as alias.
13658 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13659 Keep old name as alias, update users.
13660 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13661 Keep old name as alias, update callers.
13662 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13663 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13664 * calendar/icalendar.el: Update for diary-lib name changes.
13665
13666 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13669
13670 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13671 for copy, move, and link operations.
13672
13673 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13674
13675 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13676 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13677
13678 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13679 'require' statements with 1-argument ones (wrapped in if's).
13680 For compatibility with the current stable version of XEmacs.
13681
13682 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13683
13684 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13685
13686 2008-04-06 Jason Rumney <jasonr@gnu.org>
13687
13688 * language/burmese.el ("Burmese"): Make sample text consistent with
13689 language name.
13690
13691 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13692
13693 * progmodes/gdb-ui.el (gdb): New group.
13694 (gdb-debug-log-max, gdb-enable-debug)
13695 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13696 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13697 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13698 (gdb-show-changed-values, gdb-max-children)
13699 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13700 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13701 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13702 (gdb-memory-unit): Move to new group from GUD group.
13703 (menu): Allow customization from GDB-UI menu-item.
13704
13705 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13706
13707 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13708
13709 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13712 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13713 Revision numbers can include ".".
13714
13715 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13716 "+" lines not accounted for by counting "-" and context lines.
13717
13718 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13719
13720 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13721 file name string.
13722
13723 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13726 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13727
13728 2008-04-05 Richard Stallman <rms@gnu.org>
13729
13730 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13731
13732 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13733
13734 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13735 thread in [h-e-w]).
13736
13737 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * files.el (abort-if-file-too-large): Fix typo in docstring.
13740
13741 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * subr.el (functionp): Return nil for special forms.
13744
13745 2008-04-05 Glenn Morris <rgm@gnu.org>
13746
13747 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13748 Provide a feature.
13749 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13750 Require loaddefs file rather than loading it.
13751 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13752 autoload-ensure-default-file provides a feature.
13753
13754 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13755 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13756 (compile, compile-always, recompile): Use $LOADDEFS.
13757 (cal-autoloads): Remove.
13758
13759 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13760 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13761
13762 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13763 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13764
13765 * calendar/calendar.el (diary-hebrew-entry-symbol):
13766 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13767 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13768 Keep old name as alias.
13769 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13770 Keep old name as alias.
13771 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13772 to diary-bahai-entry-symbol.
13773 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13774 to diary-hebrew-entry-symbol.
13775 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13776 to diary-islamic-entry-symbol.
13777 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13778
13779 * calendar/solar.el (diary-sabbath-candles-minutes)
13780 (diary-sabbath-candles): Move to cal-hebrew.
13781 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13782 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13783 Doc fix. Keep old name as alias.
13784 (diary-hebrew-sabbath-candles): Simplify.
13785 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13786 (calendar-longitude, calendar-time-zone): Declare for compiler.
13787 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13788 rename.
13789
13790 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13791 Rename coptic-calendar-month-name-array. Update callers.
13792 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13793 (calendar-coptic-name): Rename coptic-name. Update callers.
13794 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13795 Update callers.
13796 (calendar-coptic-last-day-of-month):
13797 Rename coptic-calendar-last-day-of-month. Update callers.
13798 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13799 Keep old name as alias, update callers.
13800 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13801 Keep old name as alias, update callers.
13802 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13803 Keep old name as alias.
13804 (calendar-ethiopic-month-name-array):
13805 Rename ethiopic-calendar-month-name-array. Update callers.
13806 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13807 Update callers.
13808 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13809 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13810 Keep old name as alias, update callers.
13811 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13812 Keep old name as alias, update callers.
13813 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13814 Keep old name as alias.
13815
13816 * calendar/cal-french.el (calendar-french-epoch):
13817 Rename french-calendar-epoch. Update callers.
13818 (calendar-french-month-name-array): Rename variable and function
13819 french-calendar-month-name-array. Update callers.
13820 (calendar-french-multibyte-month-name-array):
13821 Rename french-calendar-multibyte-month-name-array. Update callers.
13822 (calendar-french-day-name-array): Rename variable and function
13823 french-calendar-day-name-array. Update callers.
13824 (calendar-french-special-days-array): Rename variable and function
13825 french-calendar-special-days-array. Update callers.
13826 (calendar-french-multibyte-special-days-array):
13827 Rename french-calendar-multibyte-special-days-array. Update callers.
13828 (calendar-french-accents-p): Rename french-calendar-accents.
13829 Update callers.
13830 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13831 Update callers.
13832 (calendar-french-last-day-of-month):
13833 Rename french-calendar-last-day-of-month. Update callers.
13834 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13835 Keep old name as alias, update callers.
13836 (calendar-french-print-date): Rename calendar-print-french-date.
13837 Keep old name as alias, update callers.
13838 (calendar-french-goto-date): Rename calendar-goto-french-date.
13839 Keep old name as alias.
13840
13841 * calendar/cal-menu.el, calendar/calendar.el:
13842 Update for Coptic and French name changes.
13843
13844 * calendar/cal-china.el (calendar-chinese): Rename custom group
13845 from chinese-calendar. Update users.
13846 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13847 Keep old name as alias, update users.
13848 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13849 Keep old name as alias.
13850 (calendar-chinese-daylight-time-offset):
13851 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13852 update users.
13853 (calendar-chinese-standard-time-zone-name):
13854 Rename chinese-calendar-standard-time-zone-name.
13855 Keep old name as alias, update users.
13856 (calendar-chinese-daylight-saving-start):
13857 Rename chinese-calendar-daylight-savings-starts.
13858 Keep old name as alias, update users.
13859 (calendar-chinese-daylight-saving-end):
13860 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13861 update users.
13862 (calendar-chinese-daylight-saving-start-time):
13863 Rename chinese-calendar-daylight-savings-starts-time.
13864 Keep old name as alias, update users.
13865 (calendar-chinese-daylight-saving-end-time):
13866 Rename chinese-calendar-daylight-savings-ends-time.
13867 Keep old name as alias, update users.
13868 (calendar-chinese-celestial-stem): Rename
13869 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13870 (calendar-chinese-terrestrial-branch):
13871 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13872 update users.
13873 (calendar-chinese-zodiac-sign-on-or-after):
13874 Rename chinese-zodiac-sign-on-or-after. Update callers.
13875 (calendar-chinese-new-moon-on-or-after):
13876 Rename chinese-new-moon-on-or-after. Update callers.
13877 (calendar-chinese-month-list): Rename chinese-month-list.
13878 Update callers.
13879 (calendar-chinese-number-months): Rename number-chinese-months.
13880 Update callers.
13881 (calendar-chinese-compute-year): Rename compute-chinese-year.
13882 Update callers.
13883 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13884 (calendar-chinese-year): Rename chinese-year. Update callers.
13885 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13886 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13887 Keep old name as alias, update callers.
13888 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13889 Keep old name as alias, update callers.
13890 (calendar-chinese-months-to-alist):
13891 Rename make-chinese-month-assoc-list. Update callers.
13892 (calendar-chinese-months): Rename chinese-months. Update callers.
13893 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13894 Keep old name as alias, update callers.
13895
13896 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13897 Rename hebrew-calendar-leap-year-p. Update callers.
13898 (calendar-hebrew-last-month-of-year):
13899 Rename hebrew-calendar-last-month-of-year. Update callers.
13900 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13901 Update callers.
13902 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13903 Update callers.
13904 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13905 Update callers.
13906 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13907 Update callers.
13908 (calendar-hebrew-last-day-of-month):
13909 Rename hebrew-calendar-last-day-of-month. Update callers.
13910 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13911 Keep old name as alias, update callers.
13912 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13913 Keep old name as alias, update callers.
13914 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13915 Keep old name as alias, update callers.
13916 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13917 Keep old name as alias.
13918 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13919 Keep old name as alias.
13920 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13921 Keep old name as alias.
13922 (holiday-hebrew-passover): Rename holiday-passover-etc.
13923 Keep old name as alias.
13924 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13925 Keep old name as alias, update callers.
13926 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13927 Keep old name as alias.
13928 (calendar-hebrew-mark-date-pattern):
13929 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13930 update callers.
13931 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13932 Keep old name as alias.
13933 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13934 Keep old name as alias.
13935 (diary-hebrew-insert-monthly-entry):
13936 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13937 (diary-hebrew-insert-yearly-entry):
13938 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13939 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13940 Keep old name as alias.
13941 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13942 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13943 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13944 Keep old name as alias.
13945 (calendar-hebrew-parashiot-names):
13946 Rename hebrew-calendar-parashiot-names. Update callers.
13947 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13948 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13949 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13950 (calendar-hebrew-year-Saturday-complete-Tuesday):
13951 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13952 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13953 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13954 (calendar-hebrew-year-Monday-complete-Thursday):
13955 Rename hebrew-calendar-year-Monday-complete-Thursday.
13956 (calendar-hebrew-year-Tuesday-regular-Thursday):
13957 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13958 (calendar-hebrew-year-Thursday-regular-Saturday):
13959 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13960 (calendar-hebrew-year-Thursday-complete-Sunday):
13961 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13962 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13963 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13964 (calendar-hebrew-year-Saturday-complete-Thursday):
13965 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13966 (calendar-hebrew-year-Monday-incomplete-Thursday):
13967 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13968 (calendar-hebrew-year-Monday-complete-Saturday):
13969 Rename hebrew-calendar-year-Monday-complete-Saturday.
13970 (calendar-hebrew-year-Tuesday-regular-Saturday):
13971 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
13972 (calendar-hebrew-year-Thursday-incomplete-Sunday):
13973 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
13974 (calendar-hebrew-year-Thursday-complete-Tuesday):
13975 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
13976 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
13977 Update for above name changes of constants.
13978
13979 * calendar/cal-menu.el, calendar/calendar.el:
13980 Update for chinese and hebrew name changes.
13981 * calendar/diary-lib.el: Update for hebrew name changes.
13982
13983 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * subr.el (keymap-canonicalize): Correct thinko.
13986
13987 * server.el: Undo part of the multi-tty change, which is only
13988 needed if server.el is preloaded, and broke server-running-p.
13989 (server-socket-dir): Initialize in the defvar, as before.
13990 (server-start): Remove initialization of server-socket-dir.
13991
13992 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13993
13994 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
13995 3-member cons cells.
13996
13997 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13998
13999 * cus-face.el (custom-face-attributes): Handle roman slant.
14000
14001 * faces.el (default): Ensure the face-defface-spec property is set.
14002
14003 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14004
14005 * files.el (abort-if-file-too-large): New function.
14006 (find-file-noselect, insert-file-1): Use it.
14007
14008 2008-04-05 Reto Zimmermann <reto@gnu.org>
14009
14010 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14011 Replace C-c[a-zA-Z] key bindings.
14012
14013 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * progmodes/hideif.el (hif-token-alist): New var.
14016 (hif-token-regexp, hif-tokenize): Use it.
14017 (hif-mathify-binop): New macro.
14018 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14019 (hif-greater-equal, hif-less-equal): Use it.
14020 (hif-logior, hif-logand): New functions.
14021 (hif-math): Accept | and & as well.
14022
14023 * progmodes/etags.el: Fix problem with completion for buffer-local
14024 tables. Reported by Radey Shouman <shouman@comcast.net>.
14025 (tags-complete-tag): Remove.
14026 (tags-lazy-completion-table): New function to replace it.
14027 (find-tag-tag, complete-tag): Update users.
14028
14029 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14030
14031 * vc-rcs.el (vc-rcs-dir-status):
14032 * vc-sccs.el (vc-sccs-dir-status): New function.
14033
14034 * outline.el (outline-mode-menu-bar-map):
14035 * term.el (terminal-signal-menu): Add :help.
14036
14037 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14038 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14039
14040 * emacs-lisp/re-builder.el (reb-mode-map):
14041 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14042
14043 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14044 new files, deleted files and for changing permissions.
14045 (diff-mode): Set beginning-of-defun-function and
14046 end-of-defun-function.
14047
14048 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14049
14050 * vc.el (vc-default-status-fileinfo-extra): New function.
14051 (vc-status-mark-buffer-changed): Use it.
14052 (vc-update-vc-status-buffer): Allow for partial updates.
14053
14054 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14057 tramp-register-completion-file-name-handler.
14058
14059 * subr.el (keymap-canonicalize): New function.
14060 * mouse.el (mouse-menu-non-singleton): Use it.
14061 (mouse-major-mode-menu): Remove hack made unnecessary.
14062
14063 * simple.el (set-fill-column): Prompt rather than error by default.
14064
14065 2008-04-04 Andreas Schwab <schwab@suse.de>
14066
14067 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14068 Reset new-rules after each round.
14069
14070 * Makefile.in (cal-autoloads): New target.
14071 (compile, compile-always, recompile): Depend on it.
14072 ($(lisp)/calendar/cal-loaddefs.el)
14073 ($(lisp)/calendar/diary-loaddefs.el)
14074 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14075
14076 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14077
14078 * ediff*.el: Replace load with require in eval-when-compile.
14079
14080 * ediff-hook.el: Delete all invocations of (autoload ...).
14081
14082 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14083 in ediff control window, and set its min height to 2.
14084 (ediff-setup-control-buffer): Dedicate the control window.
14085 (ediff-toggle-multiframe): Undedicate control window.
14086 Work directly with ediff-setup-windows-multiframe and
14087 ediff-setup-windows-plain.
14088
14089 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14090 New function.
14091 (ediff-window-setup-function): Change initialization.
14092 (ediff-setup-windows-automatic): Delete.
14093 (ediff-setup-windows-plain-merge): Make control window dedicated.
14094 (ediff-destroy-control-frame): Do not skip frames if working in a
14095 single frame.
14096
14097 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14098 eval-when-compile.
14099
14100 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14101 eval-when-compile.
14102
14103 2008-04-04 Glenn Morris <rgm@gnu.org>
14104
14105 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14106 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14107
14108 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14109 Rename islamic-calendar-leap-year-p. Update callers.
14110 (calendar-islamic-last-day-of-month):
14111 Rename islamic-calendar-last-day-of-month. Update callers.
14112 (calendar-islamic-day-number):
14113 Rename islamic-calendar-day-number. Update callers.
14114 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14115 Update callers, keep old name as alias.
14116 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14117 Update callers, keep old name as alias.
14118 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14119 Keep old name as alias.
14120 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14121 Update callers, keep old name as alias.
14122 (calendar-islamic-mark-date-pattern):
14123 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14124 name as alias.
14125 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14126 Keep old name as alias.
14127 (diary-islamic-insert-monthly-entry):
14128 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14129 (diary-islamic-insert-yearly-entry):
14130 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14131
14132 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14133 calendar-absolute-from-iso. Update callers, keep old name as alias.
14134 (calendar-iso-print-date): Rename calendar-print-iso-date.
14135 Update callers, keep old name as alias.
14136 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14137 Keep old name as alias.
14138 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14139 Keep old name as alias.
14140
14141 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14142 calendar-absolute-from-julian. Update callers, keep old name as alias.
14143 (calendar-julian-print-date): Rename calendar-print-julian-date.
14144 Update callers, keep old name as alias.
14145 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14146 Update callers, keep old name as alias.
14147 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14148 Update callers, keep old name as alias.
14149 (calendar-astro-print-day-number):
14150 Rename calendar-print-astro-day-number. Update callers, keep old
14151 name as alias.
14152 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14153 Update callers, keep old name as alias.
14154
14155 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14156 Rename calendar-string-to-mayan-long-count. Update callers.
14157 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14158 Update callers, keep old name as alias.
14159 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14160 Update callers.
14161 (calendar-mayan-read-tzolkin-date):
14162 Rename calendar-read-mayan-tzolkin-date. Update callers.
14163 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14164 Keep old name as alias.
14165 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14166 Keep old name as alias.
14167 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14168 Keep old name as alias.
14169 (calendar-mayan-previous-tzolkin-date):
14170 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14171 (calendar-mayan-next-round-date):
14172 Rename calendar-next-calendar-round-date. Keep old name as alias.
14173 (calendar-mayan-previous-round-date):
14174 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14175 (calendar-mayan-long-count-to-absolute): Rename
14176 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14177 (calendar-mayan-goto-long-count-date):
14178 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14179
14180 * calendar/cal-persia.el (calendar-persian-month-name-array):
14181 Rename persian-calendar-month-name-array. Update callers.
14182 (calendar-persian-epoch): Rename persian-calendar-epoch.
14183 Update callers.
14184 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14185 Update callers.
14186 (calendar-persian-last-day-of-month):
14187 Rename persian-calendar-last-day-of-month. Update callers.
14188 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14189 Update callers, keep old name as alias.
14190 (calendar-persian-print-date): Rename calendar-print-persian-date.
14191 Update callers, keep old name as alias.
14192 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14193 Keep old name as alias.
14194
14195 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14196 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14197 * calendar/solar.el: Update for cal-julian name changes.
14198
14199 * calendar/cal-dst.el: Update for persian name changes.
14200
14201 * calendar/cal-menu.el, calendar/calendar.el:
14202 Update for islamic, iso, julian, mayan, persian name changes.
14203
14204 * calendar/diary-lib.el: Update for islamic name changes.
14205
14206 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14207 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14208 as alias.
14209 (calendar-christian-all-holidays-flag):
14210 Rename all-christian-calendar-holidays. Update callers, keep old
14211 name as alias.
14212 (calendar-islamic-all-holidays-flag):
14213 Rename all-islamic-calendar-holidays. Update callers, keep old
14214 name as alias.
14215 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14216 Update callers, keep old name as alias.
14217 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14218 Update for the above name changes.
14219
14220 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14221
14222 * hilit-chg.el (global-highlight-changes-mode)
14223 (highlight-changes-passive-string, highlight-changes-active-string):
14224 Mark as obsolete since 23.1, not 22.1.
14225
14226 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14227
14228 * hilit-chg.el (highlight-changes-visibility-initial-state)
14229 (hilit-chg-update, highlight-changes-mode-turn-on):
14230 Fix typos in docstrings.
14231
14232 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14233
14234 * newcomment.el (comment-enter-backward): Be careful to restore
14235 position changed during narrowing.
14236
14237 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14238
14239 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14240 Recognize `sub ($$)'.
14241
14242 2008-04-03 Richard Sharman <rsharman@pobox.com>
14243
14244 * hilit-chg.el (highlight-changes-mode): Rename from
14245 highlight-changes; no longer uses sub-modes active and passive;
14246 implemented by define-minor-mode.
14247 (highlight-changes-toggle-visibility): New function, to replace
14248 the old passive/active submodes of global-highlight-changes-mode;
14249 implemented by define-minor-mode.
14250 (global-highlight-changes-mode): Rename from global-highlight-changes;
14251 rewrite using define-globalized-minor-mode.
14252 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14253 (hilit-chg-post-command-hook, hilit-chg-check-global)
14254 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14255 to use of define-globalized-minor-mode.
14256 (highlight-changes-global-initial-state): Change to be boolean.
14257 (highlight-changes-visible-string, highlight-changes-invisible-string):
14258 Rename from highlight-changes-active-string and
14259 highlight-changes-passive-string.
14260 (hilit-chg-update, hilit-chg-set): Use them.
14261 (global-highlight-changes-mode): Rename from global-highlight-changes.
14262 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14263 docstring.
14264 (hilit-chg-hide-changes): Rewrite to use dolist.
14265 (hilit-chg-set-face-on-change, hilit-chg-update)
14266 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14267 variable instead of testing highlight-changes-mode.
14268 (highlight-markup-buffers): Add require ediff-util; argument on calls
14269 to highlight-changes-mode changed.
14270 (highlight-compare-with-file): Fix problems with interactive
14271 call giving invalid default file.
14272
14273 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14274
14275 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14276 Fix in disassembly buffer (regression in 22.2).
14277
14278 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14279
14280 * emulation/viper-macs.el (viper-read-fast-keysequence):
14281 Use viper-read-event instead of viper-read-key.
14282
14283 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14284
14285 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14286 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14287 let-statements.
14288
14289 * emulation/viper-ex.el, emulation/viper-macs.el:
14290 * emulation/viper-mous.el:
14291 Replace load with require in eval-when-compile.
14292
14293 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14296
14297 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14298 (archive-try-jka-compr): New function.
14299 (archive-set-buffer-as-visiting-file): Use it.
14300
14301 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14302
14303 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * simple.el (handle-shift-selection): New arg.
14306
14307 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14310
14311 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14312
14313 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14314
14315 * shell.el (shell-dynamic-complete-filename): New fun.
14316 (shell-dynamic-complete-functions): Use it.
14317
14318 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14319
14320 2008-04-03 Kenichi Handa <handa@m17n.org>
14321
14322 * international/fontset.el (create-fontset-from-x-resource):
14323 Handle the error of X resource more gracefully.
14324
14325 * international/latin1-disp.el (latin1-display): Don't use make-char.
14326 Fix the argument to set-char-table-range.
14327 (latin1-display-identities): Don't use make-char.
14328 (latin1-display-reset): Use map-charset-chars instead of directly
14329 calling standard-display-default.
14330 (latin1-display-check-font): Don't use make-char.
14331 (latin1-display-setup): Likewise.
14332 (latin1-display-ucs-per-lynx): Likewise.
14333
14334 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14337 name the fields, to make the code clearer.
14338 Rewrite all `aset' and `aref' using the defined accessors.
14339 (timer--time): New pseudo-field.
14340 (timer-set-time, timer-set-idle-time, timer-inc-time)
14341 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14342 (timer--time-less-p): New function.
14343 (timer--activate): New function, extracted from timer-activate.
14344 (timer-activate-when-idle, timer-activate): Use it.
14345 (cancel-function-timers): Use dolist.
14346
14347 2008-04-03 Glenn Morris <rgm@gnu.org>
14348
14349 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14350 Remove declarations; no longer used.
14351 (c-cpp-define-name, c-defun-name): Declare as functions.
14352
14353 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14354 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14355
14356 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14357 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14358 Add optional argument. Simplify.
14359 (holiday-tisha-b-av-etc): Use memq rather than unless.
14360 (holiday-julian): Autoload it.
14361 (holiday-hebrew-misc): New function.
14362
14363 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14364
14365 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14366 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14367 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14368 all-hebrew-calendar-holidays.
14369 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14370 Simplify using new functions.
14371 (calendar-holidays): Doc fix.
14372 (generate-calendar-window): Use bound-and-true-p.
14373
14374 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14375
14376 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14377 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14378 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14379 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14380
14381 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14382
14383 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14386
14387 * vc-bzr.el (vc-bzr-checkout): Simplify.
14388
14389 * image-mode.el (image-mode-fit-frame): New command.
14390
14391 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14392 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14393 (keyboard-escape-quit): Check region-active-p i.s.o
14394 transient-mark-mode.
14395
14396 2008-04-02 Simon Josefsson <simon@josefsson.org>
14397
14398 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14399 (imap-message-copyuid-1): Use it.
14400 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14401 J. Williams in
14402 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14403
14404 2008-04-02 Alan Mackenzie <acm@muc.de>
14405
14406 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14407 New optimised functions to get the name of the current defun/macro.
14408
14409 * add-log.el (add-log-current-defun): Move the functionality which
14410 gets the current function name for C like modes to cc-cmds.el,
14411 thus optimising for speed.
14412
14413 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * simple.el (deactivate-mark): When the mark is temporarily
14416 active, restore the original value of transient-mark-mode.
14417 (set-mark-command): First deactivate the mark if was temporarily active.
14418 (exchange-point-and-mark): Reactivate the mark if it was
14419 temporarily active.
14420 (handle-shift-selection): New fun.
14421 (transient-mark-mode): Move var documentation here from buffer.c.
14422 (next-line, previous-line, backward-word, move-end-of-line)
14423 (move-beginning-of-line, forward-to-indentation)
14424 (backward-to-indentation, back-to-indentation)
14425 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14426
14427 * mouse.el (mouse-set-region-1): Save the old value of
14428 transient-mark-mode.
14429 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14430 transient-mark-mode.
14431
14432 * textmodes/paragraphs.el (forward-paragraph)
14433 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14434 interactive spec.
14435
14436 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14437
14438 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14439
14440 * net/tramp.el (tramp-make-tramp-temp-file):
14441 Use `tramp-drop-volume-letter' for the local file name part.
14442
14443 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14444
14445 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14446 Add menu entries corresponding to all the key bindings.
14447
14448 * emacs-lisp/debug.el (debugger-mode-map):
14449 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14450 (conf-align-assignments): Only work on the region if it is active.
14451 (conf-quote-normal): Use when instead of if. Remove redundant test.
14452
14453 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14454 for tracing and re-builder.
14455
14456 2008-04-02 Glenn Morris <rgm@gnu.org>
14457
14458 * calendar/appt.el (appt-disp-window-function): Doc fix.
14459 (appt-display-message): Move beep before display.
14460 (appt-check): Make interactive. Reduce the number of lets.
14461 Use string-equal to compare mode-line strings.
14462 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14463 read-only.
14464 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14465 (appt-delete): Simplify.
14466
14467 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14468
14469 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14470
14471 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14472 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14473 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14474
14475 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14476 (calendar-holiday-marker, mark-visible-calendar-date):
14477 * calendar/diary-lib.el (fancy-diary-display):
14478 Check for font-lock-mode before using faces.
14479
14480 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14481 (calendar-gregorian-from-absolute): Reduce the number of lets.
14482 (hebrew-holidays-4, generate-calendar-window): Simplify.
14483 (calendar-for-loop): Make obsolete.
14484 (calendar-nth-named-day): Doc fix.
14485
14486 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14487 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14488 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14489 Reduce the number of lets.
14490 (mark-sexp-diary-entries, calendar-mark-complex):
14491 Expand calendar-for-loops.
14492
14493 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * find-dired.el (find-dired-filter): Fix last patch to handle
14496 multi-line process input. Pad link numbers too.
14497
14498 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14499
14500 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14501
14502 2008-04-01 Jason Rumney <jasonr@gnu.org>
14503
14504 * international/characters.el (script-list): Add phonetic script,
14505 covering IPA (previously Latin), Phonetic Extensions and
14506 Phonetic Extensions Supplement (both previously unassigned).
14507
14508 * international/fontset.el (setup-default-fontset): Use unicode fonts
14509 that cover bopomofo script for bopomofo.
14510 Likewise for braille and mathematical.
14511 Use unicode scripts that cover the phonetic script for IPA.
14512
14513 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14514
14515 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14516 return the assigned value.
14517
14518 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * abbrev.el (abbrev-mode): Use define-minor-mode.
14521
14522 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14523 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14524 Use map-keymap.
14525 (minor-mode-menu-from-indicator): Use it. Simplify.
14526
14527 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14528 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14529 Bind the key directly to the menu.
14530 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14531
14532 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14533
14534 * epa.el (epa-decrypt-region): Explain the reason why this
14535 function should not be used in Lisp programs.
14536 (epa-decrypt-armor-in-region): Ditto.
14537 (epa-verify-region): Ditto.
14538 (epa-verify-cleartext-in-region): Ditto.
14539 (epa-sign-region): Ditto.
14540 (epa-encrypt-region): Ditto.
14541
14542 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14543
14544 * epa.el (epa-select-keys): Show menu even if there is no key in
14545 GnuPG's keyring.
14546
14547 2008-04-01 Glenn Morris <rgm@gnu.org>
14548
14549 * calendar/calendar.el (calendar-make-temp-face): New function.
14550 (mark-visible-calendar-date):
14551 * calendar/diary-lib.el (fancy-diary-display): Use it.
14552
14553 * vc-hooks.el (vc-responsible-backend): Declare as function.
14554
14555 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14556 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14557 * calendar/cal-julian.el (holiday-julian): Use it.
14558
14559 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14560 (calendar-hebrew-date-is-visible-p): Extract some common code into
14561 separate function.
14562 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14563
14564 * calendar/cal-menu.el (cal-menu-holidays-menu):
14565 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14566 rather than obsolete alias.
14567
14568 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14569 for mark characters.
14570 (calendar-unmark): Unmark by removing all overlays, rather than
14571 redrawing.
14572 (calendar-starred-day): Remove.
14573 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14574 (calendar-cursor-to-date): No need for special star handling now
14575 using overlays.
14576 (calendar-star-date): Use overlays.
14577
14578 * calendar/cal-french.el (calendar-goto-french-date):
14579 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14580 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14581 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14582 * calendar/cal-persia.el (calendar-persian-date-string):
14583 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14584 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14585 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14586 * calendar/solar.el (solar-equinoxes-solstices):
14587 Reduce nesting of some lets.
14588
14589 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14590 (calendar-goto-mayan-long-count-date): Simplify.
14591
14592 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14593 Simplify by using mapcar.
14594 (calendar-list-holidays): Return holiday-list.
14595 (list-holidays): Use let rather than let*. Remove un-needed locals
14596 `d', `never'.
14597 (calendar-check-holidays): Return result from dolist.
14598 (holiday-float): Use a single let*. Simplify if-and to and.
14599 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14600 single let*.
14601
14602 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14603
14604 * calc/calc.el: Autoload `calc-yank'.
14605 (calc-mode-map): Add keybindings for `calc-yank'.
14606 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14607 assignments for `calc-yank'.
14608
14609 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14610
14611 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14612 (vc-status-mark-buffer-changed): Handle the extra field.
14613
14614 * vc-bzr.el (vc-bzr-after-dir-status):
14615 * vc-cvs.el (vc-cvs-after-dir-status):
14616 * vc-hg.el (vc-hg-after-dir-status):
14617 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14618
14619 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * doc-view.el: Compute displayed pages first (in PDF).
14622 (doc-view-current-converter-processes): Rename from
14623 doc-view-current-converter-process. Update users.
14624 (doc-view-sentinel): Test buffer's liveness.
14625 (doc-view-pdf/ps->png-sentinel): Remove.
14626 (doc-view-start-process): New function.
14627 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14628 (doc-view-ps->pdf): Use it.
14629 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14630 New functions.
14631 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14632 (doc-view-mode): Kill the processes when leaving the mode.
14633
14634 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14637 Use `byte-compile-warning-types'. Add docstring.
14638
14639 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14642 (smerge-resolve): Add various resolution heuristics.
14643
14644 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14645 in 3-way conflicts.
14646
14647 2008-03-31 Glenn Morris <rgm@gnu.org>
14648
14649 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14650 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14651 * calendar/cal-islam.el (mark-islamic-diary-entries):
14652 Fix argument order in call to diary-mark-entries-1.
14653
14654 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14655 pre-Bahai dates.
14656 (holiday-bahai): Use an algorithm actually relevant to this calendar
14657 system.
14658
14659 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14660
14661 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14662 Use and.
14663
14664 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14665 in the last fortnight in Julian October.
14666
14667 * calendar/calendar.el (increment-calendar-month): Optionally handle
14668 systems without 12 months per year.
14669 (calendar-date-is-visible-p): Doc fix. Simplify.
14670
14671 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14672 from dolist.
14673
14674 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14675
14676 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14677 (hi-lock-unload-function): New function.
14678
14679 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14680
14681 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14682 overwriting when NEWNAME is a local file.
14683
14684 * net/trampver.el: Update release number.
14685
14686 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14687
14688 * vc-git.el: Make vc-status display information about copies,
14689 renames and permission changes.
14690 (vc-git-extra-fileinfo): New defstruct.
14691 (vc-git-escape-file-name, vc-git-file-type-as-string)
14692 (vc-git-rename-as-string, vc-git-permissions-as-string)
14693 (vc-git-status-printer): New functions.
14694 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14695 (vc-git-after-dir-status-stage1): Look for copies, renames and
14696 permission changes.
14697 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14698 (vc-git-dir-status): Ask for staged files and renames.
14699
14700 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14701
14702 * vc.el: Allow backends to display backend specific information in
14703 the vc-status listing.
14704 (vc-status-fileinfo): Add a field for backend specific information.
14705 (vc-status-printer): Rename to ...
14706 (vc-default-status-printer): ... this.
14707 (vc-status-printer): New function.
14708 (vc-update-vc-status-buffer): Set the backend specific file info
14709 if provided.
14710
14711 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14714 change (ill-conceived).
14715
14716 2008-03-29 Glenn Morris <rgm@gnu.org>
14717
14718 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14719 * calendar/cal-julian.el (holiday-julian): Simplify.
14720
14721 * calendar/holidays.el (list-holidays): Use or.
14722
14723 2008-03-29 Juri Linkov <juri@jurta.org>
14724
14725 * window.el (split-window-preferred-horizontally): New function.
14726
14727 * cus-start.el (split-window-preferred-function):
14728 Set choice for "vertically" to nil instead of split-window.
14729 Set choice for "horizontally" to split-window-preferred-horizontally
14730 instead of lambda.
14731
14732 2008-03-29 Juri Linkov <juri@jurta.org>
14733
14734 * simple.el (minibuffer-default-add-function): New variable with
14735 the default to minibuffer-default-add-completions.
14736 (minibuffer-default-add-done): New variable. Make it buffer-local.
14737 (minibuffer-default-add-completions): New function.
14738 (goto-history-element): Set minibuffer-default-add-done to t and
14739 call a function in minibuffer-default-add-function when the
14740 specified absolute history position is greater than the length of
14741 the minibuffer-default list and minibuffer-default-add-done is nil.
14742 Change "^End of history; no next item$" to "^End of defaults;
14743 no next item$".
14744
14745 * bindings.el (debug-ignored-errors): Change "^End of history;
14746 no next item$" to "^End of defaults; no next item$".
14747
14748 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14751
14752 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14753 to with-no-warnings.
14754
14755 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14756
14757 Sync with Tramp 2.1.13.
14758
14759 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14760
14761 * net/trampver.el: Update release number.
14762
14763 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14764
14765 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14766 the current backend.
14767
14768 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14769 (vc-status-refresh): Create a temporary buffer and call the
14770 `dir-status' backend function from that buffer.
14771
14772 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14773 (vc-bzr-after-dir-status): Don't kill the buffer.
14774
14775 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14776 (vc-cvs-after-dir-status): Don't kill the buffer.
14777
14778 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14779 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14780
14781 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14782 (vc-hg-after-dir-status): Don't kill the buffer.
14783
14784 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14785 (vc-svn-after-dir-status): Don't kill the buffer.
14786
14787 2008-03-29 Glenn Morris <rgm@gnu.org>
14788
14789 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14790 (european-date-diary-pattern, european-calendar-display-form)
14791 (american-calendar-display-form, diary-display-hook): Doc fixes.
14792 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14793 custom :set. Mark as obsolete.
14794 (calendar-date-style, iso-date-diary-pattern)
14795 (iso-calendar-display-form): New user variables.
14796 (diary-date-forms, calendar-date-display-form): Set using
14797 calendar-date-style. Doc fix.
14798 (calendar-set-date-style): New command.
14799 (european-calendar, american-calendar): Use calendar-set-date-style.
14800 Mark as obsolete.
14801
14802 * calendar/diary-lib.el (number): Move declaration where needed.
14803 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14804 (diary-make-date): New function.
14805 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14806 Use diary-make-date.
14807 (diary-date-display-form, diary-insert-entry-1): New functions.
14808 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14809 Use diary-insert-entry-1.
14810 (insert-anniversary-diary-entry, insert-block-diary-entry)
14811 (insert-cyclic-diary-entry): Use diary-date-display-form.
14812
14813 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14814 Autoload diary-insert-entry-1.
14815 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14816 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14817 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14818 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14819 * calendar/cal-islam.el (insert-islamic-diary-entry)
14820 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14821 Use diary-insert-entry-1.
14822
14823 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14824 (diary-yahrzeit): Doc fix. Use diary-make-date.
14825
14826 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14827 New name for icalendar--datetime-to-noneuropean-date. Make old name
14828 obsolete alias.
14829 (icalendar--datetime-to-iso-date): New function.
14830 (icalendar--datetime-to-diary-date): Doc fix. Respect
14831 calendar-date-style if bound.
14832
14833 * textmodes/remember.el (remember-diary-convert-entry):
14834 Respect calendar-date-style if bound.
14835
14836 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14839 (xterm-mouse-handle-delete-frame): Delete.
14840
14841 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14842 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14843 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14844 in xterm-modify-other-keys-terminal-list.
14845
14846 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14847 are conflicts.
14848
14849 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14850
14851 * vc.el (vc-update): Check if the buffer is unsaved only if it
14852 actually exists.
14853 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14854 vc-print-log.
14855
14856 2008-03-28 Magnus Henoch <mange@freemail.hu>
14857
14858 * net/dns.el (dns-write): Use set-buffer-multibyte.
14859
14860 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14861
14862 * vc-bzr.el (vc-bzr-sha1): New fun.
14863 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14864 (vc-bzr-registered): Use it.
14865
14866 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14867
14868 * vc.el (vc-status-kill-dir-status-process): Simplify.
14869 (vc-status-refresh): Make sure the buffer is live.
14870 (ring): Don't require it, not used.
14871
14872 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14873
14874 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14875 Add optional regular expression to AUTOINOUTMODULE.
14876 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14877 (verilog-auto-inst-param, verilog-auto-reg)
14878 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14879 (verilog-auto-output-every, verilog-auto-input)
14880 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14881 (verilog-auto-unused, verilog-auto): Update documentation to use
14882 more obvious instance module names versus cell names.
14883
14884 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14885
14886 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14887 kill if a process is running.
14888
14889 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14890
14891 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14892
14893 * vc.el: Add new backend function 'status-extra-headers.
14894 (vc-default-status-extra-headers): New function.
14895 (vc-status-headers): Call 'status-extra-headers. Add colors.
14896
14897 * vc-git.el (vc-git-status-extra-headers): New function.
14898
14899 2008-03-28 Glenn Morris <rgm@gnu.org>
14900
14901 * calendar/cal-menu.el (cal-menu-holidays-menu)
14902 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14903 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14904 holiday-list is optional.
14905 (calendar-mouse-holidays): Remove un-needed local `l'.
14906
14907 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14908 Remove un-needed local `date'.
14909 (calendar-cursor-to-visible-date): Use let rather than let*.
14910 Remove un-needed local `first-of-month-weekday'.
14911
14912 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14913
14914 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14915 Doc fixes.
14916 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14917 (diary-header-line-flag, diary-header-line-format): Declare.
14918 (diary-pull-attrs): Check for multiple matches.
14919 (diary-list-entries-2): Simplify finding start of date.
14920 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14921 pop-up-frames.
14922 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14923 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14924
14925 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14926
14927 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14928
14929 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14930
14931 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14934
14935 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14936
14937 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14938
14939 * international/mule-conf.el (define-iso-single-byte-charset):
14940 Don't make latin-iso8859-* supplementary.
14941 (#'set-charset-priority): Don't change the priority of charsets
14942 `unicode' and `emacs'.
14943
14944 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14947 temp buffer.
14948
14949 2008-03-27 Glenn Morris <rgm@gnu.org>
14950
14951 * calendar/cal-bahai.el (diary-bahai-list-entries):
14952 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14953 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14954
14955 * calendar/calendar.el (diary-file): Doc fix.
14956
14957 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14958 (list-diary-entries-hook, mark-diary-entries-hook)
14959 (include-other-diary-files, diary-mail-entries)
14960 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14961 (diary-set-header): New function.
14962 (diary-header-line-flag, diary-header-line-format):
14963 Use diary-set-header for custom :set function.
14964 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14965 (diary-attrtype-convert): Use intern-soft rather than read.
14966 (diary-display-no-entries): New function.
14967 (simple-diary-display, fancy-diary-display): Use it.
14968 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
14969 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
14970
14971 * calendar/holidays.el (list-holidays): Doc fix.
14972
14973 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
14974
14975 * calc/calc-store.el (calc-read-var-name-history): New variable.
14976 (calc-read-var-name): Use `calc-read-var-name-history'.
14977
14978 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * image-mode.el (image-mode-reapply-winprops): Simplify now that
14981 window-configuration-change-hook works buffer-locally.
14982
14983 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14984
14985 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
14986 for Emacs Lisp, not Lisp.
14987
14988 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
14989
14990 * help-fns.el (describe-function-1, describe-variable):
14991 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
14992
14993 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
14994 replacement is provided, don't print "use nil instead".
14995
14996 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14997
14998 * complete.el (PC-do-completion): Use regexp-quote.
14999
15000 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15001
15002 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15003 Detect missing files.
15004
15005 * vc-git.el (vc-git-extra-menu-map): New key map.
15006 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15007 New functions.
15008
15009 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15010 and 'missing files.
15011
15012 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * calendar/holidays.el (list-holidays): Make Y2 optional.
15015
15016 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15017 buffers shown to the user.
15018 (appt-disp-window): Disable undo explicitly now that the leading space
15019 is gone.
15020
15021 * simple.el (activate-mark): New function.
15022 (set-mark-command): Use it with region-active-p to clean up the code.
15023 (exchange-point-and-mark): Invert the meaning of C-u when
15024 transient-mark-mode is active.
15025
15026 * dired-aux.el (dired-create-files): Use dolist.
15027
15028 * bindings.el (mode-line-change-eol): Use with-selected-window.
15029
15030 * apropos.el (apropos-command): Include macros.
15031
15032 2008-03-26 Glenn Morris <rgm@gnu.org>
15033
15034 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15035 (calendar-bahai-epoch): Doc fix.
15036
15037 * calendar/cal-china.el: Explicitly require calendar.
15038
15039 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15040 Require calendar rather than cal-julian.
15041 Autoload calendar-absolute-from-julian.
15042 * calendar/cal-coptic.el (coptic-calendar-epoch):
15043 * calendar/cal-islam.el (calendar-islamic-epoch):
15044 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15045
15046 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15047
15048 * calendar/cal-dst.el: Don't require cal-persia.
15049 (calendar-absolute-from-persian): Autoload it.
15050 (dst-adjust-time): Doc fix.
15051
15052 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15053 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15054 calendar.
15055
15056 * calendar/cal-menu.el: Require calendar rather than declaring
15057 functions.
15058 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15059
15060 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15061 calendar-after-frame-setup-hooks. Update callers, make old name an
15062 obsolete alias. Doc fix.
15063 (calendar-frame-1): Doc fix.
15064
15065 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15066
15067 * calendar/calendar.el (oriental-holidays, solar-holidays):
15068 * calendar/holidays.el (list-holidays): Assume atan always bound.
15069
15070 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15071 Explicitly require calendar, not cal-julian.
15072 * calendar/lunar.el: Explicitly require cal-dst.
15073
15074 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15077
15078 * help-fns.el (describe-function-1, describe-variable): If no
15079 replacement is provided, don't print "use nil instead".
15080
15081 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15082
15083 * proced.el: New file.
15084
15085 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15086
15087 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15088
15089 2008-03-25 Juri Linkov <juri@jurta.org>
15090
15091 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15092 in battery-mode-line-format.
15093
15094 * bindings.el (minibuffer-local-map): For the command
15095 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15096 with map which is already locally bound to minibuffer-local-map.
15097
15098 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15101 Remove `sort-first' argument.
15102
15103 * subr.el (redisplay-end-trigger-functions)
15104 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15105 (process-filter-multibyte-p, set-process-filter-multibyte):
15106 Mark as obsolete.
15107
15108 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15111 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15112 use the LOCAL arg of `add-hook'.
15113 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15114 Remove spurious * from defcustom docstrings.
15115 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15116 Fix typos in messages.
15117 (reb-mode-buffer-p): New function.
15118 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15119 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15120 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15121 Use `unless', `when'.
15122 (re-builder-unload-function): New function.
15123
15124 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15125
15126 * vc-hooks.el (vc-state): Add documentation for 'missing.
15127
15128 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15129
15130 * progmodes/verilog-mode.el (verilog-auto-output)
15131 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15132 (verilog-delete-auto): Add optional regular expression to
15133 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15134 (verilog-signals-matching-regexp): New internal function for
15135 signal matching.
15136
15137 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15138
15139 * info.el (Info-isearch-search): Always return point.
15140
15141 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * diff-mode.el (diff-remembered-defdir): New var.
15144 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15145
15146 2008-03-25 Glenn Morris <rgm@gnu.org>
15147
15148 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15149 calendar-bahai-prompt-for-date. Update callers, make old name an
15150 obsolete alias. Doc fix.
15151 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15152 coptic-prompt-for-date. Update callers, make old name an
15153 obsolete alias. Doc fix.
15154 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15155 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15156 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15157 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15158 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15159 calendar-iso-read-args. Update callers, make old name an obsolete
15160 alias.
15161 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15162 persian-prompt-for-date. Update callers, make old name an
15163 obsolete alias. Doc fix. Move definition before use.
15164
15165 * calendar/cal-x.el (diary-frame-parameters)
15166 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15167 (calendar-frame-1): Doc fixes.
15168 (make-fancy-diary-buffer): Remove declaration.
15169 (calendar-dedicate-diary): Replace call to deleted function
15170 make-fancy-diary-buffer.
15171 (calendar-frame-setup): New function.
15172 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15173 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15174 work, and mark as obsolete.
15175 (special-display-buffer-names): Don't mess with this; it's not our
15176 business.
15177 (cal-x-load-hook): Defvar it, and mark as obsolete.
15178
15179 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15180 Default to t. Add to 'calendar group.
15181 (calendar): Doc fix. Use calendar-frame-setup.
15182 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15183 (generate-calendar-window): Doc fix.
15184
15185 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15188
15189 2008-03-24 Drew Adams <drew.adams@oracle.com>
15190
15191 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15192 New variables.
15193 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15194 (finder-exit): Ignore errors rather than avoiding them.
15195 Kill *Finder-package* buffer also.
15196
15197 2008-03-24 Andreas Schwab <schwab@suse.de>
15198
15199 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15200
15201 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15202
15203 * vc-hg.el (vc-hg-after-dir-status):
15204 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15205
15206 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15207 Detect removed files.
15208
15209 * vc.el (vc-status-printer): Use a different face for missing files.
15210 (vc-status-hide-up-to-date): Rename from
15211 vc-status-remove-up-to-date. Update all callers.
15212 (vc-status-mode-map): Bind C-m.
15213
15214 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15215
15216 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15217 code ...
15218 (vc-git--state-code): ... to this new function.
15219 (vc-git-state): Use it.
15220
15221 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15222
15223 * textmodes/remember.el (remember-mail-date)
15224 (remember-store-in-mailbox): Write date and From line in such a
15225 way that Mutt can read it.
15226
15227 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15228
15229 * simple.el (transient-mark-mode): Turn on by default.
15230
15231 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15232
15233 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15234 'unregistered for unregistered files.
15235
15236 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15237
15238 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15239
15240 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15241 subdirectories.
15242
15243 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15244 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15245 Add :enable for vc-status-refresh.
15246 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15247 (vc-status-tool-bar-map): Add binding for
15248 vc-status-kill-dir-status-process.
15249 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15250 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15251 Reset vc-status-process-buffer.
15252 (vc-status-refresh): Don't run two refreshes at a time.
15253 (vc-status): If the buffer is already in vc-status-mode only refresh.
15254 (vc-status-mark-buffer-changed): Add an optional file parameter.
15255 (vc-resynch-buffer): Use it.
15256 (vc-delete-file): Expand the file name before using it.
15257 Be careful to not create a new buffer with the old file contents.
15258 Update the VC state after performing the operation.
15259
15260 2008-03-23 Andreas Schwab <schwab@suse.de>
15261
15262 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15263 Fix radio button condition.
15264 [box]: Likewise.
15265 [customize]: Add radio button.
15266
15267 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15268
15269 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15270 (calc-user-parse-tables, calc-gnuplot-default-device)
15271 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15272 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15273 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15274 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15275 (calc-undo-list, calc-redo-list, calc-main-buffer)
15276 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15277 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15278 (calc-said-hello, calc-executing-macro, calc-any-selections)
15279 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15280 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15281 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15282 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15283 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15284 (calc-create-buffer, calc-quit): Add docstrings.
15285
15286 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * makefile.w32-in (WINS_ALMOST): Add org.
15289
15290 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15293 New functions to implement vc-status support.
15294
15295 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15296
15297 * vc.el (vc-status-prepare-status-buffer): New function.
15298 (vc-status): Use it.
15299
15300 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15301 appropriate.
15302
15303 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15304
15305 * vc-git.el (vc-git--empty-db-p)
15306 (vc-git-after-dir-status-stage1-empty-db): New functions.
15307 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15308 Add support for empty repositories.
15309
15310 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15311
15312 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15313 Allow "^" in a version name.
15314
15315 * vc-mtn.el (vc-mtn-state): Support the added state.
15316
15317 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15318
15319 * org: New directory for Org-mode.
15320
15321 * org/org-export-latex.el: Moved from lisp/textmodes.
15322
15323 * org/org-irc.el: Moved from lisp/textmodes.
15324
15325 * org/org-mac-message.el: Moved from lisp/textmodes.
15326
15327 * org/org-mouse.el: Moved from lisp/textmodes.
15328
15329 * org/org-publish.el: Moved from lisp/textmodes.
15330
15331 2008-03-21 Juri Linkov <juri@jurta.org>
15332
15333 * comint.el (comint-dynamic-simple-complete):
15334 Use variable `stub' for the second arg `common-substring'
15335 of `comint-dynamic-list-completions'.
15336 (comint-dynamic-list-filename-completions):
15337 Use variable `filenondir' for the second arg `common-substring'
15338 of `comint-dynamic-list-completions'.
15339 (comint-dynamic-list-completions): Add new optional arg
15340 `common-substring'. Add `common-substring' as the second arg of
15341 the call to `display-completion-list'. Doc fix.
15342
15343 * comint.el (comint-dynamic-complete-as-filename)
15344 (comint-dynamic-list-filename-completions)
15345 (comint-dynamic-simple-complete): Use `minibuffer-message'
15346 to display message "No completions of %s" when a command
15347 is called in the minibuffer.
15348 (comint-dynamic-simple-complete): Don't display other
15349 completion messages when a command is called in the minibuffer.
15350 (comint-dynamic-list-completions): Use `minibuffer-message'
15351 to display message " [Type space to flush ...]" when a command
15352 is called in the minibuffer.
15353
15354 * shell.el (shell-dynamic-complete-command)
15355 (shell-dynamic-complete-environment-variable): Don't display
15356 completion messages when command is called in the minibuffer.
15357
15358 * emacs-lisp/lisp.el (lisp-complete-symbol):
15359 Use `minibuffer-message' to display message "No completions of %s"
15360 when this command is called in the minibuffer.
15361
15362 * bindings.el (standard-mode-line-modes): Put special help-echo
15363 tooltip on recursive edit %[ %] mode-line constructs.
15364
15365 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15366 "^No dynamic expansion for .* found$" to allow error messages like
15367 "No dynamic expansion for \"%s\" found in this-buffer".
15368
15369 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15370
15371 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15372 "psftp".
15373
15374 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15377 * vc.el (vc-default-dired-state-info): Use just "modified".
15378 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15379 (vc-cvs-mode-line-string): Make use of the better default.
15380 (vc-cvs-parse-entry): Use the new `added'.
15381 (vc-cvs-dired-state-info): Remove.
15382 * vc-svn.el (vc-svn-dired-state-info): Remove.
15383 * vc-hg.el (vc-hg-dired-state-info): Remove.
15384 * vc-git.el (vc-git-dired-state-info): Remove.
15385
15386 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15387
15388 * vc-git.el (vc-git-status-result): New variable.
15389 (vc-git-dir-status): Split out ...
15390 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15391 ... these new functions and work asynchronously.
15392
15393 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15394
15395 * vc-git.el (vc-git-after-dir-status): Remove.
15396 (vc-git-dired-state-info): Reimplement.
15397
15398 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15399
15400 * replace.el (occur-mode-map): Add :help.
15401
15402 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15403 for disassemble.
15404
15405 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15406 the 'added state.
15407 (vc-status-remove-up-to-date): New function.
15408 (vc-status-mode-map, vc-status-menu-map): Bind it.
15409 (vc-status-printer): Use a different face up-to-date files.
15410 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15411 (Todo): Remove solved entries.
15412
15413 * vc-hg.el (vc-hg-state):
15414 * vc-git.el (vc-git-state):
15415 * vc-cvs.el (vc-cvs-parse-status):
15416 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15417 state.
15418
15419 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15420
15421 * progmodes/compile.el (compile):
15422 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15423
15424 * simple.el (minibuffer-local-shell-command-map): New var.
15425 (minibuffer-complete-shell-command, read-shell-command): New funs.
15426 (shell-command, shell-command-on-region): Use them.
15427
15428 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15429
15430 * vc.el (vc-status-mark-buffer-changed): New function to implement
15431 updating of the *vc-status* buffer when a buffer is saved.
15432 (vc-status-mode): Use it for after-change-hook.
15433 (vc-add-to-vc-status-buffer): Rename to ...
15434 (vc-status-add-entry): ... this.
15435 (Todo): Add new entry.
15436
15437 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15440
15441 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15444 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15445 Remove spurious * from defcustom docstrings.
15446 (icomplete-compute-delay): Fix docstring and remove spurious *.
15447 (icomplete-delay-completions-threshold): Fix typo in docstring and
15448 remove spurious *.
15449 (icomplete-completions): While collecting the list of prospective
15450 candidates, don't overshoot `icomplete-prospects-length'.
15451
15452 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15453
15454 * textmodes/refbib.el:
15455 * textmodes/reftex.el:
15456 * textmodes/reftex-global.el:
15457 * textmodes/reftex-vars.el:
15458 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15459 compiler pacifying defvars.
15460 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15461 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15462 not needed.
15463
15464 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15465
15466 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15467 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15468 (verilog-customize, verilog-font-customize)
15469 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15470 (verilog-mode): Update documentation strings to match tool tips.
15471 (verilog-auto-search-do, verilog-auto-re-search-do)
15472 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15473 expansion when a .* appears inside a string.
15474 (verilog-re-search-forward, verilog-re-search-backward):
15475 Add comment to recall how this works.
15476 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15477
15478 2008-03-20 Glenn Morris <rgm@gnu.org>
15479
15480 * calendar/calendar.el (calendar-other-dates): New function.
15481 (calendar-print-other-dates): Use calendar-other-dates.
15482 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15483 the declarations it replaces.
15484 (calendar-mouse-print-dates): Use calendar-other-dates.
15485
15486 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15487 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15488 (calendar-absolute-from-bahai): Fix the leap-year case.
15489 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15490 (calendar-bahai-date-string, calendar-bahai-print-date):
15491 Handle pre-Bahai dates.
15492
15493 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15494 (chinese-calendar-terrestrial-branch): Make defcustoms.
15495
15496 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15497 (calendar-mouse-view-diary-entries): Use or.
15498 (calendar-mouse-chinese-date): Remove unused command.
15499 (cal-menu-load-hook): Mark as obsolete.
15500
15501 * calendar/solar.el (calendar-location-name, calendar-latitude)
15502 (calendar-longitude, solar-arctan, sunrise-sunset)
15503 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15504
15505 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15506
15507 * calc/calc.el: Remove outdated comments.
15508 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15509 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15510 Add docstrings.
15511
15512 2008-03-19 Jason Rumney <jasonr@gnu.org>
15513
15514 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15515
15516 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15517
15518 * net/tls.el (open-tls-stream): Reindent.
15519
15520 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15521
15522 * net/tramp.el (tramp-let-maybe): Removed.
15523 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15524 It does not exist under XEmacs.
15525 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15526 (tramp-completion-file-name-handler): Let-bind
15527 `directory-sep-char'.
15528
15529 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15530 `directory-sep-char'.
15531
15532 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15533
15534 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15535 for autoloaded keymaps.
15536
15537 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15538 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15539 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15540 (verilog-in-comment-p, verilog-in-star-comment-p)
15541 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15542 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15543 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15544 (verilog-skip-forward-comment-p): Use it.
15545
15546 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15547
15548 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15549 (org-remember-templates, org-time-stamp-rounding-minutes)
15550 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15551 (org-columns-new): Fix typos in docstrings.
15552
15553 2008-03-19 Glenn Morris <rgm@gnu.org>
15554
15555 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15556 (tramp-handle-shell-command): Use condition-case rather than
15557 ignore-errors.
15558
15559 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15560
15561 * diff-mode.el (diff-header): Make the color louder.
15562 (diff-refine-change): Tone the color down.
15563
15564 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15565
15566 * descr-text.el (describe-char): When `describe-char-unidata-list'
15567 is set to show all properties, list them in the right order.
15568
15569 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * international/mule.el (load-with-code-conversion): Avoid setting
15572 default-enable-multibyte-characters.
15573
15574 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15575
15576 * vc.el (vc-annotate-background): Fix custom type.
15577
15578 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * descr-text.el (describe-char-unidata-list): Allow specifying
15581 just all properties.
15582 (describe-char): Handle that new value.
15583
15584 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15585
15586 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15587
15588 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15589 instead of file name extension to make docs with uncommon
15590 extensions work.
15591
15592 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15593
15594 * doc-view.el (require): Require cl at compile time because
15595 `assert' needs it.
15596
15597 2008-03-18 Glenn Morris <rgm@gnu.org>
15598
15599 * calendar/calendar.el (initial-calendar-window-hook)
15600 (today-visible-calendar-hook): Doc fixes.
15601
15602 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15603
15604 * net/tramp.el (tramp-root-regexp): Simplify.
15605 (tramp-completion-file-name-regexp-separate): Don't insist on
15606 leading "[". This prevents method or user or host completion.
15607 (tramp-let-maybe): Autoload it.
15608 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15609 is an alias for `identity'.
15610 (tramp-handle-write-region): Protect `last-coding-system-used'
15611 over the trailing statements.
15612 (tramp-completion-file-name-handler-post-function): Remove.
15613 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15614 instead of calling `tramp-drop-volume-letter'.
15615
15616 * net/tramp.el:
15617 * net/tramp-uu.el:
15618 * net/trampver.el: Move coding cookie at the end.
15619
15620 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15623 elements which may be something else than characters.
15624
15625 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15626
15627 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15628 New functions to implement vc-status support.
15629
15630 * vc.el (vc-default-extra-status-menu)
15631 (vc-add-to-vc-status-buffer): New functions.
15632
15633 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15634 for eldoc and ielm.
15635
15636 2008-03-17 Glenn Morris <rgm@gnu.org>
15637
15638 * calendar/cal-x.el (diary-frame-parameters)
15639 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15640 Fix custom type; add options.
15641 (calendar-frame, diary-frame): Doc fixes.
15642 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15643 new functions.
15644 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15645 Use calendar-frame-1 and calendar-dedicate-diary.
15646 (calendar-one-frame-setup): Also handle only-one-frame case.
15647 (calendar-only-one-frame-setup): Doc fix. Just call
15648 calendar-one-frame-setup.
15649
15650 * calendar/diary-lib.el: Re-order some definitions before their use.
15651 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15652 (diary-list-entries): Doc fixes.
15653 (make-fancy-diary-display): Remove function.
15654
15655 * calendar/calendar.el (calendar-today-marker)
15656 (initial-calendar-window-hook, today-visible-calendar-hook)
15657 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15658 (calendar-star-date, calendar-mark-today): Doc fixes.
15659 (today-visible-calendar-hook): Add options.
15660 (calendar-in-read-only-buffer): New macro.
15661 (calendar-basic-setup): Adapt for change in calendar-read-date.
15662 Place holiday let inside if.
15663 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15664 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15665 (calendar-print-other-dates): Use one let rather than many.
15666
15667 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15668 (calendar-print-other-dates):
15669 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15670 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15671 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15672 (calendar-cursor-holidays):
15673 * calendar/lunar.el (calendar-phases-of-moon): Use
15674 calendar-in-read-only-buffer to replace previous code and disable undo.
15675
15676 2008-03-16 Juri Linkov <juri@jurta.org>
15677
15678 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15679 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15680 read-from-minibuffer to provide the correct initial minibuffer
15681 history position in isearch-edit-string when it is called from
15682 isearch-ring-adjust.
15683
15684 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15685 to check if the current buffer is the minibuffer, and in this case
15686 call abort-recursive-edit to kill the minibuffer. Doc fix.
15687 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15688 when the current buffer is the minibuffer.
15689
15690 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15691
15692 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15693
15694 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15695 Use non-nil PARENTS attribute of make-directory instead of
15696 explicitly checking existence the current cache directory.
15697
15698 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15699
15700 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15701 M-x epa-file-select-keys.
15702
15703 2008-03-16 Kenichi Handa <handa@m17n.org>
15704
15705 * international/mule.el (auto-coding-alist):
15706 Use no-conversion-multibyte for archive files.
15707
15708 2008-03-16 Glenn Morris <rgm@gnu.org>
15709
15710 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15711 New functions.
15712 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15713 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15714 Use calendar-mark-1.
15715 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15716 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15717 Use calendar-mark-complex.
15718 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15719 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15720 Use calendar-mark-1.
15721
15722 * calendar/calendar.el (calendar-mod): Remove.
15723 * calendar/cal-china.el (calendar-chinese-from-absolute)
15724 (calendar-chinese-date-string): Expand calendar-mod calls.
15725 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15726 Expand calendar-mod calls.
15727
15728 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15729 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15730 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15731 Move obsolete aliases after the functions that replaced them.
15732
15733 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15734 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15735 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15736 Use let rather than let*.
15737 (calendar-hebrew-prompt-for-date): New function.
15738 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15739 (holiday-tisha-b-av-etc): Use unless, let.
15740
15741 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15742 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15743
15744 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15745
15746 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15747
15748 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15749 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15750 than concat.
15751 (diary): Remove un-needed let.
15752 (view-other-diary-entries): Rename argument.
15753 (diary-list-entries-2): New function.
15754 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15755 (print-diary-entries): Use unless.
15756 (diary-mark-entries-1): Change argument order, make all but
15757 markfunc optional. Handle the standard (Gregorian) case.
15758 Use match-string-no-properties. Handle marks.
15759 (mark-diary-entries): Use diary-mark-entries-1.
15760 (diary-font-lock-keywords-1): New macro.
15761 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15762
15763 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15764
15765 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15766 (icalendar-export-hidden-diary-entries): New variable.
15767 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15768 In case of error, insert full error-val.
15769 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15770 Use calendar-day-of-week. Return the day number.
15771 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15772
15773 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15774
15775 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15776 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15777 (icalendar-export-region): Ignore hidden diary entries.
15778 (icalendar--convert-ordinary-to-ical): Fix case where event
15779 spans across midnight boundary.
15780 (icalendar-first-weekday-of-year): New function.
15781 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15782 year for recurring events (Mozilla calendars do not propagate
15783 recurring events forever, so year 2000 start date was not working).
15784 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15785 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15786
15787 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15788
15789 * net/tramp.el (tramp-root-regexp): New defconst.
15790 (tramp-completion-file-name-regexp-unified)
15791 (tramp-completion-file-name-regexp-separate)
15792 (tramp-completion-file-name-regexp-url): Use it.
15793 (tramp-do-copy-or-rename-file-via-buffer):
15794 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15795 t for `insert-file-contents-literally'.
15796 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15797 Autoload it.
15798 (tramp-completion-file-name-handler-post-function): New defconst.
15799 (tramp-completion-file-name-handler): Use it.
15800 (tramp-maybe-open-connection): Update calls to
15801 `tramp-flush-connection-property' for removed 2nd argument.
15802
15803 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15806 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15807 New functions.
15808
15809 2008-03-15 Glenn Morris <rgm@gnu.org>
15810
15811 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15812 New functions.
15813 * calendar/cal-bahai.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 (diary-bahai-list-entries): Use diary-list-entries-1.
15817 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15818 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15819 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15820 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15821 (list-hebrew-diary-entries): Use diary-list-entries-1.
15822 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15823 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15824 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15825 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15826 (list-islamic-diary-entries): Use diary-list-entries-1.
15827 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15828
15829 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15830
15831 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15832
15833 * calendar/cal-china.el (number-chinese-months)
15834 (calendar-chinese-from-absolute): Use nth, caar.
15835
15836 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15837
15838 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15839
15840 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15841 (calendar-hebrew-month-name-array-leap-year)
15842 (hebrew-calendar-parashiot-names): Make constants.
15843 (diary-parasha): Move definition after constants it uses.
15844
15845 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15846 (cal-html-htmlify-list): Doc fix.
15847 (cal-html-htmlify-entry): Use nth.
15848
15849 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15850 (calendar-islamic-epoch): Make constants.
15851 (calendar-islamic-epoch): Doc fix.
15852
15853 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15854
15855 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15856 (cal-tex-month-name): Doc fix.
15857 (cal-tex-last-blank-p): Use zerop.
15858
15859 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15860 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15861 (calendar-cursor-to-date): Doc fix.
15862 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15863 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15864 (calendar-day-number): Use when.
15865 (generate-calendar-month): Use dotimes.
15866 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15867 (calendar-set-mark): Reverse conditional.
15868 (calendar-make-alist): Move definition before use.
15869
15870 * calendar/diary-lib.el (diary-face-attrs)
15871 (diary-glob-file-regexp-prefix, diary-selective-display)
15872 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15873 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15874 (diary-anniversary, diary-cyclic)
15875 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15876 (diary-header-line-format): Change wording.
15877 (diary-list-entries): Set `date-start' in let.
15878 (include-other-diary-files, mark-included-diary-files): Use format.
15879 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15880 (mark-diary-entries): Use 1+.
15881 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15882 (mark-calendar-month): Use dotimes.
15883
15884 * calendar/holidays.el (displayed-month, displayed-year):
15885 Move declarations where needed.
15886 (calendar-list-holidays): Doc fix.
15887
15888 * calendar/parse-time.el (parse-time-string): Simplify.
15889
15890 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15891 Make constants.
15892 (solar-sunrise-sunset): Rename some local variables for clarity.
15893 (sunrise-sunset): Use zerop.
15894 (solar-mean-equinoxes/solstices): Doc fix.
15895
15896 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15897 Use nth.
15898 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15899 (timeclock-mean, timeclock-generate-report): Use dolist.
15900
15901 * calendar/todo-mode.el (todo-add-category): Simplify.
15902 (todo-more-important-p, todo-delete-item, todo-file-item):
15903 Use unless, when.
15904 (todo-top-priorities): Use zerop.
15905
15906 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15907
15908 * buff-menu.el (list-buffers-noselect): Display buffer name in
15909 tooltip instead of mouse binding when it doesn't fit in the list.
15910
15911 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15912
15913 * faces.el (xw-defined-colors):
15914 * simple.el (widget-convert, shell-mode): Declare as functions
15915 instead of autoloading.
15916
15917 * abbrev.el:
15918 * button.el:
15919 * cus-face.el:
15920 * ediff-hook.el:
15921 * emacs-lisp/backquote.el:
15922 * emacs-lisp/timer.el:
15923 * facemenu.el:
15924 * faces.el:
15925 * menu-bar.el:
15926 * simple.el:
15927 * subr.el:
15928 * textmodes/fill.el:
15929 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15930 files are preloaded.
15931
15932 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * desktop.el (desktop-create-buffer): Don't catch errors if
15935 debug-on-error is set.
15936
15937 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15938
15939 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15940 ($(lisp)/calendar/diary-loaddefs.el)
15941 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15942 (LOADDEFS): New macro.
15943 (autoloads): Depend on $(LOADDEFS).
15944
15945 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15946
15947 * font-lock.el (featurep): Remove test, not useful anymore.
15948 (facemenu-keymap): Move key binding ...
15949 * facemenu.el (facemenu-keymap): ... here.
15950
15951 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15952 for each file in the list.
15953 (vc-bzr-log-view-mode): Recognize the file marker.
15954
15955 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15956 for checkdoc and profiling.
15957
15958 2008-03-14 Bastien Guerry <bzg@altern.org>
15959
15960 * textmodes/flyspell.el (nxml-mode): Add the right
15961 `flyspell-mode-predicate'.
15962
15963 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15964
15965 2008-03-14 Glenn Morris <rgm@gnu.org>
15966
15967 * calendar/solar.el: Reorder so that functions are defined before use.
15968 (displayed-month, displayed-year): Move declarations where needed.
15969 (solar-get-number): Move definition before use. Use unless.
15970 (solar-equatorial-coordinates): Simplify.
15971 (solar-sunrise-and-sunset): Use let rather than let*.
15972 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
15973
15974 * startup.el (command-line-1): Rename -internal-script back to
15975 -scriptload (reverts previous change).
15976
15977 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15978 (calendar-bahai-leap-base): Add doc strings.
15979 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
15980 Move definition before use.
15981 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
15982 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
15983 variables outside the loop. Use dolist.
15984 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15985
15986 * calendar/cal-china.el: Re-order so that functions are defined before
15987 use.
15988 (displayed-month, displayed-year): Move declarations where needed.
15989 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
15990 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15991 Add doc strings.
15992 (chinese-year-cache): Recenter on 2010. Doc fix.
15993 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
15994 Doc fix. Simplify.
15995 (chinese-year-cache-init): New function.
15996 (compute-chinese-year, holiday-chinese-new-year)
15997 (calendar-chinese-date-string, calendar-goto-chinese-date)
15998 (make-chinese-month-assoc-list): Use cadr, nth.
15999 (chinese-months): Remove un-needed let.
16000
16001 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16002 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16003 (coptic-prompt-for-date): Move definition before use.
16004
16005 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16006 (calendar-dst-find-data, calendar-daylight-time-offset)
16007 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16008 (calendar-daylight-savings-starts-time)
16009 (calendar-daylight-savings-ends-time): Use cadr, nth.
16010
16011 * calendar/cal-french.el (french-calendar-epoch)
16012 (calendar-goto-french-date): Doc fix.
16013 (french-calendar-month-name-array)
16014 (french-calendar-multibyte-month-name-array)
16015 (french-calendar-day-name-array, french-calendar-special-days-array):
16016 Add doc strings.
16017
16018 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16019 (original-date): Move declarations where needed.
16020 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16021 Doc fix.
16022 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16023 constant variables outside the loop. Use dolist.
16024
16025 * calendar/cal-islam.el (displayed-month, displayed-year)
16026 (original-date): Move declarations where needed.
16027 (islamic-calendar-day-number): Remove unused local variable `day'.
16028 (calendar-goto-islamic-date): Doc fix.
16029 (holiday-islamic): Use unless.
16030 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16031 constant variables outside the loop. Use dolist.
16032 (mark-islamic-calendar-date-pattern): Move definition before use.
16033 Use unless.
16034 (mark-islamic-diary-entries): Doc fix.
16035 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16036 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16037
16038 * calendar/cal-julian.el (calendar-absolute-from-julian):
16039 Move definition before use. Remove un-needed local `day'.
16040 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16041
16042 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16043 (calendar-mayan-tzolkin-names-array): Add doc strings.
16044 (calendar-mayan-long-count-from-absolute): Use a single let.
16045 (calendar-string-to-mayan-long-count): Simplify.
16046 (calendar-next-haab-date, calendar-previous-haab-date)
16047 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16048 (calendar-previous-calendar-round-date)
16049 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16050 Doc fix.
16051 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16052 (calendar-mayan-date-string, calendar-print-mayan-date)
16053 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16054 (calendar-mayan-long-count-common-era): Move definitions before use.
16055
16056 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16057 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16058 Doc fix.
16059 (calendar-mouse-goto-date): Move definition before use.
16060
16061 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16062 Move definition before use.
16063 (calendar-cursor-to-visible-date): Move definition before use.
16064 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16065 and place inside the conditional.
16066 (calendar-forward-day): Simplify.
16067 (calendar-end-of-month): Use unless.
16068 (calendar-goto-day-of-year): Doc fix.
16069 Relocate obsolete aliases after their replacements.
16070
16071 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16072
16073 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16074 variables outside the diary-date-forms loop.
16075
16076 * calendar/calendar.el (diary-file): Doc fix.
16077 (calendar-buffer-list): Return buffers rather than strings (fixes
16078 previous change).
16079 (hebrew-holidays-4): Fix typo.
16080
16081 * calendar/holidays.el (displayed-month, displayed-year):
16082 Move declarations where needed.
16083 (calendar-holiday-list, calendar-list-holidays)
16084 (holiday-filter-visible-calendar): Move definitions before use.
16085 (list-holidays): Use cadr.
16086 Relocate obsolete aliases after their replacements.
16087
16088 * calendar/lunar.el (date, displayed-month, displayed-year):
16089 Move declarations where needed.
16090 (lunar-phase-list): Move definition after functions it uses.
16091 (calendar-phases-of-moon, diary-phases-of-moon)
16092 (lunar-new-moon-on-or-after): Use cadr, nth.
16093 (lunar-new-moon-on-or-after): Doc fix.
16094
16095 * textmodes/org-irc.el (top-level): CL not required when compiling.
16096 (org-irc-visit-erc): Replace runtime CL functions.
16097
16098 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16099 (org-publish-delete-dups): Declare as function.
16100
16101 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16102
16103 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16104 (vc-bzr-show-log-entry): Make regexp match more cases.
16105 (vc-diff-switches-list): Remove autoload, not needed.
16106
16107 2008-03-14 Juri Linkov <juri@jurta.org>
16108
16109 * isearch.el (isearch-edit-string): Remove one call to
16110 `isearch-push-state' not to push an inconsistent state,
16111 but keep another correct call to `isearch-push-state'.
16112 (isearch-ring-adjust): Call `isearch-push-state' only when
16113 `search-ring-update' is non-nil since `isearch-edit-string'
16114 already pushes its state.
16115 (isearch-message): Improve matching the failed part by checking
16116 if the original message starts with the last successful message.
16117
16118 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16119 (dired-perm-write): Rename from `dired-warn-writable'.
16120 Change parent face from `font-lock-warning-face' to
16121 `font-lock-comment-delimiter-face'.
16122 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16123 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16124 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16125 with `dired-perm-write-face'.
16126
16127 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16128
16129 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16130 Create cache dir only if it doesn't already exist.
16131
16132 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16135 of \ and '.
16136
16137 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16138
16139 * net/browse-url.el (browse-url-text-xterm):
16140 Unquote browse-url-text-browser.
16141
16142 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16143
16144 * textmodes/org-mouse.el: Version number change.
16145
16146 * textmodes/org-publish.el (org-publish-expand-components):
16147 Remove null projects from the list of components.
16148 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16149 Remove unused retrieval of the :publishing-directory property.
16150 (org-publish-file): Bugfix: when using a relative directory as the
16151 publishing directory, convert it to a directory filename.
16152 (org-publish-project): New alias.
16153 (org-publish-get-files): Protect against empty p.
16154 (org-publish-file): Send an error when file is not part of any project.
16155 (org-publish-file): Offer to refresh the list of files in known
16156 project when the current file is not part of any project.
16157 (org-publish-before-export-hook)
16158 (org-publish-after-export-hook): New hooks.
16159 (org-publish-org-to): Use new hooks and kill buffers.
16160 (org-publish-file): Remove the code for killing buffers.
16161 (org-publish-initialize-files-alist): Use interactive.
16162 (org-publish-file): If the publishing function creates a new
16163 buffer, kill it after publishing.
16164 (org-publish-timestamp-filename): Protect ":" in file name path
16165 under windows.
16166
16167 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16168 change that killed the LaTeX buffer.
16169
16170 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16171 in the decision tree.
16172 (org-select-remember-template): Clean the code.
16173 (org-prepare-dblock): Add the extra :content parameter.
16174 (org-write-agenda): New output type ".ics" files.
16175 (org-write-agenda): Call `org-icalendar-verify-function', both for
16176 time stamps and for TODO entries.
16177 (org-agenda-collect-markers, org-create-marker-find-array)
16178 (org-check-agenda-marker-table): New functions.
16179 (org-agenda-marker-table): New variable.
16180 (org-export-as-html): Revert the change that killed the html
16181 buffer. Side effects first need to be studied carefully.
16182 (org-get-tags-at): Fix the structure of the condition-case statement.
16183 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16184 (org-timestamp-change): Fix regular expressions to swallow the
16185 extra character for repeat-shift control.
16186 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16187 (org-get-legal-level): Alias to `org-get-valid-level'.
16188 (org-dblock-write:clocktable): Add a :link parameter, linking
16189 headlines to their location in the Org agenda files.
16190 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16191 throwing an error when getting tags before headlines.
16192 (org-timestamp-change, org-modify-ts-extra)
16193 (org-ts-regexp1): Fix timestamp editing.
16194 (org-agenda-custom-commands-local-options): New constant.
16195 (org-agenda-custom-commands):
16196 Use `org-agenda-custom-commands-local-options' to improve customize
16197 type. "htmlize": Removed hack to fix face problem with htmlize,
16198 it no longer seem necessary.
16199 (org-follow-link-hook): New hook.
16200 (org-agenda-custom-commands): Add "Component" as a tag for each
16201 item in a command series.
16202 (org-open-at-point): Run `org-follow-link-hook'.
16203 (org-agenda-schedule): Bugfix: don't display marker type when it
16204 is nil.
16205 (org-store-link): org-irc required.
16206 (org-set-regexps-and-options): Parse the new logging options.
16207 (org-extract-log-state-settings): New function.
16208 (org-todo): Handle the new ways of recording state change stuff.
16209 (org-local-logging): New function.
16210 (org-columns-open-link): Fix bug with opening link in column view.
16211 (org-local-logging): New function.
16212 (org-todo): Make sure that LOGGING properties are honoured.
16213 (org-todo-keywords): Improve docstring.
16214 (org-startup-options): Cleanup startup options.
16215 (org-set-regexps-and-options): Process the "!" markers.
16216 (org-todo): Respect the new logging stuff.
16217 (org-log-note-how): New variable.
16218 (org-add-log-maybe): New parameter HOW that defines how logging
16219 should be done and also overrides PURPOSE. Add a docstring.
16220 (org-add-log-note): Check if we really need to ask for a note.
16221 (org-get-current-options): Digest the new keyword.
16222 (org-agenda-reset-markers): Rename from
16223 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16224 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16225 function, without force argument.
16226 (org-buffer-property-keys): Bind local variables s and p.
16227 (org-make-tags-matcher): Allow "" to match an empty or
16228 non-existent property value.
16229 (org-export-as-html): Join unsorted lists when they directly
16230 follow each other. Such lists may be created by headlines that
16231 are converted to lists.
16232 (org-nofm-to-completion): New function.
16233 (org-export-as-html): Use :html-extension instead of
16234 org-export-html-extension.
16235 (org-store-link): Support for links from `rmail-summary-mode'.
16236 (org-columns-new, org-complete, org-set-property): Set the
16237 `include-columns' argument in the call to
16238 `org-buffer-property-keys'.
16239 (org-buffer-property-keys): New argument `include-columns', to
16240 include properties expected by any of the COLUMNS formats in the
16241 current buffer.
16242 (org-cleaned-string-for-export): Get rid of drawers first, so that
16243 they will be removed also in the text before the first headline.
16244 (org-clock-report): Show the clocktable when found.
16245 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16246 (org-version): With prefix argument, insert `org-version' at point.
16247 (org-agenda-goto): Recenter the window after finding the target
16248 location, to make sure the correct position will be displayed.
16249 (org-agenda-get-deadlines): Don't scale priority with the warning
16250 period.
16251 (org-insert-heading): Don't break line in the middle of the line.
16252 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16253 be 0.
16254 (org-update-checkbox-count): Revamp to deal with hierarchical
16255 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16256 (org-remove-timestamp-with-keyword): New function.
16257 (org-schedule, org-deadline):
16258 Use `org-remove-timestamp-with-keyword' to make sure all such time
16259 stamps are removed.
16260 (org-mode): Support for `align'.
16261 (org-agenda-get-deadlines): Make sure priorities increase as the
16262 due date approaches and is passed.
16263 (org-remember-apply-template): Fix problem with tags that
16264 contain "_" or "@".
16265 (org-make-link-regexps): Improve the regular expression for plain links.
16266 (org-agenda-get-closed): List each clocking entry.
16267 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16268 (org-special-ctrl-k): New option.
16269 (org-kill-line): New function.
16270 (org-archive-all-done): Fix incorrect number of stars in regexp.
16271 (org-refile-get-location): New function.
16272 (org-refile-goto-last-stored): New function.
16273 (org-global-tags-completion-table): Add the value of org-tag-alist
16274 in each buffer, to make sure that also unused tags will be
16275 available for completion.
16276 (org-columns-edit-value)
16277 (org-columns-next-allowed-value): Only update if not in agenda.
16278 (org-clocktable-steps): New function.
16279 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16280 (org-archive-subtree): Add the outline tree context as a property.
16281 (org-closest-date): New optional argument `prefer'.
16282 (org-goto-auto-isearch): New option.
16283 (org-goto-map, org-get-location): Implement auto-isearch.
16284 (org-goto-local-auto-isearch-map): New variable.
16285 (org-goto-local-search-forward-headings)
16286 (org-goto-local-auto-isearch): New functions.
16287
16288 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16289
16290 * textmodes/org-irc.el: New file.
16291
16292 2008-03-13 John Wiegley <johnw@gnu.org>
16293
16294 * textmodes/org-mac-message.el: New file.
16295
16296 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16297
16298 * font-lock.el (font-lock-comment-face): Set the foreground for
16299 the light background 8 colors case.
16300
16301 2008-03-13 Glenn Morris <rgm@gnu.org>
16302
16303 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16304 generate-autoload-cookie patterns.
16305
16306 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16307
16308 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16309 (MH_E_SRC): Remove variable.
16310 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16311 Simplify file header. Use $@ for generated-autoload-file.
16312
16313 * Makefile.in (LOADDEFS): New variable.
16314 (AUTOGENEL): Use $LOADDEFS.
16315 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16316 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16317 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16318 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16319 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16320 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16321 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16322 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16323 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16324 Add calendar-specific autoload cookies, and remove any setting of
16325 generated-autoload-file.
16326 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16327 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16328 diary-loaddefs.
16329 * calendar/holidays.el: Replace explicit autoloads with reading of
16330 hol-loaddefs.
16331
16332 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16333 (calendar-buffer-list): Simplify.
16334 (generate-calendar-window): Use calendar-mark-holidays rather than
16335 obsolete alias.
16336
16337 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16338 Use cal-hebrew-yahrzeit-buffer.
16339
16340 * calendar/cal-x.el (calendar-only-one-frame-setup)
16341 (calendar-two-frame-setup): Doc fixes.
16342 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16343
16344 * calendar/appt.el (appt-mode-string): Mark as risky.
16345 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16346
16347 * calendar/cal-html.el (diary-list-entries):
16348 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16349 (calendar-iso-from-absolute): Fix autoloads.
16350
16351 * calendar/cal-iso.el (calendar-absolute-from-iso)
16352 (calendar-iso-read-args): Simplify.
16353 (calendar-iso-date-string, calendar-iso-read-args)
16354 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16355
16356 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16357 (displayed-month, displayed-year): Move declarations where needed.
16358 (calendar-print-astro-day-number): Doc fix.
16359
16360 * calendar/cal-persia.el (persian-calendar-month-name-array)
16361 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16362 (persian-prompt-for-date): Remove local variable `today'.
16363
16364 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16365
16366 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16367 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16368 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16369 (diary-sabbath-candles, solar-equinoxes/solstices)
16370 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16371 (solar-time-equation, solar-date-to-et): Simplify.
16372
16373 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16374 Replace `(car (cdr' with cadr'.
16375
16376 * progmodes/f90.el (f90-font-lock-n): New function.
16377 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16378 Use f90-font-lock-n.
16379 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16380
16381 * progmodes/f90.el (f90-mode-abbrev-table):
16382 * progmodes/fortran.el (fortran-mode-abbrev-table):
16383 Use newer form of define-abbrev, where supported. No need to bind
16384 abbrevs-changed for system abbrevs.
16385
16386 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16387
16388 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16389 delete-frame-functions.
16390
16391 * bookmark.el (Info-current-node): Remove.
16392
16393 2008-03-12 Juri Linkov <juri@jurta.org>
16394
16395 * help.el (describe-project): Remove defaliases for view-todo and
16396 describe-project that are now unnecessary after the merge from
16397 emacs--rel--22 that added define-obsolete-function-alias.
16398
16399 * startup.el (inhibit-startup-screen): Revert incomplete
16400 2008-03-10 merge from emacs--rel--22 that partly reverted
16401 2008-02-28 change that added initial message to *scratch* buffer
16402 regardless of the value of `inhibit-startup-screen'.
16403 Now keep this change in the trunk, but not in the 22 branch.
16404
16405 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * international/quail.el (quail-setup-completion-buf, quail-help):
16408 * mail/binhex.el (binhex-decode-region-internal):
16409 * mail/uudecode.el (uudecode-decode-region-internal):
16410 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16411 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16412 setting default-enable-multibyte-characters.
16413
16414 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16415
16416 * comint.el: Fix up indentation and comment style. Remove `function'.
16417
16418 * international/mule-cmds.el (reset-language-environment)
16419 (set-language-environment-nonascii-translation):
16420 Don't set-unibyte-charset.
16421
16422 * doc-view.el: Remove all cb-args, use closures instead.
16423 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16424 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16425 doing an incorrect check). Update all callers to use the new name.
16426 (doc-view-doc->txt): Add missing `txt' argument.
16427
16428 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16429
16430 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16431 md5 sum calculation to single-byte.
16432
16433 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16434
16435 * doc-view.el (doc-view-new-window-function): Add assertion.
16436 (doc-view-doc-type): New var.
16437 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16438 (doc-view-intersection): New fun.
16439 (doc-view-mode): Use it to set the new var.
16440
16441 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16442
16443 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16444 (doc-view-already-converted-p): New functions.
16445 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16446 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16447 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16448 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16449 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16450 (doc-view-convert-current-doc): Don't hardwire the functions the
16451 sentinels call. Now they're provided by two args CALLBACK and
16452 CB-ARGS to the functions.
16453 (doc-view-search): Use doc-view-doc->txt.
16454 (doc-view-initiate-display): Use doc-view-already-converted-p.
16455 Mention new binding C-c C-t if doc-view-mode doesn't work.
16456
16457 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16458
16459 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16460
16461 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16464 Mark " outside of tags as punctuation.
16465
16466 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * menu-bar.el (minibuffer-local-map): Use the same command for the
16469 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16470 Prefer RET over C-j for exit-minibuffer.
16471
16472 * files.el (display-buffer-other-frame): Eliminate problematic code.
16473
16474 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16475 (menu-bar-select-buffer): Remove.
16476 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16477 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16478
16479 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16480
16481 * icomplete.el (icomplete-completions): Remove obsolete code.
16482
16483 * net/net-utils.el (iwconfig-program-options): Doc fix.
16484 (net-utils-run-program, run-network-program): Define as functions.
16485
16486 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16487
16488 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16489
16490 2008-03-11 Glenn Morris <rgm@gnu.org>
16491
16492 * faces.el (mode-line-emphasis): New face.
16493 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16494
16495 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16496
16497 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * simple.el (set-mark-command): Doc fix.
16500
16501 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16504
16505 * emacs-lisp/autoload.el (autoload-find-destination):
16506 Don't force raw-text.
16507
16508 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16509 * calendar/cal-loaddefs.el: Don't version control.
16510
16511 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16512
16513 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16514 entries and add :help to the existing ones.
16515
16516 2008-03-10 Glenn Morris <rgm@gnu.org>
16517
16518 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16519 to where they are needed.
16520
16521 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16522 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16523 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16524 (calendar-version): Doc fixes.
16525 (calendar-absolute-from-gregorian): Use zerop.
16526 (calendar-mode-line-format): Make it a defcustom.
16527
16528 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16529 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16530 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16531 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16532 (mark-included-diary-files, mark-calendar-days-named)
16533 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16534 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16535 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16536 (insert-anniversary-diary-entry, insert-block-diary-entry)
16537 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16538 (diary-font-lock-sexps): Doc fixes.
16539 (diary-remind-message, mark-calendar-month): Use zerop.
16540 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16541 (diary-list-entries): Revert let to let* (previous change).
16542
16543 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16544
16545 2008-03-10 Kim F. Storm <storm@cua.dk>
16546
16547 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16548 function aliases for the old names.
16549
16550 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * iswitchb.el (iswitchb-use-faces): Doc fix.
16553 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16554 Fix typos in docstrings.
16555
16556 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16557
16558 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16559 Fix typo.
16560 (verilog-type-font-keywords): Reindent.
16561
16562 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16563
16564 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16565 Fix bug in the grouping-keyword regular expression.
16566 (verilog-font-lock-keywords): Allow users to toggle special
16567 highlight of grouping-keywords.
16568 (verilog-highlight-grouping-keywords): The toggle for special
16569 highlighting of grouping keywords.
16570
16571 2008-03-10 Juri Linkov <juri@jurta.org>
16572
16573 * startup.el: Revert 2008-02-28 change that adds initial message
16574 to *scratch* buffer regardless of the value of
16575 `inhibit-startup-screen'.
16576
16577 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16578
16579 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16580 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16581 * progmodes/verilog-mode.el (verilog-mode):
16582 * net/socks.el (socks):
16583 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16584
16585 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16586
16587 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16588 (doc-view-bookmark-make-record): Use them.
16589 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16590 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16591
16592 * bookmark.el (bookmark-make-record-function): Change expected return
16593 value to include a suggested bookmark name.
16594 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16595 Fix reversed `overwrite' semantics.
16596 (bookmark-set): Call bookmark-make-record before prompting the user.
16597 Then pass the result to bookmark-store later on.
16598 (bookmark-make-name-function): Remove.
16599 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16600 * info.el (bookmark-make-name-function): Remove.
16601 (Info-mode): Don't set it.
16602 (Info-bookmark-make-name): Remove.
16603 (Info-bookmark-make-record): Use Info-current-node as suggested default
16604 bookmark name.
16605
16606 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16607 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16608 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16609 (bookmark-annotation-buffer, bookmark-annotation-file)
16610 (bookmark-annotation-point, bookmark-send-annotation)
16611 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16612 (bookmark-edit-annotation-text-func): Rename from
16613 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16614 (bookmark-edit-annotation-mode-map): Move initialization into
16615 declaration.
16616
16617 * bookmark.el: Remove spurious * in docstrings.
16618 (bookmark-minibuffer-read-name-map): New var.
16619 (bookmark-set): Use it. Also pass the default value as it should.
16620 (bookmark-send-edited-annotation): Take no chances with text properties.
16621 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16622 (bookmark-insert-buffer-name): Remove.
16623 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16624
16625 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16626
16627 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16628
16629 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16630
16631 * diff-mode.el (diff-mode-menu): Add :help.
16632
16633 2008-03-09 Glenn Morris <rgm@gnu.org>
16634
16635 * calendar/calendar.el (general-holidays, oriental-holidays)
16636 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16637 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16638 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16639 (calendar-holidays): Restore autoload cookies, because people are
16640 used to using these variables without loading calendar.el.
16641
16642 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16643 (date, number): Declare where needed.
16644
16645 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16646 (list-sexp-diary-entries): Doc fixes.
16647 (diary-list-entries): Doc fix. Remove free variable `entry'.
16648 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16649 Simplify setting of `date-holiday-list'.
16650 (mark-diary-entries): Remove free variable `entry'.
16651 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16652 Use let where let* is not needed.
16653
16654 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16657 make-record function, instead paste it in afterwards.
16658 (bookmark-make-record-for-text-file):
16659 * doc-view.el (doc-view-bookmark-make-record):
16660 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16661
16662 2008-03-08 Glenn Morris <rgm@gnu.org>
16663
16664 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16665
16666 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * calendar/diary-lib.el (diary-list-entries)
16669 (include-other-diary-files, mark-diary-entries)
16670 (mark-sexp-diary-entries, mark-included-diary-files)
16671 (diary-entry-time, list-sexp-diary-entries): Remove the special
16672 handling of ^M that dates back to the use of selective-display.
16673 (simple-diary-display): Obey setting of pop-up-frames.
16674 (body, entry): Remove unnecessary declarations.
16675
16676 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16677 (bookmark-get-annotation, bookmark-set-annotation)
16678 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16679 (bookmark-set-position, bookmark-get-front-context-string)
16680 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16681 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16682 * info.el (Info-bookmark-make-record): Don't bother recording point.
16683 (bookmark-get-filename, bookmark-get-front-context-string)
16684 (bookmark-get-rear-context-string, bookmark-get-position):
16685 Don't declare any more.
16686 (bookmark-get-info-node): Remove.
16687 (bookmark-prop-get): Declare.
16688 (Info-bookmark-jump): Use it.
16689
16690 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16691
16692 * subr.el (while-no-input): Don't splice BODY directly into the
16693 `or' form.
16694
16695 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16696
16697 * diff-mode.el (diff-ignore-whitespace-hunk):
16698 Bind inhibit-read-only before trying to change the buffer.
16699
16700 2008-03-08 Glenn Morris <rgm@gnu.org>
16701
16702 * calendar/appt.el (appt): Move custom group here from calendar.el.
16703 (appt-disp-window, appt-convert-time): Doc fixes.
16704
16705 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16706 (calendar-bahai-mark-date-pattern):
16707 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16708 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16709 * calendar/cal-julian.el (calendar-absolute-from-julian):
16710 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16711
16712 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16713 calendar.el.
16714 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16715 Make constants.
16716 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16717 (chinese-calendar-daylight-savings-starts)
16718 (chinese-calendar-daylight-savings-ends)
16719 (chinese-calendar-daylight-savings-starts-time)
16720 (chinese-calendar-daylight-savings-ends-time)
16721 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16722 Doc fixes.
16723
16724 * calendar/cal-coptic.el (coptic-name): Add doc string.
16725
16726 * calendar/cal-french.el (french-calendar-month-name-array)
16727 (french-calendar-day-name-array, french-calendar-special-days-array):
16728 Add doc strings.
16729
16730 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16731 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16732 (diary-bahai-insert-yearly-entry):
16733 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16734 (calendar-time-zone):
16735 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16736 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16737 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16738 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16739 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16740 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16741 (list-islamic-diary-entries, mark-islamic-diary-entries)
16742 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16743 (insert-yearly-islamic-diary-entry):
16744 * calendar/cal-iso.el (calendar-iso-read-args):
16745 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16746 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16747 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16748 (calendar-next-calendar-round-date)
16749 (calendar-mayan-long-count-common-era):
16750 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16751 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16752 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16753 (calendar-mouse-goto-date):
16754 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16755 * calendar/holidays.el (holidays):
16756 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16757 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16758 (safe-date-to-time): Doc fixes.
16759
16760 * calendar/cal-persia.el (persian-calendar-month-name-array)
16761 (persian-calendar-epoch): Make constants.
16762
16763 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16764 calendar.el.
16765
16766 * calendar/cal-x.el (diary-frame-parameters)
16767 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16768 (calendar-after-frame-setup-hooks): Make defcustoms.
16769 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16770 (calendar-two-frame-setup): Doc fix.
16771
16772 * calendar/cal-loaddefs.el: New file.
16773
16774 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16775 * calendar/cal-french.el, calendar/cal-html.el:
16776 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16777 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16778 * calendar/cal-tex.el, calendar/cal-x.el:
16779 Unquote lambda functions. Add autoload cookies to functions formerly
16780 autoloaded in calendar.el. Set `generated-autoload-file' to
16781 "cal-loaddefs.el".
16782
16783 * calendar/calendar.el: Move many autoloads to separate file,
16784 cal-loaddefs.el. Move defcustoms to start and re-order.
16785 (calendar-month-name-array, calendar-starred-day): No need to
16786 declare for compiler.
16787 (cal-loaddefs): Require it.
16788 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16789 appropriate file.
16790 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16791 Reverse logic.
16792 (diary-face, diary-file-name-prefix-function, diary-include-string)
16793 (diary-glob-file-regexp-prefix, diary-face-attrs)
16794 (diary-file-name-prefix, sexp-diary-entry-symbol)
16795 (print-diary-entries-hook, list-diary-entries-hook)
16796 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16797 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16798 Move to diary-lib.
16799 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16800 (all-bahai-calendar-holidays): Doc fix.
16801 (calendar-insert-indented): Doc fix. Use when rather than if.
16802 (exit-calendar): Use mapc rather than mapcar.
16803 (calendar-cursor-to-date): Use zerop.
16804 (calendar-mark-ring): Add doc-string.
16805 (calendar-starred-day): Defvar it.
16806 (calendar-mode): Make calendar-starred-day local.
16807 (calendar-star-date): No need to make calendar-starred-day local.
16808
16809 * calendar/diary-lib.el: Move defcustoms to start.
16810 (diary-include-string, diary-list-include-blanks)
16811 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16812 (diary-file-name-prefix, diary-file-name-prefix-function)
16813 (sexp-diary-entry-symbol, list-diary-entries-hook)
16814 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16815 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16816 Move here from calendar.el.
16817 (diary-file-name-prefix-function): Use 'identity.
16818 (diary-face): Make it a defcustom, and mark as obsolete.
16819 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16820 (calendar-hebrew-month-name-array-leap-year)
16821 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16822 Define for compiler.
16823 (diary-font-lock-keywords): Use format rather than concat.
16824 Add bahai-diary-entry-symbol.
16825
16826 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16827 * calendar/solar.el: Unquote lambda functions.
16828
16829 * calendar/solar.el (calendar-location-name, calendar-latitude)
16830 (calendar-longitude, solar-setup, solar-sin-degrees)
16831 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16832 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16833 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16834 (solar-exact-local-noon, solar-julian-ut-centuries)
16835 (solar-ephemeris-time, solar-date-next-longitude)
16836 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16837 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16838 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16839 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16840 Doc fixes.
16841 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16842 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16843 (solar-ecliptic-coordinates): Use unless.
16844 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16845 Use or.
16846
16847 * calendar/timeclock.el: Add doc-strings to all functions.
16848 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16849 (timeclock-entry-list-length, timeclock-entry-list-projects)
16850 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16851
16852 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16853
16854 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16855 (org-get-entries-from-diary): Require diary-lib.
16856
16857 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16860 Pacify byte-compiler.
16861
16862 2008-03-07 Alan Mackenzie <acm@muc.de>
16863
16864 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16865 paren/bracket pairs parsed, to solve performance problem.
16866
16867 2008-03-07 Bastien Guerry <bzg@altern.org>
16868
16869 * bookmark.el (bookmark-set): Don't check for
16870 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16871 already takes care of this.
16872 (bookmark-buffer-name, bookmark-buffer-file-name):
16873 Remove Info-mode specific code.
16874
16875 * info.el (bookmark-get-info-node): Define this function in
16876 info.el, not in bookmark.el.
16877 (Info-mode): Set `bookmark-make-name-function' to
16878 `Info-bookmark-make-name' locally.
16879 (Info-bookmark-make-name): New function.
16880
16881 * bookmark.el (bookmark-make-name-function): New variable.
16882
16883 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16884
16885 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16886 buffer-local, not `bookmark-make-cell-function' (the old name).
16887
16888 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16889
16890 * doc-view.el (doc-view-bookmark-make-record):
16891 * image-mode.el (image-bookmark-make-record):
16892 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16893
16894 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16895
16896 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16897 boundp 'vc-ignore-menu-filter.
16898 (vc-status-tool-bar-map): Make it defvar.
16899 (vc-status-mode): vc-status-tool-bar-map now variable.
16900 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16901
16902 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16903
16904 Give a better name to part of the bookmark interface.
16905
16906 This was originally a much larger change, but halfway through I
16907 updated and discovered that Stefan Monnier had done the rest.
16908 It looks like he anticipated the new name too, because he used
16909 `the-record' instead of `the-cell' for some internal variable names.
16910
16911 * bookmark.el (bookmark-make-record-function): Was
16912 `bookmark-make-cell-function'.
16913 (bookmark-make, bookmark-send-annotation): Update for above.
16914 (bookmark-make-record-for-text-file):
16915 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16916
16917 * info.el: Adjust accordingly.
16918 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16919
16920 * image-mode.el: Adjust accordingly.
16921 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16922
16923 * doc-view.el: Adjust accordingly.
16924 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16925
16926 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16929 Move initialization into declaration.
16930 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16931 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16932 (bookmark-info-current-node): Remove.
16933 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16934 Add relocation fallback. Set bookmark-current-bookmark.
16935 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16936 Remove relocation fallback. Don't set bookmark-current-bookmark.
16937 (bookmark-set): Let it be used even if there's no buffer-file-name
16938 as long as there is a bookmark-make-cell-function.
16939 * info.el (Info-bookmark-jump): Remove relocation fallback.
16940 Don't set bookmark-current-bookmark.
16941
16942 2008-03-07 Glenn Morris <rgm@gnu.org>
16943
16944 * calendar/appt.el (appt-issue-message)
16945 (appt-message-warning-time, appt-audible, appt-visible)
16946 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16947 (appt-display-diary): Remove autoload cookies.
16948
16949 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16950 Remove leading `*' from defcustom doc-strings.
16951
16952 * calendar/cal-dst.el (calendar-dst): New custom group.
16953 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16954 (calendar-time-zone, calendar-daylight-time-offset)
16955 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16956 (calendar-daylight-savings-starts-time)
16957 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16958 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16959 Move to start.
16960
16961 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16962
16963 * calendar/calendar.el (calendar-version): Use emacs-version and
16964 make it obsolete. Move to end.
16965 (calendar-offset, view-diary-entries-initially)
16966 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16967 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16968 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16969 (all-bahai-calendar-holidays, calendar-load-hook)
16970 (initial-calendar-window-hook, today-visible-calendar-hook)
16971 (today-invisible-calendar-hook, calendar-move-hook)
16972 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
16973 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
16974 (diary-include-string, sexp-diary-entry-symbol)
16975 (abbreviated-calendar-year, american-date-diary-pattern)
16976 (european-date-diary-pattern, european-calendar-display-form)
16977 (american-calendar-display-form, print-diary-entries-hook)
16978 (list-diary-entries-hook, diary-hook, diary-display-hook)
16979 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16980 (nongregorian-diary-marking-hook, diary-list-include-blanks)
16981 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
16982 (local-holidays, other-holidays, hebrew-holidays-1)
16983 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16984 (hebrew-holidays, christian-holidays, islamic-holidays)
16985 (bahai-holidays, solar-holidays, calendar-setup)
16986 (calendar-week-start-day): Remove autoload cookies.
16987 (diary-glob-file-regexp-prefix): Doc fix.
16988 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
16989 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
16990 (calendar-week-start-day, calendar-debug-sexp): Move to start.
16991
16992 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
16993 (calendar-time-display-form, calendar-latitude)
16994 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
16995 cookies.
16996 (calendar-latitude, calendar-longitude): Move functions after
16997 variables.
16998 (diary-sabbath-candles-minutes): Move to start.
16999 (solar-setup): Use or rather than if.
17000 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17001 Remove condition-case.
17002 (solar-atn2): Use zerop.
17003 (solar-equinoxes-solstices): Doc fix.
17004
17005 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17006 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17007
17008 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17009 (calendar-longitude, calendar-latitude, calendar-location-name):
17010 Declare for compiler.
17011
17012 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17013
17014 * arc-mode.el (archive-ar-file-header-re): New const.
17015 (archive-ar-summarize, archive-ar-extract): New funs.
17016 (archive-find-type): Recognize ar archives.
17017
17018 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17019 New functions.
17020
17021 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17022
17023 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17024
17025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17026 Replace :enable (mark-active) with :enable mark-active.
17027
17028 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17029
17030 * vms-patch.el (make-legal-file-name): New obsolete alias.
17031 (make-valid-file-name): Rename from `make-legal-file-name'.
17032 (make-auto-save-file-name): Use it.
17033
17034 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17035 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17036 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17037
17038 * textmodes/org.el (org-export-html-style): Doc fix.
17039 (org-get-legal-level): New obsolete alias.
17040 (org-get-valid-level): Rename from `org-get-legal-level'.
17041 (org-promote, org-demote, org-archive-subtree)
17042 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17043
17044 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17045
17046 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17047
17048 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17049 (vc-status-toggle-mark): New functions.
17050 (vc-status-mode): Set tool bar map.
17051
17052 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17053
17054 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17055 Reported by Drew Adams <drew.adams@oracle.com>.
17056
17057 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17058
17059 * subr.el (read-quoted-char): Resolve modifiers of the character
17060 event.
17061
17062 * comint.el (comint-exec-1): Don't change the coding-system for
17063 decoding to dos-like EOL.
17064 (comint-carriage-motion): Fully rewrite.
17065
17066 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17067
17068 * epg.el (epg-context-include-certs): Reflow docstring.
17069 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17070 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17071 (epg-context-set-signers, epg-context-set-sig-notations)
17072 (epg-make-import-status, epg-make-import-result)
17073 (epg-start-delete-keys): Fix typos in docstrings.
17074 (epg-start-sign-keys, epg-sign-keys):
17075 Fix typos in obsolescence declarations.
17076
17077 * iswitchb.el: Don't check for `cadr' and `last'.
17078 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17079 Add obsolescence declaration and remove redundant info from docstring.
17080 (iswitchb-set-common-completion, iswitchb-set-matches)
17081 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17082 (recentf-list, most-len, most-is-exact):
17083 Don't wrap defvars within `eval-when-compile'.
17084
17085 2008-03-05 Glenn Morris <rgm@gnu.org>
17086
17087 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17088 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17089 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17090 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17091 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17092
17093 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17094 declaration for compiler.
17095 (ediff-xemacs-init-menus): Use when rather than if.
17096
17097 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17098 if+and to just and.
17099 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17100 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17101
17102 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17103
17104 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17105 test inside XEmacs test.
17106 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17107 since it was doing nothing on Emacs.
17108 (ediff-make-bullet-proof-overlay): Use when rather than if.
17109
17110 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17111 (ediff-setup-control-frame): Remove
17112 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17113 a (featurep 'xemacs) test.
17114
17115 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17116
17117 * calc/calc-ext.el (calc-extended-command-history): New variable.
17118 (calc-execute-extended-command): Use `calc-extended-command-history'.
17119
17120 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17121
17122 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17123 (standard-mode-line-position): Add mouse-face.
17124
17125 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17126 * progmodes/grep.el (grep-mode-map): Add :help.
17127
17128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17129 initialize in one step. Add :help. Use :enable to activate menu
17130 items. Show the key binding for edebug-defun.
17131 (lisp-interaction-mode-map): Add a menu.
17132
17133 * term.el (term-mode-map): Define and initialize in one step.
17134
17135 * ediff-init.el (ediff-color-display-p): Simplify.
17136 (Xor): Remove unused function.
17137 (ediff-with-syntax-table): Simplify for Emacs.
17138
17139 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17140 menu-bar being loaded, it always is.
17141
17142 2008-03-05 Glenn Morris <rgm@gnu.org>
17143
17144 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17145 multiple definitions when compiling.
17146
17147 2008-03-04 Alan Mackenzie <acm@muc.de>
17148
17149 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17150
17151 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17152 doc-string, "c-old-LEN" -> "c-old-END".
17153
17154 2008-03-04 Jason Rumney <jasonr@gnu.org>
17155
17156 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17157 namespaces.
17158
17159 2008-03-04 Glenn Morris <rgm@gnu.org>
17160
17161 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17162
17163 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17164 than mapcar.
17165
17166 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17169 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17170
17171 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17172 so that M-q can fill comments.
17173 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17174 commands implemented in elisp.
17175 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17176 (tex-format-cmd): New function.
17177 (tex-compile): Use it to let the user specify default arguments.
17178 (tex-cmd-bibtex-args): New var.
17179 (tex-cmd-doc-view): New function.
17180
17181 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17182
17183 * faces.el (face-spec-set): Fix typos in docstring.
17184
17185 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17186
17187 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17188 (standard-mode-line-position): Use it to add a menu for toggling
17189 column number and line number display.
17190
17191 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17194 Remove optimization that was working around the form-code-walker bug.
17195
17196 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17197 Walk into the body of lambdas after byte-compile-unfold-lambda.
17198
17199 2008-03-03 Glenn Morris <rgm@gnu.org>
17200
17201 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17202 value, if set, over frame value.
17203
17204 * simple.el (transient-mark-mode): Don't turn on by default.
17205
17206 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17207 accidentally removed by the 2007-12-05 merge from Gnus.
17208
17209 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17210
17211 * progmodes/compile.el (compilation-menu-map): Add menu entries
17212 for useful options.
17213
17214 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17215 Glenn Morris <rgm@gnu.org>
17216
17217 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17218 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17219 Give a `bytecomp-' prefix to local variables with common names.
17220
17221 2008-03-01 Glenn Morris <rgm@gnu.org>
17222
17223 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17224 Restore code commented out 2007-11-10.
17225
17226 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17227
17228 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17229 Delete macro.
17230 * emulation/viper-cmd.el, emulation/viper-ex.el:
17231 * emulation/viper-init.el, emulation/viper-keym.el:
17232 * emulation/viper-mous.el, emulation/viper-util.el:
17233 * emulation/viper.el:
17234 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17235 featurep test.
17236
17237 Replace obsolete frame-local variables with frame-parameters.
17238 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17239 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17240 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17241 on XEmacs.
17242 * emulation/viper-util.el (viper-frame-value): New macro.
17243 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17244 (viper-R-state-post-command-sentinel)
17245 (viper-replace-state-post-command-sentinel)
17246 (viper-change-state-to-insert, viper-change-state-to-emacs):
17247 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17248 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17249 (viper-get-saved-cursor-color-in-insert-mode)
17250 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17251 Use viper-frame-value for viper-replace-overlay-cursor-color,
17252 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17253 viper-vi-state-cursor-color values.
17254
17255 * emulation/viper-cmd.el (zmacs-region-stays):
17256 * emulation/viper-util.el (zmacs-region-stays): No need to define
17257 for compiler.
17258
17259 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17260 mapcar on Emacs.
17261
17262 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17263 on XEmacs.
17264
17265 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17266 rather than if.
17267
17268 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17269
17270 * whitespace.el: New version 9.3. As the glyph code generation was
17271 fixed, it is possible now to use character code above ?\x1FFFF in the
17272 display table. Fix `whitespace-indentation-regexp' to not include an
17273 extra ending character. Reported by Michael Welsh Duggan
17274 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17275 the original whitespace package had. Suggested by Eric Cooper
17276 <ecc@cmu.edu>. Doc fix.
17277 (whitespace-action): New option.
17278 (whitespace-display-mappings): Changed default newline visualization to
17279 display downwards arrow, as the glyph code generation was fixed.
17280 (whitespace-unload-function): Assure that all local whitespace mode is
17281 turned off.
17282 (whitespace-global-modes): Fix type customization.
17283 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17284 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17285 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17286 Fix code.
17287 (whitespace-buffer): Command removed.
17288 (whitespace-trailing-regexp, whitespace-mark-x)
17289 (whitespace-display-window, whitespace-action-when-on)
17290 (whitespace-add-local-hook, whitespace-remove-local-hook)
17291 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17292 (whitespace-action): New funs.
17293 (whitespace-report-list, whitespace-report-text)
17294 (whitespace-report-buffer-name): New consts.
17295 (whitespace-report, whitespace-report-region): New commands.
17296
17297 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17298
17299 * disp-table.el (make-glyph-code): Don't test the result of
17300 `face-id', which already signals an error for invalid faces.
17301 (glyph-face): Simplify.
17302
17303 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17304 running `desktop-not-loaded-hook' to allow modifying it.
17305 Don't show warning message if `desktop-dirname' was modified.
17306
17307 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17310 we still expect more lines.
17311
17312 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17313 comment-paragraph filling if the commark doesn't match
17314 comment-start-skip.
17315
17316 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17317
17318 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17319 the `imap' variant.
17320
17321 2008-03-01 Jason Rumney <jasonr@gnu.org>
17322
17323 * files.el (make-auto-save-file-name): Encode more characters in
17324 non-file buffer names. Use url-encoding.
17325
17326 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17327
17328 * net/net-utils.el (ftp-program): Fix typo in docstring.
17329 (ifconfig-program-options, netstat-program-options)
17330 (arp-program-options, route-program-options, nslookup-program-options)
17331 (ftp-program-options, smbclient-program-options)
17332 (dns-lookup-program-options, arp, route): Doc fixes.
17333
17334 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17335 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17336 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17337 Fix typos in docstrings.
17338 (gdb-pending-triggers): Reflow docstring.
17339 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17340
17341 2008-03-01 Alan Mackenzie <acm@muc.de>
17342
17343 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17344 typing "#" at EOB.
17345
17346 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17347
17348 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17349
17350 2008-02-29 Kim F. Storm <storm@cua.dk>
17351
17352 * emulation/cua-base.el (cua-remap-control-v)
17353 (cua-remap-control-z): New defcustoms.
17354 (cua-mode): Add them to set-after property.
17355 (cua--init-keymaps): Use them.
17356 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17357
17358 * help.el (view-emacs-todo): Rename from view-todo.
17359 (describe-gnu-project): Rename from describe-project. Users changed.
17360 (view-help-file): New helper function.
17361 (describe-distribution, describe-copying, describe-gnu-project)
17362 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17363 (view-emacs-debugging, view-external-packages): New commands.
17364 (help-map): Move describe-distribution to C-h C-o (ordering).
17365 Move view-emacs-problems to C-h C-p (problems).
17366 Bind view-emacs-debugging to C-h C-d (debugging).
17367 Bind view-external-packages to C-h C-e (extras).
17368 (help-for-help-internal): Cleanup and align descriptions.
17369 Remove command names to reduce clutter.
17370
17371 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17372
17373 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17374 and quieter face (not a warning).
17375
17376 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17377
17378 * vc.el (vc-status-crt-marked): New variable.
17379 (vc-status-mode): Make it local.
17380 (vc-status-refresh): Use it to save the marked files.
17381 (vc-update-vc-status-buffer): Use it to restore the marked files.
17382
17383 * vc-svn.el (vc-svn-after-dir-status):
17384 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17385
17386 2008-02-29 Glenn Morris <rgm@gnu.org>
17387
17388 * allout.el (allout-topic-encryption-bullet)
17389 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17390 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17391 from 22.0 to 22.1.
17392
17393 * net/imap.el (imap-ping-server):
17394 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17395 Change defcustom :version from 23.0 to 23.1.
17396
17397 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17398
17399 * desktop.el (desktop-save): Save the buffer name if the
17400 uniquified base name is empty.
17401
17402 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17403
17404 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17405 correctly when user has "set print address off".
17406
17407 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17408
17409 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17410 version number of the next major Emacs release, not 23.0.
17411
17412 * longlines.el (longlines-unload-function): New function.
17413
17414 2008-02-28 Juri Linkov <juri@jurta.org>
17415
17416 * startup.el (normal-splash-screen): Add argument `concise'.
17417 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17418 to the created buffer. If `concise' is non-nil, call
17419 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17420 (display-startup-screen): Add argument `concise' to the call to
17421 `normal-splash-screen'.
17422
17423 2008-02-28 Kim F. Storm <storm@cua.dk>
17424
17425 * startup.el (startup-echo-area-message): Check for about-emacs.
17426
17427 2008-02-28 Juri Linkov <juri@jurta.org>
17428
17429 * startup.el: Always add initial message to *scratch* buffer if
17430 `initial-scratch-message' is non-nil regardless of the value of
17431 `inhibit-startup-screen'.
17432 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17433 (command-line-1): Move code that inserts `initial-scratch-message'
17434 up before the if-form that checks for `inhibit-startup-screen'.
17435 Suggested by Jonathan Rockway <jon@jrock.us>.
17436
17437 2008-02-28 Juri Linkov <juri@jurta.org>
17438
17439 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17440 Rename `custom-mode' to `Custom-mode' in docstrings.
17441 (custom-buffer-create-internal, customize-browse):
17442 Rename `custom-mode' to `Custom-mode'.
17443 (custom-mode-hook): Rename to `Custom-mode-hook'.
17444 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17445 (custom-mode): Rename to `Custom-mode'.
17446 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17447 (custom-mode): Add backward-compatible non-interactive variant of
17448 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17449 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17450
17451 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17452
17453 * emulation/viper.el (viper-emacs-state-mode-list):
17454 Rename `custom-mode' to `Custom-mode'.
17455
17456 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17457 Capitalize "Tagged Files".
17458 (minibuffer-local-map): Add menu items for next/previous
17459 history elements and isearch history forward/backward.
17460
17461 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17462 `hs-isearch-open' with t instead of `comment' in :selected
17463 for "Code and Comment blocks" menu item.
17464
17465 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17468 Should be done in desktop.el instead.
17469
17470 2008-02-28 Glenn Morris <rgm@gnu.org>
17471
17472 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17473
17474 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17475
17476 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17477 (Info-menu, Info-goto-node): Remove declarations.
17478 (report-emacs-bug-info): Use info rather than Info-goto-node.
17479
17480 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17481 (idlwave-convert-xml-system-routine-info): Don't require xml.
17482 (idlwave-show-commentary, idlwave-shell-show-commentary):
17483 Don't require finder.
17484 (idlwave-info): Don't require info. Use info rather than
17485 Info-goto-node.
17486
17487 * textmodes/org.el (Info-goto-node): Remove declaration.
17488 (org-info): Use info rather than Info-goto-node.
17489
17490 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17491 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17492
17493 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17494
17495 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17496 the menu.
17497
17498 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17499 (vc-finish-logentry): Check for vc-status-mode, not only for
17500 vc-dired-mode.
17501
17502 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17503
17504 * isearch.el (isearch-printing-char): Don't check
17505 keyboard-coding-system.
17506 Call isearch-process-search-multibyte-characters only when
17507 current-input-method is non-nil.
17508
17509 2008-02-27 Kim F. Storm <storm@cua.dk>
17510
17511 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17512 (glyph-char, glyph-face): Handle cons encoding.
17513
17514 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17515
17516 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17517 empty string, return nil to allow the caller to default to the
17518 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17519
17520 * tool-bar.el (tool-bar-setup): Doc fix.
17521
17522 * mail/supercite.el (sc-describe):
17523 Fix typos in obsolescence declaration.
17524
17525 2008-02-27 Glenn Morris <rgm@gnu.org>
17526
17527 * autoinsert.el (auto-insert-alist): Change permission text to
17528 match FSF's GPLv3 form.
17529
17530 * mail/supercite.el (sc-cite-original): Doc fix.
17531 (sc-version): Make obsolete.
17532 (sc-describe): Show the SC info page. Make obsolete.
17533
17534 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17537 when using transient-mark-mode.
17538 (default-indicate-unused-lines): Remove unused var.
17539
17540 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17541
17542 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17543 and previous.
17544
17545 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17546
17547 2008-02-26 Glenn Morris <rgm@gnu.org>
17548
17549 * net/net-utils.el (top-level): Don't require comint when compiling.
17550 (nslookup-font-lock-keywords): Don't require font-lock.
17551 Use font-lock faces rather than variables.
17552 (nslookup, ftp, smbclient, network-service-connection):
17553 Don't require comint.
17554 (comint-prompt-regexp, comint-input-autoexpand)
17555 (comint-input-ring): Declare for compiler.
17556 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17557 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17558
17559 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17560 doc-string.
17561
17562 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * doc-view.el (doc-view-current-page): Add a `win' argument.
17565
17566 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17569 Demote it to plain defvar.
17570 (doc-view-conversion-refresh-interval): Reduce interval.
17571 (doc-view-goto-page): Allow moving to pages not yet rendered.
17572 (doc-view-goto-page): Construct a file name rather than extracting it
17573 from doc-view-current-files.
17574 (doc-view-kill-proc): Ignore errors from kill-process.
17575 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17576 (doc-view-insert-image): Use appropriate text if the page hasn't been
17577 rendered yet. Adjust scrolling so the text is displayed.
17578 (doc-view-display): Detect not just that a page is available, but also
17579 that it wasn't available before, so as to avoid refreshing all pages
17580 repeatedly.
17581 (doc-view-mode): Make doc-view-cache-directory if needed.
17582
17583 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17584
17585 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17586 toggle-read-only.
17587
17588 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17589 refering to a missing required field with the OPT prefix.
17590 Make unwindform more robust.
17591
17592 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17593 it duplicates the bibtex support in progmodes/hideshow.el.
17594 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17595 entries that do not start at the beginning of a line.
17596
17597 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17598
17599 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17600
17601 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17602
17603 * help-fns.el (describe-variable): Add phrases about
17604 initialization file with and without customization;
17605 use new button type help-info-variable.
17606
17607 * help-mode.el (help-info-variable):
17608 New button able to read Info files for help-fns.el.
17609
17610 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17611
17612 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17613 (grep-mode): Use grep-mode-tool-bar-map.
17614
17615 * progmodes/compile.el (tool-bar): Require tool-bar.
17616 (compilation-mode-tool-bar-map): New variable.
17617 (compilation-mode): Use compilation-mode-tool-bar-map.
17618
17619 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17620
17621 2008-02-25 Glenn Morris <rgm@gnu.org>
17622
17623 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17624
17625 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * diff-mode.el (diff-file-junk-re): New const.
17628 (diff-beginning-of-file-and-junk): Use it.
17629 (diff-file-kill): Make sure we were really inside a file diff.
17630
17631 * diff-mode.el: Make it more robust in the presence of empty context
17632 lines in unified hunks.
17633 (diff-valid-unified-empty-line): New var.
17634 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17635 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17636 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17637 (diff-hunk-header-re-unified): New const.
17638 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17639 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17640 (diff-sanity-check-hunk): Use it.
17641
17642 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17643 Index: line, don't search backward for the previous one.
17644
17645 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17646
17647 * international/fontset.el (setup-default-fontset): Add non-OTF
17648 lao font for lao script.
17649
17650 * language/tibetan.el: Register tibetan-composition-function in
17651 composition-function-table.
17652
17653 * language/tibet-util.el (tibetan-composition-function):
17654 Adjust for the new calling way (argument changed). Try font-shape-text
17655 if possible.
17656
17657 * language/lao.el: Register lao-composition-function in
17658 composition-function-table.
17659
17660 * language/lao-util.el (lao-composition-function): Adjust for the new
17661 calling way (argument changed). Try font-shape-text if possible.
17662
17663 2008-02-25 Jason Rumney <jasonr@gnu.org>
17664
17665 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17666
17667 2008-02-25 Juri Linkov <juri@jurta.org>
17668
17669 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17670 background, "red4" for a dark background, "red" for 16 and
17671 8 colors, "grey" for grayscale, and inverse video otherwise.
17672 Add :version tag.
17673 (isearch-message): Keep the original isearch-message intact, and
17674 add text properties to it where necessary. Add `isearch-error' to
17675 the condition that checks if isearch is unsuccessful.
17676
17677 2008-02-24 Juri Linkov <juri@jurta.org>
17678
17679 * progmodes/compile.el (compilation-handle-exit):
17680 Use compilation-error face instead of font-lock-warning-face.
17681 Display the same message in the minibuffer as is inserted
17682 at the end of the compilation buffer.
17683
17684 2008-02-24 Glenn Morris <rgm@gnu.org>
17685
17686 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17687 multiple file case.
17688
17689 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17690
17691 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17692 multiple file case. Use a single `let' rather than two.
17693
17694 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17695
17696 * progmodes/compile.el (compilation-start): Specify a face for
17697 mode-line-process.
17698 (compilation-handle-exit): Specify a face and a tooltip for
17699 mode-line-process.
17700
17701 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17704 (hilit-chg-make-ov): Simplify.
17705 (hilit-chg-fixup): Use remove-overlays.
17706 (hilit-chg-set-face-on-change): Remove redundant call to
17707 `remove-text-properties'.
17708
17709 * dired.el (dired-mark-prompt): Don't count/display the t element.
17710 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17711
17712 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17713
17714 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17715 add-submenu.
17716 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17717 Remove. Move contents to the only use ...
17718 (verilog-menu): ... here.
17719 (verilog-statement-menu): Remove. Move contents to the only use ...
17720 (verilog-stmt-menu): ... here.
17721 (verilog-mark-defun): Simply call mark-defun for emacs.
17722 (occur-pos-list): Declare for byte compiler.
17723 (mode-popup-menu): Don't defvar.
17724 (verilog-add-statement-menu): Remove.
17725 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17726 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17727
17728 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17729
17730 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17731 conditional.
17732 (verilog-font-grouping-keywords-face): Make the begin..end
17733 keywords standout more than other verilog keywords.
17734 (verilog-type-font-keywords): Move the begin..end out of this list
17735 to facilitate making them to (potentially) stand out more.
17736 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17737 function & task blocks.
17738 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17739 initial, function & task blocks.
17740 (verilog-forward-sexp): Handle the new "disable fork" statement of
17741 IEEE-1800 Verilog.
17742 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17743 statement of IEEE-1800 Verilog.
17744 (verilog-calc-1): Handle the new "disable fork" statement of
17745 IEEE-1800 Verilog.
17746 (verilog-disable-fork-re): Add const to help handle the new
17747 "disable fork" statement of IEEE-1800 Verilog.
17748 (verilog-declaration-core-re): Add port directions by themselves,
17749 with no qualification, as base item of a declaration.
17750 (verilog-pretty-declarations): Add new flag to ask it to refrain
17751 from printing to the message buffer.
17752 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17753 printing to the message buffer. Improve handling of the many
17754 types of expression line up.
17755 (verilog-just-one-space): Remove printing of an empty message.
17756 (verilog-get-lineup-indent): Rework to support the better handling
17757 of expression lineup for verilog-pretty-expr.
17758 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17759
17760 2008-02-24 Alan Mackenzie <acm@muc.de>
17761
17762 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17763 yesterday's commit.
17764
17765 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17766
17767 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17768 to mouse-set-point in buffers that aren't associated with files.
17769
17770 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17771
17772 2008-02-24 Alan Mackenzie <acm@muc.de>
17773
17774 Set of changes so that "obtrusive" syntactic elements in a
17775 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17776 unmatched paren) don't interact syntactically with stuff outside
17777 the CPP line.
17778
17779 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17780 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17781 off-by-one bug.
17782 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17783 a bit of refactoring.
17784 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17785 functionality of c-awk-advise-fl-for-awk-region, which has been
17786 refactored away.
17787
17788 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17789 (c-clear-char-property-with-value): New function and macro which
17790 remove text-properties `equal' to a supplied value.
17791
17792 * progmodes/cc-engine.el: Comment about text properties amended.
17793
17794 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17795 parens around "error\\|warning".
17796
17797 * progmodes/cc-langs.el (c-get-state-before-change-function)
17798 (c-before-font-lock-function, c-anchored-cpp-prefix):
17799 New language variables.
17800 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17801
17802 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17803 syntax-table text properties.
17804 (c-common-init): Call language specific before/after-change
17805 functions at mode initialisation.
17806 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17807 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17808 (c-neutralize-syntax-in-CPP): New functions.
17809 (c-before-change, c-after-change): Call the new language specific
17810 change functions defined in cc-langs.el.
17811 (c-advise-fl-for-region): New macro.
17812 (awk-mode): Remove AWK specific stuff which has been refactored
17813 into language independent stuff.
17814
17815 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17816
17817 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17818 (gdb): (Re)set gdb-flush-pending-output to nil here...
17819 (gdb-init-1): ...instead of here (before gdb-prompt).
17820
17821 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17824 Recognize ''' just like any other char-constant.
17825
17826 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17827
17828 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17829 careful enough. Detect the uid-change all within the main loop.
17830
17831 2008-02-24 Stefan Monnier <monnier@pastel.home>
17832
17833 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17834
17835 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * hilit-chg.el (highlight-save-buffer-state): New macro.
17838 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17839 (hilit-chg-clear): Use it to preserve the modified-p flag.
17840 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17841
17842 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17843
17844 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17845 when needed.
17846
17847 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17848
17849 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17850 from gnus-button-url-regexp.
17851
17852 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17853
17854 * progmodes/compile.el (compilation-next-error): Doc fix.
17855 (compilation-find-file): Doc fix.
17856
17857 2008-02-24 Glenn Morris <rgm@gnu.org>
17858
17859 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17860 Add obsolete aliases to the old names.
17861
17862 2008-02-24 Richard Stallman <rms@gnu.org>
17863
17864 * net/net-utils.el (ifconfig): Rename from ipconfig.
17865 (ipconfig): Alias to ifconfig.
17866 (ifconfig-program): Rename from ipconfig-program.
17867 (ifconfig-program-options): Rename from ipconfig-program-options.
17868
17869 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17870
17871 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17872 Add port directions by themselves, with no qualification, as base
17873 item of a declaration.
17874 (verilog-pretty-declarations): Add new flag that inhibits printing
17875 to the message buffer.
17876 (verilog-pretty-expr): Add new flag that inhibits printing to the
17877 message buffer. Improve handling of the many types of expression
17878 line up.
17879 (verilog-just-one-space): Don't print an empty message.
17880 (verilog-get-lineup-indent): Rework to support the better handling
17881 of expression lineup for verilog-pretty-expr.
17882 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17883 (verilog-mode-version, verilog-mode-release-date): Update.
17884
17885 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * subr.el (cancel-change-group): Don't move point.
17888
17889 2008-02-23 Markus Triska <markus.triska@gmx.at>
17890
17891 * linum.el (linum-after-config): Update all visible windows.
17892
17893 2008-02-23 Glenn Morris <rgm@gnu.org>
17894
17895 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17896 Add :help for Solitaire and Tetris.
17897
17898 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17899
17900 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17901 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17902 (smtpmail-queue-index-file): Make it a defcustom.
17903 (smtpmail-queue-index): Delete.
17904 (smtpmail-send-it, smtpmail-send-queued-mail):
17905 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17906 smtpmail-queue-index.
17907
17908 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17909 Add :version.
17910
17911 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17912
17913 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17914 New variables.
17915 (iwconfig): New function.
17916
17917 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17918
17919 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17920 setting it.
17921 (vc-status-menu-map): Do not define using easy-menu.
17922 (vc-status-menu-map): New defalias.
17923 (vc-status-mode-map): Hook up the menu.
17924 (top-level): Update TODO.
17925
17926 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17927
17928 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17929 (vc-bzr-init-revision): ... this.
17930
17931 2008-02-23 Jason Rumney <jasonr@gnu.org>
17932
17933 * makefile.w32-in (WINS_ALMOST): Remove term.
17934 (WINS): Add term here.
17935 (custom-deps, finder-data): Use WINS_ALMOST.
17936
17937 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17938
17939 * faces.el (font-weight-table): Fix value of `semi-light'.
17940
17941 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17944 Make those tables bijective.
17945
17946 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17947
17948 Finish pdbtrack integration cleanup, settling missing-functions
17949 byte compiler warnings appropriately.
17950
17951 * progmodes/python.el (python-point): Remove this - beginning-of-line
17952 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17953 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17954 (python-goto-initial-line): Drop these - they were only needed for
17955 python-point.
17956 (python-comint-output-filter-function): Use condition-case and
17957 beginning-of-line directly, instead of python-mode.el functions
17958 which require all sorts of baggage.
17959 (point-safe): Unnecessary - we're using condition-case directly,
17960 instead.
17961 (python-execute-file): Include for python-shell, which I'm leaving
17962 in keeping despite it being unnecessary for pdb tracking.
17963
17964 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17965
17966 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17967 Add SRFI 11 support.
17968 (let-values, let*-values): Specify scheme-indent-function.
17969
17970 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
17971
17972 * vc.el (vc-exec-after): Move setting mode-line-process in the
17973 busy case ...
17974 (vc-set-mode-line-busy-indicator): ... in this new function.
17975 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
17976 (vc-update-vc-status-buffer): Reset mode-line-process.
17977 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
17978 mark/unmark all the files with the same state as the current one.
17979 With a prefix argument mark/unmark all files.
17980 (vc-status-mode-menu): Adjust strings.
17981 (vc-update-vc-status-buffer): Only do something when the argument
17982 is not nil.
17983 (vc-status-kill-dir-status-process): New function.
17984 (vc-status-mode-map): Bind it.
17985 (vc-status-process-buffer): New variable.
17986 (vc-status-mode): Make it local.
17987 (vc-status-refresh): Set it.
17988
17989 * vc-hg.el (vc-hg-dir-status):
17990 * vc-git.el (vc-git-dir-status):
17991 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
17992 command is run.
17993
17994 2008-02-22 Glenn Morris <rgm@gnu.org>
17995
17996 * json.el (top-level): No need to require thingatpt.
17997 (json-read-keyword): Use thing-at-point rather than word-at-point.
17998
17999 * time.el (top-level): No need to require time-date when compiling.
18000
18001 * emacs-lisp/copyright.el (copyright-update-year):
18002 Fix subexpression numbering for the case when years are split over
18003 lines, and for the replace case.
18004
18005 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18006 (tpu-caar, tpu-cadr): Delete functions.
18007 (zmacs-regions): No need to declare for compiler.
18008 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18009 (tpu-spell-check): Rewrite, and handle mark after point.
18010 (tpu-special-insert): Use or rather than if.
18011
18012 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18013 rather than spell-region.
18014
18015 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18016 warnings about spell-region.
18017
18018 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18019
18020 * ldefs-boot.el: Regenerated.
18021
18022 * loadup.el: Don't load language/devanagari, language/kannada,
18023 language/malayalam, and language/tamil. Load language/sinhala.
18024
18025 * language/indian.el (indian-font-foundry)
18026 (indian-script-language-alist, indian-font-char-index-table)
18027 (indian-font-char, indian-font-char-range, indian-script-table)
18028 (indian-default-script, indian-composable-pattern): Delete them.
18029 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18030 language environments moved to here.
18031 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18032 New language environments.
18033
18034 * language/devanagari.el, language/devan-util.el,
18035 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18036 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18037 Delete them.
18038
18039 * language/sinhala.el: New file.
18040
18041 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18042
18043 Update Nick Robert's port of pdb tracking from python-mode.el.
18044
18045 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18046 Clarify docstring.
18047 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18048 tracking is happening.
18049 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18050 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18051 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18052 Tracking is plugged in to all comint buffers once python.el is loaded.
18053 (python-pdbtrack-overlay-arrow): Toggle activation of
18054 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18055 (python-pdbtrack-track-stack-file): Use new
18056 `python-pdbtrack-get-source-buffer' for more flexible access to
18057 debugging source files.
18058 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18059 according to pdb stack trace, optionally using new
18060 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18061 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18062 named buffer, or having function with indicated name.
18063 (python-shell): Remove comint-output-filter-functions hook
18064 addition, it's being done elsewhere. Wrap long line.
18065
18066 2008-02-21 Michael Olson <mwolson@gnu.org>
18067
18068 * json.el: Replace XEmacs compatibility code to get rid of
18069 compiler warnings.
18070
18071 * time.el: Fix compiler warning.
18072
18073 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18074
18075 * json.el: New file (JavaScript Object Notation parser / generator).
18076
18077 2008-02-21 Dave Love <fx@gnu.org>
18078
18079 * progmodes/sym-comp.el: New file.
18080
18081 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18082 Require sym-comp. Add Python buffer to same-window-buffer-names.
18083 Fixup whitespaces.
18084 (python-font-lock-keywords): Add highlighting for Python builtins.
18085 (python-font-lock-syntactic-keywords): Rewrite.
18086 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18087 ppss directly.
18088 (python-mode-map): Add binding for python-find-function.
18089 (python-calculate-indentation): Clean up the logic.
18090 (python-beginning-of-defun): Explicitly set return value.
18091 (python-beginning-of-statement): Stop looping if we get stuck
18092 going backwards.
18093 (python-next-statement): Stop looping if we somehow end up inside
18094 a string while advancing.
18095 (python-preoutput-continuation, python-version-checked): New vars.
18096 (python-check-version): New function.
18097 (run-python): Set default command to python-command instead of
18098 python-python-command.
18099 (run-python): Use python-check-version. Give PYTHONPATH
18100 precedence over data-directory in the process environment.
18101 Load function definitions in python process after.
18102 (python-check-comint-prompt): New function.
18103 (python-send-command, python-send-receive): Use it.
18104 (python-complete-symbol, python-try-complete): Functions deleted.
18105 Use symbol-complete instead of python-complete-symbol throughout.
18106 (python-fill-paragraph): Further refine the fenced-string regexp.
18107 (def-python-skeleton): Expand to the original abbrev instead if in
18108 a comment or string. Tweak skeletons for `if', `while', `for',
18109 `try/except', `try/finally', `name'.
18110 (python-pea-hook, python-abbrev-pc-hook): New functions.
18111 (python-abbrev-syntax-table): New var.
18112 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18113 Use symbol-completion-try-complete for hippie expansion.
18114 Turn on font lock unconditionally.
18115 (python-mode-hook): Defcustom it. No need to use make-local
18116 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18117 option, since it's buffer-local.
18118
18119 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18120
18121 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18122
18123 2008-02-21 Drew Adams <drew.adams@oracle.com>
18124
18125 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18126 "Turn off" and a "Help" entry when the minor mode has no menu.
18127
18128 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18129
18130 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18131 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18132 vc-status-mark-file and vc-status-unmark-file.
18133 (vc-status-mark-unmark): New function.
18134 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18135
18136 2008-02-21 Glenn Morris <rgm@gnu.org>
18137
18138 * composite.el (encode-composition-rule): Fix typo in error message.
18139 (composition-function-table, auto-composition-mode): Doc fixes.
18140
18141 * subr.el (sit-for): Fix obsolete form for nil second argument.
18142
18143 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18144 (spell-string): Make obsolete, in favor of ispell.
18145
18146 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18147
18148 * language/devanagari.el: Don't setup composition-function-table
18149 here.
18150 ("Devanagari"): Change charset, coding-system, coding-priority to
18151 Unicode-based ones. Don't require the feature devan-util.
18152
18153 * composite.el (compose-chars-after): Fix arguments for a function
18154 in composition-function-table.
18155 (auto-compose-region): Likewise.
18156
18157 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18158 for Ethiopic.
18159 (ps-mule-plot-string): Ignore glyph-string based compositions.
18160
18161 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * doc-view.el: Allow different windows to show different pages.
18164 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18165 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18166 add them back as macros instead, using image-mode-winprops instead.
18167 Update all users of those variables.
18168 (doc-view-new-window-function): New function to create a new overlay
18169 for each new window.
18170 (doc-view-mode): Use it and image-mode-setup-winprops.
18171 (doc-view-clone-buffer-hook): Rewrite accordingly.
18172
18173 * image-mode.el: Extend [hv]scroll support to per-window properties.
18174 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18175 (image-mode-winprops-alist): New var to replace them.
18176 (image-mode-new-window-functions): New hook.
18177 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18178 New funs.
18179 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18180 Remove the `window' argument, update callers.
18181 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18182 Use the new functions.
18183 (image-mode-reapply-winprops): New fun.
18184 (image-mode): Use it.
18185
18186 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18187
18188 * calc/calc-math.el (math-sin-raw): Add optional argument
18189 to keep track of original argument.
18190 (math-cos-raw): Use optional argument when calling math-sin-raw.
18191 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18192 with close to original precision.
18193
18194 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18195
18196 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18197 args in calls of sit-for.
18198
18199 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18200
18201 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18202 (vc-svn-checkin): Fix typo in error message.
18203
18204 * help-mode.el: Require easymenu when compiling.
18205
18206 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18207
18208 * help-mode.el (help-mode-menu): New menu.
18209
18210 2008-02-20 Glenn Morris <rgm@gnu.org>
18211
18212 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18213 on Windows.
18214
18215 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18216
18217 * ps-mule.el (ps-mule-encode-region): Return a single string.
18218 (ps-mule-plot-string): Adjust for the above change.
18219 (ps-mule-encode-header-string): Likewise.
18220
18221 * international/latin1-disp.el (latin1-display): Don't use
18222 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18223 standard-display-table.
18224 (latin1-display-identities): Adjust for the change of what is
18225 returned by (get-language-info charset 'charset).
18226
18227 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18228 characters and terminal case.
18229
18230 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18231
18232 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18233
18234 * progmodes/python.el: Also require comint when loading.
18235 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18236 Replace python-shell with run-python on menu bar.
18237 (python-shell-map): New map.
18238 (python-default-interpreter, python-python-command-args)
18239 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18240 New options.
18241 (python-which-shell, python-which-args, python-which-bufname):
18242 New buffer local variables.
18243 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18244
18245 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18246 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18247 New constants.
18248
18249 Pdbtrack features:
18250
18251 (python-point, python-end-of-def-or-class)
18252 (python-beginning-of-def-or-class, python-goto-initial-line)
18253 (python-comint-output-filter-function)
18254 (python-pdbtrack-overlay-arrow)
18255 (python-pdbtrack-track-stack-file, python-toggle-shells)
18256 (python-shell, python-pdbtrack-toggle-stack-tracking)
18257 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18258 New functions.
18259
18260 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18261
18262 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18263 when the argument is nil.
18264
18265 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18266
18267 * vc.el (dir-status): Add a brief description.
18268
18269 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18270
18271 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18272 If non-nil, reverse the sense of the check.
18273
18274 * vc-rcs.el (vc-rcs-root): New func.
18275 * vc-cvs.el (vc-cvs-root): New func.
18276 * vc-svn.el (vc-svn-root): New func.
18277 * vc-sccs.el (vc-sccs-root): New func.
18278
18279 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18280
18281 * language/japan-util.el (setup-japanese-environment-internal):
18282 Call use-cjk-char-width-table.
18283
18284 * language/japanese.el ("Japanese"): Set exit-function to
18285 use-default-char-width-table.
18286
18287 * international/characters.el: Delete occurrences of non-Unicode
18288 tibetan and ethiopic characters.
18289 (cjk-char-width-table): New variable.
18290 (use-cjk-char-width-table, use-default-char-width-table):
18291 New functions.
18292
18293 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18294
18295 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18296 (vc-status-mode-menu): Add a :filter.
18297 (vc-status-printer): Add faces.
18298
18299 * vc-hg.el (vc-hg-extra-status-menu): New function.
18300 (vc-hg-dir-status): Clean up the buffer before using it.
18301
18302 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18305 (gdb): Initialize it here instead.
18306
18307 * files.el (locate-dominating-file): Fix thinko in last change.
18308 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18309
18310 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18311
18312 * vc.el (vc-status-mode-menu): New menu for vc-status.
18313
18314 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18317 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18318 (verilog-mode-auto, verilog-indent-level-module)
18319 (verilog-minimum-comment-distance, verilog-library-flags)
18320 (verilog-library-directories, verilog-library-files)
18321 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18322 (verilog-xemacs-menu, verilog-set-compile-command)
18323 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18324 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18325 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18326 (verilog-batch-inject-auto, verilog-batch-indent)
18327 (verilog-continued-line, verilog-type-keywords)
18328 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18329 (verilog-read-inst-pins, verilog-read-arg-pins)
18330 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18331 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18332 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18333 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18334 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18335 (verilog-mode-version, verilog-mode-release-date)
18336 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18337 (verilog-simulator, verilog-compiler)
18338 (verilog-auto-sense-defines-constant, verilog-company)
18339 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18340 Fix typos in docstrings.
18341 (verilog-set-auto-endcomments, verilog-calculate-indent)
18342 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18343 Reflow docstrings.
18344 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18345 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18346 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18347 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18348 (verilog-leap-to-head, verilog-current-indent-level)
18349 (verilog-case-indent-level, verilog-cpp-keywords)
18350 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18351 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18352 (verilog-signals-not-in, verilog-symbol-detick-text)
18353 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18354 (verilog-forward-close-paren, verilog-backward-open-paren)
18355 (verilog-backward-open-bracket): Doc fixes.
18356
18357 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18358 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18359 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18360 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18361 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18362 Fix typos in docstrings.
18363
18364 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18365
18366 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18367
18368 * info.el (Info-read-node-name): Removed unused `default' arg.
18369
18370 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18371
18372 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18373
18374 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18375
18376 * image-mode.el (image-get-display-property): New fun.
18377 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18378 (image-mode, image-minor-mode, image-toggle-display-text)
18379 (image-toggle-display): Use it.
18380
18381 2008-02-18 Jason Rumney <jasonr@gnu.org>
18382
18383 * international/mule.el (xml-find-file-coding-system): Don't warn
18384 about utf-16 with BOM.
18385
18386 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18387
18388 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18389 warn if file encoding is not utf-8 and encoding not specified.
18390 (xml-find-file-coding-system): New function.
18391 * international/mule-conf.el (file-coding-system-alist): Use it.
18392
18393 2008-02-17 Glenn Morris <rgm@gnu.org>
18394
18395 * international/mule-cmds.el (set-locale-environment):
18396 Pass `frame' to getenv for LC_MESSAGES.
18397
18398 2008-02-17 Juri Linkov <juri@jurta.org>
18399
18400 * time.el (emacs-init-time): Use format instead of format-seconds.
18401
18402 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18403
18404 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18405 bibtex-find-entry. Add autoload cookie.
18406 (bibtex-find-entry): Alias for bibtex-search-entry.
18407 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18408 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18409 (bibtex-clean-entry): atomic-change-group removed.
18410 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18411 to locate buffer location where error occurred.
18412 Make error messages more specific.
18413 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18414
18415 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18416
18417 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18418 top level.
18419
18420 * simple.el (transient-mark-mode): Add an :init-value.
18421
18422 * startup.el (command-line): Use custom-reevaluate-setting for
18423 transient-mark-mode.
18424
18425 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18426
18427 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18428
18429 2008-02-16 Juri Linkov <juri@jurta.org>
18430
18431 * startup.el (after-init-time): New variable.
18432 (command-line): Set `after-init-time' to the current time.
18433
18434 * time.el (emacs-init-time): New function.
18435
18436 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18437
18438 * files.el (locate-dominating-file): Remove initial loop because it's
18439 not careful enough. Detect the uid-change all within the main loop.
18440
18441 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18442
18443 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18444
18445 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18446
18447 * vc.el (vc-annotate): Add new argument.
18448 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18449
18450 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18451 Move make-variable-buffer-local code after the corresponding defvar.
18452 (hs-minor-mode-map): Define and initialize in one step.
18453 (hs-minor-mode): Change from defun to define-minor-mode.
18454
18455 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18456
18457 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18458 (gdb-ready): Move declaration...
18459
18460 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18461 (gdb-early-user-input): New variable.
18462 (gdb): Reset gdb-flush-pending-output to nil and set
18463 comint-input-sender here (before gdb-prompt), instead of...
18464 (gdb-init-1): ...here.
18465 (gdb-send): If Emacs is not ready, defer user input to...
18466 (gdb-prompt): ...here.
18467
18468 2008-02-16 Glenn Morris <rgm@gnu.org>
18469
18470 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18471
18472 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18473 (before-init-time): New name for `emacs-startup-time'.
18474 (command-line): Use before-init-time rather than emacs-startup-time.
18475 * time.el (emacs-uptime): Use before-init-time rather than
18476 emacs-startup-time.
18477
18478 * composite.el (composition-function-table): Doc fix.
18479
18480 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18481 in favor of `%z' specifier.
18482 (emacs-uptime): Move to time.el.
18483 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18484 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18485 argument of format-seconds.
18486
18487 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18488
18489 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18490
18491 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18492
18493 * ielm.el (ielm-is-whitespace): Remove.
18494 (ielm-is-whitespace-or-comment): New function.
18495 (ielm-eval-input): Use it.
18496
18497 2008-02-15 Jason Rumney <jasonr@gnu.org>
18498
18499 * term/mac-win.el: Fix coding tag.
18500
18501 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18502
18503 * vc-hooks.el (vc-menu-map):
18504 * bindings.el (mode-line-mode-menu): Add tooltips.
18505
18506 * bindings.el (help-echo): Add more tooltips. Use a less
18507 telegraphic style for existing tooltips.
18508
18509 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18510
18511 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18512 from the auto-generated one.
18513
18514 2008-02-14 Glenn Morris <rgm@gnu.org>
18515
18516 * mail/rmail-spam-filter.el (rmail-spam-filter):
18517 Let-bind message-spam-status.
18518
18519 * mail/smtpmail.el (password-cache-add): Declare as function.
18520
18521 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18522
18523 * mail/smtpmail.el: Use password-cache.
18524
18525 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18526
18527 * uniquify.el (uniquify-buffer-base-name): New function.
18528 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18529
18530 * desktop.el (uniquify-managed): Don't defvar.
18531 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18532 `uniquify-managed'. Return also the buffer's base name.
18533 (desktop-save): When saving the buffer info, filter out the base name,
18534 and save it as buffer name if the buffer is managed by uniquify.
18535 (uniquify-item-base): Don't declare; not called anymore.
18536
18537 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18538
18539 * vc.el (vc-annotate-find-revision-at-line): New function.
18540 (vc-annotate-mode-map): Bind it.
18541 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18542 some entries.
18543
18544 2008-02-14 Glenn Morris <rgm@gnu.org>
18545
18546 * calendar/time-date.el (format-seconds): New function.
18547 (emacs-uptime): Use format-seconds.
18548
18549 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18550 Remove `LC_ALL=C', since it's included in $(emacs) now.
18551
18552 2008-02-14 Zhang Wei <id.brep@gmail.com>
18553
18554 * textmodes/org-publish.el (org-publish-timestamp-filename):
18555 Replace colon characters in filename too.
18556
18557 2008-02-13 Bastien Guerry <bzg@altern.org>
18558
18559 * mail/rmail.el (rmail-header-name): New face.
18560 (rmail-font-lock-keywords): Use rmail-header-name.
18561
18562 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18563 against X-Spam-Status header field.
18564 (rmail-spam-filter): Also check X-Spam-Status header field.
18565
18566 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18567
18568 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18569 Add support for .pm files and .php files.
18570 (flymake-err-line-patterns): Add pattern for PHP errors.
18571 (flymake-php-init): New function. PHP support for flymake.
18572
18573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18574 Add regular expression for PHP errors.
18575
18576 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18577
18578 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18579 This DTRT even on w32 machines.
18580 (ange-ftp-cf1): Quote FILENAME.
18581
18582 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18585 (smerge-auto-combine): New fun.
18586
18587 2008-02-12 Juri Linkov <juri@jurta.org>
18588
18589 * startup.el (fancy-startup-screen, normal-splash-screen):
18590 Set default-directory to command-line-default-directory.
18591
18592 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18593 after reading the desktop.
18594
18595 * progmodes/compile.el (compilation-auto-jump):
18596 Call compile-goto-error only when compilation-auto-jump-to-first-error
18597 is non-nil.
18598 (compilation-scroll-output): Replace :type 'boolean with a choice
18599 that has three options including a third option `first-error'.
18600 Doc fix.
18601 (compilation-start, compilation-forget-errors): Add an alternate
18602 condition comparing compilation-scroll-output with `first-error'
18603 in addition to compilation-auto-jump-to-first-error (to call
18604 compilation-auto-jump in the proper place).
18605
18606 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * international/mule.el (sgml-html-meta-auto-coding-function):
18609 Make sure the search limit is ahead.
18610
18611 * tar-mode.el: Fix broken indentation.
18612 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18613 Use with-current-buffer.
18614
18615 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18616
18617 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18618 it is already automatically buffer-local.
18619
18620 2008-02-12 Drew Adams <drew.adams@oracle.com>
18621
18622 * help.el (describe-key): Join some split lines to facilitate filling.
18623 * help-fns.el (describe-function-1): Fill text of overlong lines.
18624
18625 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18626
18627 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18628 Use unibyte-string instead of string-make-unibyte.
18629
18630 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18631
18632 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18633
18634 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18635 works also for buffers w/o buffer-file-name. Update callers.
18636 (doc-view-clone-buffer-hook): New fun.
18637 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18638 the `doc-view' property so they can be recognized.
18639
18640 * simple.el (clone-indirect-buffer-hook): New hook.
18641 (clone-indirect-buffer): Run it.
18642
18643 2008-02-11 Michael Olson <mwolson@gnu.org>
18644
18645 * epa-setup.el:
18646 * epg-package-info.el: Files removed.
18647
18648 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18649
18650 * epa.el (epa-menu-mode): Merge into epa-mode.
18651 (epa-menu-items): Rename the label "EasyPG Assistant" to
18652 "Encryption/Decryption".
18653
18654 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18655 (epa-dired-mode-map): Rename from epa-dired-map.
18656 (epa-global-dired-mode): Rename the global minor mode.
18657
18658 2008-02-11 Drew Adams <drew.adams@oracle.com>
18659
18660 * isearch.el (isearch-fail): New face.
18661 (isearch-message): Highlight failure part of input.
18662
18663 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * ibuffer.el (ibuffer-header-line-format): New var.
18666 (ibuffer-mode): Set it instead of header-line-format.
18667 (ibuffer-update): Use it to set header-line-format.
18668
18669 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18670 properties like self-insert-command.
18671
18672 2008-02-11 Drew Adams <drew.adams@oracle.com>
18673
18674 * progmodes/etags.el: Add many doc strings.
18675
18676 2008-02-11 Jason Rumney <jasonr@gnu.org>
18677
18678 * ldefs-boot.el: Regenerated.
18679
18680 2008-02-11 Glenn Morris <rgm@gnu.org>
18681
18682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18683 Shorten some names.
18684
18685 * ffap.el (ffap-rfc-directories): Add :version.
18686
18687 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18688
18689 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18690 files, and backup files of same.
18691
18692 2008-02-11 Kevin Ryde <user42@zip.com.au>
18693
18694 * ffap.el (ffap-rfc-directories): New variable.
18695 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18696
18697 * info.el (Info-next-reference, Info-prev-reference)
18698 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18699
18700 * simple.el (completion-list-mode): Show full completion-list-mode-map
18701 in the docstring.
18702
18703 2008-02-11 Sam Steingold <sds@gnu.org>
18704
18705 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18706
18707 2008-02-11 Glenn Morris <rgm@gnu.org>
18708
18709 * startup.el (emacs-startup-time): New variable.
18710 (command-line): Set emacs-startup-time.
18711
18712 * calendar/time-date.el (emacs-uptime): New function.
18713
18714 2008-02-10 Bastien Guerry <bzg@altern.org>
18715
18716 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18717 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18718 it is nil.
18719
18720 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18721
18722 * epg-config.el: Expand the contents of epg-package-info.el.
18723 (epg-package-name): New constant.
18724 (epg-version-number): New constant.
18725 (epg-bug-report-address): New constant.
18726
18727 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18728 (epa-global-mail-mode): New global minor mode.
18729
18730 * epa-file.el (epa-file-mode): New global minor mode.
18731
18732 * epa-dired.el (epa-dired-mode): New global minor mode.
18733
18734 * epa.el (epa-menu): New variable.
18735 (epa-menu-items): New variable.
18736 (epa-menu-mode): New global minor mode.
18737 (epa-global-minor-modes): New user option.
18738 (epa-mode): New global minor mode.
18739
18740 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18741
18742 * net/dbus.el: Remove `no-byte-compile' cookie.
18743 (dbus-call-method, dbus-register-signal, dbus-debug)
18744 (dbus-registered-functions-table): Declare them with
18745 `declare-function' or `defvar', respectively.
18746 (top): Don't assert any longer. Require 'cl when compiling.
18747 Apply `ignore-errors' but `dbus-ignore-errors'.
18748
18749 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18750
18751 * diff-mode.el (diff-add-change-log-entries-other-window):
18752 Use add-change-log-entry.
18753
18754 2008-02-09 Jason Rumney <jasonr@gnu.org>
18755
18756 * button.el (button-map):
18757 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18758 * ldefs-boot.el: Regenerate.
18759
18760 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18761
18762 * epa.el (epa-faces, epa):
18763 * epa-file.el (epa-file):
18764 * epg-config.el (epg): Add :version.
18765
18766 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18767
18768 * vc.el (vc-exec-after): Append CODE to previous fragments.
18769 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18770 take MESSAGES instead of VERBOSE; use it when non-nil.
18771 (vc-diff-internal): Compute messages once; use them;
18772 update call to vc-diff-finish.
18773
18774 2008-02-09 Michael Olson <mwolson@gnu.org>
18775
18776 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18777 buffer has been killed, such as by
18778 `tramp-cleanup-all-connections'.
18779
18780 2008-02-09 Miles Bader <miles@gnu.org>
18781
18782 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18783
18784 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18787 splitter in context hunks.
18788
18789 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18790
18791 * international/fontset.el (setup-default-fontset): Fix arabic otf
18792 font specification.
18793
18794 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18795
18796 * epa-dired.el:
18797 * epa-file.el:
18798 * epa-mail.el:
18799 * epa-setup.el:
18800 * epa.el:
18801 * epg-config.el:
18802 * epg-package-info.el:
18803 * epg.el: Initial check-in of EasyPG.
18804
18805 2008-02-08 Glenn Morris <rgm@gnu.org>
18806
18807 * woman.el (woman-locale): New defcustom.
18808 (woman-expand-locale, woman-manpath-add-locales): New functions.
18809 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18810
18811 * international/mule-cmds.el (locale-translate): New function,
18812 with old code extracted from set-locale-environment.
18813 (set-locale-environment): Use locale-translate. Set woman-locale.
18814
18815 * cus-start.el (selection-coding-system): Remove, since it's now
18816 defined in select.el rather than in xselect.c.
18817 * select.el (selection-coding-system): Make it a defcustom, and
18818 add the properties from cus-start.el. Bump :version.
18819
18820 * custom.el (custom-theme-set-variables): Sort symbols that are
18821 dependencies before symbols that depend on them.
18822 (custom-enabled-themes): Set after custom-theme-directory.
18823
18824 * pcmpl-unix.el (top-level): Move provide statement to end.
18825 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18826 `*' from doc-string. Allow to be nil.
18827 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18828 Allow to be nil. Add :version.
18829 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18830 without hostnames, and multiple hostnames per line.
18831
18832 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18833
18834 2008-02-08 Phil Hagelberg <phil@evri.com>
18835
18836 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18837 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18838
18839 2008-02-07 Timo Savola <timo.savola@iki.fi>
18840
18841 * startup.el (command-line-x-option-alist): Add --parent-id.
18842
18843 * term/x-win.el (x-handle-parent-id): New function.
18844
18845 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18846
18847 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18848 "Font Menu".
18849
18850 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18851
18852 * net/dbus.el (dbus-interface-peer): New defconst.
18853 (dbus-ping): New defun.
18854
18855 2008-02-06 Sam Steingold <sds@gnu.org>
18856
18857 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18858
18859 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18862 Just return nil and let the C code provide a fallback.
18863
18864 2008-02-05 Glenn Morris <rgm@gnu.org>
18865
18866 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18867 tramp-flush-connection-property for removed 2nd argument.
18868
18869 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * diff-mode.el (diff-add-change-log-entries-other-window):
18872 Rename from diff-create-changelog. Change users.
18873 Minor change to hopefully work with plain diffs.
18874 (diff-mode-map): Add binding for it.
18875
18876 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18877
18878 * diff-mode.el: Add new TODO entry.
18879 (diff-create-changelog): New function.
18880 (diff-mode-menu): Bind it.
18881
18882 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18883
18884 * international/mule-diag.el (print-fontset-element): Handle the
18885 case of inhibiting the fallback fonts.
18886
18887 2008-02-04 Kim F. Storm <storm@cua.dk>
18888
18889 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18890 (ido-magic-delete-char): Use prefix arg.
18891
18892 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18893
18894 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18895 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18896 of today, the most recent libpng is 1.2.24).
18897
18898 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18899
18900 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18901
18902 * net/dbus.el (top): Check (featurep 'dbusbind).
18903
18904 * net/tramp.el (tramp-process-sentinel): New defun.
18905 (tramp-do-copy-or-rename-file-out-of-band)
18906 (tramp-maybe-open-connection): Use it as process sentinel.
18907 (tramp-handle-delete-directory): Don't use the "-f" option; it
18908 isn't portable.
18909 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18910 after the command.
18911 (tramp-handle-shell-command): Set `mode-line-process' in the
18912 asynchronous case.
18913
18914 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18915
18916 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18917 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18918 Use `tramp-process-sentinel' as process sentinel.
18919
18920 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18921
18922 * whitespace.el (global-whitespace-mode): Revert last change.
18923 (whitespace-unload-function): Force `global-whitespace-mode'
18924 to deactivate local modes in a slightly less intrusive way.
18925
18926 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18927
18928 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18929
18930 2008-02-02 Glenn Morris <rgm@gnu.org>
18931
18932 * international/latin1-disp.el (latin1-display):
18933 * progmodes/fortran.el (fortran-comment-indent-char):
18934 * progmodes/idlw-shell.el (top-level):
18935 * term/mac-win.el (mac-keyboard-translate-char):
18936 * whitespace.el (whitespace-char-valid-p):
18937 * wid-edit.el (widget-key-sequence-read-event):
18938 Use characterp rather than char-valid-p.
18939
18940 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18941 to capitalized-find-word-boundary. Doc fix. Update callers.
18942 (capitalized-next-word-boundary-function-table): Rename to
18943 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18944
18945 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18946 string-to-int.
18947
18948 * ps-def.el (declare-function): Add compatibility definition.
18949 (ps-plot-with-face, ps-plot-string): Declare as functions.
18950 (ps-bold-faces, ps-italic-faces): Declare variables.
18951
18952 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18953 (ps-mule-end-job): Declare as functions.
18954
18955 * wid-edit.el (widget-string-complete): Use assoc-string rather
18956 than assoc-ignore-case.
18957
18958 See ChangeLog.13 for earlier changes.
18959
18960 ;; Local Variables:
18961 ;; coding: utf-8
18962 ;; End:
18963
18964 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18965
18966 This file is part of GNU Emacs.
18967
18968 GNU Emacs is free software: you can redistribute it and/or modify
18969 it under the terms of the GNU General Public License as published by
18970 the Free Software Foundation, either version 3 of the License, or
18971 (at your option) any later version.
18972
18973 GNU Emacs is distributed in the hope that it will be useful,
18974 but WITHOUT ANY WARRANTY; without even the implied warranty of
18975 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18976 GNU General Public License for more details.
18977
18978 You should have received a copy of the GNU General Public License
18979 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18980
18981 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc