]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(command-line): Don't match an empty argument as an
[gnu-emacs] / lisp / ChangeLog
1 2009-02-20 Andreas Schwab <schwab@suse.de>
2
3 * startup.el (command-line): Don't match an empty argument as an
4 option.
5 (command-line-1): Likewise.
6
7 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
8
9 * apropos.el (apropos-library): Check for null filename in load-history.
10
11 2009-02-20 Glenn Morris <rgm@gnu.org>
12
13 * apropos.el (apropos-library): Remove the element with null filename,
14 if present, from the completion list.
15
16 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
17 (rmail-speedbar-find-file): Use rmail rather than find-file.
18
19 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20
21 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
22
23 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
24
25 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
26 regexp (Bug#2385).
27 (bibtex-autokey-get-title): Observe case for
28 bibtex-autokey-titleword-ignore.
29
30 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
31
32 * server.el (server-start): Make the warning more
33 verbose (Bug#2395).
34
35 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
38 Make sure we stop when we reach the limit.
39
40 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
41 a "..." does not quote anything. (Bug#2384)
42
43 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
44
45 2009-02-19 Andreas Schwab <schwab@suse.de>
46
47 * term.el: Remap self-insert-command to term-send-raw in
48 term-raw-map. (Bug#2386)
49
50 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
53 of the function as being part of the function.
54
55 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
56
57 * progmodes/compile.el (compilation-error-regexp-alist-alist):
58 Move entry for maven (alphabetical order).
59
60 2009-02-19 Glenn Morris <rgm@gnu.org>
61
62 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
63 Regexp-quote default argument taken from current subject.
64 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
65
66 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
67 Move here from rmail.el. Be more careful about error-handling.
68 Restore the feature of temporarily setting all old messages
69 undeleted before expunging (removed 2009-02-18).
70
71 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
72 Don't declare.
73 (rmail-get-new-mail-filter-spam): Declare. Move definition to
74 rmail-spam-filter.el.
75 (rmail-get-new-mail-1): Move the beep and sleep to
76 rmail-get-new-mail-filter-spam.
77
78 2009-02-18 Martin Rudalics <rudalics@gmx.at>
79
80 * cus-edit.el (custom-group-value-create): Insert some
81 informatory text in the WIDGET-misses-doc-string case.
82
83 2009-02-18 Sam Steingold <sds@gnu.org>
84
85 * progmodes/compile.el: Require comint at top level to fix the
86 last patch.
87
88 2009-02-18 Martin Rudalics <rudalics@gmx.at>
89
90 * cus-edit.el (custom-group-value-create): Don't throw an error
91 when WIDGET has no doc-string. (Bug#2356)
92
93 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
94
95 * progmodes/cc-menus.el (imenu-progress-message):
96 Remove bogus cc-bytecomp-defun.
97 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
98 Don't let-bind variable `stupid'. (Bug#1638)
99
100 2009-02-18 Glenn Morris <rgm@gnu.org>
101
102 * mail/rmail.el (rmail-get-new-mail-filter-spam):
103 * mail/rmail-spam-filter.el (rmail-spam-filter):
104 Show a message rather than the raw mbox while prompting.
105
106 2009-02-18 Martin Rudalics <rudalics@gmx.at>
107
108 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
109
110 2009-02-18 Glenn Morris <rgm@gnu.org>
111
112 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
113 declaration.
114 (top-level): No need for cl now.
115 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
116 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
117 (rsf-autosave-newly-added-definitions, rsf-white-list)
118 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
119 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
120 (rsf-customize-spam-definitions, rsf-customize-group)
121 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
122 (rsf-check-field): Use setcar and setcdr rather than setf.
123 (rmail-spam-filter): Simplify.
124 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
125 (rsf-add-region-to-spam-list): Use rmail-get-header or
126 buffer-substring-no-properties. Regexp-quote the extracted data.
127 Make the messages less verbose.
128 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
129 simplify things.
130 (rsf-add-content-type-field): Make the message less verbose.
131
132 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
133 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
134 rmail-deleted-vector.
135 (rmail-insert-inbox-text, rmail-collect-deleted)
136 (rmail-set-message-deleted-p, rmail-only-expunge)
137 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
138 (rmail-get-labels): Remove unused local `blurb'.
139 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
140 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
141 (rmail-set-message-deleted-p): Doc fixes.
142
143 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
144 Update callers for associated name change.
145 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
146 * mail/unrmail.el (unrmail): Use mail-mbox-from.
147
148 2009-02-17 Richard M Stallman <rms@gnu.org>
149
150 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
151
152 * mail/rmail.el (rmail-copy-headers): When copying full headers,
153 correctly put point at the end.
154
155 2009-02-17 Sam Steingold <sds@gnu.org>
156
157 * progmodes/compile.el (compilation-filter): Call
158 `comint-carriage-motion', just like `comint-output-filter'.
159
160 2009-02-17 Jason Rumney <jasonr@gnu.org>
161
162 * files.el (make-directory): Stop recursing if parent is
163 self. (Bug#2309)
164
165 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
166
167 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
168
169 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
170
171 2009-02-17 Miles Bader <miles@gnu.org>
172
173 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
174 copyright statements where the years follow the name.
175
176 2009-02-17 Glenn Morris <rgm@gnu.org>
177
178 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
179 move point. (Bug#2209)
180
181 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
182 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
183 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
184 "not-rmail", and make it work. Simplify.
185 (rmail-mbox-from): New function.
186 (rmail-output-as-mbox): Use rmail-mbox-from.
187 (rmail-output): Ensure a From line in the not-rmail Babyl case.
188
189 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
190 error if the header is corrupt.
191
192 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
193
194 * net/newst-treeview.el (newsticker--treeview-load): Offer
195 deletion of old groups file.
196
197 2009-02-16 Glenn Morris <rgm@gnu.org>
198
199 * mail/rmailout.el (rmail-delete-unwanted-fields)
200 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
201 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
202 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
203 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
204
205 2009-02-15 Glenn Morris <rgm@gnu.org>
206
207 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
208
209 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
210 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
211 unnecessary use of with-no-warnings.
212 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
213 (rmail-output-as-mbox): Start search from point-min. If constructing a
214 "From " line, prefer the date header over the current time.
215 (rmail-update-summary): Move declaration earlier in file.
216
217 2009-02-15 Richard M Stallman <rms@gnu.org>
218
219 * mail/rmailedit.el (rmail-edit-diff-headers):
220 Delete spurious reference to OLD.
221
222 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
225 the `with-buffer-unmodified' to avoid useless `readlink' calls.
226
227 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
228
229 * textmodes/bibtex.el (bibtex-global-key-alist)
230 (bibtex-initialize): Exclude current buffer if it does not use
231 bibtex-mode.
232 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
233 (bibtex-sort-buffer, bibtex-search-entry)
234 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
235 test whether bibtex-strings and bibtex-reference-keys have their
236 initial values.
237
238 2009-02-14 Eli Zaretskii <eliz@gnu.org>
239
240 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
241 around forms that refer to translation-table-for-input.
242
243 * isearch.el (isearch-search-string): Use `with-no-warnings'
244 around forms that refer to translation-table-for-input.
245
246 * international/quail.el (quail-input-string-to-events)
247 (quail-store-decode-map-key, quail-char-equal-p):
248 Use `with-no-warnings' around forms that refer to
249 translation-table-for-input.
250
251 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
252 around forms that refer to translation-table-for-input.
253
254 * subr.el (translation-table-for-input): Declare obsolete again.
255
256 2009-02-14 Glenn Morris <rgm@gnu.org>
257
258 * mail/rmail.el (rmail): When reverting, swap buffers before setting
259 counters. (Bug#2229)
260 (rmail-revert): Swap buffers before replacing contents.
261
262 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
263
264 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
265 Remove host, user, password options not applicable to SQlite. (Bug#1904)
266
267 2009-02-14 Richard M Stallman <rms@gnu.org>
268
269 * mail/rmailedit.el: Handle editing of header fields.
270 (rmail-old-headers): New variable.
271 (rmail-edit-current-message): Set it, recording current headers.
272 (rmail-cease-edit): Compute new headers and diff against old ones.
273 Update the mbox buffer with the changes that were made.
274 (rmail-edit-headers-alist): New function.
275 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
276
277 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
278 in default file name.
279
280 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
281 (rmail-add-mbox-headers): Likewise.
282
283 2009-02-13 Eli Zaretskii <eliz@gnu.org>
284
285 * files.el (load-library): Doc fix.
286
287 * subr.el (locate-library): Doc fix. (Bug#2291)
288
289 2009-02-13 Alan Mackenzie <acm@muc.de>
290
291 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
292 in narrowed buffers.
293
294 2009-02-13 Kenichi Handa <handa@m17n.org>
295
296 * international/titdic-cnv.el (tit-process-header): Use
297 buffer-substring-no-properties instead of buffer-substring.
298 (tit-process-body): Likewise.
299 (tsang-quick-converter): Handle superfluous CR at eol.
300 (py-converter): Use buffer-substring-no-properties instead of
301 buffer-substring. Handle superfluous CR at eol.
302 (ziranma-converter): Likewise
303 (ctlau-converter): Likewise.
304 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
305
306 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
307
308 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
309
310 2009-02-13 Glenn Morris <rgm@gnu.org>
311
312 * mail/rmail.el (rmail-show-message-1): New name for the old
313 rmail-show-message.
314 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
315 * mail/rmailsort.el: Update for rmail-show-message name change.
316
317 * mail/rmail.el (rmail-show-message): New name for the old
318 rmail-show-message-maybe.
319 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
320 name change.
321
322 * mail/rmailsum.el (msgnum): Remove declaration.
323 (rmail-summary-redo): Add missing initialization value.
324 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
325 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
326 Fix skip-chars-forward calls.
327 (rmail-summary-mark-seen): New function. As well as removing the '-'
328 mark, update the summary-vector. (Bug#2135)
329 (rmail-summary-rmail-update, rmail-summary-goto-msg):
330 Use rmail-summary-mark-seen.
331
332 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
333
334 * mail/unrmail.el (unrmail): When getting message keywords, don't
335 include a leading space, but do include the space after the separating
336 comma. (Bug#2303)
337
338 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
339 header altogether.
340 (rmail-set-header): Doc fix.
341 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
342 labels are removed. (Bug#2302)
343
344 2009-02-12 Juri Linkov <juri@jurta.org>
345
346 * image-mode.el (image-toggle-display):
347 Let-bind `buffer-file-truename' to nil around the call to
348 `add-text-properties' to prevent directory time modification
349 by lock_file. Replace `set-buffer-modified-p' with
350 `restore-buffer-modified-p'. (Bug#2295)
351
352 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/python.el (python-use-skeletons): Re-add.
355 (def-python-skeleton): Use it. (Bug#2238)
356
357 * international/quail.el (quail-make-guidance-frame): Remove the
358 `parent-id' parameter.
359 (quail-show-guidance): Make the new window dedicated.
360
361 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
362
363 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
364 Fix typos in docstrings.
365
366 2009-02-12 Alan Mackenzie <acm@muc.de>
367
368 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
369 to `eq'. (Bug#2304)
370
371 2009-02-12 Glenn Morris <rgm@gnu.org>
372
373 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
374 already present. (Bug#2210)
375
376 2009-02-12 Kenichi Handa <handa@m17n.org>
377
378 * international/characters.el (?.): New character category for
379 Base characters. Set them in the standard category table.
380
381 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
382 a base character.
383
384 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * isearch.el (isearch-yank-char-in-minibuffer)
387 (isearch-other-meta-char): Use with-current-buffer.
388
389 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
390 syntax-ppss. (Bug#1243)
391
392 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
393 to beginning-of-defun-raw.
394
395 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
396 calling end-of-defun-function if it already moved to BOL.
397
398 2009-02-12 Richard M Stallman <rms@gnu.org>
399
400 * mail/rmail.el (rmail-show-message-verbose-min): New option.
401 (rmail-show-message): Conditionally show start and finish in echo area.
402
403 2009-02-12 Glenn Morris <rgm@gnu.org>
404
405 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
406 for use in completion.
407 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
408 summary exists, since it's already done.
409
410 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
411 (rmail-enable-multibyte): Don't really define, only for compiler.
412
413 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * files.el (read-buffer-to-switch):
416 Add table to icomplete-with-completion-tables.
417
418 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
419
420 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
421 switches (Bug#2261).
422
423 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
424
425 * server.el (server-with-environment): Don't fail for negative
426 entries in ENV.
427
428 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
429
430 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
431 (vc-default-dir-printer): Add a comment about updating this function.
432
433 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
434 for the file name.
435
436 2009-02-11 Glenn Morris <rgm@gnu.org>
437
438 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
439 (calendar-set-mode-line): Fall back to a default width if we seem to be
440 called from daemon. (Bug#2199)
441
442 * mail/rmailkwd.el (rmail-make-label): Doc fix.
443 (rmail-read-label): Add current labels to completion list. (Bug#2222)
444 (rmail-set-label): Use `or'.
445
446 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
447
448 * emacs-lisp/find-func.el (find-library-name, find-library):
449 Doc fixes. (Part of bug#2270)
450
451 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
452
453 * env.el (getenv): When FRAME is non-nil, pass the frame environment
454 to `getenv-internal', not the frame. (Bug#2259)
455
456 2009-02-10 Kenichi Handa <handa@m17n.org>
457
458 * descr-text.el (describe-char-display): On terminal, if terminal
459 coding system is nil, assume us-ascii.
460 (describe-char): Don't show the composition information if it is
461 trivial.
462
463 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
464
465 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
466 number as it isn't present for unregistered files.
467
468 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
469 (vc-dir-mouse-map): New keymap.
470 (vc-default-dir-printer): Use it locally.
471
472 2009-02-10 Glenn Morris <rgm@gnu.org>
473
474 * speedbar.el: Avoid messing up font-lock-global-modes.
475
476 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
477 (mail-file-babyl-p): Use with-temp-buffer.
478
479 * mail/rmailsort.el: Just require rmail.
480
481 * mail/rmailedit.el: Just require rmail.
482 (rmail-old-pruned): Add doc string.
483 (rmail-edit-current-message): Use rmail-msg-is-pruned.
484 (rmail-cease-edit): Don't mangle the leading From line.
485 Don't mark as edited if there were no changes. (Bug#2256)
486 Correctly restore header state.
487
488 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
489 (rmail-current-message, rmail-total-messages)
490 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
491 (rmail-duplicate-message): Doc fix.
492 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
493 New functions.
494 (rmail-get-header, rmail-set-header, rmail-set-attribute):
495 Use rmail-apply-in-message.
496 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
497 unswapped-ness.
498 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
499 (rmail-auto-file): Set the filed attribute, rather than explicitly not
500 doing so. (Bug#2231)
501 (rmail-set-attribute): Allow ATTR to be a string.
502
503 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
504
505 * net/newst-treeview.el (newsticker-treeview-save)
506 (newsticker--treeview-load): Kill groups buffer after saving/loading.
507
508 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
509
510 * doc-view.el (doc-view-scroll-up-or-next-page)
511 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
512 the old hscroll value after switching pages.
513
514 2009-02-09 Glenn Morris <rgm@gnu.org>
515
516 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
517 (calendar-holiday-marker): Drop test for color display.
518
519 2009-02-08 Glenn Morris <rgm@gnu.org>
520
521 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
522 (calendar-holiday-marker, calendar-mark-visible-date):
523 * calendar/diary-lib.el (diary-fancy-display):
524 It doesn't make sense to check font-lock-mode (see comments;
525 reverts 2008-04-02 change). (Bug#2199)
526
527 2009-02-08 Juri Linkov <juri@jurta.org>
528
529 * simple.el (toggle-word-wrap): New command.
530
531 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
532
533 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
534 (ps-run-make-tmp-filename): Use temporary-file-directory.
535
536 * textmodes/artist.el (artist-system): Allow make-temp-file to use
537 temporary-file-directory.
538
539 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
540 temporary-file-directory.
541
542 2009-02-07 Glenn Morris <rgm@gnu.org>
543
544 * mail/unrmail.el (rmime-magic-string): Define for compiler.
545
546 2009-02-07 Eli Zaretskii <eliz@gnu.org>
547
548 * mail/rmail.el (rmail): Bind coding-system-for-read to
549 no-conversion before calling find-file-noselect. (Bug#2015)
550
551 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
552
553 * proced.el (proced-after-send-signal-hook): Use defcustom.
554 (proced-header-line): Handle header lines that are shorter than
555 window-hscroll.
556 (proced-send-signal): Rebind split-width-threshold analogous to
557 dired-pop-to-buffer.
558
559 2009-02-07 Eli Zaretskii <eliz@gnu.org>
560
561 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
562 message; instead, just rewrite the X-Coding-System header with the
563 new encoding, and let rmail-show-message do the rest. Remove
564 unused argument RAW. Fix doc string to be consistent with the new
565 implementation.
566 (rmail-show-message): Honor X-Coding-System header, if present, in
567 preference to Content-Type header.
568
569 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * server.el (server-execute): Enable quit.
572
573 2009-02-07 Andreas Schwab <schwab@suse.de>
574
575 * image-mode.el (image-mode): Always set image-type.
576 (image-minor-mode): Likewise.
577
578 2009-02-07 Eli Zaretskii <eliz@gnu.org>
579
580 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
581 encoding, and its "content-transfer-encoding" and "content-type"
582 headers only in the headers' portion. (Bug#2017)
583
584 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
585
586 * net/newst-treeview.el
587 (newsticker-treeview-next-new-or-immortal-item): New arg
588 DONT-WRAP-TREES to prevent infinite recursion.
589
590 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
593 extracting mail message headers. Use encode-coding-region instead
594 of insert-buffer-substring for re-encoding edited message.
595 Add qp/b64 encoding only after text was encoded.
596
597 2009-02-07 Eli Zaretskii <eliz@gnu.org>
598
599 * subr.el: Don't declare `translation-table-for-input' obsolete.
600 Equivalent info added to its doc string, q.v.
601
602 * files.el (save-buffer): Display "Saving file FOO..." message
603 regardless of buffer's size. (Bug#2137)
604
605 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
606
607 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
608
609 2009-02-07 Alex Schroeder <alex@gnu.org>
610
611 * mail/unrmail.el (unrmail): Use regexps to find message separators so
612 as not to match any fake rmime.el separators. Remove any sections added
613 by rmime.el.
614
615 2009-02-07 Glenn Morris <rgm@gnu.org>
616
617 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
618 that is no longer appropriate to mbox Rmail.
619
620 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
621 before trying to move to the start of the message.
622 (rmail-summary-undelete-many, rmail-summary-rmail-update):
623 Fix rmail-set-attribute calls.
624
625 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
626 Doc fix.
627 (rmail-output-to-rmail-buffer): Autoload it.
628 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
629
630 2009-02-06 Glenn Morris <rgm@gnu.org>
631
632 * mail/unrmail.el (unrmail): Use current-time-string.
633
634 * simple.el (kill-whole-line): Provide a default argument of 1.
635
636 * mail/undigest.el (rmail-mail-separator): Delete.
637 (undigestify-rmail-message, unforward-rmail-message): Update for
638 mbox Rmail.
639
640 2009-02-05 Kenichi Handa <handa@m17n.org>
641
642 * international/fontset.el (script-representative-chars): Remove
643 mathematical.
644 (setup-default-fontset): Add entries for each subgroup of
645 mathematical script.
646
647 2009-02-05 Juri Linkov <juri@jurta.org>
648
649 * image-mode.el (image-mode): Use `image-get-display-property'
650 instead of `get-text-property'.
651 (image-minor-mode): Sync the logic with `image-mode' including the
652 displaying an image file as the actual image by default.
653
654 2009-02-05 Alan Mackenzie <acm@muc.de>
655
656 * progmodes/cc-defs.el (c-emacs-features): Check the working of
657 beginning/end-of-defun-function more rigorously before setting
658 argumentative-bod-function.
659
660 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
661
662 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
663 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
664 mode on the initial terminal.
665
666 2009-02-05 Glenn Morris <rgm@gnu.org>
667
668 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
669 Make these functions work.
670
671 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
672 (rmail-narrow-to-non-pruned-header): Remove autoload.
673 (mairix-rmail-fetch-field): Handle mbox Rmail.
674
675 2009-02-04 Dave Love <fx@gnu.org>
676
677 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
678 (imap-debug): Add imap-fetch-safe.
679
680 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
681
682 * net/netrc.el (netrc-machine-user-or-password): Use list of
683 auth-source modes.
684
685 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
686
687 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
688 for newvars is nil. (C-u C-x v = with default values).
689
690 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
691
692 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
693 format. Use when instead of if.
694
695 2009-02-04 Miles Bader <miles@gnu.org>
696
697 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
698 (backward-list, backward-up-list, beginning-of-defun)
699 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
700
701 2009-02-04 Glenn Morris <rgm@gnu.org>
702
703 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
704 ill-advised.
705
706 * mail/rmail.el: No need for mule-util when compiling.
707 (rmail-first-message): Unbreak it.
708
709 * mail/rmailmsc.el: Require rmail not just when compiling.
710 Remove unneeded declarations.
711
712 * term/ns-win.el (ns): Define as a custom group.
713
714 2009-02-04 Kenichi Handa <handa@m17n.org>
715
716 * international/mule-cmds.el (select-safe-coding-system): Use
717 buffer-chars-modified-tick instead of buffer-modified-tick.
718
719 * descr-text.el (describe-char): Check font-object by fontp.
720
721 * composite.el (compose-gstring-for-terminal): If a character is
722 not supported by the current terminal, don't make a multi-glyph
723 grapheme cluster.
724 (auto-compose-chars): Check font-object by fontp.
725
726 2009-02-03 Glenn Morris <rgm@gnu.org>
727
728 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
729 over current-time. (Bug#2175)
730
731 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
732 inserting the converted mailbox.
733 (rmail-get-new-mail): Restore the loop over inboxes when two or more
734 have the same basename. (Bug#2164)
735 Set the return value according to whether any mail was found,
736 not just in the last inbox. Only show a message and run the hook after
737 checking all inboxes.
738 (rmail-get-new-mail-1): Move message display and running the hook to
739 rmail-get-new-mail.
740
741 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
742 rmail-attr-array.
743 (rmail-make-label, rmail-read-label): Give it a doc string.
744 (rmail-add-label, rmail-kill-label): Change argument name to match the
745 doc. Doc fix.
746 (rmail-set-label): Doc fix. Also update summary in attr case.
747 Accept labels as a string or a symbol. (Bug#2165)
748
749 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
750 null.
751
752 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
755 (vhdl-prepare-search-2): Properly cleanup on `quit'.
756
757 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
758 Mark the entries as being "system" entries rather than "user" entries.
759
760 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
761
762 * smerge-mode.el (smerge-start-session): Add interactive spec.
763
764 2009-02-02 Glenn Morris <rgm@gnu.org>
765
766 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
767 (rmail-retry-ignored-headers, rmail-highlighted-headers):
768 Restore autoloads.
769
770 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
773
774 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * cmuscheme.el (scheme-args-to-list): Remove.
777 (run-scheme): Use split-string-and-unquote instead, so as to allow
778 spaces in the command name and/or the arguments.
779
780 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
781
782 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
783
784 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
785
786 Sync with Tramp 2.1.15.
787
788 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
789 used.
790
791 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
792
793 * net/trampver.el: Update release number.
794
795 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
798 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
799 (rmail-undelete-previous-message, rmail-mark-message)
800 (rmail-speedbar-buttons): Use with-current-buffer.
801 (rmail-mode-map): Move initialization into declaration.
802 (rmail-swap-buffers, rmail-unfontify-buffer-function)
803 (rmail-fontify-message): Use restore-buffer-modified-p.
804 (rmail-expunge-and-save): Don't swap buffer.
805 (rmail-get-header, rmail-set-header, rmail-set-attribute)
806 (rmail-apply-in-message): Swap save-excursion and save-restriction.
807
808 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
809 if possible.
810
811 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
812 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
813
814 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
817
818 * progmodes/ebrowse.el:
819 * international/robin.el:
820 * emulation/viper-util.el:
821 * emulation/viper-mous.el:
822 * emulation/viper-keym.el:
823 * ediff.el:
824 * ediff-wind.el:
825 * ediff-vers.el:
826 * ediff-ptch.el:
827 * ediff-mult.el:
828 * ediff-merg.el:
829 * ediff-diff.el: Follow commenting conventions.
830
831 2009-01-31 Eli Zaretskii <eliz@gnu.org>
832
833 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
834 obsolete eight-bit-control and eight-bit-graphic.
835
836 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
839
840 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
841
842 * emacs-lisp/lisp.el (end-of-defun): Protect against
843 infloops (Bug#2106).
844
845 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * vc-dir.el (vc-dir-mouse-map):
848 (vc-default-dir-printer):
849 (vc-dir-find-file-other-window): Undo previous change, it breaks
850 the behavior of mouse-2.
851 (vc-dir-mode): Fix docstring.
852
853 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
854 logic, it makes the makes the normal case too slow.
855
856 2009-01-31 Eli Zaretskii <eliz@gnu.org>
857
858 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
859 file to `raw-text-unix'. Bind coding-system-for-write when
860 writing out the converted message, and make sure it uses Unix
861 EOLs.
862
863 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
864 encoding to `raw-text-unix'.
865 (rmail-perm-variables): Set encoding of rmail-view-buffer to
866 `undecided-unix'.
867 (rmail-redecode-body): Don't change EOL conversion of the new
868 encoding if the old one left it unspecified.
869 (rmail-automatic-folder-directives, rmail): Doc fixes.
870 (rmail-swap-buffers): New function.
871 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
872 (rmail-show-message): Use rmail-swap-buffers.
873 (rmail-decode-region): If DESTINATION is a buffer, set the
874 encoding of that buffer, rather than the current buffer.
875 (rmail-show-message): Make error message about uuencoded mail
876 more explicit.
877 (rmail-show-message-maybe): Simplify code. Doc fix.
878 (rmail-show-message): Doc fix.
879
880 2009-01-31 Glenn Morris <rgm@gnu.org>
881
882 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
883 folder.
884
885 * mail/rmail.el (rmail-msg-is-pruned): New function.
886 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
887 (rmail-reply): Set up to yank from the decoded message rather than the
888 raw one. (Bug#2104).
889
890 * mail/mail-utils.el (mail-fetch-field): Doc fix.
891
892 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
893 (uce-message-text, uce-default-headers): Fix custom type.
894 (rmail-buffer, rmail-msg-is-pruned): Declare.
895 (uce-reply-to-uce): Add autoload cookie. Doc fix.
896 Update for mbox Rmail.
897
898 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
899
900 * vc-dir.el (vc-dir-mouse-map): New keymap.
901 (vc-default-dir-printer): Use it locally.
902 (vc-dir-find-file-other-window): Allow mouse events.
903
904 2009-01-30 Eli Zaretskii <eliz@gnu.org>
905
906 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
907 into Rmail-mbox attributes.
908
909 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
910 coding-system-for-read to `raw-text', and use insert-file-contents
911 instead of insert-file-contents-literally. Fixes bug #2019.
912 (rmail-resent-attr-index): Fix index value.
913
914 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
915
916 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
917 precedence even when its value is t. (Bug#2093)
918
919 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
920 connection. (Bug#2093)
921 (vc-svn-diff): Use old version number even when it is the working
922 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
923
924 2009-01-30 Glenn Morris <rgm@gnu.org>
925
926 * mail/rmail.el (rmail-reply): Handle empty folders.
927 (rmail-speedbar-buttons)
928 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
929
930 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
931 line-beginning-position calls.
932 (rmail-header-summary): Use line-end-position.
933
934 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
935
936 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
937 Fix regexp quoting. (Bug#1739)
938
939 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
942 correction of passwords.
943
944 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
945
946 * mail/rmail.el (rmail-toggle-header): Determine current header
947 style using the buffer-local value of rmail-header-style in the
948 view buffer.
949 (rmail-show-message): Set a buffer-local value of
950 rmail-header-style in the view buffer. (Bug#2016)
951
952 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
953
954 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
955 Fix typos in docstrings.
956
957 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
958
959 * bindings.el (completion-ignored-extensions):
960 Add entries for VCS metadata directories (CVS/, .svn, etc).
961
962 * pcvs.el (completion-ignored-extensions):
963 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
964 directory, now done in bindings.el.
965
966 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
967
968 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
969
970 2009-01-29 Glenn Morris <rgm@gnu.org>
971
972 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
973 (rmail-set-header): Ensure header changes get saved.
974
975 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
976
977 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
978 one, after a label is added.
979
980 * mail/rmailsum.el (rmail-summary-update-line): New function.
981 (rmail-summary-goto-msg): Return a value according to whether message
982 was found.
983 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
984 property. Use line-end-position.
985
986 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
987
988 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
989 quoted From lines.
990
991 * mail/rmail.el (rmail-redecode-body): New function, based on old
992 version removed in 2009-01-22 change.
993 (rmail-show-message): Unquote From lines.
994
995 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
996
997 * doc-view.el (doc-view-mode): Don't use string-match and file
998 extension to choose fallback mode on empty/non-existing files but
999 let-bind auto-mode-alist and call normal-mode.
1000
1001 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1002
1003 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1004 concatenating the type indicating character.
1005 (ls-lisp-format): Don't propertize file-name only if
1006 ls-lisp-classify already did.
1007
1008 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1009
1010 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1011 Describe second parameter of hook functions.
1012 (dbus-handle-event): Apply it.
1013
1014 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * mail/rmail.el (rmail-toggle-header): Don't reset
1017 rmail-header-style permanently (bug#2016).
1018
1019 2009-01-28 Denis Howe <denis.howe@gmail.com>
1020
1021 * complete.el (PC-do-completion): Correct case when completion is
1022 unambiguous.
1023
1024 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1025
1026 * calendar/todo-mode.el (todo-insert-item-here):
1027 Prevent insertion of a new entry inside of an existing entry.
1028 Minor code cleanup. (Bug#2084)
1029 (todo-add-category): Change the interactive spec. Signal an error
1030 if the Todo file is non-empty but contains no category. Reject
1031 category names that could induce bugs and confusion. Call
1032 todo-mode if the Todo file is new and unsaved. Simplify handling
1033 of local variables cookie. Properly display the newly added
1034 category in Todo mode.
1035 (todo-show): Call todo-initial-setup only if there is neither a
1036 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1037 (todo-category-alist): Delete function.
1038 (todo-completing-read): New function.
1039 (todo-insert-item, todo-jump-to-category): Use it.
1040 (todo-insert-item): Make the use of the prefix argument conform to
1041 the doc string. (Bug#2086)
1042
1043 2009-01-28 Glenn Morris <rgm@gnu.org>
1044
1045 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1046 even when called from the summary. (Bug#2075)
1047 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1048 (rmail-show-message-maybe): Use rmail-no-mail-p.
1049 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1050 (rmail-get-labels): Separate status and label fields with a semicolon,
1051 rather than a comma, for consistency with old Rmail.
1052
1053 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1054 starting from the beginning, since mail-fetch-field does not care.
1055 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1056 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1057 (rmail-get-summary-labels): New function. Returns labels rather than
1058 status (edited, etc).
1059 (rmail-create-summary): Insert an extra space after the status
1060 flags, for consistency with old rmail, and with current
1061 rmail-summary-font-lock-keywords.
1062
1063 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1066 if region is active. Use cond instead of nested ifs. (Bug#2053)
1067
1068 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1071 converting.
1072
1073 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1074 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1075
1076 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1077
1078 * mouse.el (mouse-select-font): Return a string instead of a list.
1079
1080 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1083 don't have to do it in normal-erase-is-backspace-mode.
1084
1085 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1086 and C-backspace; the latter is not available on ttys anyway.
1087
1088 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1089
1090 (doc-view-mode): Fix broken call to string-match.
1091
1092 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1093
1094 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1095 fundamental-mode or ps-mode if the file is empty or doesn't exist
1096 at all.
1097 (doc-view-initiate-display): Better info message if doc-view-mode
1098 cannot be used. (Missing utility or no png support/no X frame.)
1099 (Bug#2058)
1100
1101 2009-01-27 Glenn Morris <rgm@gnu.org>
1102
1103 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1104 of the headers in the full header case. (Bug#2073)
1105
1106 2009-01-27 Kenichi Handa <handa@m17n.org>
1107
1108 * mail/rmail.el (rmail-get-coding-system): Re-search
1109 rmail-mime-charset-pattern directly instead of using
1110 mail-fetch-field. Use coding-system-from-name.
1111
1112 * international/mule-cmds.el (canonicalize-coding-system-name)
1113 (coding-system-from-name): New functions.
1114
1115 2009-01-27 Glenn Morris <rgm@gnu.org>
1116
1117 * dired-x.el (dired-bind-vm): Doc fix.
1118
1119 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1120 Replace `first' and `rest' with `car' and `cdr' throughout.
1121 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1122 (rsf-scanning-messages-now): Doc fix.
1123 (rsf-check-field): Rename from `check-field' and update callers.
1124 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1125 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1126
1127 * mail/rmail.el: Remove leading `*' from defcustom docs.
1128 Remove needless autoloads of many defcustoms and hooks.
1129 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1130 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1131 (rmail-decode-mime-charset): Doc fix.
1132 (rmail-search-message, rmail-resend): Check functions set before use.
1133
1134 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1135 Remove needless autoloads of many defcustoms.
1136 (rmail-output-to-babyl-buffer): Rename from
1137 rmail-output-to-r-mail-buffer and update caller.
1138 (rmail-output): Doc fix.
1139
1140 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1141 Remove needless autoloads of many defcustoms.
1142 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1143 is set.
1144
1145 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1146 (batch-unrmail, unrmail): Doc fix.
1147
1148 * mail/rmailsum.el (rmail-message-recipients-p-1)
1149 (rmail-message-regexp-p-1): Ensure searches start from the
1150 beginning of the header.
1151
1152 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1155
1156 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1157
1158 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1159 expand the denominator.
1160
1161 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1162
1163 * net/dbus.el (dbus-event-error-hooks): New variable.
1164 (dbus-handle-event): Use it.
1165
1166 2009-01-26 Glenn Morris <rgm@gnu.org>
1167
1168 * Makefile.in (ELCFILES): Update.
1169
1170 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1171 replies. (Bug#512)
1172
1173 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1174
1175 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1176
1177 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1178
1179 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1180 Remove from global map and key definitions.
1181 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1182 definitions.
1183 (ns-show-preferences-help, ns-unput-working-text): New functions.
1184 (ns-unecho-working-text): Update message.
1185
1186 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1187
1188 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1189 variable to allow the user to choose icalendar UID format.
1190 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1191 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1192 (icalendar-export-region,icalendar--create-uid): Use custom
1193 function to compute icalendar UID for each entry.
1194 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1195 with description, location, etc. fields (need to keep active count
1196 of fields encountered). Another bug fix to the regex that matches
1197 multiple lines (need \' regex instead of $ to match end-of-entry).
1198
1199 2009-01-25 Juri Linkov <juri@jurta.org>
1200
1201 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1202 change its title from "Recursive grep..." to "Grep via Find...".
1203 Add menu items for lgrep and rgrep.
1204
1205 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1206
1207 * ps-print.el (ps-print-version): New version 7.3.4.
1208
1209 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1210
1211 * ps-print.el: Fix face background/foreground extraction.
1212 (ps-face-extract-color): New fun.
1213 (ps-face-attributes, ps-face-attribute-list): Code fix.
1214
1215 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1216
1217 * align.el (align-region): Avoid infloop.
1218
1219 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1220
1221 * env.el (environment): Function removed.
1222
1223 * international/mule-cmds.el (set-language-environment-coding-systems):
1224 If default-buffer-file-coding-system is nil, set up to have EOLs that
1225 are native for the underlying system-type. (Bug#1853)
1226 (prefer-coding-system, set-default-coding-systems): Doc fix.
1227
1228 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1231 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1232 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1233 Use `string-match-p'.
1234
1235 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1236
1237 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1238 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1239 next-feed does not succeed. Fixes bug#1710 even more.
1240 (newsticker-treeview-next-feed): Simplify.
1241 (newsticker--group-get-feeds): Suppress group names in result.
1242
1243 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1244
1245 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1246 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1247
1248 2009-01-24 Glenn Morris <rgm@gnu.org>
1249
1250 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1251 "popmail" by "pormail".
1252
1253 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1254 Remove unneeded declarations.
1255
1256 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1257
1258 * calc/calc-poly.el (calcFunc-apart): Improve test for
1259 rational functions.
1260
1261 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1264 return value of rmail-get-labels.
1265
1266 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1267 return value of rmail-get-labels.
1268
1269 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1270 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1271
1272 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1273
1274 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1275 old cache file. Fixes bug#1710.
1276
1277 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1280
1281 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1282
1283 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1284 Switch names and update comments for clarity.
1285
1286 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1289 start is nil, as was done in tar-mode.el.
1290
1291 2009-01-23 Glenn Morris <rgm@gnu.org>
1292
1293 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1294 more.
1295
1296 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1297
1298 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * server.el (server-name): Make it a defcustom. (Bug#1995)
1301
1302 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1303
1304 2009-01-23 Glenn Morris <rgm@gnu.org>
1305
1306 * Makefile.in (ELCFILES): Update.
1307
1308 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1309
1310 * net/newst-treeview.el
1311 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1312 current-item-counts. Move to next feed if necessary. (Bug#1569)
1313 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1314 feed if necessary. (Bug#1569)
1315 (newsticker-treeview-next-feed)
1316 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1317 Don't activate node nil. (Bug#1569)
1318
1319 2009-01-22 Paul Reilly <pmr@pajato.com>
1320 Henrik Enberg <enberg@printf.se>
1321 Alex Schroeder <alex@gnu.org>
1322 Chong Yidong <cyd@stupidchicken.com>
1323 Richard M Stallman <rms@gnu.org>
1324 Glenn Morris <rgm@gnu.org>
1325 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1328 (rmail-attribute-header, rmail-keyword-header)
1329 (rmail-answered-attr-index, rmail-deleted-attr-index)
1330 (rmail-edited-attr-index, rmail-filed-attr-index)
1331 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1332 (rmail-unseen-attr-index, rmail-resent-attr-index)
1333 (rmail-attr-array, rmail-header-style, rmail-file-name)
1334 (rmail-buffer-swapped): New vars.
1335 (rmail-convert-file-maybe, rmail-error-bad-format)
1336 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1337 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1338 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1339 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1340 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1341 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1342 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1343 (rmail-message-attr-p, rmail-message-unseen-p)
1344 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1345 (rmail-show-message-maybe, rmail-copy-headers)
1346 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1347 (rmail-write-region-annotate): New functions.
1348
1349 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1350 (rmail-convert-mailpath, rmail-convert-file)
1351 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1352 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1353 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1354 (rmail-redecode-body)
1355 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1356 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1357 (rmail-count-screen-lines, rmail-message-regexp-p)
1358 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1359 (rmail-nuke-pinhead-header): Move to rmailout.el.
1360
1361 (rmail-ignored-headers): Add additional headers.
1362 (rmail-mode-map): Update key commands.
1363 (rmail-tool-bar-map): Build tool-bar unconditionally.
1364 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1365 conversion and new buffer swapping mechanism.
1366 (rmail-perm-variables): Use new vars, and remove deleted ones.
1367 (rmail-revert): Use rmail-convert-file-maybe.
1368 (rmail-duplicate-message): Use rmail-show-message-maybe.
1369 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1370 a disk-full error.
1371 (rmail-parse-url): Strip embedded password.
1372 (rmail-insert-inbox-text): Default to movemail if
1373 rmail-movemail-program is null. Handle mbox format.
1374 (rmail-decode-region): New arg.
1375 (rmail-display-labels): Don't perform Babyl processing.
1376 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1377 (rmail-set-message-counters, rmail-count-new-messages)
1378 (rmail-set-message-counters-counter, rmail-show-message)
1379 (rmail-next-same-subject, rmail-reply): Use mbox format.
1380 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1381 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1382 buffer swapping mechanism.
1383
1384 * mail/rmailedit.el: Require rmailsum.el.
1385 (rmail-edit-mode): First check if buffer is swapped.
1386 (rmail-edit-saved-coding-system): Delete var.
1387 (rmail-edit-current-message): Don't call deleted vars.
1388 (rmail-cease-edit): Handle mbox format.
1389 (rmail-abort-edit): Widen buffer.
1390
1391 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1392 declarations.
1393 (rmail-buffer, rmail-current-message, rmail-last-label)
1394 (rmail-last-multi-labels, rmail-summary-vector)
1395 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1396 (rmail-keywords): Delete vars.
1397 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1398 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1399 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1400 (rmail-make-label): New function.
1401 (rmail-read-label): Don't call rmail-parse-file-keywords.
1402 (rmail-set-label): Rewrite using rmail-set-attribute.
1403 (rmail-next-labeled-message): Use rmail-get-labels.
1404
1405 * mail/rmailmm.el: New file.
1406
1407 * mail/rmailmsc.el: Require rmail.el.
1408 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1409
1410 * mail/rmailout.el (rmail-output-decode-coding): New var.
1411 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1412 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1413 (rmail-output-to-rmail-buffer): New functions.
1414 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1415 Delete functions.
1416 (rmail-nuke-pinhead-header): Move from rmail.el.
1417 (rmail-output): Rewrite to accept both mbox and babyl output.
1418 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1419 use mbox internal format.
1420
1421 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1422 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1423 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1424 Use rmail-get-header.
1425 (rmail-sort-messages): Use new buffer swapping mechanism.
1426 Handle mbox internal format.
1427
1428 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1429 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1430 (rmail-message-regexp-p, rmail-new-summary-1)
1431 (rmail-get-create-summary-buffer, rmail-get-summary)
1432 (rmail-create-summary-line, rmail-get-summary-labels)
1433 (rmail-create-summary, rmail-header-summary)
1434 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1435 (rmail-summary-by-topic, rmail-message-senders-p)
1436 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1437 internal format.
1438 (rmail-new-summary): Rewrite window handling.
1439 (rmail-make-summary-line, rmail-make-summary-line-1)
1440 (rmail-make-basic-summary-line)
1441 (rmail-summary-output-to-rmail-file): Functions deleted.
1442 (rmail-summary-undelete, rmail-summary-rmail-update)
1443 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1444 (rmail-summary-show-message, rmail-summary-wipe)
1445 (rmail-summary-toggle-header, rmail-summary-reply):
1446 Use rmail-buffer instead of rmail-view-buffer.
1447 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1448 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1449 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1450
1451 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1452
1453 * term/ns-win.el (ns-show-manual): Fix node name.
1454 (x-open-connection): Fix typo in declaration filename.
1455
1456 2009-01-22 Romain Francoise <romain@orebokech.com>
1457
1458 * Makefile.in (ELCFILES): Update.
1459
1460 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1461
1462 * frame.el (make-frame-on-tty): Remove function, inline contents
1463 in the only user ...
1464
1465 * server.el (server-create-tty-frame): ... here.
1466
1467 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * format.el (format-annotate-function):
1470 Set write-region-post-annotation-function.
1471
1472 2009-01-21 John Wiegley <johnw@newartisans.com>
1473
1474 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1475 list of output filters.
1476 (eshell-mode): Change the default binding of C-a to eshell-bol.
1477 I don't think it's actually bound at all by default in eshell;
1478 it just falls back to the default binding of C-a.
1479
1480 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * minibuffer.el (completion--insert-strings): Fix up computation of
1483 column position which manifested e.g. in proced's signal completion.
1484
1485 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * server.el (server-start): Allow server to shut down when no
1488 frames are available in daemon-mode.
1489
1490 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1491
1492 * term.el (term-previous-matching-input, term-next-matching-input)
1493 (term-previous-matching-input-from-input)
1494 (term-next-matching-input-from-input, term-backward-matching-input)
1495 (term-forward-matching-input): Change argument name to match docstring.
1496
1497 2009-01-21 Glenn Morris <rgm@gnu.org>
1498
1499 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1500 that are no longer needed.
1501 (authors-scan-change-log): Doc fix.
1502 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1503
1504 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1505
1506 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1507 Use aspell default dict.
1508
1509 2009-01-20 Kenichi Handa <handa@m17n.org>
1510
1511 * descr-text.el (describe-char): Improve description of eight-bit
1512 char in a unibyte buffer. (Bug#1935)
1513
1514 2009-01-20 Glenn Morris <rgm@gnu.org>
1515
1516 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1517 Add some entries.
1518
1519 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * progmodes/ruby-mode.el: Autoload other interpreter names.
1522
1523 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * descr-text.el (describe-char-categories): New defsubst.
1526 (describe-char): Use it.
1527
1528 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1531 IPv4 mapped IPv6 addresses.
1532
1533 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1536 the beginning of the buffer. (Bug#1949)
1537
1538 2009-01-18 Markus Triska <markus.triska@gmx.at>
1539
1540 * linum.el (linum-update-window): Use `delq' instead of `delete';
1541 compare strings with `equal-including-properties'.
1542
1543 2009-01-17 Glenn Morris <rgm@gnu.org>
1544
1545 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1546 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1547
1548 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1549 (eldoc-message-commands, eldoc-print-current-symbol-info):
1550 Doc fix (consistent case of "ElDoc").
1551
1552 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1553
1554 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1555
1556 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1557
1558 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1559 TARGET)' does not exist, try again with its basename replaced by
1560 `(cdr TARGET)'. (Related to Bug #1853.)
1561
1562 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1563
1564 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1565
1566 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1567 unless flyspell-mode is enabled.
1568 (flyspell-pre-point): Make buffer-local.
1569
1570 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1571
1572 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1573 delimiters, allow fields that are composed of strings and string
1574 constants.
1575 (bibtex-mode): Doc fix.
1576
1577 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1578
1579 * textmodes/ispell.el: Protect against declare-function undefined
1580 in XEmacs.
1581 (ispell-program-name): Search also for hunspell when setting default.
1582 (ispell-find-aspell-dictionaries): Better error message. Use correct
1583 dictionary alist for default. Better fallback default dictionary.
1584
1585 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1586
1587 * international/quail.el (quail-insert-kbd-layout):
1588 Delete superfluous handling of 8-bit code. (Bug#1418)
1589
1590 2009-01-16 Glenn Morris <rgm@gnu.org>
1591
1592 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1593 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1594 (eldoc-highlight-function-argument): Doc fix - mention effect of
1595 eldoc-documentation-function.
1596 (eldoc-message-commands-table-size, eldoc-message-commands)
1597 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1598 (eldoc-documentation-function): Mention effect on user options.
1599
1600 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1601
1602 2009-01-16 Kevin Ryde <user42@zip.com.au>
1603
1604 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1605 its version number, and then set both.
1606
1607 2009-01-16 Richard M Stallman <rms@gnu.org>
1608
1609 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1610
1611 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1614 Refer to revert-buffer, not Buffer-menu-revert.
1615 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1616 (Buffer-menu-revert): Remove function, unused.
1617 (Buffer-menu-mode-map): Don't bind keys already
1618 bound by special-mode.
1619 (Buffer-menu-mode-map): Add a menu.
1620
1621 2009-01-15 Stephen Eglen <stephen@gnu.org>
1622
1623 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1624
1625 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1626
1627 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1628
1629 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1630
1631 * window.el (special-display-p): Revert 2009-01-14 change.
1632
1633 2009-01-15 Glenn Morris <rgm@gnu.org>
1634
1635 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1636 (authors-obsolete-files-regexps, authors-ignored-files):
1637 (authors-renamed-files-alist): Add some entries.
1638 (authors-fixed-entries): Change some entries.
1639 (authors-canonical-file-name): Doc fix.
1640 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1641
1642 2009-01-14 Juri Linkov <juri@jurta.org>
1643
1644 * info.el (Info-isearch-filter): Don't filter out invisible text
1645 when search-invisible is t. (Bug#1848)
1646
1647 * simple.el (blink-matching-open): Use `minibuffer-message' to
1648 display messages in the minibuffer.
1649
1650 * help.el (view-help-file):
1651 * menu-bar.el (menu-bar-help-extra-packages):
1652 Use goto-address-mode instead of goto-address.
1653
1654 * net/goto-addr.el (goto-address-url-face): Change default value
1655 from `bold' to `link'.
1656
1657 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1660
1661 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1662
1663 * frame.el (special-display-popup-frame): Rewrite doc-string and
1664 simplify code.
1665
1666 * window.el (special-display-buffer-names)
1667 (special-display-regexps): Add customization support for
1668 function/other-args elements. Rewrite doc-strings.
1669 (special-display-function): Rewrite doc-string.
1670 (same-window-buffer-names, same-window-regexps):
1671 Minor doc-string fixes.
1672 (special-display-p): Minor rewrite.
1673
1674 2009-01-14 Glenn Morris <rgm@gnu.org>
1675
1676 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1677
1678 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1681 MESSAGEs with internal square brackets (i.e., " this [test] message").
1682 Use `string-match-p'.
1683 (completion--make-envvar-table, completion--file-name-table)
1684 (completion-pcm--string->pattern, completion-pcm--all-completions)
1685 (completion-pcm--filename-try-filter): Use `string-match-p'.
1686
1687 2009-01-14 Juri Linkov <juri@jurta.org>
1688
1689 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1690 non-nil `bug-reference-url-format' before putting an overlay
1691 property `bug-reference-url'.
1692 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1693 `bug-reference-url-format'. Doc fix. (Bug#1744)
1694
1695 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1698 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1699
1700 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1701 loaded.
1702
1703 2009-01-13 Jason Rumney <jasonr@gnu.org>
1704
1705 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1706
1707 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1708
1709 * subr.el (play-sound): Doc fix. (Bug#250)
1710 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1711
1712 2009-01-12 Alan Mackenzie <acm@muc.de>
1713
1714 * textmodes/paragraphs.el (forward-sentence): Change limit of
1715 re-search-backward to allow values of `sentence-end' anchored at BOL.
1716
1717 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1720 subfield of the magic string.
1721
1722 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1723
1724 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1725 (math-special-function-table): Use `math-compose-tex-sqrt' to
1726 compose sqrts in TeX and LaTeX mode.
1727
1728 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * faces.el (describe-face): Ignore anonymous faces.
1731
1732 * server.el (server-save-buffers-kill-terminal): Args changed.
1733 Handle nowait client frames.
1734
1735 * files.el (save-buffers-kill-terminal): Args for
1736 server-save-buffers-kill-terminal changed.
1737
1738 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1739
1740 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1741
1742 2009-01-11 Glenn Morris <rgm@gnu.org>
1743
1744 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1745 Silence compiler.
1746
1747 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1748 some entries.
1749 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1750 (authors-renamed-files-alist): Add entries.
1751 (authors-fixed-entries): Update for renamed and removed files.
1752 (authors-canonical-file-name): Add entries to
1753 authors-checked-files-alist based on their full names, expanded relative
1754 to each log-file directory.
1755 (authors-scan-el, authors-add-to-author-list, authors):
1756 Handle multiple authors in a file, via a new :cowrote category.
1757
1758 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1759
1760 2009-01-10 Richard M Stallman <rms@gnu.org>
1761
1762 * mail/mail-utils.el (mail-quote-printable-region): New function.
1763
1764 2009-01-10 Glenn Morris <rgm@gnu.org>
1765
1766 * calendar/cal-move.el (calendar-scroll-left-three-months)
1767 (calendar-scroll-right-three-months):
1768 * calendar/holidays.el (calendar-list-holidays)
1769 (calendar-mark-holidays):
1770 * calendar/lunar.el (calendar-lunar-phases):
1771 Add event handling, for when called from menus with the calendar buffer
1772 not current.
1773
1774 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1775
1776 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1777 Move setting up whitepace-mode ...
1778 (diff-mode): ... here.
1779 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1780
1781 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * faces.el (x-font-family-list): Remove entirely.
1784
1785 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1786
1787 Fix Bug #876:
1788
1789 * info.el (info-insert-file-contents, Info-insert-dir):
1790 Bind inhibit-null-byte-detection to non-nil.
1791
1792 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1793
1794 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1795 toggling tool bars on. (Bug#1754)
1796
1797 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * faces.el (face-valid-attribute-values): Use string as value for
1800 :family attribute. Now, font-family-list returns a list of strings.
1801 (x-font-family-list): Obsolete compatibility version of function
1802 from xfaces.c.
1803
1804 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1805
1806 * window.el (special-display-buffer-names)
1807 (special-display-regexps, special-display-function):
1808 In doc-strings say "same-window" instead of "same-buffer".
1809
1810 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * net/tramp.el: Revert previous patch. `last-command-char' is
1813 used in code intended only for XEmacs, where it is different from
1814 `last-command-event'.
1815
1816 2009-01-09 Glenn Morris <rgm@gnu.org>
1817
1818 * subr.el (last-input-char, last-command-char):
1819 Move here from src/keyboard.c.
1820
1821 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1822 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1823 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1824 * wdired.el:
1825 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1826 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1827 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1828 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1829 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1830 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1831 * eshell/em-smart.el, eshell/esh-mode.el:
1832 * international/mule-cmds.el:
1833 * mail/mailabbrev.el:
1834 * net/tramp.el:
1835 * play/mpuz.el:
1836 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1837 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1838 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1839 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1840 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1841 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1842 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1843 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1844 Replace last-command-char with last-command-event.
1845
1846 * double.el, electric.el, replace.el, term.el, terminal.el:
1847 * calc/calc.el:
1848 * emulation/viper-cmd.el:
1849 * international/mule-cmds.el:
1850 * obsolete/iso-acc.el:
1851 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1852
1853 * emacs-lisp/edebug.el: Remove references to last-command-char and
1854 last-input-char, since these have been identical to last-command-event
1855 and last-input-event since at least Emacs 19.
1856 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1857 Remove.
1858
1859 2009-01-09 Dave Love <fx@gnu.org>
1860
1861 * calendar/time-date.el: Require cl for `declare'.
1862
1863 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1864
1865 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
1866 Suggested by Dave Love.
1867
1868 2009-01-09 Dave Love <fx@gnu.org>
1869
1870 * net/imap.el (imap-string-to-integer): Fix typo.
1871 (imap-fetch-safe): New function.
1872 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1873
1874 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
1875 (imap-parse-greeting): Fix doc strings.
1876 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1877 (imap-parse-flag-list): Make messages unique.
1878 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
1879
1880 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
1881 call.
1882
1883 * net/imap.el: Fix author email. Doc fixes.
1884 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1885 reply.
1886
1887 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1888
1889 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
1890
1891 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1892
1893 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
1894 Call nslookup if resolv.conf isn't available.
1895 (dns-query): Rename from query-dns.
1896 (dns-query-cached): Rename from query-dns-cached.
1897
1898 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1899
1900 * net/imap.el (imap-enable-exchange-bug-workaround):
1901 Explain auto-detection in the doc string.
1902
1903 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
1906 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
1907 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
1908 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
1909 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
1910 Fix typos in docstrings.
1911 (ispell-command-loop): Reflow docstring.
1912
1913 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
1914
1915 * textmodes/ispell.el (ispell-encoding8-command): New variable.
1916 (ispell-aspell-supports-utf8): Mark as obsoleted by
1917 ispell-encoding8-command.
1918 (ispell-check-version): Set ispell-encoding8-command.
1919 (ispell-check-spellchecker-params, ispell-start-process):
1920 Use ispell-encoding8-command.
1921
1922 * textmodes/flyspell.el (flyspell-large-region):
1923 Use ispell-encoding8-command.
1924
1925 2009-01-08 Glenn Morris <rgm@gnu.org>
1926
1927 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
1928 scroll the calendar.
1929
1930 * international/mule-cmds.el (universal-coding-system-argument):
1931 last-input-char need not be a char.
1932
1933 * textmodes/ispell.el (ispell-check-minver): Declare.
1934 Use string-to-number rather than string-to-int.
1935
1936 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
1937
1938 * add-log.el (change-log-search-tag-name): Reflow docstring.
1939 (change-log-mode): Fix typo in docstring.
1940
1941 * international/mule.el (define-coding-system): Doc fix.
1942
1943 2009-01-07 Kenichi Handa <handa@m17n.org>
1944
1945 * international/mule.el (define-coding-system): Fix docstring
1946 about :bom usage.
1947
1948 2009-01-07 Martin Rudalics <rudalics@gmx.at>
1949
1950 * dired.el (dired-pop-to-buffer): Don't split windows
1951 horizontally. (Bug#1806)
1952
1953 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * tar-mode.el (tar-mode, tar-mode-write-contents)
1956 (tar-write-region-annotate): Undo Andreas's last change.
1957
1958 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
1959
1960 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
1961 (tramp-handle-file-local-copy, tramp-handle-write-region)
1962 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1963 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
1964
1965 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * minibuffer.el (completion-hilit-commonality): Don't presume
1968 all-completions always include the input as prefix.
1969 (completion-pcm--pattern-trivial-p): Accept a few more patterns
1970 as trivial.
1971 (completion-pcm--hilit-commonality): Remove leftover code that used to
1972 deal with the now removed cdr-in-last-cons.
1973
1974 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
1975
1976 * international/mule.el (define-coding-system): Fix typos in docstring.
1977
1978 2009-01-05 Alan Mackenzie <acm@muc.de>
1979
1980 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1981 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
1982
1983 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * net/tramp.el (tramp-handle-load)
1986 (tramp-do-copy-or-rename-file-directly)
1987 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1988 (tramp-handle-write-region)
1989 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1990 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1991 Delete temporary file in case of error.
1992
1993 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
1994
1995 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
1996
1997 2009-01-05 Richard M Stallman <rms@gnu.org>
1998
1999 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2000
2001 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2002
2003 * window.el (display-buffer): Fix last fix.
2004
2005 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2008 to shorten the desktop file directory shown in message.
2009
2010 2009-01-05 Glenn Morris <rgm@gnu.org>
2011
2012 * version.el (emacs-copyright):
2013 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2014 Update copyrights for 2009.
2015
2016 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2017
2018 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2019 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2020 hard-coded 0.
2021 (ada-get-indent-loop): Fix list access bug.
2022
2023 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2026 (lisp-interaction-mode): Add a blank line in the docstring
2027 before the keymap listing.
2028
2029 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2030
2031 * window.el (display-buffer): When a buffer is displayed in the
2032 selected and some other window, and not-this-window is non-nil,
2033 try to return that other window instead of popping up a new
2034 frame. (Bug#30)
2035
2036 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2039
2040 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2041
2042 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2043
2044 2009-01-03 Michael Olson <mwolson@gnu.org>
2045
2046 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2047 blank characters which will confuse `read', so skip past them.
2048
2049 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2050
2051 * emacs-lisp/authors.el (authors-aliases): Addition.
2052 (authors): Allow to use it for other projects.
2053
2054 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2055 Clarify MATCH argument. Print filenames.
2056
2057 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2058
2059 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2060
2061 * net/tramp.el (tramp-local-host-regexp)
2062 (tramp-prefix-domain-format)
2063 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2064 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2065 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2066 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2067 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2068 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2069 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2070 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2071 (tramp-handle-insert-file-contents): Fix setting of
2072 `buffer-read-only'.
2073 (tramp-compute-multi-hops, tramp-local-host-p):
2074 Use `tramp-local-host-regexp'.
2075 (tramp-file-name-real-user, tramp-file-name-domain):
2076 Use `tramp-user-with-domain-regexp'.
2077
2078 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2079 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2080
2081 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2082
2083 * proced.el (proced-grammar-alist): Refiner can be a
2084 list (function help-echo) instead of a cons pair.
2085 (proced-post-display-hook): New variable.
2086 (proced-tree-depth): Rename from proced-tree-indent.
2087 (proced-mode): Derive mode from special-mode.
2088 (proced-mode-map): Change accordingly.
2089 (proced, proced-update): Run proced-post-display-hook.
2090 (proced-do-mark-all): Count processes for which mark has been updated.
2091 (proced-format): Check for ppid attribute.
2092 (proced-process-attributes): Take time and ctime attribute from
2093 system-process-attributes.
2094 (proced-send-signal): Doc fix. Collect properly the info on
2095 marked processes. Use fit-window-to-buffer instead of
2096 dired-pop-to-buffer.
2097
2098 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2101 point-min==1.
2102
2103 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2106 (mode-line-client): Fix typo in help message and docstring.
2107
2108 2009-01-02 Jason Rumney <jasonr@gnu.org>
2109
2110 * term/w32-win.el (image-library-alist): Add gobject library.
2111
2112 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2113
2114 * frame.el (window-system-default-frame-alist)
2115 (initial-frame-alist, minibuffer-frame-alist)
2116 (pop-up-frame-alist, pop-up-frame-function)
2117 (special-display-frame-alist): Rewrite and reformat doc-strings.
2118
2119 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2120
2121 * simple.el (minibuffer-default-add-shell-commands):
2122 Fix doc-string typo.
2123
2124 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * language/cham.el: Fix setting of composition-function-table.
2127
2128 * language/khmer.el: Fix setting of composition-function-table.
2129
2130 * language/tibet-util.el (tibetan-composition-function):
2131 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2132
2133 * simple.el (minibuffer-default): Add defvar.
2134
2135 * hippie-exp.el: Require comint.
2136
2137 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2138
2139 * simple.el (last-buffer): Don't set major mode of *scratch* if
2140 that buffer exists already. Rewrite doc-string.
2141
2142 2008-12-31 Andreas Schwab <schwab@suse.de>
2143
2144 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2145 write-region-annotate-functions.
2146 (tar-mode-write-contents): New function.
2147 (tar-write-region-annotate): Remove.
2148
2149 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2152 (buffer-swapped-with): Var removed.
2153
2154 2008-12-30 Kenichi Handa <handa@m17n.org>
2155
2156 * language/japanese.el (compose-gstring-for-variation-glyph):
2157 New function. Register it in composition-function-table.
2158
2159 * composite.el (lglyph-set-code): New function.
2160
2161 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * tar-mode.el (tar-data-swapped): New var.
2164 (tar-data-swapped-p, tar-swap-data):
2165 Use it instead of buffer-swapped-with.
2166 (tar-write-region-annotate): Re-add (partial undo of last change).
2167 (tar-mode): Use it again (partial undo as well).
2168
2169 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2170
2171 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2172
2173 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * follow.el (follow-select-if-visible): Improve the check for the
2176 last line of the window.
2177 (follow-post-command-hook): Perform redisplay in more
2178 circumstances, to avoid getting point stuck on partially visible lines.
2179
2180 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * follow.el (follow-calc-win-end): Use with-selected-window.
2183 (follow-windows-start-end, follow-pos-visible)
2184 (follow-windows-aligned-p): Code cleanup.
2185 (follow-select-if-visible): Try to avoid partially-visible lines.
2186 (follow-select-if-visible-from-first): Call follow-redisplay and
2187 move point to destination.
2188 (follow-redisplay): New arg, to keep selected window unchanged.
2189 (follow-post-command-hook): In final check for destination
2190 visibility, use window-start and window-end instead of the less
2191 accurate follow-pos-visible. If the selected window is redrawn,
2192 tell follow-redisplay to preserve it.
2193 (follow-calculate-first-window-start-from-below): Avoid looping
2194 forever if vertical-motion returns an unexpected value.
2195
2196 2008-12-30 Andreas Schwab <schwab@suse.de>
2197
2198 * server.el (server-running-p): Remove interactive spec.
2199 Fix regexp.
2200
2201 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * follow.el (follow-calc-win-start): Don't use `inline'.
2204 (follow-update-window-start, follow-select-if-visible)
2205 (follow-calculate-first-window-start-from-below)
2206 (follow-post-command-hook): Code cleanup.
2207 (follow-downward, follow-calculate-first-window-start):
2208 Delete function and merge into follow-redisplay.
2209 (follow-redisplay): Merge code from follow-downward and
2210 follow-calculate-first-window-start.
2211
2212 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2213
2214 * proced.el (proced-tree-flag): Fix typo in docstring.
2215
2216 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2217
2218 * proced.el (proced-temp-alist): Rename from variable
2219 proced-children-alist.
2220 (proced-process-tree, proced-toggle-tree): Fix docstring.
2221 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2222 (proced-temp-internal): Use proced-temp-alist.
2223
2224 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2225
2226 * subr.el (mkdir): New defalias.
2227
2228 2008-12-29 Juri Linkov <juri@jurta.org>
2229
2230 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2231 command `proced-next-line' removed on 2008-09-06.
2232
2233 2008-12-28 Juri Linkov <juri@jurta.org>
2234
2235 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2236 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2237
2238 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2239 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2240 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2241 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2242 set 4 obsolete variables for backward-compatibility with Emacs 22.
2243
2244 2008-12-28 Juri Linkov <juri@jurta.org>
2245
2246 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2247
2248 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2249
2250 * misc.el (butterfly): New command.
2251
2252 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2253
2254 * proced.el (proced-grammar-alist): Allow predicate nil.
2255 New attribute tree.
2256 (proced-format-alist): Use attribute tree.
2257 (proced-tree-flag, proced-tree-indent): New variables.
2258 (proced-children-alist): Rename from proced-process-tree.
2259 PPID must refer to a process in process-alist.
2260 Ignore PPIDs that equal PID (Bug#1718).
2261 Children alist inherits sorting order from process-alist.
2262 (proced-process-tree): New variable. New function.
2263 (proced-process-tree-internal, proced-toggle-tree)
2264 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2265 (proced-mark-process-alist): Add docstring.
2266 (proced-filter-parents): PPID must refer to a process in
2267 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2268 (proced-sort): Throw error if attribute is not sortable.
2269 (proced-sort-interactive): Restrict completion to sortable attributes.
2270 (proced-format): Include tree in standard attributes if
2271 proced-tree-flag is non-nil. Make header clickable only if
2272 corresponding predicate is non-nil.
2273 (proced-update): Use proced-tree.
2274
2275 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * diff.el (diff): Doc fix.
2278
2279 * emacs-lisp/rx.el (rx): Doc fix.
2280
2281 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2282 before uniquifying backup trash file name.
2283
2284 2008-12-27 Andreas Schwab <schwab@suse.de>
2285
2286 * vc-git.el (vc-git-dir-printer): Fix filename column.
2287
2288 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2289
2290 * term.el (term-emulate-terminal): Decode substring just prior to
2291 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2292
2293 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2294
2295 * makefile.w32-in (MH_E_DIR): New variable.
2296 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2297 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2298 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2299 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2300 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2301 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2302 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2303 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2304 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2305 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2306 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2307
2308 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2309 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2310 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2311 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2312 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2313 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2314 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2315 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2316 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2317 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2318 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2319
2320 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2321
2322 * files.el (dosified-file-name): Declare.
2323
2324 2008-12-26 Andreas Schwab <schwab@suse.de>
2325
2326 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2327
2328 * tar-mode.el (tar-swap-data): New function.
2329 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2330 (tar-mode-revert): Likewise.
2331 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2332 (tar-data-swapped-p): Test buffer-swapped-with.
2333 (tar-write-region-annotate): Remove.
2334 (tar-header-block-tokenize): Add argument `coding' and use it
2335 instead of tar-file-name-coding-system.
2336 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2337
2338 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2339
2340 * dos-fns.el (dosified-file-name): New function.
2341
2342 * files.el (dir-locals-find-file): Run dir-locals-file through
2343 dosified-file-name. Compare files case-insensitively on systems
2344 whose filesystems are case-insensitive.
2345
2346 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2347
2348 * help.el (help-for-help-internal): Fix entry for "l".
2349
2350 2008-12-25 Richard M Stallman <rms@gnu.org>
2351
2352 * shadowfile.el (shadow-copy-file): Revert previous change.
2353 This code as it was should work properly with buffer-swapped-with.
2354
2355 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2356
2357 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2358
2359 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2360
2361 * subr.el (chmod): New defalias for set-file-modes.
2362
2363 2008-12-23 Juri Linkov <juri@jurta.org>
2364
2365 * isearch.el (isearch-filter-predicate, isearch-search):
2366 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2367 (isearch-filter-visible): Rename from
2368 `isearch-filter-invisible'. Doc fix.
2369
2370 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2371 value from `dired-isearch-filter-predicate-orig' instead of the
2372 symbol `isearch-filter-invisible'. Doc fix.
2373 (dired-isearch-filter-filenames): Doc fix.
2374 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2375
2376 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2377 for Info-point-loc since it is more correct in all cases.
2378 (Info-isearch-filter): Rename from
2379 `Info-isearch-filter-predicate'. Doc fix.
2380 (Info-mode): Replace `Info-isearch-filter-predicate' with
2381 `Info-isearch-filter'.
2382
2383 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2384
2385 * pgg.el: Add obsolescence info.
2386
2387 2008-12-22 Richard M Stallman <rms@gnu.org>
2388
2389 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2390
2391 * files.el (buffer-swapped-with): New variable.
2392 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2393 (basic-save-buffer): Unswap the buffer temporarily if nec.
2394
2395 * dired.el (dired-readin): Inhibit modification hooks.
2396
2397 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2398
2399 * net/newst-backend.el (newst-backend):
2400 Remove wrong duplicate provide statement.
2401
2402 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2405 end, before updating.
2406 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2407 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2408
2409 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2410
2411 * window.el (set-window-text-height): Fix doc-string.
2412
2413 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2416 (completion-all-completions): Don't set it.
2417 (completion-table-with-context, completion--file-name-table):
2418 Don't add base-size in last cdr.
2419 (completion-hilit-commonality): Add argument `base-size'.
2420 (display-completion-list, completion-emacs21-all-completions)
2421 (completion-emacs22-all-completions, completion-basic-all-completions):
2422 Provide it.
2423 (completion-pcm--all-completions): Don't need to remove the base-size
2424 in last-cdr any more.
2425
2426 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2427
2428 * textmodes/ispell.el (ispell-check-minver): New function.
2429 (ispell-check-version): Rewrite spellchecker and version checking.
2430 Use (ispell-check-minver). Handle hunspell versions.
2431
2432 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * ido.el (ido-read-internal): Handle `confirm' and
2435 `confirm-after-completion' values for the require-match argument.
2436
2437 2008-12-20 Jason Rumney <jasonr@gnu.org>
2438
2439 * international/mule.el (auto-coding-regexp-alist):
2440 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2441
2442 2008-12-20 Ami Fischman <ami@fischman.org>
2443
2444 * bindings.el (mode-line-eol-desc): Use assoc to query
2445 mode-line-eol-desc-cache.
2446
2447 2008-12-20 Glenn Morris <rgm@gnu.org>
2448
2449 * comint.el (comint-save-input-ring-index): Add missing initial value.
2450
2451 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * proced.el (proced-grammar-alist): Doc fix.
2454 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2455 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2456 (proced-undo): Fix typos in docstrings.
2457
2458 2008-12-19 Glenn Morris <rgm@gnu.org>
2459
2460 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2461 (authors-fixed-case): New constant.
2462 (authors-public-domain-files, authors-ignored-files):
2463 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2464 (authors-renamed-files-regexps): Add some new entries.
2465 (authors-canonical-file-name): Don't complain about ignored files.
2466 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2467 (authors): Ensure error buffer is writable.
2468
2469 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2470
2471 (ispell-really-hunspell): New variable to signal hunspell.
2472 (ispell-check-version):
2473 Check if hunspell and set ispell-really-hunspell if needed.
2474 (ispell-send-string, ispell-start-process, flyspell-large-region):
2475 Pass right options for hunspell if needed.
2476
2477 2008-12-18 Kenichi Handa <handa@m17n.org>
2478
2479 * international/fontset.el (script-representative-chars)
2480 (setup-default-fontset): Add more scripts.
2481
2482 * international/characters.el: Add more scripts.
2483
2484 2008-12-19 Juri Linkov <juri@jurta.org>
2485
2486 * info.el (Info-isearch-search): Implement lax version of
2487 incremental word search in Info.
2488 (Info-isearch-start): Set Info-isearch-initial-node to the
2489 current node when search is nonincremental to not stop at the
2490 initial node in this case.
2491 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2492
2493 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2496 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2497 (rst-repeat-last-character): Fix typos in docstrings.
2498 (rst-mode, rst-backward-section): Doc fixes.
2499
2500 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2501
2502 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2503 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2504 (newsticker--treeview-load): Check whether groups file exists.
2505
2506 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2507 (newsticker-dir): Use `locate-user-emacs-file'.
2508
2509 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2510
2511 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2512 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2513
2514 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2517
2518 * startup.el (command-line): Do not mention the server name in
2519 case the user has not mentioned it, print a more explicit message.
2520
2521 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2522 Change all callers.
2523
2524 2008-12-18 Sam Steingold <sds@gnu.org>
2525
2526 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2527
2528 2008-12-18 Juri Linkov <juri@jurta.org>
2529
2530 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2531 `isearch-edit-string-set-word'.
2532 (isearch-edit-string-set-word): Remove.
2533 (isearch-occur): Imitate the C function `wordify' by replacing
2534 non-word character with the \\W+ regexp.
2535 (isearch-search-fun): Add `isearch-nonincremental' to the
2536 condition of using a non-lax version of `word-search-forward'.
2537
2538 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2539
2540 * epa-file.el (epa-file-insert-file-contents):
2541 Set buffer-file-name before decrypting a file.
2542
2543 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * server.el (server-start): If unable to start the server,
2546 display a warning instead of raising an error.
2547
2548 * startup.el (server-process): Add defvar.
2549 (command-line): If the daemon is unable to start the server,
2550 display a message and exit Emacs.
2551
2552 2008-12-15 Sam Steingold <sds@gnu.org>
2553
2554 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2555 mostly for CLISP modules, but could also be useful elsewhere.
2556
2557 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2560 * icomplete.el (icomplete-prospects-height):
2561 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2562
2563 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * international/mule.el (find-auto-coding): Fix typo in docstring.
2566
2567 * international/mule-cmds.el (select-safe-coding-system):
2568 * mail/rmail.el (rmail-require-mime-maybe):
2569 Fix arguments of `display-warning'.
2570
2571 * simple.el (bad-package-check): Fix arguments of `display-warning',
2572 using the package name as TYPE. Use `string-match-p'.
2573
2574 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2575
2576 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2577 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2578 (proced-sort-user, proced-sort-header): Prefix arg determines
2579 sorting order. Suggested by Dan Nicolaescu.
2580 (proced-revert): Doc fix.
2581
2582 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2583
2584 * proced.el (proced-grammar-alist): Allow refiner elements that
2585 are cons pairs (function . help-echo) or nil.
2586 (proced-refine): Use them.
2587 (proced-format-alist): Allow alternatives.
2588 (proced-descend): New variable.
2589 (proced-sort): New arg descend.
2590 (proced-sort-interactive): Repeated calls toggle sort order.
2591 (proced-format): Accomodate changes of proced-format-alist.
2592 Undefined attributes are displayed as "?".
2593 (proced-process-attributes): New optional arg pid-list.
2594 Ignore processes with empty attribute list.
2595
2596 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2597
2598 * proced.el (proced-auto-update-interval): Rename from
2599 proced-timer-interval.
2600 (proced-auto-update-flag): Rename from proced-timer-flag.
2601 (proced-auto-update-timer): Rename from proced-timer.
2602 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2603 (proced-available): Initialize appropriately.
2604
2605 2008-12-13 Glenn Morris <rgm@gnu.org>
2606
2607 * subr.el (declare-function): Doc fix.
2608
2609 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2610 refer to elisp manual.
2611
2612 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2613
2614 * window.el (fit-window-to-buffer): Return non-nil when height
2615 was orderly adjusted, nil otherwise.
2616
2617 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2618 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * server.el (server-sentinel): Uncomment code to delete connection file.
2621 (server-start): Save the connection file in the server property list.
2622 Delete it only when we are reasonably convinced that it is not owned by
2623 a running server.
2624 (server-force-delete): New command to force-delete the connection file,
2625 and stop the server if it is running.
2626 (server-running-p): Return t also for local TCP servers when we find a
2627 process with a matching PID, and :other for undecided cases.
2628
2629 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2630
2631 * window.el (fit-window-to-buffer): Use with-selected-window and
2632 condition-case. Do not delete more windows than necessary in
2633 the shrinking (delta < 0) case. Do not raise an error when the
2634 containing frame is too small to show all of buffer. (Bug#1488)
2635
2636 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2637 min-height arg 1 to make sure that small buffers are shown.
2638
2639 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2642 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2643 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2644 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2645 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2646 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2647 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2648 (ruby-backward-sexp, ruby-add-log-current-method)
2649 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2650 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2651 (ruby-deep-indent-paren): Doc fix.
2652 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2653 (ruby-here-doc-find-end): Reflow docstring.
2654
2655 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2656
2657 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2658 dired-shrink-to-fit is non-nil. (Bug#1488)
2659
2660 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2663 decoding of long locale info is now done in `w32-get-locale-info'.
2664
2665 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2668
2669 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2672
2673 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2674 terminal variable assignment.
2675
2676 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2677 Nobuyoshi Nakada <nobu@ruby-lang.org>
2678
2679 * progmodes/ruby-mode.el: New file.
2680
2681 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * net/tramp.el (top): Don't fail if there is no current message.
2684 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2685
2686 2008-12-10 Kenichi Handa <handa@m17n.org>
2687
2688 * international/fontset.el (setup-default-fontset): Add an entry
2689 for characters in the Unicode SIP area.
2690
2691 2008-12-10 Glenn Morris <rgm@gnu.org>
2692
2693 * vc-mcvs.el: Move to obsolete/, with warning comment.
2694 * Makefile.in (ELCFILES): Update.
2695
2696 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2697
2698 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2699 buffer unmodified. (Bug#1509)
2700 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2701 modification time if visiting a file and the content is
2702 successfully decrypted.
2703
2704 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2707 check whether the buffer is still alive.
2708
2709 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2712
2713 2008-12-09 Glenn Morris <rgm@gnu.org>
2714
2715 * Makefile.in (ELCFILES): Update.
2716
2717 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2720 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2721
2722 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * term/xterm.el (terminal-init-xterm): Discard pending input
2725 before reading a reply to the terminal attributes query.
2726
2727 2008-12-05 Andreas Schwab <schwab@suse.de>
2728
2729 * dired.el (dired-font-lock-keywords): Fix last change.
2730
2731 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2732
2733 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2734 into (defcustom ... "..." :type ... :group...).
2735
2736 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * international/mule-diag.el (mule-diag): Display the window
2739 system version in a less laconic way.
2740
2741 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2744 if the sorting functions are not loaded. (Bug#1432)
2745
2746 2008-12-04 Sam Steingold <sds@gnu.org>
2747
2748 * progmodes/compile.el (compilation-read-command): Extract from
2749 compile.
2750 (compile): Use it.
2751 (recompile): Accept an optional argument to enable editing the
2752 command line.
2753
2754 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2755
2756 * net/tramp.el (top): Write a message, when loading Tramp.
2757
2758 * net/tramp-cache.el (tramp-dump-connection-properties):
2759 Polish the check, whether to dump the data.
2760
2761 2008-12-04 Lute Kamstra <lute@gnu.org>
2762
2763 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2764 check if the file "CVS/Entries" exists.
2765
2766 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * international/mule-diag.el (list-character-sets): Doc fix.
2769 (list-character-sets-2): Fix info in header. Simplify.
2770 (print-coding-system): Simplify.
2771 (list-input-methods-1): Simplify.
2772 (mule-diag): Display current font/fontset for all window systems,
2773 not just X. Simplify.
2774
2775 2008-12-04 Glenn Morris <rgm@gnu.org>
2776
2777 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2778 (vc-cvs-register): Doc fix.
2779 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2780 (vc-mcvs-register): Doc fix.
2781 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2782 (vc-rcs-register): Doc fix.
2783 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2784 (vc-sccs-register): Doc fix.
2785 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2786 (vc-svn-register): Doc fix.
2787
2788 * files.el (toggle-read-only): Doc fix.
2789
2790 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2793 be used in compact layout and vice-versa.
2794
2795 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2798 like most list-* commands.
2799
2800 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2801 They already exist in descr-text.el as `describe-char-unicodedata-file'
2802 and `describe-char-unicode-data'.
2803 (print-list): Simplify.
2804 (read-charset): Reflow docstring.
2805 (list-coding-systems): Doc fix.
2806
2807 2008-12-03 Glenn Morris <rgm@gnu.org>
2808
2809 * vc.el (vc-diff-switches): Doc fix.
2810 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2811 (vc-bzr-log-switches): Doc fix.
2812 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2813 * vc-git.el (vc-git-diff-switches): Doc fix.
2814 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2815 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2816 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2817 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2818 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2819
2820 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2821 other backends.
2822 (vc-arch-diff): Apply switches.
2823
2824 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2825 than appending.
2826
2827 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2828
2829 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2830
2831 * epa.el (epa--show-key): Use past tense of "expire" if the key
2832 has already been expired. Thanks to Peter BARABAS.
2833
2834 2008-12-03 Lute Kamstra <lute@gnu.org>
2835
2836 * align.el:
2837 * allout.el:
2838 * apropos.el:
2839 * arc-mode.el:
2840 * autoinsert.el:
2841 * avoid.el:
2842 * battery.el:
2843 * bookmark.el:
2844 * buff-menu.el:
2845 * calculator.el:
2846 * chistory.el:
2847 * cmuscheme.el:
2848 * comint.el:
2849 * compare-w.el:
2850 * dabbrev.el:
2851 * delim-col.el:
2852 * desktop.el:
2853 * diff-mode.el:
2854 * diff.el:
2855 * dired-aux.el:
2856 * dired-x.el:
2857 * dired.el:
2858 * dos-vars.el:
2859 * ediff-diff.el:
2860 * ediff-help.el:
2861 * ediff-init.el:
2862 * ediff-merg.el:
2863 * ediff-mult.el:
2864 * ediff-ptch.el:
2865 * ediff-vers.el:
2866 * ediff-wind.el:
2867 * ediff.el:
2868 * emerge.el:
2869 * facemenu.el:
2870 * faces.el:
2871 * ffap.el:
2872 * filecache.el:
2873 * find-dired.el:
2874 * font-core.el:
2875 * font-lock.el:
2876 * forms.el:
2877 * fringe.el:
2878 * help-at-pt.el:
2879 * hippie-exp.el:
2880 * ido.el:
2881 * image-file.el:
2882 * imenu.el:
2883 * indent.el:
2884 * info.el:
2885 * isearchb.el:
2886 * iswitchb.el:
2887 * jit-lock.el:
2888 * jka-compr.el:
2889 * log-edit.el:
2890 * lpr.el:
2891 * ls-lisp.el:
2892 * man.el:
2893 * menu-bar.el:
2894 * midnight.el:
2895 * mouse-sel.el:
2896 * mouse.el:
2897 * msb.el:
2898 * outline.el:
2899 * paren.el:
2900 * pcmpl-cvs.el:
2901 * pcmpl-gnu.el:
2902 * pcomplete.el:
2903 * pcvs-info.el:
2904 * pcvs-parse.el:
2905 * printing.el:
2906 * ps-mule.el:
2907 * ps-print.el:
2908 * replace.el:
2909 * ruler-mode.el:
2910 * saveplace.el:
2911 * sb-image.el:
2912 * scroll-bar.el:
2913 * sha1.el:
2914 * shadowfile.el:
2915 * shell.el:
2916 * sort.el:
2917 * speedbar.el:
2918 * strokes.el:
2919 * tempo.el:
2920 * term.el:
2921 * terminal.el:
2922 * time-stamp.el:
2923 * time.el:
2924 * tree-widget.el:
2925 * type-break.el:
2926 * vc-cvs.el:
2927 * vc-hg.el:
2928 * vc-mcvs.el:
2929 * vc-rcs.el:
2930 * vc-sccs.el:
2931 * vc.el:
2932 * view.el:
2933 * w32-vars.el:
2934 * whitespace.el:
2935 * wid-edit.el: Remove leading * from docstrings of defcustoms,
2936 deffaces, defconsts and defuns.
2937
2938 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
2941 the prompt was added to the minibuffer.
2942
2943 2008-12-02 Glenn Morris <rgm@gnu.org>
2944
2945 * format.el (format-write-file): Rewrite doc yet again.
2946
2947 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
2948 Doc fix. (Bug#1368)
2949
2950 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
2951
2952 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
2953
2954 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
2955 case where point is at the beginning of the buffer. (Bug#1239)
2956
2957 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
2958
2959 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
2960 already have the correct indentation. (Bug#859)
2961
2962 2008-12-02 Kenichi Handa <handa@m17n.org>
2963
2964 * international/uni-decomposition.el: Re-generated.
2965
2966 2008-12-01 Andreas Schwab <schwab@suse.de>
2967
2968 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
2969 ending in a colon as directory header.
2970
2971 2008-12-01 Kenichi Handa <handa@m17n.org>
2972
2973 * international/uni-numeric.el: Re-generated.
2974
2975 * international/charprop.el: Re-generated.
2976
2977 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * international/mule-cmds.el (locale-preferred-coding-systems):
2980 Fix alist item.
2981
2982 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
2985 (tramp-set-connection-property, tramp-flush-connection-property)
2986 (tramp-dump-connection-properties): Use it.
2987
2988 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * wdired.el (wdired-finish-edit): If displaying a single file,
2991 change dired-directory if that file was renamed.
2992
2993 * emacs-lisp/byte-run.el (macro-declaration-function):
2994 Disallow declare specs with lengths of 3 or more.
2995
2996 * dirtrack.el (dirtrack): Fix error message.
2997
2998 2008-11-30 Glenn Morris <rgm@gnu.org>
2999
3000 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3001 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3002
3003 * vc-git.el (vc-git-diff):
3004 * vc-hg.el (vc-hg-diff):
3005 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3006
3007 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3008 (eshell-needs-pipe-p): New function.
3009 (eshell-gather-process-output): Set process-connection-type according to
3010 eshell-needs-pipe-p. (Bug#1388)
3011
3012 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3013
3014 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3015 (diary-remind-message, diary-number-of-entries)
3016 (diary-include-other-diary-files, diary-mark-included-diary-files)
3017 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3018 (diary-font-lock-keywords-1): Reflow docstrings.
3019 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3020 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3021
3022 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3023 (timer-duration): Use `string-match-p'.
3024
3025 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3026
3027 * complete.el (PC-do-complete-and-exit):
3028 Use minibuffer-confirm-exit-commands.
3029
3030 * minibuffer.el (minibuffer-confirm-exit-commands):
3031 Add PC-complete and PC-complete-word to the list.
3032
3033 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3034
3035 * files.el (break-hardlink-on-save): Fix typo in docstring.
3036 Add :version tag.
3037
3038 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3039 (reb-mode): Define with `define-derived-mode'.
3040
3041 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3042
3043 * files.el (break-hardlink-on-save): New variable.
3044 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3045 (file-precious-flag): Mention it in doc string.
3046
3047 2008-11-29 Miles Bader <miles@gnu.org>
3048
3049 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3050 (minibuffer-complete-and-exit): Use it.
3051
3052 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * term/x-win.el (x-gtk-stock-cache): New hash table.
3055 (x-gtk-map-stock): Perform caching to prevent excess consing
3056 during redisplay.
3057
3058 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * minibuffer.el (completion--try-word-completion): Don't ignore
3061 partial-completion if it's the only style.
3062
3063 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3064
3065 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3066 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3067 (reb-initialize-buffer): Update matches, in case we're reentering
3068 RE Builder mode.
3069
3070 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3073 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3074 values for minibuffer-completion-confirm.
3075
3076 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3077
3078 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3079 any but the first "*" in a doc-string.
3080
3081 2008-11-28 Glenn Morris <rgm@gnu.org>
3082
3083 * format.el (format-write-file): Improve previous doc fix.
3084
3085 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * simple.el (use-empty-active-region, use-region-p)
3088 (region-active-p): Doc fix.
3089
3090 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3091
3092 * window.el (display-buffer): Fix handling of not-this-window
3093 argument. (Bug#1415)
3094
3095 2008-11-27 Kenichi Handa <handa@m17n.org>
3096
3097 * international/characters.el: Set category 'C' to characters
3098 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3099
3100 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3101
3102 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3103
3104 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3105 (tool-bar-find-image): Function deleted.
3106 (tool-bar-local-item, tool-bar-local-item-from-menu):
3107 Use find-image instead of tool-bar-find-image.
3108 (tool-bar-keymap-cache): New hash table.
3109 (tool-bar-make-keymap): Use it.
3110 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3111
3112 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * net/dbus.el (dbus-handle-event): The result of a message call
3115 handler can also be an object, which is not a consp.
3116
3117 2008-11-25 Alan Mackenzie <acm@muc.de>
3118
3119 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3120 (forward-list, backward-list, down-list, backward-up-list)
3121 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3122 (insert-pair, insert-parentheses): State that the command assumes
3123 that point is not in a string or comment.
3124
3125 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3126
3127 * net/dbus.el (dbus-string-to-byte-array)
3128 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3129 (dbus-unescape-from-identifier): New defuns.
3130 (dbus-handle-event): The result of a message call is a list of
3131 arguments, which must be expanded when passing to
3132 `dbus-method-return-internal'.
3133
3134 * net/tramp.el (tramp-handle-write-region): Improve the check for
3135 calling direct copy.
3136 (tramp-find-inline-encoding): Don't raise an error but a warning,
3137 when no inline encoding is found.
3138 (tramp-get-remote-coding): Check for a symbol. The negative check
3139 for a string fails, when there is an empty string.
3140
3141 2008-11-26 Glenn Morris <rgm@gnu.org>
3142
3143 * vc-git.el (vc-git-diff-switches): New option.
3144 (vc-git-diff): Apply diff switches. (Bug#1386)
3145 Give it a basic doc string.
3146
3147 * term/pc-win.el (x-font-family-list): Replace redefinition with
3148 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3149
3150 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3151
3152 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3153 of the polynomial rather than the whole polynomial.
3154
3155 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3158 mailrc, recognize string quoting. When reading from Lisp, accept
3159 rfc822-like addresses.
3160
3161 * mail/mailalias.el (define-mail-alias): Sync code with
3162 define-mail-abbrev.
3163
3164 2008-11-25 Glenn Morris <rgm@gnu.org>
3165
3166 * eshell/esh-proc.el (eshell-gather-process-output):
3167 Revert previous change. (re-opens Bug#1388)
3168
3169 * select.el (x-set-cut-buffer): Fix signal arguments.
3170
3171 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3172
3173 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3176 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3177 (bubbles--empty-char): Use "\s".
3178
3179 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3180
3181 * calc/calc.el (calc-settings-file, calc-language-alist)
3182 (calc-embedded-announce-formula)
3183 (calc-embedded-announce-formula-alist)
3184 (calc-embedded-open-formula, calc-embedded-close-formula)
3185 (calc-embedded-open-close-formula-alist)
3186 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3187 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3188 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3189 (calc-embedded-open-close-new-formula-alist)
3190 (calc-embedded-open-mode, calc-embedded-close-mode)
3191 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3192 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3193 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3194 from docstrings.
3195
3196 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * calculator.el (calculator-op-or-exp): Reflow docstring.
3199 (calculator-remove-zeros, calculator-repR, calculator-repL):
3200 Fix typos in docstrings.
3201
3202 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3205 windows instead of calling switch-to-buffer.
3206
3207 * diff.el (diff-sentinel): Take note of diff error return value.
3208
3209 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3210
3211 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3212 frame can't be split.
3213
3214 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3215
3216 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3217 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3218 (newsticker--treeview-tree-update-tag): Remove dead code.
3219 (newsticker-treeview-update): Don't update cache.
3220 (newsticker-treeview-quit): Don't save cache.
3221 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3222 (newsticker-treeview-save): Use `newsticker-dir'.
3223 (newsticker--treeview-load): Use `newsticker-dir'.
3224 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3225 Update tags.
3226 (newsticker-treeview-tree-do-click): Slightly simplified.
3227
3228 * net/newst-backend.el (newsticker-dir): New.
3229 (newsticker-start): Use `newsticker--cache-read'.
3230 (newsticker-stop): Use `newsticker--cache-save'.
3231 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3232 (newsticker--images-dir): New.
3233 (newsticker--image-get, newsticker--image-sentinel):
3234 Use `newsticker--images-dir'.
3235 (newsticker--cache-save-version1): Backup version of
3236 `newsticker--cache-save'.
3237 (newsticker--cache-update): Create newsticker-dir if necessary.
3238 (newsticker--cache-dir): New.
3239 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3240 (newsticker--cache-save-feed): New.
3241 (newsticker--cache-read-version1): New. Backuped version for reading
3242 cache data..
3243 (newsticker--cache-read, newsticker--cache-do-read): New.
3244
3245 * net/newst-reader.el (newsticker--image-read):
3246 Use `newsticker--images-dir'.
3247
3248 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * files.el (confirm-nonexistent-file-or-buffer):
3251 Allow `after-completion' value to request confirm only after TAB.
3252 (confirm-nonexistent-file-or-buffer): New function.
3253 (read-buffer-to-switch, find-file, find-file-other-window)
3254 (find-file-other-frame, find-file-read-only)
3255 (find-file-read-only-other-window)
3256 (find-file-read-only-other-frame): Use it.
3257 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3258 Thanks to Alan Mackenzie for suggesting the new behavior.
3259
3260 * minibuffer.el (minibuffer-complete-and-exit):
3261 Change `confirm-only' value of minibuffer-completion-confirm to
3262 `confirm', and handle a `confirm-after-completion' value.
3263
3264 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3267
3268 2008-11-24 Andreas Schwab <schwab@suse.de>
3269
3270 * image.el (image-type-header-regexps): Recognize more xbm format
3271 variants.
3272
3273 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3276 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3277 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3278 (artist-replace-string, artist-draw-rect, artist-draw-line)
3279 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3280 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3281 (artist-pen, artist-pen-line, artist-text-insert-common)
3282 (artist-text-overwrite, artist-spray-get-interval)
3283 (artist-spray-clear-circle, artist-erase-char)
3284 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3285 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3286 (artist-key-draw-1point, artist-key-draw-2points)
3287 (artist-mouse-draw-continously): Fix typos in docstrings.
3288 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3289 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3290 (artist-backward-char, artist-forward-char): Doc fixes.
3291 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3292 Reflow docstrings.
3293
3294 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * international/quail.el (quail-vunion): New function.
3297 (quail-defrule-internal): Use it to prevent accumulating redundant
3298 alternatives when `append' is set.
3299 (quail-insert-decode-map): Simplify computation of the max-key-width.
3300 Compute it right for multiple-list.
3301
3302 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3305 explicitly. Doc fix.
3306
3307 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3308
3309 * calendar/appt.el (appt-disp-window): Move minibuffer check
3310 after binding this-window and do not set-buffer to make sure we
3311 won't deselect the minibuffer. (Bug#1413)
3312
3313 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * vc-hg.el (vc-hg-program): Remove.
3316 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3317 Undo previous change.
3318
3319 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3320
3321 * info-look.el (info-lookup): When Info buffer is visible on
3322 another frame, raise that frame.
3323
3324 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * allout.el (allout-mode): Fix typo in docstring.
3327
3328 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3329 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3330
3331 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * vc-hooks.el (vc-follow-link): Complete last change.
3334
3335 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * textmodes/remember.el (remember-region): Doc fix.
3338 (remember-filter-functions, remember-handler-functions)
3339 (remember-save-after-remembering, remember-mailbox)
3340 (remember-default-priority, remember-data-file, remember-leader-text)
3341 (remember-diary-file): Remove * from defcustom docstrings.
3342 (remember-run-all-annotation-functions-flag)
3343 (remember-all-handler-functions): Reflow docstrings.
3344 (remember-store-in-mailbox): Fix typo in docstring.
3345 (remember-mode): Define with `define-derived-mode'. Doc fix.
3346
3347 2008-11-23 Glenn Morris <rgm@gnu.org>
3348
3349 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3350 (eshell-do-pipelines): Add optional argument to distinguish recursive
3351 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3352 in a pipeline.
3353
3354 * eshell/esh-proc.el (eshell-gather-process-output):
3355 Set process-connection-type nil for all but the first element of a
3356 pipeline. (Bug#1388)
3357
3358 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3359
3360 * ediff-hook.el: Add tooltips to Emacs menus.
3361
3362 * ediff.el: Change date of last update.
3363
3364 2008-11-22 Juri Linkov <juri@jurta.org>
3365
3366 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3367 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3368 Doc fix.
3369 (dired-isearch-filenames-setup): Run filename Isearch only when
3370 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3371 and the text property `dired-filename' at point is non-nil.
3372 In this case also set isearch-message-prefix-add to "filename ".
3373 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3374 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3375 Don't let-bind isearch-message-prefix-add since this is done now
3376 in dired-isearch-filenames-setup.
3377
3378 * isearch.el (isearch-mode): Change the order of calling
3379 `isearch-update' and running the `isearch-mode-hook' to call
3380 `isearch-update' with Isearch parameters set in this hook.
3381
3382 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3383 Fix docstring - change "during `compile'" to "during compilation".
3384
3385 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3386 be immediately after `name'.
3387
3388 * startup.el (initial-buffer-choice): Change an abstract file name
3389 "file.txt" to more reasonable default file name value "~/.emacs".
3390
3391 2008-11-22 Juri Linkov <juri@jurta.org>
3392
3393 * files.el (hack-local-variables-confirm): Rename arg `project' to
3394 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3395 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3396 (hack-local-variables): Rename call of `hack-project-variables' to
3397 `hack-dir-local-variables'. Change error text to "Directory-local
3398 variables error".
3399 (dir-locals-class-alist): Rename from `project-class-alist'.
3400 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3401 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3402 (dir-locals-collect-mode-variables): Rename from
3403 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3404 `mode-variables', and arg `settings' to `variables'.
3405 (dir-locals-collect-variables): Rename from
3406 `project-collect-binding-list'. Rename arg `binding-list' to
3407 `class-variables', and arg `settings' to `variables'.
3408 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3409 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3410 Rename arg `settings' to `variables'.
3411 (dir-locals-file): New defconst.
3412 (dir-locals-find-file): Rename from `project-find-settings-file'.
3413 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3414 and `pda' to `dir-elt'.
3415 (dir-locals-read-from-file): Rename from
3416 `project-define-from-project-file'. Rename arg `settings-file'
3417 to `file'. Rename let-bound `list' to `variables'.
3418 (hack-dir-local-variables): Rename from `hack-project-variables'.
3419 Rename let-bound `settings' to `variables-file', `root-dir'
3420 to `dir-name', and `bindings' to `variables'.
3421
3422 2008-11-22 Lute Kamstra <lute@gnu.org>
3423
3424 * simple.el (goto-line): Rename argument.
3425
3426 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3427
3428 * makefile.w32-in (compile-first): New target.
3429 (recompile): Depend on compile-first.
3430
3431 * Makefile.in (recompile): Depend on compile-first.
3432
3433 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3434
3435 * files.el (switch-to-buffer-other-window)
3436 (switch-to-buffer-other-frame): Rename buffer argument to
3437 buffer-or-name. Reword and mention new option
3438 confirm-nonexistent-file-or-buffer in doc-string.
3439
3440 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3441
3442 * emulation/viper.el: Date change.
3443
3444 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3445 viper-translate-all-ESC-keysequences is now a function.
3446
3447 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3448 Make this variable.
3449
3450 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3453 Use buffer-file-truename to handle symlinks in any part of the filename.
3454
3455 2008-11-22 Glenn Morris <rgm@gnu.org>
3456
3457 * vc-mtn.el (vc-mtn-diff-switches): New option.
3458 (vc-mtn-program): Rename from vc-mtn-command, for
3459 consistency with other backends. Keep old name as alias.
3460 Update callers. Make it a defcustom.
3461 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3462
3463 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3464 consistency with other backends. Keep old name as alias.
3465 Make it a defcustom.
3466 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3467
3468 * vc-hg.el (vc-hg-program): New option.
3469 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3470 Use vc-hg-program rather than hard-coded "hg".
3471
3472 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3473 (vc-svn-program): Move defcustom to start.
3474 (vc-svn-create-repo, vc-svn-modify-change-comment):
3475 Use vc-svn-program rather than hard-coded "svn".
3476
3477 * menu-bar.el: Stylistic consistency fixes for various menu and
3478 help texts.
3479
3480 * kmacro.el (kmacro-insert-counter): Doc fix.
3481
3482 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3483
3484 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3485
3486 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * international/quail.el (quail-indent-to): New function.
3489 (quail-completion-1, quail-completion-list-translations)
3490 (quail-insert-decode-map): Use it to improve alignment.
3491 (quail-build-decode-map): Don't ignore latin-1 chars.
3492 (quail-help): Increase the max decode-map size so that even the TeX map
3493 gets printed.
3494
3495 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3496 Signal error for invalid bookmark.
3497 (bookmark-get-bookmark-record): Undo last change.
3498 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3499
3500 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3501 Suggested by Toru TSUNEYOSHI.
3502
3503 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3504
3505 * byte-opt.el (byte-compile-butlast): Move up in file.
3506 (byte-optimize-plus): Don't call
3507 byte-optimize-delay-constants-math (bug#1334).
3508 Use byte-optimize-predicate to optimize constants.
3509 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3510 Remove zero arguments first
3511 if possible. Call byte-optimize-predicate to optimize constants.
3512 (byte-optimize-multiply): Remove optimizations for arguments of 0
3513 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3514 Call byte-optimize-predicate.
3515 (byte-optimize-divide): Leave runtime errors unchanged.
3516 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3517 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3518
3519 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3522 declaration and remove redundant info from docstring.
3523
3524 * isearch.el (isearch-search-string): Doc fix.
3525 (search-exit-option, search-slow-window-lines, search-slow-speed)
3526 (search-upper-case, search-nonincremental-instead)
3527 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3528 (search-ring-update, search-highlight, isearch-lazy-highlight)
3529 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3530 (lazy-highlight-interval): Remove * from defcustom docstrings.
3531 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3532 Remove * from defcustom docstrings; fix typos.
3533 (isearch-push-state-function, isearch-help-for-help-internal)
3534 (isearch-help-for-help, isearch-describe-bindings)
3535 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3536 (isearch-pop-fun-state, isearch-search-fun-function)
3537 (isearch-lazy-highlight-search): Fix typos in docstrings.
3538 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3539 (isearch-forward): Fix typo and reflow docstring.
3540 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3541 (isearch-mode-map): Don't use `let*'.
3542
3543 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3546
3547 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * isearch.el (isearch-search-string): Simplify and convert docstring.
3550
3551 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3552
3553 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3556 (lookup-nested-alist): Doc fix.
3557 (with-coding-priority): Reflow docstring.
3558 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3559 (char-displayable-p): Reflow docstring. Use `when'.
3560
3561 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3562
3563 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3564 week forward/backward.
3565
3566 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3569 (with-electric-help): Fix typo and reflow docstring.
3570
3571 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3574 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3575 (list-buffers-noselect): Don't need to pad.
3576
3577 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3578
3579 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3580 Pay attention to char widths when computing string sizes.
3581
3582 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3585 (byte-compile-output-docform): Reflow docstrings.
3586 (no-byte-compile): Fix typo in docstring.
3587 (byte-recompile-directory, compile-defun): Doc fixes.
3588 (emacs-lisp-file-regexp, byte-compile-verbose)
3589 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3590 (byte-compile-dynamic-docstrings, byte-optimize-log)
3591 (byte-compile-error-on-warn, byte-compile-warnings)
3592 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3593 Remove * from defcustom docstrings.
3594
3595 2008-11-20 Glenn Morris <rgm@gnu.org>
3596
3597 * format.el (format-alist, format-write-file): Doc fix.
3598
3599 * proced.el (proced-available): New variable.
3600 (proced-process-attributes): Move availability check from previous
3601 change from here...
3602 (proced): ... to here.
3603
3604 * vc-hg.el (vc-hg-diff-switches): New option.
3605 (vc-hg-diff): Apply diff switches. (Bug#1017)
3606
3607 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3608
3609 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3610
3611 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3612
3613 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3614
3615 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * calc/calc-units.el (math-units-table): Doc fix.
3618 (math-standard-units): Fix typo in constant's description.
3619 (math-additional-units): Fix typo in docstring.
3620
3621 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3622
3623 * calc/calc-units.el (math-standard-units): Add eps0,
3624 permittivity of vacuum.
3625
3626 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 * files.el (project-settings-file): Remove.
3629 (project-find-settings-file): Undo previous change that added the
3630 use of project-settings-file.
3631
3632 2008-11-19 Glenn Morris <rgm@gnu.org>
3633
3634 * proced.el (proced, proced-format-time): Doc fixes.
3635 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3636
3637 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3638
3639 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3640 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3641
3642 2008-11-19 Lute Kamstra <lute@gnu.org>
3643
3644 * autoinsert.el (auto-insert-alist): Don't use match data.
3645
3646 2008-11-19 Glenn Morris <rgm@gnu.org>
3647
3648 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3649
3650 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3651
3652 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3653 * term/w32-win.el (x-select-font): Declare.
3654
3655 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3656 Use the imperative for all help strings.
3657
3658 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3661 case where the default dictionary is French, Spanish, younameit.
3662
3663 * window.el (window--frame-usable-p): Consider dedicated windows
3664 as usable.
3665
3666 * files.el (confirm-nonexistent-file-or-buffer):
3667 Rename from find-file-confirm-nonexistent-file.
3668 (read-buffer-to-switch): Use it.
3669
3670 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3671
3672 * server.el (server-temp-file-p): Use `string-match-p'.
3673 (server-socket-dir): Set to nil if local sockets are unsupported.
3674 (server-start): Don't try to delete local socket if unsupported.
3675 (server-kill-new-buffers): Reflow docstring.
3676 (server-delete-client, server-handle-delete-frame)
3677 (server-save-buffers-kill-terminal): Doc fixes.
3678 (server-send-string): Fix typo in docstring.
3679
3680 2008-11-18 Sam Steingold <sds@gnu.org>
3681
3682 * progmodes/compile.el (compilation-start-hook): New hook.
3683 (compilation-start): Run it on the compilation process.
3684
3685 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * international/mule-cmds.el (update-leim-list-file): Simplify.
3688 (prefer-coding-system, find-coding-systems-for-charsets):
3689 Fix docstring typos.
3690 (select-safe-coding-system, input-method-exit-on-first-char)
3691 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3692 (toggle-input-method, read-multilingual-string): Doc fixes.
3693 Reflow docstrings.
3694 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3695 (read-char-by-name): Use `string-match-p'.
3696 (get-char-code-property, put-char-code-property)
3697 (char-code-property-description): Be silent while loading uni-* files.
3698 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3699 the Unicode character names is *slow*.
3700
3701 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3704
3705 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3706
3707 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3708
3709 * international/mule-cmds.el (ucs-completions): Mark as risky.
3710
3711 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3712
3713 * help-macro.el (three-step-help): Remove * from defcustom.
3714 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3715 Use when instead of if and cond within condition-case.
3716
3717 * window.el (quit-window): Bind window to selected window when
3718 trying to delete it.
3719
3720 2008-11-17 Glenn Morris <rgm@gnu.org>
3721
3722 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3723 definition of 'ignore, rather than nil. (Bug#1353)
3724
3725 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3728
3729 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3732
3733 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3734 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3735 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3736 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3737 (shell-command, repeat-complex-command): Reflow docstrings.
3738 (pop-to-mark-command): Fix typos in docstring.
3739
3740 2008-11-17 Juri Linkov <juri@jurta.org>
3741
3742 * isearch.el (isearch-filter-predicate): Rename from
3743 `isearch-success-function'. Rename default value from
3744 `isearch-success-function-default' to
3745 `isearch-filter-invisible'. Doc fix.
3746 (isearch-filter-invisible): Rename from
3747 `isearch-success-function-default'. Doc fix.
3748 (isearch-search, isearch-lazy-highlight-search):
3749 Rename `isearch-success-function' to `isearch-filter-predicate'.
3750
3751 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3752 `dired-isearch-orig-success-function'.
3753 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3754 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3755 `isearch-filter-predicate'. Doc fix.
3756 (dired-isearch-filter-filenames): Rename from
3757 `dired-isearch-success-function'.
3758
3759 * info.el (Info-search, Info-mode):
3760 Rename `isearch-success-function' to `isearch-filter-predicate'.
3761 (Info-isearch-filter-predicate): Rename from
3762 `Info-search-success-function'.
3763
3764 * simple.el (minibuffer-default-add-function): Fix docstring to
3765 use clear text "default values" instead of obscure references to
3766 the dynamic variable `minibuffer-default'.
3767
3768 2008-11-16 Glenn Morris <rgm@gnu.org>
3769
3770 * term/ns-win.el (ns-extended-platform-support-mode):
3771 Tweak menu entry from previous change.
3772
3773 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3774
3775 * cus-edit.el (custom-buffer-create-internal): Always insert the
3776 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3777
3778 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3781
3782 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * ielm.el (ielm-eval-input): Fix thinko in last change.
3785
3786 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3789
3790 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3793 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3794
3795 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3796 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3797 Handle `file-name-as-directory'.
3798
3799 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3802 usual variable-pitch face.
3803
3804 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3807 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3808 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3809 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3810 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3811 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3812 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3813 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3814 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3815 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3816 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3817 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3818 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3819 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3820 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3821 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3822 (ange-ftp-default-user, ange-ftp-default-password)
3823 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3824 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3825 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3826 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3827 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3828 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3829 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3830 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3831 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3832 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3833 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3834 (ange-ftp-gateway-tmp-name-template)
3835 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3836 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3837 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3838 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3839 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3840 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3841 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3842 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3843 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3844 (ange-ftp-rename-local-to-remote): Doc fixes.
3845 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3846 Use `when', `unless'.
3847 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3848 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3849 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3850 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3851 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3852 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3853 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3854 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3855 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3856 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3857 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3858 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3859 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3860 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
3861 `(save-match-data (string-match ...))'.
3862 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
3863 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
3864 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
3865 Doc fixes.
3866
3867 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3868
3869 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
3870 function instead of a variable.
3871
3872 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
3873 viper-ESC-keyseq-timeout as a function.
3874 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
3875 defsubst.
3876
3877 * emulation/viper-cmd.el: Let line-move-visual to nil when using
3878 next-line or previous-line.
3879 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
3880
3881 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
3882
3883 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
3884 live.
3885 (ediff-save-buffer): Let window-min-height to 2.
3886
3887 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
3888 the minibuffer.
3889
3890 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
3893 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
3894 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
3895 (ielm-map): Define within defvar. Add docstring.
3896 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
3897 (ielm-complete-filename): Use `when', `unless'.
3898 (ielm-is-whitespace-or-comment): Use `string-match-p'.
3899 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
3900 (ielm-change-working-buffer): Check that the buffer is live.
3901 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
3902 Simplify. Reflow docstring.
3903 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
3904 New aliases, to satisfy `define-derived-mode' expectations.
3905
3906 2008-11-15 Glenn Morris <rgm@gnu.org>
3907 Martin Rudalics <rudalics@gmx.at>
3908
3909 * emacs-lisp/find-func.el (find-function-advised-original): New.
3910 (find-function-C-source, find-function-noselect):
3911 Use find-function-advised-original to handle advised funcs. (Bug#789)
3912
3913 2008-11-15 Glenn Morris <rgm@gnu.org>
3914
3915 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
3916 alias message.
3917
3918 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
3919 Remove uniquify-after-kill-buffer-p dependency.
3920 (uniquify-kill-buffer-function): New function.
3921 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
3922
3923 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
3924 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
3925 main Emacs manual.
3926
3927 2008-11-15 Martin Rudalics <rudalics@gmx.at>
3928
3929 * window.el (quit-window): Restore delete window with second
3930 arg non-nil behavior as of before 2008-10-30 change.
3931
3932 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * help-fns.el (describe-function-1): Do char-range check for
3935 self-insert-command.
3936
3937 2008-11-14 Karl Fogel <kfogel@red-bean.com>
3938
3939 * files.el (file-precious-flag): Document that this flag is advisory.
3940
3941 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3942
3943 * emacs-lisp/bytecomp.el (byte-compile-associative)
3944 (byte-compile-minus, byte-compile-quo): If there are more than two
3945 operands, don't use binary operation code (bug#1334).
3946
3947 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * w32-fns.el (w32-shell-dos-semantics):
3950 * calendar/diary-lib.el (diary-face-attrs):
3951 * international/mule-cmds.el (set-default-coding-systems)
3952 (prefer-coding-system):
3953 * net/tramp.el (tramp-set-completion-function):
3954 * progmodes/vhdl-mode.el (vhdl-file-header):
3955 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
3956
3957 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
3958
3959 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
3960 (kill-matching-buffers, save-buffers-kill-emacs)
3961 (save-buffers-kill-terminal): Fix typos in docstrings.
3962 (switch-to-buffer-other-window): Reflow docstring.
3963 (revert-buffer): Doc fix.
3964 (define-project-bindings): Rename arg LIST to SETTINGS.
3965 (project-find-settings-file): Use `let', not `let*'.
3966 Use `when'.
3967
3968 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * files.el (project-settings-file, locate-dominating-file):
3971 Fix typos in docstrings.
3972 (find-file-visit-truename): Remove * from defcustom docstring.
3973
3974 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
3975
3976 * files.el (project-settings-file): New variable.
3977 (project-find-settings-file): Use it, instead of hardcoding
3978 .dir.settings.el.
3979
3980 2008-11-13 Glenn Morris <rgm@gnu.org>
3981
3982 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
3983
3984 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
3985
3986 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
3987 in mail bodies.
3988
3989 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
3990
3991 * international/mule.el (autoload-coding-system, with-category-table)
3992 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
3993 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
3994 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
3995 (set-file-name-coding-system, ctext-pre-write-conversion)
3996 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
3997 Reflow docstrings.
3998 (charset-list, set-coding-priority): Remove redundant obsolescence info.
3999 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4000 (char-valid-p): Define with `define-obsolete-function-alias'.
4001
4002 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4003
4004 2008-11-12 Sam Steingold <sds@gnu.org>
4005
4006 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4007 between hostname and path.
4008
4009 2008-11-11 Juri Linkov <juri@jurta.org>
4010
4011 * dired-aux.el (dired-isearch-filenames)
4012 (dired-isearch-filenames-regexp):
4013 Let-bind isearch-message-prefix-add to "filename ".
4014
4015 * isearch.el (isearch-message-prefix-add)
4016 (isearch-message-suffix-add): New variables.
4017 (isearch-message-prefix): Show additional text from
4018 `isearch-message-prefix-add' before "I-search".
4019 (isearch-message-suffix): Show additional text from
4020 `isearch-message-suffix-add' at the end.
4021
4022 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4023 `isearch-search'. Call isearch-success-function to skip matches
4024 outside the current isearch scope. Let-bind search-invisible to
4025 nil to not match invisible text.
4026
4027 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4028 Let-bind `isearch-recursive-edit' to nil to prevent calling
4029 `exit-recursive-edit' in `isearch-done' that terminates the
4030 execution of these commands when it is non-nil. Call
4031 `exit-recursive-edit' explicitly at the end.
4032 (isearch-occur): For word search construct the correct regexp
4033 with word boundaries to proceed with occur.
4034
4035 * isearch.el (isearch-search-fun): Compare the length of the
4036 current search string with the length of the string from the
4037 previous search state to detect the situation when the user
4038 adds or removes characters in the search string.
4039 Use word-search-forward-lax and word-search-backward-lax in this
4040 case, and otherwise word-search-forward and word-search-backward.
4041
4042 2008-11-11 Sam Steingold <sds@gnu.org>
4043
4044 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4045 the "Version Control" group (for C-x v g).
4046
4047 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * server.el (server-process-filter): Fix typos and reflow docstring.
4050
4051 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4052
4053 * mail/footnote.el (footnote-mode): Improve doc-string.
4054 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4055
4056 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4059
4060 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4061
4062 * mail/smtpmail.el (smtpmail-open-stream): Use
4063 `starttls-any-program-available'. Auto-load starttls.el for it.
4064
4065 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4068 version (bug@1285).
4069
4070 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4071
4072 * startup.el (command-line): Ignore init-file-user when checking
4073 user's home directory on MS-DOS as well.
4074
4075 2008-11-07 Sam Steingold <sds@gnu.org>
4076
4077 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4078
4079 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4080
4081 * frame.el (make-frame-on-display): Use `string-match-p'.
4082
4083 2008-11-07 Glenn Morris <rgm@gnu.org>
4084
4085 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4086
4087 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4090 to initialize font-lock keyword case sensitivity.
4091 (lisp-mode): Use it.
4092
4093 2008-11-06 Glenn Morris <rgm@gnu.org>
4094
4095 * eshell/esh-maint.el: Remove unused file.
4096
4097 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4098
4099 * cus-edit.el (custom-comment-tag): Doc fix.
4100 (custom-comment, custom-variable-value-create, custom-face):
4101 Use face names sans -face suffix rather than aliases.
4102
4103 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4104
4105 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4106 window width.
4107
4108 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * server.el (server-process-filter): Only default to emacsclient's
4111 terminal in daemon mode.
4112
4113 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4114
4115 * window.el (quit-window): Restore prefix argument behavior
4116 removed in 2008-10-30 change. (Bug#1308)
4117
4118 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4119
4120 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4121 function to kill-buffer-hook, not to kill-buffer.
4122 Reported by Markus Triska <markus.triska@gmx.at>
4123
4124 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4125
4126 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4127 exists before deleting its windows.
4128
4129 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * server.el (server-process-filter): Don't call
4132 server-create-tty-frame when no tty name is specified.
4133
4134 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4135
4136 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4137
4138 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4139
4140 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4141 (define-char-code-property):
4142 * textmodes/reftex.el (reftex-index):
4143 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4144
4145 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4148 vc-bzr-status-printer.
4149
4150 * startup.el (startup-echo-area-message): Display a different
4151 message in daemon mode. Suggested by Stephen Turnbull.
4152
4153 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4154 Windows.
4155
4156 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * dframe.el (dframe-mouse-position-function)
4159 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4160 (dframe-mouse-set-point): Fix typos in docstrings.
4161
4162 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4163
4164 * vc-dir.el (vc-dir-headers): Undo previous change.
4165
4166 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4167
4168 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4169 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4170
4171 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4172
4173 * subr.el (looking-back): Fix doc-string typo.
4174
4175 * electric.el (Electric-pop-up-window): Call window-end with
4176 UPDATE set to t.
4177
4178 * window.el (save-selected-window): Make it behave like
4179 save-selected-window-norecord.
4180 (save-selected-window-norecord): Remove, since functionality
4181 fully taken over by save-selected-window.
4182 (walk-windows, set-window-text-height, fit-window-to-buffer):
4183 Use save-selected-window instead of save-selected-window-norecord.
4184 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4185 save-selected-window-norecord.
4186 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4187 indent-function for save-selected-window-norecord.
4188
4189 2008-11-03 Alan Mackenzie <acm@muc.de>
4190
4191 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4192
4193 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * subr.el (looking-back): Doc fix.
4196
4197 * term/x-win.el (x-initialize-window-system):
4198 Call x-wm-set-size-hint after initialization.
4199
4200 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4201 to t.
4202
4203 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4204 2000-12-08 (bug#1297).
4205
4206 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4207
4208 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4209
4210 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4211 when appropriate.
4212
4213 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4214
4215 * window.el (save-selected-window-norecord): New macro.
4216 (walk-windows): Use save-selected-window-norecord and call
4217 select-window with NORECORD set. (Bug#1237)
4218 (set-window-text-height, fit-window-to-buffer):
4219 Use save-selected-window-norecord and call select-window with
4220 NORECORD set.
4221 * subr.el (with-selected-window): Call set-frame-selected-window
4222 with new argument NORECORD set. Update doc-string.
4223 (with-selected-frame): Call select-frame with new argument
4224 NORECORD set. Update doc-string.
4225 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4226 Put indent-function for save-selected-window-norecord.
4227 * font-lock.el (lisp-font-lock-keywords-2):
4228 Add save-selected-window-norecord.
4229
4230 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * cus-edit.el (customize-apropos-options, custom-comment)
4233 (custom-comment-tag, custom-face-edit-attribute-tag):
4234 Fix typos in docstrings.
4235 (custom-buffer-done-kill): Remove * from defcustom docstring.
4236 (custom-file): Fix typo in doc of defcustom choice.
4237
4238 * frame.el (display-visual-class): Fix typo in docstring.
4239 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4240 (special-display-frame-alist, show-trailing-whitespace)
4241 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4242 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4243 Remove * from defcustom docstrings.
4244
4245 * md4.el (md4-buffer): Fix typo in docstring.
4246 (md4, md4-64): Doc fixes.
4247 (md4-pack-int32): Reflow docstring.
4248
4249 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4250 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4251
4252 * rect.el (open-rectangle): Reflow docstring.
4253 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4254
4255 * select.el (x-get-cut-buffer): Fix typo in docstring.
4256
4257 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4258 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4259 Fix typos in docstrings.
4260
4261 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4262 Fix typos in docstrings.
4263
4264 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4265
4266 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4267
4268 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4269 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4270 (newsticker--treeview-tree-update)
4271 (newsticker--treeview-tree-update-highlight)
4272 (newsticker-treeview-update)
4273 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4274 (newsticker-treeview-next-new-or-immortal-item)
4275 (newsticker-treeview-prev-new-or-immortal-item)
4276 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4277 (newsticker-treeview-tree-click): Watch for layout changes.
4278 (newsticker--treeview-set-current-node): Cleanup.
4279 (newsticker--treeview-restore-layout): Rename from
4280 newsticker--treeview-restore-buffers.
4281 (newsticker--treeview-mark-item): Update cache file.
4282
4283 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4284
4285 * calendar/icalendar.el (icalendar--uid-count): New.
4286 (icalendar--create-uid): New. Extracted from
4287 `icalendar-export-region' and add uid counter.
4288 (icalendar-export-region): Use `icalendar--create-uid'.
4289
4290 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * tooltip.el (tooltip-frame-parameters): Doc fix.
4293
4294 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4295
4296 * window.el (window-body-height, window-current-scroll-bars)
4297 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4298 (minibuffer-window-active-p, count-windows)
4299 (window-safely-shrinkable-p, window--splittable-p)
4300 (window--try-to-split-window, window--frame-usable-p)
4301 (window--even-window-heights, window--display-buffer-1)
4302 (window--display-buffer-2, set-window-text-height)
4303 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4304 (truncated-partial-width-window-p): Rewrite doc-string.
4305 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4306 (split-window-vertically, split-window-horizontally):
4307 Rename args, rewrite doc-string, and simplify code.
4308 (split-window-save-restore-data): Rename args and use
4309 when instead of if.
4310
4311 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * indent.el (indent-for-tab-command): Use use-region-p.
4314
4315 * vc.el (vc-revert): Limit the length of the query string.
4316
4317 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * simple.el (idle-update-delay, next-error-highlight)
4320 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4321 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4322 (kill-read-only-ok, backward-delete-char-untabify-method)
4323 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4324 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4325 (goal-column, line-move-ignore-invisible, fill-prefix)
4326 (auto-fill-inhibit-regexp, blink-matching-paren)
4327 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4328 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4329 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4330 (minibuffer-history-isearch-wrap, transient-mark-mode)
4331 (next-logical-line, auto-fill-mode, line-number-mode)
4332 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4333 (normal-erase-is-backspace-mode): Doc fixes.
4334 (current-kill, transient-mark-mode, toggle-truncate-lines)
4335 (visible-mode): Reflow docstrings.
4336 (minibuffer-local-shell-command-map, interprogram-paste-function):
4337 Fix typos in docstrings.
4338
4339 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * server.el (server-process-filter): In daemon mode, default to
4342 emacsclient's tty if not opening a new frame and only the
4343 terminal-frame is available.
4344
4345 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4346
4347 * window.el (quit-window): Simplify code. Say in doc-string
4348 that it operates on the selected window's buffer. (Bug#1259)
4349
4350 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4351
4352 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4353 nil so that log-view-diff-changeset works.
4354
4355 2008-10-30 Glenn Morris <rgm@gnu.org>
4356
4357 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4358
4359 * resume.el: Move to obsolete/.
4360 * Makefile.in (ELCFILES): Update.
4361
4362 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * electric.el (Electric-pop-up-window): Don't shrink the window if
4365 it's already big enough.
4366
4367 * minibuffer.el (delete-minibuffer-contents): Delete all
4368 minibuffer contents instead of just the current field.
4369
4370 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4371
4372 * bookmark.el (bookmark-handle-bookmark): Rename from
4373 bookmark-jump-noselect.
4374 (bookmark--jump-via, bookmark-insert): Callers changed.
4375 (bookmark-jump-noselect): Wrapper function for
4376 bookmark-handle-bookmark.
4377 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4378
4379 * textmodes/ispell.el (ispell-word): Use use-region-p.
4380
4381 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4384 to follow naming conventions for abnormal hooks. Doc fix.
4385 (tooltip-mode, tooltip-timeout): Use it.
4386 (tooltip-hook): New obsolete alias.
4387 (tooltip-help-tips): Doc fix.
4388
4389 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4390
4391 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4392
4393 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4394 of hardcoded /tmp.
4395
4396 2008-10-29 Glenn Morris <rgm@gnu.org>
4397
4398 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4399
4400 * vc-hooks.el (vc-find-root): Remove bogus alias.
4401
4402 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * international/quail.el (quail-show-guidance): Don't create
4405 a guidance-frame if current buffer is not a minibuffer, since even if
4406 selected-window is mini-p, the buffer will never be displayed in it, so
4407 it wil be usable for guidance.
4408
4409 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * smerge-mode.el: Require diff-mode at run-time as well.
4412
4413 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4414
4415 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4416 * vc-hooks.el (vc-stay-local): Likewise.
4417
4418 2008-10-28 Phil Sung <psung@mit.edu>
4419
4420 * follow.el (follow-scroll-down, follow-calc-win-end)
4421 (follow-estimate-first-window-start): Reduce effective window
4422 height when header line is present. (Bug#925)
4423
4424 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * subr.el (locate-user-emacs-file): Simplify. Don't create
4427 `user-emacs-directory' when Emacs is running in batch mode.
4428
4429 * startup.el (inhibit-startup-screen): Reflow docstring.
4430 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4431
4432 2008-10-27 Kenichi Handa <handa@m17n.org>
4433
4434 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4435
4436 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4437
4438 * face-remap.el (text-scale-increase, text-scale-decrease)
4439 (text-scale-adjust): Remove &optional keyword from the arg list;
4440 the INC argument is not really optional, if the functions happen
4441 to be called from elisp.
4442
4443 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4444
4445 * vc.el: Rename VC methods that were missed when vc-status was
4446 renamed to vc-dir.
4447 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4448 vc-svn-status-extra-headers.
4449 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4450 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4451 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4452 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4453 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4454 vc-dir-status-printer.
4455 (vc-dir-headers): Use `dir-extra-headers' instead of
4456 `status-extra-headers'.
4457 (vc-dir-printer): Rename from vc-dir-status-printer.
4458 (vc-default-dir-extra-headers): Rename from
4459 vc-default-status-extra-headers.
4460 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4461 vc-cvs-status-extra-headers.
4462
4463 * startup.el (server-name): Pacify byte compiler.
4464 (command-line): If --daemon=SERVER_NAME was used, set server-name
4465 before calling server-start.
4466
4467 2008-10-26 Romain Francoise <romain@orebokech.com>
4468
4469 * startup.el (command-line): Call daemon-initialized after
4470 starting the server.
4471
4472 2008-10-26 Kenichi Handa <handa@m17n.org>
4473
4474 * help-fns.el (describe-categories): Display the terse legend at
4475 the head.
4476
4477 * international/characters.el: Docstrings of categories improved.
4478
4479 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4482
4483 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4484 to the courier family.
4485 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4486 usually not serif'd and hence rather unlike verbatim's printed output.
4487
4488 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4491 when reporting the module.
4492
4493 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4494
4495 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4496
4497 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * files.el (locate-dominating-stop-dir-regexp): New var.
4500 (locate-dominating-file): Change arg from a regexp to a file name.
4501 Rewrite using the vc-find-root code to avoid directory-files which is
4502 too slow. Obey locate-dominating-stop-dir-regexp.
4503 Don't pay attention to changes in owner.
4504 (project-find-settings-file): Adjust call to locate-dominating-file.
4505
4506 * progmodes/flymake.el (flymake-find-buildfile):
4507 Adjust call to locate-dominating-file.
4508
4509 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4510 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4511
4512 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4513
4514 * subr.el (with-current-buffer): Rename buffer argument to
4515 buffer-or-name.
4516 * window.el (get-buffer-window-list): Rename buffer argument to
4517 buffer-or-name and make it optional.
4518
4519 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4522 (completion-search-next, add-completions-from-file):
4523 Fix typos in docstrings.
4524
4525 * filesets.el (filesets-menu-ensure-use-cached)
4526 (filesets-ingroup-patterns, filesets-filetype-property):
4527 * tutorial.el (get-lang-string):
4528 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4529 Fix typos in docstrings.
4530
4531 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4532 (image-dired-line-up-method, image-dired-thumb-size)
4533 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4534 (image-dired-track-original-file, image-dired-track-thumbnail)
4535 (image-dired-dired-next-line, image-dired-dired-previous-line)
4536 (image-dired-write-comments): Reflow docstrings.
4537 (image-dired-show-all-from-dir-max-files)
4538 (image-dired-format-properties-string, image-dired-create-thumbs)
4539 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4540 Fix typos in docstrings.
4541
4542 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4543 (savehist-additional-variables, savehist-ignored-variables)
4544 (savehist-file-modes, savehist-autosave-interval):
4545 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4546 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4547 (fancy-splash-image):
4548 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4549 (thumbs-conversion-program, thumbs-margin):
4550 Remove spurious * in docstrings.
4551
4552 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4553
4554 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4555 (forward-same-syntax): Omit default arguments to char-after and
4556 char-before.
4557
4558 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * subr.el (locate-user-emacs-file): New function.
4561 (user-emacs-directory): Mention it in docstring.
4562
4563 * completion.el (save-completions-file-name):
4564 * filesets.el (filesets-menu-cache-file):
4565 * image-dired.el (image-dired-dir, image-dired-db-file)
4566 (image-dired-temp-image-file, image-dired-gallery-dir)
4567 (image-dired-temp-rotate-image-file):
4568 * savehist.el (savehist-file):
4569 * server.el (server-auth-dir):
4570 * thumbs.el (thumbs-thumbsdir):
4571 * tutorial.el (tutorial--saved-dir):
4572 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4573
4574 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4577 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4578
4579 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * filesets.el: Update author email.
4582 (filesets-data): Doc fix.
4583
4584 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4585
4586 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4587
4588 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4589
4590 * international/mule-cmds.el (describe-language-environment):
4591 Indent sample text.
4592
4593 2008-10-23 Glenn Morris <rgm@gnu.org>
4594
4595 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4596
4597 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4598 byte-compile a redefinition of a function with special byte-compile
4599 handling. (Bug#411)
4600
4601 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4602
4603 * ps-print.el: Deal with page sizes for label printes. Suggested by
4604 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4605 (ps-print-version): New version 7.3.3.
4606 (ps-page-dimensions-database): New page sizes for label printers.
4607 (ps-n-up-printing): Fix code.
4608
4609 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4612
4613 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4614 (list-at-point): Add docstrings.
4615
4616 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4617
4618 * dired-aux.el (dired-do-create-files): Doc fix.
4619
4620 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4621
4622 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4623 with other documentation.
4624
4625 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * replace.el (how-many): Fix typo in docstring.
4628 Reported by Leo <sdl.web@gmail.com>.
4629
4630 2008-10-22 Glenn Morris <rgm@gnu.org>
4631
4632 * international/mule-cmds.el (universal-coding-system-argument):
4633 Check for C-g. (Bug#1205)
4634
4635 2008-10-22 Kenichi Handa <handa@m17n.org>
4636
4637 * international/characters.el: Don't setup
4638 find-word-boundary-function-table.
4639 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4640 (word-combining-categories, word-separating-categories):
4641 Adjust to the change of the docstrings.
4642
4643 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * simple.el (region-active-p): Doc fix.
4646
4647 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4648
4649 * subr.el (apply-partially): Move from here...
4650
4651 * simple.el (apply-partially): ...to here.
4652
4653 2008-10-20 Andreas Schwab <schwab@suse.de>
4654
4655 * subr.el (split-string-and-unquote): Simplify regexp.
4656
4657 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4658
4659 * subr.el (top-level): Require `cl' when compiling.
4660
4661 2008-10-20 David Reitter <david.reitter@gmail.com>
4662
4663 * info.el (Info-mode): Do not remove an existing header line if
4664 `Info-use-header-line' is nil.
4665
4666 2008-10-19 Juri Linkov <juri@jurta.org>
4667
4668 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4669 Add arg `delimited' as in `query-replace' for the case when
4670 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4671 Add more indicators to the prompt ("word" and "in region").
4672
4673 * replace.el (query-replace, query-replace-regexp)
4674 (replace-string, replace-regexp, perform-replace): Add "word"
4675 indicatiors to the prompt for word delimited replacements.
4676
4677 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4678 Doc fix.
4679
4680 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4681
4682 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4683
4684 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4685
4686 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4687
4688 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4689 Make argument names follow Elisp manual.
4690
4691 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4692
4693 * textmodes/remember.el (remember-data-file):
4694 * shadowfile.el (shadow-initialize)
4695 <shadow-info-file, shadow-todo-file>:
4696 * savehist.el (savehist-file):
4697 * recentf.el (recentf-save-file):
4698 * pcvs-defs.el (cvs-cvsrc-file):
4699 * international/kkc.el (kkc-init-file-name):
4700 * ido.el (ido-save-directory-list-file):
4701 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4702 (todo-file-top): Run file names that begin with a period thru
4703 `convert-standard-filename'.
4704
4705 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4706 before-init-hook.
4707
4708 Fix Bug #1183:
4709
4710 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4711 coding-system-for-read to ediff-coding-system-for-write.
4712
4713 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4714 coding-system-for-write to ediff-coding-system-for-write.
4715
4716 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4717 (ediff-coding-system-for-write): Set to emacs-internal.
4718
4719 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * international/mule-conf.el (emacs-internal): New coding system alias.
4722
4723 2008-10-18 Juri Linkov <juri@jurta.org>
4724
4725 * info.el (Info-file-supports-index-cookies-list): New variable.
4726 (Info-file-supports-index-cookies): New function.
4727 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4728 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4729 without an index cookie to ignore it when Info-index-nodes is
4730 called during navigating from an index node with line numbers.
4731 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4732
4733 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4734 variable definition section.
4735
4736 * info.el (Info-find-node-2): Put initial point below the header line
4737 and breadcrumbs line.
4738
4739 2008-10-18 Glenn Morris <rgm@gnu.org>
4740
4741 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4742 the needed external programs were not found.
4743
4744 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4745
4746 * files.el (trash-directory): Run thru `convert-standard-filename'.
4747 (file-modes-char-to-who, file-modes-char-to-right)
4748 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4749 (read-file-modes): Doc fixes.
4750
4751 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * abbrev.el (define-abbrev): Doc fix.
4754
4755 2008-10-17 Alan Mackenzie <acm@muc.de>
4756
4757 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4758 foo bar [] = { ...".
4759
4760 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4763 set-face-attribute.
4764
4765 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4768 according to `locale-coding-system'. (This fixes trivial bug reported
4769 as part of bug#1179).
4770 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4771 particular order). Use `when'.
4772
4773 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4776 (w32-add-charset-info): Fix typo in docstring.
4777
4778 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4779
4780 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4781 after discussion.
4782
4783 2008-10-16 Magnus Henoch <mange@freemail.hu>
4784
4785 * vc-arch.el (vc-arch-dir-status): New function.
4786 (vc-arch-after-dir-status): New function.
4787
4788 2008-10-16 Glenn Morris <rgm@gnu.org>
4789
4790 * man.el (Man-getpage-in-background): Force recent `man's to output
4791 escape sequences even when stdout is not a tty. (Bug#1142)
4792
4793 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4794
4795 * international/mule-conf.el: Add `utf8' and `UTF8' as
4796 aliases for the `utf-8' coding system.
4797
4798 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4799
4800 * find-file.el (ff-get-file): Doc fix.
4801 (ff-get-file-name): Use `let', not `let*'.
4802 (ff-search-directories): Fix typo in docstring.
4803 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4804 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4805 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4806 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4807 (cc-other-file-alist, modula2-other-file-alist):
4808 Remove spurious * in docstrings.
4809
4810 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * faces.el (set-face-attribute): Set family and foundry before
4813 other attributes.
4814 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4815
4816 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * hl-line.el (hl-line-unload-function): New function.
4819 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4820 (hl-line-sticky-flag): Remove spurious * in docstring.
4821
4822 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4823
4824 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4825 search string.
4826
4827 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4828
4829 * net/tramp.el (tramp-process-one-action): Embed regexp in
4830 parentheses, before adding end-of-buffer construct. Suggested by
4831 Markus Triska <markus.triska@gmx.at>.
4832
4833 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4834
4835 * net/newst-plainview.el (w3m-toggle-inline-image):
4836 Define 'declare-function if necessary, for compatibility.
4837
4838 * net/newst-treeview.el (w3m-toggle-inline-images):
4839 Define 'declare-function if necessary, for compatibility.
4840
4841 2008-10-13 Alan Mackenzie <acm@muc.de>
4842
4843 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4844 so that the function works on one-line macros.
4845
4846 * progmodes/cc-engine.el: Amend several doc strings and comments.
4847
4848 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4849
4850 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4851
4852 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4853 (vc-cvs-stay-local): Add a new choice and default to it.
4854 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4855
4856 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4857
4858 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4859
4860 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
4861 Add support for extended return statement.
4862
4863 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
4864 and obj-dir; keep user order.
4865
4866 2008-10-12 Glenn Morris <rgm@gnu.org>
4867
4868 * Makefile.in (ELCFILES): Update.
4869
4870 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
4871 (shell-file-name-quote-list): Declare.
4872
4873 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
4874
4875 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
4876
4877 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * startup.el (command-line): If toolbar is disabled but ought to
4880 be initialized, call tool-bar-setup.
4881
4882 * tool-bar.el (tool-bar-setup): Variable deleted.
4883 (tool-bar-setup): Set it up unconditionally.
4884
4885 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
4886
4887 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
4888 tool-bar-map has been initialized before setting it up.
4889
4890 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
4891 tool-bar-map has been initialized before setting it up.
4892
4893 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * emacs-lisp/warnings.el (display-warning): Issue a message if
4896 called during daemon initialization.
4897
4898 * tool-bar.el (tool-bar-local-item)
4899 (tool-bar-local-item-from-menu): Put the check for number of
4900 display colors into the image expression.
4901 (tool-bar-setup): Don't be a no-op on ttys.
4902
4903 * info.el (info-tool-bar-map):
4904 * progmodes/gud.el (gud-tool-bar-map):
4905 * progmodes/grep.el (grep-mode-tool-bar-map):
4906 * progmodes/compile.el (compilation-mode-tool-bar-map):
4907 Initialize it unconditionally.
4908
4909 2008-10-11 Romain Francoise <romain@orebokech.com>
4910
4911 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
4912 * kmacro.el (kmacro-edit-lossage): Ditto.
4913 * edmacro.el (edit-kbd-macro): Ditto.
4914
4915 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
4916
4917 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
4918 Fix variable names.
4919
4920 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4921
4922 * startup.el (command-line): Revert 2008-09-26 change, not
4923 necessary anymore.
4924
4925 2008-10-10 Andreas Schwab <schwab@suse.de>
4926
4927 * simple.el (minibuffer-complete-shell-command):
4928 Bind comint-delimiter-argument-list, comint-file-name-chars and
4929 comint-file-name-quote-list like shell-mode.
4930
4931 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4932
4933 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
4934 call of select-window.
4935
4936 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
4937
4938 * calc/calc.el (calc-embedded-word-regexp)
4939 (calc-embedded-word-regexp-alist): New variables.
4940 (calc-embedded-open-word, calc-embedded-close-word)
4941 (calc-embedded-open-close-word-alist): Remove unused variables.
4942
4943 * calc/calc-embed.el (calc-embedded-make-info):
4944 Use `calc-embedded-word-regexp' to find words.
4945
4946 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4947
4948 * info.el (Info-extract-menu-counting): New argument no-detail to
4949 skip detailed node listings.
4950 (Info-forward-node): New argument not-up to inhibit going up.
4951 (Info-final-node): Call Info-extract-menu-counting and
4952 Info-forward-node with the new arguments set to avoid infinite
4953 looping. (Bug#1116)
4954
4955 2008-10-10 Eli Zaretskii <eliz@gnu.org>
4956
4957 * startup.el (command-line): Don't invoke tool-bar-mode if it is
4958 not fboundp.
4959
4960 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * startup.el (command-line): Enable tool-bar-mode as long as it is
4963 not suppressed by X resources, regardless of the terminal.
4964
4965 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
4966 graphical terminals.
4967 (tool-bar-setup): No-op if called on a tty.
4968
4969 2008-10-09 Eli Zaretskii <eliz@gnu.org>
4970
4971 * frame.el (make-frame-on-tty): Use "F" inside interactive.
4972 Support `pc' ``window-system''.
4973
4974 * progmodes/compile.el (compilation-start): Resurrect the version
4975 for systems that don't support asynchronous subprocesses.
4976
4977 2008-10-09 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.el (pop-up-frames): Add choice graphic-only.
4980 (display-buffer): When pop-up-frames equals graphic-only do
4981 not pop up new frame on text-only terminals. (Bug#1061)
4982
4983 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
4984
4985 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
4986 (vc-cvs-dir-status): Use it.
4987
4988 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * json.el (json-skip-whitespace): Fix last change.
4991
4992 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * bs.el (bs-unload-function): New function.
4995
4996 2008-10-08 Sven Joachim <svenjoac@gmx.de>
4997
4998 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
4999 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5000 For clarity, explicitly require cl.
5001
5002 2008-10-08 Michael Olson <mwolson@gnu.org>
5003
5004 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5005 can avoid a bad interaction with programs that add functions to
5006 the window-scroll-functions hook. This fixes Bug #858.
5007
5008 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * startup.el (command-line): Use display-warning to warn about an
5011 init file error.
5012 (command-line-1): Remove init file error delay.
5013
5014 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5015
5016 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5017 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5018 (rx-group-if): New function.
5019 (rx-parent): New variable.
5020 (rx-and, rx-or): Put shy groups only when necessary.
5021 (rx-bracket): Remove.
5022 (rx-anything): New function.
5023 (rx-any-delete-from-range, rx-any-condense-range)
5024 (rx-check-any-string): New functions.
5025 (rx-check-any): Return result as a list. Don't convert chars to
5026 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5027 Check char category string. Call rx-form instead of rx-to-string.
5028 (rx-any): Rebuid to complete the function.
5029 (rx-check-not): Fix char category regexp pattern string.
5030 Call rx-form instead of rx-to-string.
5031 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5032 "[^^]". Call regexp-quote for one char string when not called from
5033 rx-not. Add "\\w", and toggle to upcase. Add the case of
5034 "\\[SCBW]" to toggle.
5035 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5036 instead of rx-to-string.
5037 (rx-kleene): Call rx-form instead of rx-to-string.
5038 Call rx-group-if to adjust putting of shy groups.
5039 (rx-atomic-p): Make check more precisely.
5040 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5041 (rx-regexp): Call rx-group-if.
5042 (rx-form): New function.
5043 (rx-to-string): Call rx-form, rx-group-if.
5044 Refine definition of NO-GROUP.
5045
5046 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5047
5048 * json.el (json-advance): Use forward-char.
5049 (json-skip-whitespace): Use skip-syntax-forward.
5050
5051 2008-10-07 Alan Mackenzie <acm@muc.de>
5052
5053 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5054 indenting a macro followed by blank lines doesn't backslash the
5055 following non-blank line into the macro.
5056
5057 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5060 (command-line): Set after-init-time to nil before initialization.
5061
5062 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5063
5064 * calc/calc-units.el (math-standard-units): Update the values
5065 of the units.
5066
5067 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * bookmark.el (bookmark-unload-function): New function.
5070
5071 2008-10-06 Andreas Schwab <schwab@suse.de>
5072
5073 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5074
5075 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5076
5077 * mail/footnote.el: Remove * in defcustom docstrings and tell
5078 for most options that customizing them doesn't affect buffers
5079 already displaying footnotes.
5080 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5081 Fix handling of text properties and identical start/end tags.
5082 Do not use format when renumbering.
5083 (Footnote-set-style): Make it work.
5084 (Footnote-insert-numbered-footnote): Simplify.
5085 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5086 (Footnote-goto-footnote): Fix handling of empty section tag.
5087 (Footnote-delete-footnote): Fix handling of identical start/end
5088 tags, empty section tag, and spaced footnotes. Do not use
5089 kill-region.
5090 (footnote-mode): Make most options buffer-local to avoid that
5091 customizing messes up handling of footnotes in buffers that
5092 already display them.
5093
5094 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5095
5096 * faces.el (x-create-frame-with-faces): Undo previous change.
5097
5098 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5099 existent files.
5100
5101 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * international/mule-cmds.el (universal-coding-system-argument):
5104 Handle digit-argument too.
5105
5106 2008-10-05 Mario Lang <mlang@delysid.org>
5107
5108 * xml.el (xml-parse-string): Use skip-chars-forward.
5109
5110 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5111
5112 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5113 existent files.
5114 (vc-bzr-dir-status-files): New function.
5115
5116 2008-10-04 Glenn Morris <rgm@gnu.org>
5117
5118 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5119
5120 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5121 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5122
5123 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5124 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5125
5126 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5127
5128 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5129 Fix typo. (Bug#1074)
5130
5131 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5132
5133 * progmodes/compile.el (compilation-start): Make sure to move to
5134 point-max only when we are in the compilation buffer. (Bug#1073)
5135
5136 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5137
5138 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5139 tool-bar-mode is on.
5140
5141 * vc-svn.el (vc-svn-dir-status-files):
5142 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5143
5144 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * vc-hg.el (vc-hg-dir-status-files): New function.
5147
5148 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5149
5150 * window.el (window--display-buffer-1): Don't care about
5151 visibility since raise-frame does.
5152
5153 2008-10-03 Mario Lang <mlang@delysid.org>
5154
5155 * nxml/xmltok.el (xmltok-forward): Simplify.
5156
5157 2008-10-03 Glenn Morris <rgm@gnu.org>
5158
5159 * Makefile.in (ELCFILES): Update.
5160
5161 * frame.el (set-default-font): Make obsolete.
5162 * mouse.el (mouse-set-font): Use set-frame-font.
5163
5164 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5165 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5166
5167 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5168 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5169
5170 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5171
5172 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5173 (vc-dir-refresh): Set it here instead. (Bug#1067)
5174
5175 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * faces.el (inhibit-frame-set-background-mode): New var.
5178 (frame-set-background-mode): Use it to avoid a loop in
5179 face-spec-recalc.
5180
5181 2008-10-02 Glenn Morris <rgm@gnu.org>
5182
5183 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5184 vc-diff-switches.
5185
5186 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5187
5188 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5189 that is, to take some action when a buffer is killed. Suggested by
5190 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5191 11.2.2.
5192 (whitespace-action): Docstring and :type fix.
5193 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5194 Code fix.
5195 (whitespace-add-local-hook, whitespace-remove-local-hook)
5196 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5197
5198 2008-10-01 Magnus Henoch <mange@freemail.hu>
5199
5200 * net/tls.el (open-tls-stream): Show the actual command being
5201 executed, instead of the format string.
5202
5203 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5204
5205 * term/internal.el (dos-locale-alist): New alist.
5206 (dos-codepage-setup): Use it to compute a value of locale with
5207 which to call set-locale-environment. Remove code to set
5208 terminal, keyboard, and file-name encoding (done by
5209 set-locale-environment).
5210
5211 * international/mule-cmds.el
5212 (set-language-environment-nonascii-translation): Fix nonascii
5213 value for `pc' ``window-system''.
5214 (set-display-table-and-terminal-coding-system)
5215 (set-default-coding-systems): Don't special-case `pc'.
5216
5217 2008-10-01 Glenn Morris <rgm@gnu.org>
5218
5219 * filesets.el (filesets-menu-name): Fix type.
5220 (filesets-menu-path, filesets-menu-before): Fix types.
5221 Change defaults to be consistent with recentf. (Bug#1056)
5222
5223 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * term/xterm.el (xterm-turn-on-modify-other-keys)
5226 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5227 Don't forget to pass `terminal' to `send-string-to-terminal'.
5228
5229 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5230
5231 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5232 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5233 non-nil. It is not clear, whether this is only fixing symptoms on
5234 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5235 is embedded by that check. So it might be TRT. Suggested by Dan
5236 Nicolaescu <dann@ics.uci.edu>.
5237
5238 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5239
5240 * Makefile.in (ELCFILES): Remove codepage.elc.
5241
5242 * international/codepage.el: File removed, as even ms-dos doesn't
5243 need it anymore.
5244
5245 * loadup.el [ms-dos]: Don't load ccl and codepage.
5246
5247 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5248 (IT-character-translations, cjk-codepages-alist): Remove variables.
5249 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5250 (IT-unicode-translations): Remove charset and base elements.
5251 Add translations for Latin-1 characters.
5252 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5253 base and chset elements of IT-unicode-translations. Don't wrap
5254 translation in "{...}". Set up translations only for characters
5255 for which unencodable-char-position returns non-nil.
5256 (dos-codepage-setup): Don't use special-case codepages in
5257 cjk-codepages-alist.
5258
5259 * files.el (locate-dominating-file): Wrap directory-files with
5260 condition-case, instead of calling file-directory-p, which stats
5261 the directory one more time.
5262
5263 * mail/mail-utils.el (mail-unquote-printable-region):
5264 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5265 non-nil.
5266
5267 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5268
5269 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5270
5271 2008-09-30 Glenn Morris <rgm@gnu.org>
5272
5273 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5274
5275 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5276
5277 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5278 (which-function): Handle nested imenu trees.
5279
5280 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5281 some nested menu items.
5282
5283 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5284
5285 * calc/calc-units.el (math-standard-units): Add entries used to
5286 display the values in the units buffer.
5287 (math-build-units-table): Add entries to the units table to be used
5288 to display the values in the units buffer.
5289 (math-build-units-table-buffer): Use the display entry of the units
5290 table when non-nil.
5291 (calc-define-unit): Add option to enter display value of unit.
5292
5293 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5296
5297 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5298
5299 * files.el (locate-dominating-file): Take file-attributes of
5300 `dir', not of `file' (which never changes).
5301
5302 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5303
5304 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5305 also be `localname'.
5306
5307 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5308 IDENTIFICATION.
5309
5310 2008-09-28 Glenn Morris <rgm@gnu.org>
5311
5312 * vc.el (vc-switches): Give it a doc string.
5313
5314 2008-09-28 Romain Francoise <romain@orebokech.com>
5315
5316 * comint.el (comint-show-output): Adjust to stickiness changes of
5317 the output field.
5318
5319 * startup.el (command-line): Start the daemon server later.
5320
5321 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5322
5323 * subr.el (read-quoted-char): Call char-resolve-modifiers
5324 instead of char-resolve-modifers.
5325
5326 2008-09-27 Glenn Morris <rgm@gnu.org>
5327
5328 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5329 than [return]. (Bug#1031)
5330
5331 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5332
5333 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5334
5335 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5336
5337 * epg.el (epg-wait-for-status): Check if there is no pending status.
5338 Reported by Ted Romer <ted@romerfamily.com>.
5339
5340 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 * startup.el (command-line): Turn on menu-bar-mode and
5343 tool-bar-mode when running as a daemon.
5344
5345 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5346
5347 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5348 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5349 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5350 ($(lisp)/progmodes/cc-engine.elc)
5351 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5352 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5353 ($(lisp)/progmodes/cc-subword.elc)
5354 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5355
5356 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5357 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5358 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5359 ($(lisp)/progmodes/cc-engine.elc)
5360 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5361 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5362 ($(lisp)/progmodes/cc-subword.elc)
5363 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5364
5365 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * informat.el (Info-split-threshold): New variable.
5368 (Info-split): Use it.
5369
5370 * textmodes/texinfmt.el (texinfo-format-buffer):
5371 Use Info-split-threshold to decide whether to split Info files.
5372
5373 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5376 quoting.
5377
5378 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5379 name when reinserting it.
5380
5381 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5382 word-search-backward-lax for incremental word search.
5383
5384 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * generic-x.el (generic-other-modes): Fix typo in docstring.
5387 (generic-use-find-file-hook, generic-lines-to-scan)
5388 (generic-find-file-regexp, generic-ignore-files-regexp)
5389 (generic-define-mswindows-modes, generic-define-unix-modes):
5390 Remove `*' from docstring.
5391 (generic-mode-find-file-hook): Use `string-match-p'.
5392 (apache-log-generic-mode, mailagent-rules-generic-mode)
5393 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5394 (java-manifest-generic-mode, java-properties-generic-mode)
5395 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5396 for consistency with other modes in generic-x.el.
5397
5398 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5399
5400 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5401 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5402 parens specially only if latex-handle-escaped-parens is non-nil.
5403 (latex-indent-within-escaped-parens): New option.
5404 (latex-find-indent): Bind latex-handle-escaped-parens to
5405 latex-indent-within-escaped-parens. Do not treat escaped parens
5406 specially when this is nil. (Bug#954)
5407
5408 2008-09-25 Glenn Morris <rgm@gnu.org>
5409
5410 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5411
5412 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * vc.el (vc-mark-resolved): Move message here from
5415 vc-default-mark-resolved.
5416 (vc-default-mark-resolved): Change to an alias for ignore.
5417
5418 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5419
5420 * term.el (term-emulate-terminal): Encode input string before
5421 checking its length.
5422
5423 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5426 is loaded.
5427
5428 * server.el (server-buffer-done): Avoid changing the buffer when
5429 deleting the client's frame (bug#640).
5430
5431 * vc.el (vc-default-mark-resolved): New function.
5432
5433 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5434
5435 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5436 from raising a wrong-type-argument error.
5437
5438 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5439
5440 * help-fns.el (describe-function-1, describe-variable): Print
5441 relative file name in help buffer.
5442 * faces.el (describe-face): Print relative file name in help
5443 buffer.
5444
5445 2008-09-23 Romain Francoise <romain@orebokech.com>
5446
5447 * subr.el (with-output-to-string): Make sure that the temporary
5448 buffer gets killed.
5449
5450 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5451
5452 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5453 indentation problem with keyword symbols when a list starts with
5454 ,@ or spaces. (Bug#1012)
5455
5456 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5457
5458 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5459 escaped close parens correctly. (Bug#954)
5460
5461 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5462
5463 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5464 usage of `fortune-file' even though a FILE argument was passed to
5465 the function.
5466
5467 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5468
5469 * startup.el (command-line): Start the server when in daemon mode.
5470 Remove always true test.
5471
5472 * frame.el (frame-initialize): Remove spurious setting of
5473 special-display-function with the default value.
5474
5475 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5476
5477 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5478
5479 2008-09-20 Glenn Morris <rgm@gnu.org>
5480
5481 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5482 Fix custom type. (Bug#1011)
5483
5484 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5485
5486 * files.el (move-file-to-trash): Avoid recursive trashing if
5487 rename-file calls delete-file.
5488
5489 2008-09-20 Glenn Morris <rgm@gnu.org>
5490
5491 * play/fortune.el: Remove leading `*' from defcustom docs.
5492 (fortune-program-options): Doc fix. Allow to be a string again.
5493 Add :version.
5494 (fortune-in-buffer): Handle fortune-program-options as a string.
5495 Don't rely on fortune program accepting options after fortune file.
5496
5497 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5498
5499 * play/fortune.el (fortune-program-options): Change to a list.
5500 (fortune-in-buffer): Use apply.
5501
5502 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5503
5504 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5505 (authors-coding-system): Likewise.
5506
5507 2008-09-20 Ami Fischman <ami@fischman.org>
5508
5509 * savehist.el (savehist-save): Handle errors in writing as well as
5510 reading.
5511
5512 2008-09-20 Michael Olson <mwolson@gnu.org>
5513
5514 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5515 to provide a minimal performance boost.
5516
5517 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5518
5519 * proced.el (proced-grammar-alist, proced-custom-attributes)
5520 (proced-format-alist, proced-format, proced-filter-alist)
5521 (proced-filter, proced-sort): Use defcustom.
5522 (proced-mode): Fix docstring.
5523 (proced-process-attributes): Handle return value nil of functions
5524 in proced-custom-attributes.
5525
5526 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5527
5528 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5529 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5530
5531 2008-09-19 Miles Bader <miles@gnu.org>
5532
5533 * comint.el (comint-output-filter): Make field properties for
5534 output text front-sticky.
5535
5536 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5537
5538 * vc-bzr.el (vc-bzr-show-log-entry):
5539 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5540 C-x v l for a directory uses that.
5541
5542 2008-09-18 Simon Josefsson <simon@josefsson.org>
5543
5544 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5545 .sieve files.
5546
5547 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5548
5549 * help-macro.el (make-help-screen): Preserve key bindings
5550 established in help-mode call when exiting this macro.
5551
5552 2008-09-17 Kenichi Handa <handa@m17n.org>
5553
5554 * language/burmese.el: Fix setting of composition-function-table.
5555
5556 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5557
5558 * info.el (Info-follow-nearest-node): Don't raise an error for
5559 mouse-1 clicks.
5560
5561 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5562
5563 * calc/calc-units.el (calc-convert-temperature): Use default
5564 units when appropriate.
5565
5566 2008-09-16 Markus Triska <markus.triska@gmx.at>
5567
5568 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5569 catch errors raised in `texmathp'.
5570 (flyspell-tex-math-initialized): Remove.
5571
5572 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5573
5574 * frame.el (select-frame-set-input-focus): With non-nil
5575 mouse-autoselect-window always move mouse cursor to frame's
5576 selected window. Otherwise restore pre 2008-09-13 behavior.
5577 (select-frame-by-name): Use select-frame-set-input-focus.
5578
5579 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5580 pop-to-buffer already does it.
5581 (display-buffer-other-frame): Fix doc-string.
5582
5583 2008-09-16 Glenn Morris <rgm@gnu.org>
5584
5585 * add-log.el (diff-find-source-location): Update declaration.
5586
5587 * progmodes/make-mode.el (makefile-match-function-end):
5588 Move point. (Bug#983)
5589
5590 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5591
5592 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5593
5594 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5597 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5598
5599 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5600
5601 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5602
5603 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5604
5605 * files.el (file-truename): Don't raise args-out-of-range error
5606 when filename has no separator on windows-nt. (Bug#982)
5607
5608 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5611 be more honest when we don't know.
5612 (diff-tell-file-name): Don't prompt before the actual prompt.
5613 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5614 (diff-find-source-location): Add `noprompt' argument.
5615 (diff-current-defun): Don't prompt.
5616
5617 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5618
5619 * proced.el (proced-mark-face, proced-marked-face)
5620 (proced-sort-header-face): Remove.
5621 (proced-font-lock-keywords): Simplify.
5622 (proced-format): Use face proced-sort-header.
5623 (proced-format-interactive, proced-sort-interactive)
5624 (proced-filter-interactive): Only call proced-update if the scheme
5625 has changed.
5626 (proced-sort-header): Use posn-actual-col-row.
5627
5628 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5629
5630 * add-log.el (change-log-find-window): New variable.
5631 (change-log-goto-source-1, change-log-goto-source):
5632 Set change-log-find-window to window displaying source.
5633 (change-log-next-error): Select window specified by
5634 change-log-find-window.
5635
5636 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5637
5638 * frame.el (select-frame-set-input-focus): With focus follows
5639 mouse move mouse cursor to right window.
5640 * window.el (pop-to-buffer): Select window before calling
5641 select-frame-set-input-focus.
5642
5643 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5644
5645 * proced.el (proced-sort-header): New face.
5646 (proced-sort-header-face): New variable.
5647 (proced-format): Allow format value nil.
5648 Use proced-sort-header-face for header of sort column.
5649 (proced-format-args): New function.
5650 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5651 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5652 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5653 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5654 (proced-sort-header): Bind also to mouse-1.
5655 (proced-move-to-goal-column): Return position of point.
5656 (proced-filter-interactive): Always revert listing.
5657 (proced-format-ttname): Simplify.
5658 (proced-update): Do not keep undo information. Put point at
5659 beginning of buffer if we generate the first listing.
5660
5661 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5662
5663 * doc-view.el (doc-view-scroll-up-or-next-page)
5664 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5665 vertically split windows.
5666
5667 2008-09-12 Glenn Morris <rgm@gnu.org>
5668
5669 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5670
5671 * indent.el (indent-line-function): Doc fix.
5672 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5673
5674 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5675
5676 * window.el (pop-to-buffer): If the window for buffer-or-name is
5677 not on the selected frame, raise that window's frame and give it
5678 input focus. (Bug#745)
5679
5680 2008-09-11 Glenn Morris <rgm@gnu.org>
5681
5682 * ido.el (ido-mode): Initialize with custom-initialize-default,
5683 rather than a set function. (Bug#947)
5684
5685 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5686
5687 * replace.el (perform-replace): Don't set inhibit-read-only using
5688 query-replace-skip-read-only (bug#956).
5689
5690 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5691 of the <<foo>> form.
5692
5693 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5694
5695 * window.el (display-buffer): Fix doc-string typo.
5696
5697 2008-09-10 Kenichi Handa <handa@m17n.org>
5698
5699 * composite.el (compose-gstring-for-graphic): Fix previous change.
5700
5701 2008-09-10 Glenn Morris <rgm@gnu.org>
5702
5703 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5704
5705 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5706
5707 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5708 manuals. (Bug#886)
5709
5710 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * ido.el (ido-unload-function): New function.
5713
5714 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5715
5716 * ido.el (ido-file-internal): Fix typo in prompt.
5717 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5718 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5719 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5720 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5721 Fix typos in docstrings.
5722
5723 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5724
5725 * help-fns.el (describe-function-1): Don't print extra newline
5726 after filling.
5727
5728 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5729
5730 * help-fns.el (find-lisp-object-file-name): Handle case where
5731 library is compressed.
5732
5733 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5734
5735 * complete.el (PC-do-completion): Don't replace buffer
5736 contents (bug#227).
5737
5738 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * loadhist.el (unload-feature-special-hooks):
5741 Add `choose-completion-string-functions'.
5742
5743 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * vc-svn.el (vc-svn-root):
5746 * vc-sccs.el (vc-sccs-root):
5747 * vc-rcs.el (vc-rcs-root):
5748 * vc-cvs.el (vc-cvs-root): Delete.
5749 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5750
5751 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5752
5753 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5754 errors occurring in different files.
5755
5756 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5757
5758 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5759 (vc-bzr-status-printer): New function.
5760 (vc-bzr-after-dir-status): Deal with renamed files.
5761
5762 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5763
5764 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5765 buffer's filename.
5766
5767 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5768
5769 * subr.el (cancel-change-group): Widen buffer temporarily when
5770 undoing changes. (Bug#810)
5771
5772 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5773
5774 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5775 with gud-stop-subjob rather than exit debugger.
5776
5777 2008-09-07 Kenichi Handa <handa@m17n.org>
5778
5779 * composite.el: Compose combining characters only when it
5780 follows a character matching with "[[:alpha:]]".
5781
5782 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5783
5784 * proced.el: Require time-date.
5785 (proced-command-alist, proced-command, proced-goal-header-re)
5786 (proced-sorting-schemes-alist, proced-sorting-scheme)
5787 (proced-header-alist, proced-sorting-schemes-re)
5788 (proced-skip-regexp, proced-next-line, proced-previous-line)
5789 (proced-listing-type, proced-sorting-scheme-p): Remove.
5790 (proced-grammar-alist, proced-custom-attributes)
5791 (proced-format-alist, proced-format, proced-filter-alist)
5792 (proced-filter, proced-sort, proced-goal-attribute)
5793 (proced-timer-interval, proced-timer-flag, proced-timer)
5794 (proced-process-alist, proced-sort-internal, proced-process-tree)
5795 (proced-header-help-echo, proced-field-help-echo): New variables.
5796 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5797 (proced-omit-process, proced-filter, proced-process-tree)
5798 (proced-filter-children, proced-children-pids)
5799 (proced-filter-parents, proced-<, proced-string-lessp)
5800 (proced-time-lessp, proced-xor, proced-sort-p)
5801 (proced-format-time, proced-format-start, proced-format-ttname)
5802 (proced-format, proced-process-attributes): New functions.
5803 (proced-toggle-timer-flag, proced-mark-children)
5804 (proced-mark-parents, proced-filter-interactive)
5805 (proced-filter-attribute, proced-sort-interactive)
5806 (proced-sort-header, proced-format-interactive): New commands.
5807 (proced-move-to-goal-column): Use goal-column.
5808 (proced-mode): Use proced-timer.
5809 (proced-do-mark-all): Display process count. Use use-region-p.
5810 Simplify.
5811 (proced-omit-processes): Use use-region-p.
5812 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5813 (proced-sort-start, proced-sort-time, proced-sort-user):
5814 Use proced-sort-interactive.
5815 (proced-sort): Make it a function that performs the actual sort.
5816 (proced-update): New arg revert. Use proced-process-alist,
5817 proced-filter, proced-sort, proced-format, and
5818 proced-grammar-alist. Preserve position of point based on fields.
5819 Make header line and fields clickable.
5820 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5821 (proced-why): Use save-selected-window.
5822 (proced-log): Use buffer-read-only.
5823
5824 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5827
5828 2008-09-06 Glenn Morris <rgm@gnu.org>
5829
5830 * add-log.el (diff-find-source-location): Declare.
5831 (find-change-log): If called from a diff buffer, try to switch to the
5832 source buffer (e.g. to respect change-log-default-name there).
5833
5834 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5835 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5836
5837 * Makefile.in (ELCFILES): Update.
5838
5839 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5842 user enters a mouse event in another frame, or a special event.
5843
5844 * server.el (server-switch-buffer): New arg.
5845 (server-execute): If reusing an existing window, set file position
5846 if required.
5847
5848 2008-09-06 Kenichi Handa <handa@m17n.org>
5849
5850 * language/lao.el: Fix setting of composition-function-table.
5851
5852 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5853
5854 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5855 displaying help echo messages.
5856
5857 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5858
5859 * subr.el (symbol-file): Fix doc-string.
5860
5861 2008-09-06 Glenn Morris <rgm@gnu.org>
5862
5863 * help-mode.el (help-xref-forward-stack): Doc fix.
5864
5865 * add-log.el (change-log-default-name): Autoload safety.
5866
5867 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
5868
5869 * verilog-mode.el (verilog-library-extensions): Enable .sv
5870 filename extensions to call verilog-mode.
5871 (verilog-auto, verilog-auto-inst, verilog-faq)
5872 (verilog-submit-bug-report): Update author support URLs.
5873 (verilog-delete-auto, verilog-auto-inout-module)
5874 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
5875 creating complemented testbench modules. Suggested by Yishay Belkind.
5876 (verilog-auto-inst-port, verilog-simplify-range-expression):
5877 When verilog-auto-inst-param-value is set, don't require a
5878 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
5879 Yishay Belkind.
5880 (verilog-auto-inst-param-value): Add safe variable.
5881 (verilog-re-search-forward, verilog-re-search-backward):
5882 Fix returning wrong search results on Emacs 22.1.
5883 (verilog-modi-cache-results, verilog-auto): Fix warning message
5884 about "toggling font-lock-mode."
5885 (verilog-auto): Fix losing font-lock on errors.
5886 (verilog-auto-inst-param-value, verilog-mode-version)
5887 (verilog-mode-version-date, verilog-read-inst-param-value)
5888 (verilog-auto-inst, verilog-auto-inst-param)
5889 (verilog-auto-inst-port, verilog-simplify-range-expression):
5890 Allow parameters to be replaced with their values, on the expansion of
5891 an AUTOINST with Verilog 2001 style parameter settings.
5892 Suggested by David Rogoff.
5893
5894 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
5895
5896 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
5897 Better support for the property statement. Sometimes this keyword
5898 introduces a statement which requires an endproperty keyword, and
5899 sometimes it doesn't, depending on the work before the property
5900 word. If property is prefixed with assert, assume or cover
5901 keyword, then the statement is ended with a ';'. Otherwise,
5902 property is like task or specify, and is followed by some number
5903 of statements, which are ended with an endproperty keyword.
5904 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
5905 in a highlighted region: indent each line in region according to
5906 mode. Supply this so it works in XEmacs and older Emacs.
5907
5908 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5909
5910 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
5911 Don't clean up a buffer when killing it.
5912
5913 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5914
5915 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
5916 buffers (bug#360). New version 11.2.1.
5917 (whitespace-action): New value `warn-read-only' to give a warning when
5918 buffer is read-only and whitespace action is cleanup or auto-cleanup.
5919 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
5920 (whitespace-warn-read-only): New fun.
5921
5922 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * international/quail.el: Require help-mode.
5925 (quail-help-init): Function removed.
5926 (quail-keyboard-layout-button, quail-keyboard-customize-button):
5927 Define directly.
5928
5929 * dired.el (dired-get-filename): Rewrite octal escape character
5930 processor (bug#885).
5931
5932 2008-09-05 Eli Zaretskii <eliz@gnu.org>
5933
5934 * cus-edit.el (custom-button-pressed): Default to inverse-video.
5935
5936 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
5937 not just for terminal-frame.
5938
5939 2008-09-05 Martin Rudalics <rudalics@gmx.at>
5940
5941 * window.el (window--try-to-split-window): Don't split when window
5942 is not splittable in last disjunct. (Bug#888)
5943
5944 2008-09-05 Kenichi Handa <handa@m17n.org>
5945
5946 * language/tibetan.el: Fix setting of composition-function-table.
5947
5948 * composite.el (find-composition): Mention about the automatic
5949 composition in the docstring.
5950 (compose-gstring-for-graphic): Fix handling "above" marks.
5951
5952 * descr-text.el (describe-char): Fix handling of automatic composition.
5953
5954 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
5957 (tramp-parse-connection-properties): Reflow docstring.
5958
5959 2008-09-04 Kim F. Storm <storm@cua.dk>
5960
5961 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
5962 and other-frame methods when switching between file and buffer modes.
5963
5964 2008-09-04 Martin Rudalics <rudalics@gmx.at>
5965
5966 * info.el (Info-dir-remove-duplicates): Narrow buffer when
5967 removing duplicate entries under same heading. Don't skip char
5968 matching anything but a space or tab at bol. (Bug#864)
5969
5970 2008-09-03 Alan Mackenzie <acm@muc.de>
5971
5972 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
5973
5974 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
5977 (completion-pcm--all-completions): Move the case-fold-search binding to
5978 it also applies to completion-regexp-list (used in all-completions).
5979 (completion-pcm--hilit-commonality): Add missing case-fold-search.
5980
5981 2008-09-03 Martin Rudalics <rudalics@gmx.at>
5982
5983 * window.el (pop-up-frame-function): Move ...
5984 * frame.el (pop-up-frame-function): ... here, to avoid
5985 "CHANGED outside Customize;".
5986
5987 2008-09-03 Glenn Morris <rgm@gnu.org>
5988
5989 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
5990
5991 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
5992
5993 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
5994 non-alphabetical characters properly.
5995
5996 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5997
5998 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
5999
6000 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6001
6002 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6003 control-prefixed keys. (Bug#835)
6004
6005 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * image-mode.el (image-mode): Fix 2008-07-19 change.
6008
6009 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6012
6013 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6014
6015 2008-09-02 Glenn Morris <rgm@gnu.org>
6016
6017 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6018
6019 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6020
6021 2008-09-01 Glenn Morris <rgm@gnu.org>
6022
6023 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6024 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6025 and fix name typos. (Bug#856)
6026
6027 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * minibuffer.el (completion-pcm--pattern->regex):
6030 When completion-ignore-case is non-nil, generate a regexp that
6031 ignores case.
6032
6033 * window.el (recenter-top-bottom): Doc fix.
6034
6035 2008-09-01 Simon South <ssouth@member.fsf.org>
6036
6037 * progmodes/delphi.el: New maintainer.
6038 (delphi-interface-types): New var.
6039 (delphi-composite-types): Use it.
6040 (delphi-enclosing-indent-of): Distinguish between "interface"
6041 keyword as a unit separator and used like a class declaration.
6042
6043 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6044
6045 * help-fns.el (describe-simplify-lib-file-name)
6046 (find-source-lisp-file): Remove.
6047 (find-lisp-object-file-name): New function giving preference to
6048 files found via load-path instead of loaddefs.el.
6049 (describe-function-1): Use new function instead of the removed
6050 ones. (Bugs #587, #669, #690)
6051 * faces.el (describe-face): Use find-lisp-object-file-name instead
6052 of describe-simplify-lib-file-name.
6053
6054 2008-09-01 Kenichi Handa <handa@m17n.org>
6055
6056 * international/mule-diag.el (font-show-log): Fix previous change.
6057
6058 * international/mule-cmds.el (set-language-environment):
6059 Don't overwrite current-iso639-language if the current language
6060 environment doesn't provide that data.
6061 (set-locale-environment): Set current-iso639-language from the
6062 locale name.
6063
6064 * international/fontset.el (script-representative-chars): Re-add
6065 the entry for symbol, but with vector of characters.
6066 (setup-default-fontset): Cancel previous change.
6067
6068 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * ido.el: Move provide statement to the end of the file.
6071
6072 2008-08-30 Markus Triska <markus.triska@gmx.at>
6073
6074 * linum.el (linum-mode): `window-size-change-functions' can now be
6075 buffer-local.
6076 (linum-update-window): Use result of `move-overlay'.
6077
6078 2008-08-30 Glenn Morris <rgm@gnu.org>
6079
6080 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6081
6082 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6083 Doc fixes.
6084
6085 * apropos.el (apropos-command): Report documentation errors.
6086 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6087
6088 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6091 string.
6092
6093 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6094
6095 * bindings.el (mode-line-frame-identification): Fix last change.
6096
6097 2008-08-29 Kenichi Handa <handa@m17n.org>
6098
6099 These changes are to adjust the automatic composition for the new
6100 implementation (avoid using text property).
6101
6102 * composite.el (composition-function-table): Move declaration to
6103 composite.c.
6104 (terminal-composition-base-character-p): Delete it.
6105 (terminal-composition-function): Delete it.
6106 (terminal-composition-function-table): Delete it.
6107 (lgstring-header, lgstring-set-header, lgstring-font)
6108 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6109 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6110 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6111 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6112 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6113 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6114 (compose-glyph-string, compose-glyph-string-relative)
6115 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6116 New functions.
6117 (auto-compose-chars): Argument changed.
6118
6119 * language/european.el: Don't setup composition-function-table.
6120 (diacritic-composition-pattern, diacritic-compose-region)
6121 (diacritic-compose-string, diacritic-compose-buffer)
6122 (diacritic-composition-function): Delete them.
6123
6124 * language/lao-util.el (lao-composition-function): Argument changed.
6125
6126 * language/sinhala.el: Fix setting up of composition-function-table.
6127
6128 * language/thai.el: Fix setting up of composition-function-table.
6129
6130 * language/thai-util.el: Encoding changed to utf-8.
6131 (thai-composition-function): Argument changed.
6132
6133 * language/indian.el: Fix setting up of composition-function-table.
6134 (devanagari-composable-pattern)
6135 (tamil-composable-pattern, kannada-composable-pattern)
6136 (malayalam-composable-pattern): New variables.
6137
6138 * international/characters.el (unicode-category-table):
6139 Setup unicode-category-table.
6140
6141 * international/fontset.el (setup-default-fontset): Prepend
6142 iso10646-1 fonts to the fallback font groups instead of appending.
6143
6144 2008-08-29 Glenn Morris <rgm@gnu.org>
6145
6146 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6147
6148 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6151 are no X frames active.
6152
6153 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6154
6155 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6156 `ignore-errors' (the function must succeed always).
6157
6158 2008-08-28 Edward O'Connor <hober0@gmail.com>
6159
6160 * json.el (json-read-number): New arg. Handle explicitly signed
6161 numbers.
6162 (json-readtable): Add `+' and `.'.
6163
6164 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6165
6166 * term/pc-win.el (msdos-previous-message): New variable.
6167 (msdos-show-help): New function.
6168 (msdos-initialize-window-system): Set show-help-function to
6169 msdos-show-help.
6170
6171 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6172
6173 * emacs-lisp/debug.el (debug): When killing a noninteractive
6174 Emacs, give an exit status of -1.
6175
6176 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6179
6180 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6181
6182 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6183 not the same as the last modification time, fall back on the
6184 backend-specific check.
6185
6186 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6187
6188 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6189 to go to the position of interest.
6190
6191 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6192
6193 * textmodes/artist.el (artist-mode-init): Add comment on the
6194 setting up of the `artist-replacement-table' array.
6195 (artist-get-replacement-char): New defsubst.
6196 (artist-get-char-at-xy-conv, artist-replace-char)
6197 (artist-replace-chars, artist-replace-string): Use it instead of
6198 accessing `artist-replacement-table' directly.
6199 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6200
6201 (artist-mt): Fix structures for cut and copy operations.
6202
6203 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * shell.el (shell-file-name-quote-list): Quote `$'.
6206
6207 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6208 change to allow quoting of characters before point.
6209 (comint-dynamic-list-filename-completions): Quote common substring.
6210
6211 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * comint.el (comint-dynamic-complete-as-filename): If case is
6214 ignored while matching, replace the entire filename with completion.
6215
6216 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6217 flyspell-pre-point is valid to avoid signalling an error in
6218 post-command-hook.
6219
6220 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6221
6222 * linum.el (linum): Inherit remaining face attributes from default
6223 face.
6224
6225 2008-08-26 Markus Triska <markus.triska@gmx.at>
6226
6227 * linum.el (linum-delay): Disable - it should no longer be
6228 necessary, and can lead to longer delays.
6229 (linum-update-window): Renumber if margin width has changed.
6230
6231 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6232
6233 * epa.el (epa--key-widget-action): Save the selected window to
6234 make `widget-button-click-moves-point' work. (Bug#733).
6235
6236 2008-08-26 Glenn Morris <rgm@gnu.org>
6237
6238 * calendar/holidays.el (calendar-holidays): Doc fix.
6239
6240 * progmodes/gud.el (tramp-file-name-localname)
6241 (tramp-dissect-file-name): Declare.
6242
6243 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6244
6245 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6246
6247 * bindings.el (mode-line-frame-control): New function, caters to
6248 `pc' ``window system''.
6249 (mode-line-frame-identification): Use it instead of accessing
6250 window-system directly.
6251
6252 2008-08-25 Juri Linkov <juri@jurta.org>
6253
6254 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6255 `center-line' and "\eS" from `center-paragraph'.
6256 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6257 `center-paragraph'.
6258
6259 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6260
6261 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6262 (newsticker-treeview-treewindow-width): New.
6263 (newsticker-treeview-listwindow-height): New.
6264 (newsticker-treeview-browse-url-item): New.
6265 (newsticker-treeview-mode-map):
6266 Add newsticker-treeview-browse-url-item.
6267 (newsticker--treeview-window-init):
6268 Use newsticker-treeview-treewindow-width and
6269 newsticker-treeview-listwindow-height.
6270
6271 * net/newst-reader.el (newsticker-browse-url-item): New.
6272
6273 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6274
6275 * vc-dir.el (vc-dir-marked-only-files-and-states):
6276 (vc-dir-child-files-and-states): Reverse the list before returning it.
6277
6278 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6279
6280 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6281
6282 2008-08-24 Romain Francoise <romain@orebokech.com>
6283
6284 * progmodes/python.el (run-python): Remove '' from sys.path.
6285
6286 2008-08-23 Glenn Morris <rgm@gnu.org>
6287
6288 * progmodes/fortran.el (fortran-tab-mode-string)
6289 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6290
6291 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6292
6293 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6294 Add declare-function.
6295
6296 * startup.el (command-line): Don't call tty-register-default-colors
6297 if initial-window-system is `pc'.
6298
6299 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6300 (msdos-key-remapping-map): New variable. Move here all the special
6301 keys we will be remapping via local-function-key-map.
6302 (msdos-setup-keyboard): New function.
6303
6304 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6305 make-msdos-frame.
6306 (terminal-init-internal): New function, errors out if called.
6307 (msdos-initialize-window-system): New function.
6308 (msdos-create-frame-with-faces): Set the terminal's
6309 `terminal-initted' (sic!) parameter.
6310 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6311 (window-system-initialization-alist):
6312 Add msdos-initialize-window-system.
6313 (handle-args-function-alist): Use tty-handle-args for `pc'
6314 ``window system'' as well.
6315 (pc-win): Provide.
6316
6317 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6318 code for using msdos-color-values.
6319
6320 * loadup.el [ms-dos]: Load term/pc-win.
6321
6322 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6323
6324 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6325 directory name.
6326
6327 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6328
6329 * progmodes/gud.el (gud-common-init): Use absolute file so that
6330 perldb works with tramp (sudo).
6331
6332 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6333 match data in process filters.
6334
6335 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6336
6337 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6338 can be written.
6339
6340 2008-08-23 Glenn Morris <rgm@gnu.org>
6341
6342 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6343 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6344
6345 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6346
6347 * subr.el (temp-buffer-show-hook): Doc fix.
6348
6349 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6350
6351 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6352 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6353 <tassilo@member.fsf.org>.
6354
6355 * net/trampver.el: Update release number.
6356
6357 * net/xesam.el (xesam-minor-mode): New minor mode.
6358 (xesam-highlight-buffer): Remove. Code moved to
6359 `xesam-minor-mode'.
6360 (xesam-refresh-entry): Use `xesam-minor-mode'.
6361
6362 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * minibuffer.el (completion--try-word-completion):
6365 Disable partial-completion when considering the addition of a space
6366 or hyphen.
6367
6368 2008-08-21 John Paul Wallington <jpw@pobox.com>
6369
6370 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6371 filename of `tofile' doesn't contain any colons on Windows,
6372 Cygwin, and MS-DOS systems.
6373
6374 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6375
6376 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6377 (epg-context-set-progress-callback): Make sure the callback is a
6378 cons of a function and a handback. Update all callers.
6379
6380 2008-08-20 David Reitter <david.reitter@gmail.com>
6381
6382 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6383 Patch applied by Adrian Robert.
6384
6385 2008-08-20 Kevin Ryde <user42@zip.com.au>
6386
6387 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6388 directive lines.
6389
6390 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/xesam.el (xesam-highlight-string): Precise doc string.
6393 (xesam-highlight-buffer): New defun.
6394 (xesam-refresh-entry): Use it. Better check for sourceModified.
6395
6396 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6399 their names.
6400
6401 2008-08-19 Kenichi Handa <handa@m17n.org>
6402
6403 * language/european.el ("Esperanto"): Change the preferred
6404 charsets to iso-8859-3.
6405
6406 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6407
6408 * international/fontset.el (script-representative-chars):
6409 Delete the entry for symbol.
6410 (setup-default-fontset): For symbol characters, don't specify
6411 :script property.
6412
6413 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6414
6415 * minibuffer.el (completion-table-dynamic): Doc fix.
6416
6417 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6418 saved.
6419
6420 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * emulation/edt.el (edt-default-emulation-setup):
6423 Share global-buffers-menu-map with the emulated global map.
6424
6425 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6426
6427 * term/ns-win.el (global): Uncomment "put backspace
6428 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6429
6430 2008-08-18 Kenichi Handa <handa@m17n.org>
6431
6432 * international/mule-diag.el (font-show-log): Add optional arg N
6433 to control the limit of font listing.
6434
6435 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * window.el (recenter-top-bottom): Determine top and bottom
6438 positions using scroll-margin instead of scroll-conservatively.
6439
6440 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6441
6442 * proced.el (proced-send-signal): Use beginning-of-line.
6443
6444 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6445
6446 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6447 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6448 listing types.
6449 (proced-log-buffer): New variable.
6450 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6451 region if transient-mark-mode is turned on and the region is active.
6452 (proced-omit-processes): Rename from proced-hide-processes to
6453 avoid key clash with describe-mode (bound to h). Search for
6454 marked processes starting from point-min.
6455 (proced-header-space): Remove.
6456 (proced-send-signal): Handle errors. Operate on current process
6457 if no process is marked.
6458 (proced-why): New command.
6459 (proced-log, proced-log-summary): New functions.
6460 (proced-help): Use proced-why.
6461 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6462 (bibtex-autokey-year-title-separator): Fix docstring.
6463
6464 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6465
6466 * net/xesam.el (xesam-vendor, xesam-notify-function):
6467 New local variables.
6468 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6469 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6470 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6471 (xesam-new-search): Initialize `xesam-vendor'.
6472
6473 2008-08-15 Glenn Morris <rgm@gnu.org>
6474
6475 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6476 a pipeline.
6477 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6478 unless at the end of the pipeline. (Bug#699).
6479
6480 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * minibuffer.el (completion-boundaries): Doc fix.
6483 (display-completion-list): Only default base-size to zero if
6484 completing in the minibuffer.
6485
6486 * simple.el (completion-base-size): Doc fix.
6487 (choose-completion): Try reselecting completion-reference-buffer.
6488
6489 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6492 also for remote directories.
6493
6494 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6497 since those precomputed values aren't used any more.
6498 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6499
6500 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6501
6502 * help.el (with-help-window): Return last value in BODY.
6503
6504 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6505
6506 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6507 notify function of the URL.
6508 (xesam-new-search): Encode special characters in the query string.
6509
6510 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6513
6514 2008-08-13 Andreas Schwab <schwab@suse.de>
6515
6516 * net/tramp.el (tramp-handle-shell-command): Handle output going
6517 to current buffer like shell-command. Don't disable undo.
6518
6519 2008-08-13 Glenn Morris <rgm@gnu.org>
6520
6521 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6522 description is found.
6523
6524 2008-08-12 Alan Mackenzie <acm@muc.de>
6525
6526 * progmodes/cc-defs.el (c-emacs-features):
6527 argumentative-bod-function: bind mark-ring to avoid accumulating a
6528 spurious mark.
6529
6530 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * simple.el (visual-line--saved-state): New var.
6533 (visual-line-mode): Save local values of variables, and restore
6534 them when visual-line-mode is disabled.
6535
6536 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6537
6538 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6539
6540 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6541
6542 * progmodes/cc-defs.el (c-emacs-features):
6543 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6544 moving point during the test.
6545
6546 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6547
6548 2008-08-11 Glenn Morris <rgm@gnu.org>
6549
6550 * term/ns-win.el (x-parse-geometry): Doc fix.
6551
6552 * dired.el (x-popup-menu):
6553 * hi-lock.el (x-popup-menu):
6554 * mouse.el (font-face-attributes):
6555 * calendar/cal-menu.el (x-popup-menu):
6556 * calendar/calendar.el (x-popup-menu):
6557 * calendar/holidays.el (x-popup-menu):
6558 * progmodes/cperl-mode.el (x-popup-menu):
6559 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6560 (x-open-connection):
6561 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6562 (x-command-line-resources):
6563 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6564 (x-display-name, x-command-line-resources):
6565 Add declarations for builds without X.
6566
6567 2008-08-10 Glenn Morris <rgm@gnu.org>
6568
6569 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6570
6571 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * vc-bzr.el (vc-bzr-find-revision): Rename from
6574 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6575
6576 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6577
6578 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6579 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6580 "DONE", when all hits are retrieved.
6581 (xesam-search): Autoload it.
6582
6583 2008-08-11 John Paul Wallington <jpw@pobox.com>
6584
6585 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6586 empty string when no filename.
6587 (define-ibuffer-column filename): Accommodate that change.
6588
6589 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6590 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6591
6592 2008-08-10 Glenn Morris <rgm@gnu.org>
6593
6594 * Makefile.in (ELCFILES): Update.
6595
6596 2008-08-10 John Paul Wallington <jpw@pobox.com>
6597
6598 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6599
6600 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * battery.el (battery-echo-area-format, battery-status-function):
6603 Handle new Linux sysfs format for battery reporting.
6604 (battery-linux-sysfs): New function.
6605
6606 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6607
6608 * add-log.el (change-log-search-tag-name)
6609 (change-log-goto-source): Fix behavior when point is not on tag.
6610
6611 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6612
6613 * startup.el (command-line-ns-option-alist): Use ignore instead of
6614 ns-ignore-0-arg.
6615
6616 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6617 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6618 (ns-alternatives-map): New variable.
6619 (x-set-up-function-keys): Use it.
6620 (global): Comment out "put backspace ascii-character..." and friends.
6621 Move function-key-map into ns-alternatives-map. Don't call
6622 precompute-menubar-bindings. Don't set anything connected with
6623 browse-url.
6624 (after-make-frame-functions): Clarify comment why a hook is added.
6625
6626 2008-08-06 Joakim Verona <joakim@verona.se>
6627
6628 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6629 in url:s.
6630
6631 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6632
6633 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6634 Fix 2008-01-01 change: use a shy group to not affect subsequent
6635 match calls.
6636
6637 2008-08-06 Reto Zimmermann <reto@gnu.org>
6638
6639 * progmodes/vera-mode.el (vera-electric-tab):
6640 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6641 region when active.
6642
6643 2008-08-06 Kenichi Handa <handa@m17n.org>
6644
6645 * faces.el (face-valid-attribute-values): Fix handling the value
6646 of (font-family-list) and font-XXX-table.
6647
6648 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6649
6650 * proced.el (proced-menu): Bind the correct function to for toggling.
6651
6652 * vc-dir.el (vc-dir-mode): Fix typo.
6653
6654 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6655
6656 * whitespace.el (whitespace-newline-mode)
6657 (global-whitespace-newline-mode, whitespace-mode)
6658 (global-whitespace-mode): Improve docstring.
6659
6660 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6663
6664 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6665
6666 * cus-start.el (all): Handle auto-save-visited-file-name.
6667
6668 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6669
6670 * files.el (hack-one-local-variable-eval-safep): Handle
6671 lisp-indent-function and scheme-indent-function in addition to the
6672 deprecated lisp-indent-hook.
6673
6674 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * net/xesam.el (top): Require `wid-edit' always.
6677 (xesam-mode-line, xesam-highlight): New deffaces.
6678 (xesam-objects): New local variable.
6679 (xesam-search-engines): Fix error in field list.
6680 (xesam-mode): Use `xesam-mode-line' instead of
6681 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6682 proper initialization (why?).
6683 (xesam-highlight-string, xesam-get-hits)
6684 (xesam-kill-buffer-function): New defuns.
6685 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6686 result of "hit.fields", it isn't a string only. Wrap an error of
6687 the strigi search engine ("xesam:size" is returned as string).
6688 Highlight search items.
6689 (xesam-refresh-search-buffer): Make logic of counters more simple.
6690 Prefetch next hits.
6691 (xesam-signal-handler): Use `xesam-mode-line' instead of
6692 `font-lock-type-face'.
6693 (xesam-new-search): Add `xesam-kill-buffer-function' to
6694 `kill-buffer-hook'.
6695
6696 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6697
6698 * add-log.el (change-log-next-error, change-log-mode): Add support
6699 for `next-error' to call `change-log-goto-source' on named files
6700 in a ChangeLog.
6701
6702 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6703
6704 * calc/calc.el (math-read-number): Handle all C-like languages
6705 properly.
6706
6707 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6708
6709 * calc/calc.el (math-read-number): Handle C numbers beginning with
6710 0 correctly.
6711
6712 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6713
6714 * term/ns-win.el ([ns-new-frame]): New global key.
6715
6716 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6717
6718 * international/mule-cmds.el (read-char-by-name):
6719 Check UCS names with `assoc-string' and case folding.
6720
6721 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6722
6723 * net/dbus.el (dbus-call-method-asynchronously)
6724 (dbus-method-return-internal, dbus-method-error-internal):
6725 Declare them with `declare-function'.
6726
6727 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * descr-text.el (describe-char-display): Fix last change:
6730 don't pass CHARSET to `encoded-string-description'.
6731
6732 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6733
6734 * vc.el (vc-next-action): Update list var correctly after delete.
6735
6736 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * ido.el (ido-mode): Add toggle notification.
6739
6740 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6741 already visiting the custom file.
6742
6743 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6744 pending output coming after the status change.
6745
6746 2008-08-02 Jason Rumney <jasonr@gnu.org>
6747
6748 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6749
6750 2008-08-01 Kenichi Handa <handa@m17n.org>
6751
6752 * international/mule-cmds.el (encode-coding-char):
6753 New optional arg CHARSET.
6754
6755 * descr-text.el (describe-char-display): Call encode-coding-char
6756 with the arg CHARSET.
6757 (describe-char): Pay attention to the text-property `charset'.
6758
6759 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6762 error messages.
6763 (dbus-set-property): Call `dbus-introspect-get-property' instead
6764 of `dbus-get-property'.
6765
6766 * net/xesam.el (xesam-all-fields): Remove source and content
6767 identifiers.
6768 (xesam-dbus-unique-names): New defvar.
6769 (xesam-dbus-call-method): New defun. Replace all calls of
6770 `dbus-call-method' by `xesam-dbus-call-method'.
6771 (xesam-get-cached-property, xesam-set-cached-property):
6772 New defuns.
6773 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6774 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6775 (xesam-search-engines): Make it an association list. Take changed
6776 layout into account in the corresponding function.
6777 (xesam-delete-search-engine): Remove check for consistency of
6778 `xesam-search-engines', not needed anymore.
6779 (xesam-mode): Show XML query string only in the debug case.
6780
6781 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * files.el (read-file-modes): Fix typo in docstring.
6784
6785 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6788 files.
6789
6790 * apropos.el (apropos-symbol): Don't set button skip by default.
6791 (apropos-print): Set button skip iff searching for multiple types.
6792 (apropos-print-doc): Insert blank label button when searching for
6793 a single type.
6794
6795 * button.el (forward-button): Avoid infloop.
6796
6797 * minibuffer.el (read-file-name-completion-ignore-case):
6798 Add cygwin to the list.
6799
6800 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6801
6802 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6803 turn off case-fold-search.
6804
6805 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6808 (dbus-message-type-invalid, dbus-message-type-method-call)
6809 (dbus-message-type-method-return, dbus-message-type-error)
6810 (dbus-message-type-signal): New defconst.
6811 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6812 (dbus-return-values-table): New defvar.
6813 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6814 New defun.
6815 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6816 Extend docstring. Adapt implementation according to new
6817 `dbus-event' layout.
6818 (dbus-event-service-name, dbus-event-path-name)
6819 (dbus-event-interface-name, dbus-event-member-name):
6820 Adapt implementation according to new `dbus-event' layout.
6821 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6822
6823 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6824 (xesam-mode): Rework implementation.
6825 (xesam-new-search): Additional parameter TYPE.
6826 (xesam-search): Adapt call of `xesam-new-search'.
6827
6828 2008-07-31 Juri Linkov <juri@jurta.org>
6829
6830 * dired-aux.el (dired-do-chmod): Set default value to the original
6831 mode string using absolute notation like u=rwx,g=rx,o=rx.
6832 Use it as a new arg `default' of `dired-mark-read-string'.
6833 (dired-mark-read-string): Add new optional arg `default'.
6834
6835 * files.el (read-file-modes): Set default value to the original
6836 mode string using absolute notation like u=rwx,g=rx,o=rx.
6837 Use it as the `default' arg of `read-string'.
6838
6839 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6840 variable `files' is bound to avoid warnings.
6841
6842 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6843 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6844 to the command `isearch-forward' instead of displaying "See C-s".
6845 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6846 with their interactive specifications. Move reading the face name to
6847 the main body after calls to isearch-done and isearch-clean-overlays.
6848
6849 * mb-depth.el: Unify all names under one common name prefix
6850 `minibuffer-depth-'.
6851 (minibuffer-depth-indicator-function): Rename from
6852 `minibuf-depth-indicator-function'.
6853 (minibuffer-depth-overlay): Rename from
6854 `minibuf-depth-overlay'.
6855 (minibuffer-depth-setup): Rename from
6856 `minibuf-depth-setup-minibuffer'.
6857 (minibuffer-depth-indicate-mode): Rename from
6858 `minibuffer-indicate-depth-mode'.
6859
6860 2008-07-31 Juri Linkov <juri@jurta.org>
6861
6862 * dired-aux.el (dired-isearch-filenames-toggle): New command.
6863 (dired-isearch-filenames-setup): Bind "\M-sf" to
6864 dired-isearch-filenames-toggle in isearch-mode-map.
6865 (dired-isearch-filenames-end): Bind "\M-sf" to nil
6866 in isearch-mode-map.
6867
6868 * isearch.el (isearch-edit-string-set-word): New command.
6869 (minibuffer-local-isearch-map): Bind "\C-w" to
6870 isearch-edit-string-set-word.
6871 (isearch-new-word): Temporary internal variable.
6872 (isearch-edit-string): Remove special case of reading the
6873 first character and checking it for C-w.
6874
6875 * simple.el (read-shell-command, shell-command):
6876 Move code that uses minibuffer-with-setup-hook to set
6877 minibuffer-default-add-function to minibuffer-default-add-shell-commands
6878 from the interactive spec of `shell-command' to `read-shell-command'.
6879
6880 * international/mule-cmds.el (read-char-by-name):
6881 Accept hash notation. Doc fix.
6882 (ucs-insert): Doc fix. Convert to number only when `arg' is
6883 a string. Use separate error message when `arg' is not an integer.
6884 Bind `ucs-insert' to `C-x 8 RET'.
6885
6886 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
6887
6888 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
6889 move the (arglist-cont-nonempty) from c-offsets-alist to
6890 c-hanging-braces-alist like other styles already have.
6891
6892 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6893
6894 * textmodes/texinfmt.el:
6895 * nxml/nxml-enc.el:
6896 * mail/feedmail.el:
6897 * international/mule.el:
6898 * international/latexenc.el:
6899 * emulation/viper-util.el:
6900 * emulation/viper-init.el:
6901 * emulation/viper-ex.el:
6902 * emacs-lisp/bytecomp.el:
6903 * version.el:
6904 * subr.el:
6905 * startup.el:
6906 * sort.el:
6907 * shadowfile.el:
6908 * recentf.el:
6909 * printing.el:
6910 * paths.el:
6911 * minibuffer.el:
6912 * ls-lisp.el:
6913 * loadup.el:
6914 * hippie-exp.el:
6915 * finder.el:
6916 * files.el:
6917 * ediff-util.el:
6918 * ediff-ptch.el:
6919 * ediff-init.el:
6920 * ediff-diff.el:
6921 * dired.el:
6922 * dired-aux.el:
6923 * cus-edit.el:
6924 * bindings.el:
6925 * arc-mode.el:
6926 * add-log.el: Remove VMS support.
6927 * obsolete/vmsproc.el:
6928 * obsolete/vms-pmail.el:
6929 * obsolete/vms-patch.el: Remove file.
6930
6931 2008-07-31 Alan Mackenzie <acm@muc.de>
6932
6933 * progmodes/cc-mode.el (c-before-hack-hook): New function
6934 (Top Level): Install c-before-hack-hook on
6935 before-hack-local-variables-hook, rather than
6936 c-postprocess-file-styles on hack-local-variables-hook.
6937
6938 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * files.el (normal-mode): Move call to hack-project-variables into
6941 hack-local-variables.
6942 (file-local-variables-alist, before-hack-local-variables-hook):
6943 New vars.
6944 (ignored-local-variables): Add file-local-variables-alist.
6945 (hack-local-variables-filter): Renamed from
6946 hack-local-variables-apply. Add the result to
6947 file-local-variables-alist, without applying them.
6948 (hack-local-variables): Set file-local-variables-alist to nil.
6949 Call hack-project-variables and before-hack-local-variables-hook.
6950 Apply variables here, instead of hack-local-variables-apply.
6951 Based on a patch by Alan Mackenzie.
6952
6953 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
6954
6955 * info-look.el (autoconf-mode :doc-spec): For
6956 "(autoconf)M4 Macro Index", if the item already
6957 begins with "AS_", don't prefix that string again.
6958
6959 2008-07-30 Juri Linkov <juri@jurta.org>
6960
6961 * info.el (info, Info-mode): Doc fix.
6962
6963 * isearch.el (isearch-mode-map): Bind `M-s r' to
6964 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
6965 (search-map): Bind `M-s w' to `isearch-forward-word' globally
6966 in the global map `search-map'.
6967 (isearch-forward): Doc fix.
6968 (isearch-forward-word, isearch-toggle-case-fold): New commands.
6969
6970 * simple.el (quoted-insert): Comment out code that treats
6971 0240-0377 specially.
6972
6973 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * cus-start.el: Add customization info for
6976 read-buffer-completion-ignore-case.
6977
6978 2008-07-30 Sam Steingold <sds@gnu.org>
6979
6980 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
6981
6982 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6983
6984 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
6985 (vc-dir-mode): Improve docstring.
6986
6987 2008-07-30 Juri Linkov <juri@jurta.org>
6988
6989 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
6990 for the sake of isearch-mode-hook in dired-mode in dired.el.
6991
6992 2008-07-19 Markus Triska <markus.triska@gmx.at>
6993
6994 * image-mode.el (image-mode): Set image-mode-text-map when image
6995 cannot be displayed.
6996
6997 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
6998
6999 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7000 ada-xref-set-default-prj-values.
7001 (ada-prj-display-page): Ditto.
7002
7003 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7004 (ada-make-filename-from-adaname): Fix free variable.
7005
7006 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7007
7008 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7009
7010 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7011
7012 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7013 for declarations inside a parenthetical list. The code is ill-advised,
7014 and doesn't work given user defined types.
7015 (verilog-set-auto-endcomments): Enhance function automatic
7016 endcomment to support functions that return user defined types.
7017 (verilog-mode): Add code to tell which-function-mode minor mode
7018 that Verilog supports this feature.
7019 (verilog-beg-block-re-ordered, verilog-indent-re)
7020 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7021 (verilog-leap-to-head): Support the new virtual and/or protected
7022 tasks, as well as extern declarations of tasks for indenting and
7023 for forward/backward expression.
7024
7025 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7026
7027 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7028 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7029 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7030 (verilog-string-replace-matches): Avoid recursion with small
7031 replacements.
7032 (verilog-auto-inst-param-value, verilog-mode-version)
7033 (verilog-mode-version-date, verilog-read-inst-param-value)
7034 (verilog-auto-inst, verilog-auto-inst-param)
7035 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7036 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7037 David Rogoff. This allows parameters to be replaced with their
7038 values, on the expansion of an AUTOINST with Verilog 2001 style
7039 parameter settings.
7040
7041 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7042
7043 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7044 to `cddr'.
7045
7046 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * Makefile.in (ELCFILES): Add mairix.elc.
7049
7050 2008-07-29 David Engster <deng@randomsample.de>
7051
7052 * net/mairix.el: New file.
7053
7054 2008-07-29 Juri Linkov <juri@jurta.org>
7055
7056 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7057 instead of variable-pitch with bold and 1.2 height.
7058
7059 * dired-aux.el (dired-do-async-shell-command): New command.
7060
7061 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7062 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7063
7064 2008-07-29 Juri Linkov <juri@jurta.org>
7065
7066 * international/mule-cmds.el (ucs-names): New internal variable.
7067 (ucs-names): New function.
7068 (ucs-completions): New lazy completion variable.
7069 (read-char-by-name): New function.
7070 (ucs-insert): Replace interactive spec letter "s" with the call to
7071 `read-char-by-name'.
7072
7073 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7074
7075 * replace.el (occur-read-primary-args):
7076 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7077 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7078 second arg of `read-regexp'.
7079
7080 * dired-aux.el (dired-isearch-filenames): New user option.
7081 (dired-isearch-orig-success-function): New internal variable.
7082 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7083 (dired-isearch-success-function): New functions.
7084 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7085 New commands.
7086
7087 * dired.el (dired-insert-set-properties): Add new text property
7088 `dired-filename' to put on file names.
7089 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7090 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7091 Add menu items.
7092 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7093 buffer-local `isearch-mode-hook'.
7094
7095 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7098 (ada-create-case-exception): Fix typo in docstring.
7099 (ada-no-auto-case): Return nil, not the docstring.
7100 (ada-indent-current): Reflow docstring.
7101
7102 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7103 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7104 (ada-prj-load-from-file): Reflow docstring.
7105 (ada-prj-display-page): Fix typo in widget.
7106
7107 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7108 Fix typos in docstrings.
7109
7110 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7111 (ada-compile-current, ada-check-current, ada-run-application)
7112 (ada-get-ali-file-name): Fix typos in docstrings.
7113 (ada-xref-confirm-compile, ada-find-references)
7114 (ada-find-local-references, ada-find-any-references): Doc fixes.
7115 (ada-get-all-references): Fix typo in error message.
7116 (ada-xref-current-project): Use `let', not `let*'.
7117 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7118
7119 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7120
7121 * whitespace.el (whitespace-newline): Change initialization to have a
7122 low contrast relative to the background color. Suggested by David
7123 Reitter <david.reitter@gmail.com>.
7124
7125 2008-07-28 Juri Linkov <juri@jurta.org>
7126
7127 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7128 New functions.
7129
7130 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7131 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7132
7133 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7134
7135 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7136 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7137
7138 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7139
7140 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7141 Add support for add-log.
7142 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7143
7144 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7145 (ada-prj-save): Prompt for file name if not given.
7146 (ada-prj-display-page): Display casing exceptions.
7147
7148 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7149 Ada mode project files. Delete 'main_unit' project variable;
7150 only need 'main'. Simplify handling of default project values.
7151 Use cross-prefix consistently.
7152 (ada-find-executable): Throw error if not found.
7153 (ada-initialize-runtime-library): Improve error handling when
7154 gnatls not found.
7155 (ada-gnat-parse-gpr): New.
7156 (ada-treat-cmd-string): Allow process environment variables.
7157 (ada-xref-set-default-prj-values): Delete; replace with
7158 ada-default-prj-properties.
7159 (ada-parse-prj-file): Handle GNAT project files.
7160 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7161 (ada-select-prj-file): New.
7162 (ada-get-absolute-dir-list): Allow project and environment variables.
7163
7164 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7165
7166 Sync with Tramp 2.1.14.
7167
7168 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7169 (tramp-get-device): Make device number a cons cell.
7170 (tramp-convert-file-attributes): Make inode a cons cell.
7171
7172 * net/trampver.el: Update release number.
7173
7174 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7175
7176 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7177 window systems.
7178
7179 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7180
7181 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7182
7183 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7184
7185 Remove support for Mac Carbon.
7186 * term/mac-win.el: Remove file
7187 * international/mule-cmds.el:
7188 * version.el:
7189 * startup.el:
7190 * simple.el:
7191 * mwheel.el:
7192 * mouse.el:
7193 * loadup.el:
7194 * isearch.el:
7195 * info.el:
7196 * frame.el:
7197 * faces.el:
7198 * disp-table.el:
7199 * cus-start.el:
7200 * cus-face.el:
7201 * cus-edit.el:
7202 * Makefile.in: Remove code for Carbon.
7203
7204 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7205
7206 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7207 bindings for functions deleted by Dan N. 2008-07-21. Set
7208 where-is-preferred-modifier. Add show-manual option to Help menu.
7209
7210 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * net/tramp.el (tramp-handle-start-file-process):
7213 Set query-on-exit flag. Kill temporary buffer.
7214 (tramp-process-sentinel): Remove defun.
7215 (tramp-do-copy-or-rename-file-out-of-band)
7216 (tramp-maybe-open-connection): Don't call it.
7217
7218 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7219 `tramp-process-sentinel'.
7220
7221 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7222 `tramp-process-sentinel'.
7223
7224 * net/xesam.el (xesam-from): Remove defvar.
7225 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7226 and `mode-line-position'.
7227 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7228 information to the widgets. Don't set `mode-line-position'.
7229 (xesam-refresh-search-buffer): Correct hit number computing.
7230 Don't set `mode-line-position'.
7231 (xesam-new-search): Add debug information to the mode line.
7232
7233 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7234
7235 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7236 diff-show-trailing-whitespaces.
7237
7238 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7241 invalid filename strings when parsing tex errors (bug#376).
7242
7243 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7244
7245 * menu-bar.el (menu-bar-file-menu): Fix typo.
7246
7247 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7250 (solitaire-mode): Define with `define-derived-mode'.
7251 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7252 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7253 (solitaire-undo, solitaire-check): Use `when'.
7254 (solitaire-solve): Err out if the solitaire is already in progress.
7255 Use `when'.
7256
7257 * descr-text.el (describe-char): Don't overwrite local variable char
7258 when describing characters with display-table entries. Display font
7259 backend when describing composed characters. Simplify: use `let'
7260 instead of `let*', and `or x y' instead of `if x x y'.
7261
7262 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * image-mode.el (image-minor-mode): Set up winprops.
7265
7266 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7267
7268 * diff-mode.el (diff-show-trailing-blanks): New fun.
7269 Show trailing blanks in modified lines for diff-mode.
7270
7271 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * Makefile.in (ELCFILES): Add net/xesam.el.
7274
7275 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7276 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7277
7278 * net/xesam.el: New file.
7279
7280 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7281
7282 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7283 set-file-modes when creating target directories.
7284
7285 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7286
7287 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7288 Set `show-trailing-whitespace' to nil.
7289 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7290 Fix typos in docstrings.
7291
7292 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7295 key remapping, not directly.
7296
7297 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7298
7299 * whitespace.el: New version 11.2.
7300 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7301 minor mode visualization.
7302
7303 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7306
7307 * Makefile.in (ELCFILES): Add term/common-win.elc.
7308
7309 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7310 (vc-dir-isearch-regexp): New functions.
7311 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7312
7313 2008-07-23 Juri Linkov <juri@jurta.org>
7314
7315 * isearch-multi.el: Remove file to avoid dos file name clashes
7316 with isearch-x.el. Move most content to misearch.el.
7317
7318 * misearch.el: New file with most content from isearch-multi.el.
7319 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7320 Remove `isearch-buffers-minor-mode'. Add new function
7321 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7322 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7323 `multi-isearch-files', `multi-isearch-files-regexp'.
7324
7325 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7326
7327 * isearch.el (isearch-message-prefix): Display "Multi" when
7328 `multi-isearch-next-buffer-current-function' is non-nil.
7329 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7330 with `multi-isearch-next-buffer-current-function', and
7331 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7332
7333 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7334 `multi-isearch-next-buffer-function' instead of
7335 `isearch-buffers-next-buffer-function'. Remove call to
7336 `isearch-buffers-minor-mode'.
7337
7338 * buff-menu.el (Buffer-menu-marked-buffers)
7339 (Buffer-menu-isearch-buffers)
7340 (Buffer-menu-isearch-buffers-regexp): New functions.
7341 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7342 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7343 `Buffer-menu-isearch-buffers-regexp'.
7344 (Buffer-menu-mode): Document new commands in docstring.
7345 (list-buffers-noselect): Add one space after Info file name
7346 according to the Info address convention.
7347
7348 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7349 New functions.
7350
7351 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7352 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7353 (ibuffer-mode): Document new commands in docstring.
7354
7355 * filesets.el (filesets-commands): Add commands for "Isearch" and
7356 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7357 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7358 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7359 or `multi-isearch-files-regexp'.
7360 (filesets-cmd-query-replace-getargs): Call standard function
7361 `query-replace-read-args' to read `query-replace' arguments.
7362 Add `multi-query-replace-map'.
7363 (filesets-cmd-query-replace-regexp-getargs)
7364 (filesets-cmd-isearch-getargs): New functions.
7365
7366 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7367
7368 * international/mule.el (recode-region): Deactivate mark at the end.
7369
7370 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7371
7372 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7373 Use more suitable colors on dark displays.
7374
7375 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7376
7377 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7378 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7379 (tramp-temp-buffer-name): New defconst.
7380 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7381 command. No trailing prompt.
7382 (tramp-process-sentinel): Remove temporary buffer, if existing.
7383 Don't handle trailing prompt.
7384 (tramp-open-connection-setup-interactive-shell):
7385 Use `tramp-temp-buffer-name'.
7386
7387 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7388
7389 * shell.el (shell-dynamic-complete-functions):
7390 Use comint-dynamic-complete-filename as well (bug#361).
7391
7392 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * term/ns-win.el:
7395 * version.el (emacs-version):
7396 * loadup.el:
7397 * frame.el (make-frame-on-display): Check for ns instead of
7398 ns-windowing.
7399
7400 * dired.el (dired-mode-map): Show the key binding for wdired.
7401
7402 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7403 exiting Emacs.
7404
7405 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7406
7407 * term/ns-win.el (x-list-fonts): Drop alias.
7408
7409 2008-07-23 Juri Linkov <juri@jurta.org>
7410
7411 * replace.el (multi-query-replace-map): New variable.
7412 (perform-replace): Add processing of new multi-buffer keys bound
7413 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7414 if last input char was `automatic-all'. Set new local variable
7415 `multi-buffer' to t when one of new two keys were typed. Return
7416 non-nil value of `multi-buffer' that tells to calling functions
7417 to continue replacement on the next file.
7418
7419 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7420 `perform-replace' to `multi-query-replace-map'.
7421
7422 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7425 otherwise displayed in every buffer.
7426
7427 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7428 (vc-arch-trim-one-revlib): Delete temp directories as well.
7429
7430 2008-07-22 Stephen Eglen <stephen@gnu.org>
7431
7432 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7433
7434 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7435
7436 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7437
7438 2008-07-22 Miles Bader <miles@gnu.org>
7439
7440 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7441 (sh-mode-map): Remove remapping of newline-and-indent.
7442
7443 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7444
7445 * vc.el (Todo): Update.
7446
7447 * vc-hooks.el: Remove obsolete comment.
7448
7449 * vc-git.el (vc-git-status-printer): Update the directory display
7450 to match the default.
7451
7452 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7453
7454 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7457 for "word wrap" command.
7458
7459 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7460
7461 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7462
7463 * term/ns-win.el: Rename ns- functions/variables to the
7464 corresponding x- versions.
7465 (x-select-text, x-cut-buffer-or-selection-value)
7466 (x-disown-selection-internal, x-get-selection-internal)
7467 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7468 (x-display-mm-width, x-display-mm-height)
7469 (x-display-backing-store, x-display-save-under)
7470 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7471 defaliases.
7472
7473 * frame.el (ns-display-name): Remove declaration.
7474 (make-frame-on-display): Use x-display-name instead
7475 ns-display-name. Use unless.
7476
7477 * startup.el (command-line-1): Fix indentation.
7478
7479 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7480 checked in inadvertently.
7481
7482 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * term/ns-win.el: Standardize references to "Nextstep" in
7485 comments, messages, and docstrings.
7486 (ns-handle-args, x-parse-geometry)
7487 (ns-extended-platform-support-mode, x-setup-function-keys)
7488 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7489 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7490 (ns-initialized, ns-initialize-window-system): Doc fixes.
7491
7492 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7493
7494 * diff-mode.el (diff-auto-refine): Delete defcustom.
7495 (diff-auto-refine-mode): New func/var via define-minor-mode.
7496 Update var ref to use diff-auto-refine-mode.
7497 * smerge-mode.el (diff-mode): Require when compiling.
7498 (smerge-auto-refine): Delete defcustom.
7499 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7500
7501 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * simple.el (visual-line): New custom group.
7504 (visual-line-fringe-indicators): New var.
7505 (visual-line-mode): Set fringe-indicator-alist based on
7506 visual-line-fringe-indicators. Add lighter.
7507
7508 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7509
7510 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7511 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7512 (x-handle-geometry, x-handle-name-switch, x-display-name)
7513 (x-handle-display, x-handle-args, x-colors): Move ...
7514 * term/common-win.el: ... here. New file.
7515 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7516 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7517 (x-handle-geometry, x-handle-name-switch, x-display-name)
7518 (x-handle-display, x-handle-args, x-colors): Remove.
7519 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7520
7521 2008-07-19 Juri Linkov <juri@jurta.org>
7522
7523 * startup.el (fancy-startup-text): Move the line "To quit
7524 a partially entered command, type Control-g" a few lines below
7525 to be after the line "To start". Add text "at gnu.org" to
7526 "Overview of Emacs features".
7527
7528 * dired.el (dired-mode-map): Fix menu text of
7529 image-dired-display-thumbs.
7530
7531 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7532 (image-dired-cmd-create-temp-image-options)
7533 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7534 ImageMagick command line to change the dimensions of the image
7535 only if its width or height exceeds the geometry specification.
7536
7537 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7538
7539 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7540 to docstrings.
7541
7542 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7543
7544 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7545 Vinicius Jose Latorre.
7546
7547 2008-07-19 Glenn Morris <rgm@gnu.org>
7548
7549 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7550 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7551
7552 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * net/dbus.el (dbus-interface-properties): New defconst.
7555 (dbus-introspect): Update docstring.
7556 (dbus-introspect-xml, dbus-introspect-get-attribute)
7557 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7558 (dbus-introspect-get-interface-names)
7559 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7560 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7561 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7562 (dbus-introspect-get-property)
7563 (dbus-introspect-get-annotation-names)
7564 (dbus-introspect-get-annotation)
7565 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7566 (dbus-introspect-get-signature, dbus-get-property)
7567 (dbus-set-property, dbus-get-all-properties): New defuns.
7568
7569 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7570
7571 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7572 ns-grabenv.elc.
7573
7574 * ns-carbon-compat.el: File removed.
7575
7576 * ns-grabenv.el: File removed.
7577
7578 * term/ns-win.el: Contents of ns-carbon-compat.el and
7579 ns-grabenv.el moved here.
7580 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7581 (ns-submit-bug-report): Function removed. Reports go to the main
7582 Emacs bug list.
7583 (ns-handle-args, ns-spi-service-call): Doc fixes.
7584 (info-ns-emacs): Function removed. Nextstep port manual will be
7585 merged into the Emacs manual, so no separate link needed.
7586
7587 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7588
7589 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7590
7591 2008-07-18 Glenn Morris <rgm@gnu.org>
7592
7593 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7594 to XEmacs, since it does nothing for Emacs.
7595
7596 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7597
7598 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7599 BUFFER that is a string but does not exist as a buffer object, as
7600 mentioned in the doc-string.
7601
7602 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * simple.el (line-move-visual): Make it a defcustom.
7605 (line-move-1): Convert temporary-goal-column back to an integer if
7606 it was set as a float by a previous call to line-move-visual.
7607 (end-of-visual-line, beginning-of-visual-line)
7608 (next-logical-line, previous-logical-line): New functions.
7609
7610 2008-07-17 David Reitter <david.reitter@gmail.com>
7611
7612 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7613 functions.
7614 (visual-line-mode, global-visual-line-mode): New minor mode.
7615 (visual-line-mode-map): New variable.
7616
7617 2008-07-17 Glenn Morris <rgm@gnu.org>
7618
7619 * term/ns-win.el (parameters): Declare for compiler.
7620
7621 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7622
7623 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7624 for Windows.
7625
7626 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7627
7628 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7629 (epa-key-mode): Ditto.
7630 (epa-info-mode): Ditto.
7631
7632 2008-07-17 Glenn Morris <rgm@gnu.org>
7633
7634 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7635 (ns-handle-numeric-switch): Just call ns-handle-switch.
7636 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7637 (ns-handle-args): Simplify using `pop'.
7638 (ns-display-name): Define (used in frame.el).
7639 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7640 original definition.
7641 (ns-perform-service): Declare.
7642 (ns-save-preferences): Use fewer `let's.
7643
7644 * frame.el (ns-display-name): Declare for compiler.
7645
7646 2008-07-17 Kenichi Handa <handa@m17n.org>
7647
7648 * descr-text.el (describe-char-unidata-list): Initialize to the
7649 list of name, general-category, decomposition, and old-name.
7650
7651 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7652
7653 * startup.el (command-line-1): Update processing of NS long options to
7654 mimic recent changes to processing of X long options.
7655
7656 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7657
7658 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7659 list of #defines for remote files.
7660 (gdb-source-info): Only show main if it has been found.
7661
7662 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * term/ns-win.el: Require CL; fix up comment style; reindent.
7665 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7666 (ns-save-preferences): Use `case'.
7667 (ns-initialize-window-system): Use `dolist'.
7668
7669 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7670
7671 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7672 windowing is used.
7673 * term/ns-win.el (ns-extended-platform-support-mode):
7674 Correct/improve documentation.
7675
7676 2008-07-16 Glenn Morris <rgm@gnu.org>
7677
7678 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7679 Simply require 'cl (see comment in cl-compat.el).
7680 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7681 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7682 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7683 directly rather by subterfuge. Provide cl before loading cl-macs.
7684
7685 * paths.el (rmail-spool-directory): Remove settings for systems that are
7686 no longer supported.
7687
7688 * frame.el (ns-initialize-window-system): Declare for compiler.
7689
7690 * term/ns-win.el: Add numerous declarations for compiler.
7691 (ns-pop-up-frames): Move definition before use. Doc fix.
7692
7693 * emacs-lisp/check-declare.el (check-declare-locate)
7694 (check-declare-verify): Handle .m files.
7695
7696 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7697
7698 * ns-carbon-compat.el: New file: user-visible compatibility of
7699 NeXTstep port with Carbon port.
7700 * ns-grabenv.el: New file: functionality useful on OS X platform to
7701 expose environment variables inside Emacs started from icon.
7702 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7703 * cus-edit.el:
7704 * cus-face.el:
7705 * disp-table.el:
7706 * faces.el:
7707 * info.el:
7708 * mouse.el:
7709 * mwheel.el:
7710 * simple.el: Add ns to window systems treated as GUIs.
7711 * facemenu.el (facemenu-read-color): Don't require a name match under
7712 NS, to allow numeric color entry.
7713 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7714 'ns window system if need be.
7715 (various): Add 'ns as described above.
7716 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7717 ns-windowing is active.
7718 * startup.el (command-line-ns-option-alist): New constant to handle NS
7719 windowing system specific command line args analogous to how they are
7720 handled for X windows.
7721 (command-line-1): Use the above where appropriate.
7722 * version.el: Add NS port version.
7723 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7724 Darwin (usually OS X) systems.
7725 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7726 * emulation/viper-util.el (ns-display-color-p)
7727 (ns-color-defined-p): Remove these (caustically-commented) outdated
7728 compensations for a port that was never itself integrated until now.
7729 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7730 for NS window system.
7731 * international/mule-cmds.el: Add 'ns to list of special-cased window
7732 systems (probably most of these, x/w32/mac/ns could be changed to
7733 window-system non-nil).
7734 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7735
7736 2008-07-14 Jason Rumney <jasonr@gnu.org>
7737
7738 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7739 (x-handle-numeric-switch, x-handle-initial-switch)
7740 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7741 (xw-defined-colors, w32-initialize-window-system):
7742 Avoid use of cl pop and push macros.
7743
7744 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7745
7746 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7747 error when change-log-search-file-name returns nil.
7748
7749 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7750
7751 * add-log.el (change-log-search-file-name):
7752 Use match-string-no-properties.
7753 (change-log-search-tag-name-1, change-log-search-tag-name)
7754 (change-log-goto-source-1, change-log-goto-source): New functions.
7755 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7756 New variables.
7757 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7758
7759 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7760
7761 * calc/calc-help.el (calc-describe-key): Add angles to special key
7762 descriptions.
7763
7764 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7765
7766 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7767 search for regexp.
7768
7769 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7770
7771 * simple.el (line-move-visual): Handle null pixel position gracefully.
7772
7773 2008-07-11 Jason Rumney <jasonr@gnu.org>
7774
7775 * files.el (file-truename): Get truename of ancestors if file does
7776 not exist on Windows.
7777
7778 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7781 (track-eol, temporary-goal-column, previous-line, next-line):
7782 Update docstring.
7783 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7784 to nil.
7785
7786 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * simple.el (line-move-visual): New var.
7789 (line-move-visual): New function.
7790 (line-move): Call line-move-visual.
7791
7792 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7793
7794 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7795 pattern and add patterns for C++ header files.
7796
7797 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * window.el (truncated-partial-width-window-p): New function.
7800
7801 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7802
7803 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7804 are set later to x-create-frame.
7805 (face-set-after-frame-default): Apply X resources for non-default
7806 faces.
7807
7808 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7811 frame-specific X resource settings. Set faces using a list of
7812 frame parameters explicitly passed to the calling
7813 function (e.g. make-frame).
7814 (x-create-frame-with-faces, tty-create-frame-with-faces):
7815 Supply explicit frame parameter list to face-set-after-frame-default.
7816
7817 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7818
7819 * net/browse-url.el (browse-url-default-browser):
7820 Fix argument list in lambda.
7821
7822 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7823
7824 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7825 from url-retrieve.
7826 (newsticker--sentinel-work): Fix xerror typo.
7827
7828 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * vc-dir.el (vc-dir-refresh): Only update files.
7831
7832 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7833
7834 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7835
7836 2008-07-06 John Paul Wallington <jpw@pobox.com>
7837
7838 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7839
7840 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7841
7842 * vc-git.el (vc-git-registered): Return true for removed files.
7843 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7844 all the files instead of one per file.
7845 (vc-git-previous-revision): Add support for project-wide previous
7846 revision when specified file is nil.
7847
7848 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7849
7850 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7851
7852 * vc-dir.el (vc-dir-find-child-files): New function.
7853 (vc-dir-resync-directory-files): New function.
7854 (vc-dir-recompute-file-state): New function, broken out of ...
7855 (vc-dir-resynch-file): ... here. Also deal with directories.
7856 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7857 (vc-resynch-buffer): Use it.
7858
7859 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7860
7861 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
7862
7863 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
7864
7865 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
7866 if it's not part of gdb-ui, e.g, at start.
7867
7868 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
7869 filenames in stack trace (text command mode).
7870
7871 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
7874
7875 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7876 Use syntax-ppss on a position *before* the char we want to change.
7877
7878 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * vc-dir.el (vc-dir-query-replace-regexp): New function.
7881 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
7882 (vc-dir-mode-map): Likewise.
7883
7884 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
7887 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
7888 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
7889 Remove spurious * in defcustom docstrings.
7890
7891 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
7892 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
7893 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
7894 (default-justification): Remove spurious * in defcustom docstrings.
7895
7896 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
7897 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
7898 (rst-compare-decorations, rst-default-indent, rst-update-section)
7899 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
7900 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
7901 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
7902 Fix typos in docstrings.
7903 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
7904 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
7905 (rst-get-decorations-around, rst-section-tree-point)
7906 (rst-font-lock-adornment-point): Reflow docstrings.
7907 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
7908 Doc fixes.
7909 (rst-re-enumerations): Comment out.
7910
7911 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
7912 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
7913 (nxml-unicode-block-char-name-set):
7914 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
7915 * nxml/rng-nxml.el (rng-set-state-after):
7916 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
7917
7918 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
7919 (rng-c-parse-annotation-body):
7920 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
7921
7922 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
7923 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
7924 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
7925 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
7926 Fix typos in docstrings.
7927 (nxml-attribute-indent): Reflow docstring.
7928 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
7929 (nxml-default-buffer-file-coding-system): Doc fixes.
7930
7931 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
7932 (nxml-ns-set-prefix): Fix typos in docstrings.
7933 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
7934 Reflow docstring.
7935 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
7936
7937 * nxml/nxml-outln.el (nxml-hide-all-text-content)
7938 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
7939 (nxml-hide-direct-text-content, nxml-hide-subheadings)
7940 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
7941 (nxml-outline-display-rest, nxml-outline-set-overlay)
7942 (nxml-section-tag-forward, nxml-section-tag-backward)
7943 (nxml-back-to-section-start): Fix typos in docstrings.
7944
7945 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
7946 Doc fixes.
7947
7948 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
7949 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
7950 (nxml-scan-after-change): Fix typo in docstring.
7951
7952 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
7953 (rng-name-class-possible-names): Doc fixes.
7954 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
7955 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
7956 Fix typos in docstrings.
7957 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
7958 Reflow docstrings.
7959
7960 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
7961 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
7962
7963 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
7964 (rng-xsd-convert-date-time): Reflow docstrings.
7965 (rng-xsd-compile): Fix typo in docstring.
7966
7967 * nxml/rng-loc.el (rng-current-schema-file-name)
7968 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
7969 Doc fixes.
7970 (rng-set-schema-file): Fix typo in docstring.
7971
7972 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
7973 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
7974 Fix typos in docstrings.
7975 (rng-message-overlay, rng-conditional-up-to-date-start)
7976 (rng-conditional-up-to-date-end): Doc fixes.
7977 (rng-next-error, rng-previous-error): Reflow docstrings.
7978
7979 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
7980 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
7981 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
7982 (xmltok-merge-attributes): Fix typos in docstrings.
7983 (xmltok-make-attribute, xmltok-forward-special)
7984 (xmltok-get-declared-encoding-position): Reflow docstrings.
7985
7986 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
7987 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
7988 Fix typos in docstrings.
7989
7990 2008-07-02 John Paul Wallington <jpw@pobox.com>
7991
7992 * ibuffer.el (ibuffer-buffer-file-name):
7993 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
7994 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
7995
7996 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
7997
7998 * files.el (backup-extract-version): Handle versioned directories.
7999 (trash-directory): New variable.
8000 (move-file-to-trash): New function.
8001
8002 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8003
8004 2008-07-02 Magnus Henoch <mange@freemail.hu>
8005
8006 * vc-git.el (vc-git-annotate-command): Use proper option for
8007 specifying revision.
8008
8009 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8010
8011 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8012 if available.
8013
8014 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8015
8016 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8017
8018 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8019 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8020
8021 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8022
8023 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8024
8025 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8026 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8027 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8028 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8029 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8030 (gdb-stack-list-locals-regexp): Future proof regexps better.
8031
8032 2008-06-30 Juri Linkov <juri@jurta.org>
8033
8034 * faces.el (face-name-history): New variable.
8035 (make-face, make-empty-face): Replace interactive spec "S"
8036 with `read-from-minibuffer' where `read' arg is t and
8037 `hist' arg is `face-name-history'.
8038 (read-face-name): Set `hist' arg of `completing-read-multiple'
8039 to `face-name-history'.
8040 (list-faces-display): Use `read-regexp' instead of `read-string'
8041 to read regexp.
8042
8043 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8044 to `regexp-history'.
8045 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8046 make it an obsolete alias to it.
8047 (hi-lock-face-defaults): New variable renamed from
8048 `hi-lock-face-history'.
8049 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8050 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8051 `read-from-minibuffer'. Doc fix.
8052 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8053 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8054 Set `hist' arg of `completing-read' to `face-name-history'.
8055 Put a list of default faces to `default' arg instead of `hist' arg.
8056
8057 * bindings.el (abbrev-map, narrow-map): New variables.
8058 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8059 Rebind related commands to these new maps.
8060 (ctl-x-r-map): New variable for rectangle, register and bookmark
8061 keys. Move rectangle keybindings to rect.el and register
8062 keybindings to register.el.
8063 (next-buffer, previous-buffer): Remove C-x prefix and move
8064 keybindings to ctl-x-map.
8065
8066 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8067 to the new map `ctl-x-r-map' in autoload cookies.
8068
8069 * expand.el: Rebind two global `C-x a' keys "n", "p"
8070 to the new map `abbrev-map' in autoload cookies.
8071
8072 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8073
8074 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8075
8076 2008-06-30 Miles Bader <miles@gnu.org>
8077
8078 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8079 after processing an escape sequence.
8080
8081 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8082
8083 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8084 from 2008-06-28. It does not work on W32.
8085
8086 2008-06-29 Juri Linkov <juri@jurta.org>
8087
8088 * replace.el (read-regexp): New function.
8089 (keep-lines-read-args, occur-read-primary-args):
8090 Call `read-regexp' instead of code moved to new function.
8091 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8092 from the end of prompt.
8093 (replace-re-search-function): Doc fix.
8094
8095 2008-06-29 Kenichi Handa <handa@m17n.org>
8096
8097 * descr-text.el (describe-char-display): Always return a string.
8098 (describe-char-padded-string): New function.
8099 (describe-char): Adjusted for the change of
8100 describe-char-display. Use describe-char-padded-string.
8101
8102 2008-06-29 Andreas Schwab <schwab@suse.de>
8103
8104 * vc-dir.el (vc-dir): Make backend argument optional and use
8105 vc-responsible-backend when nil. Interactively pass nil for
8106 backend instead of using the backend of what happens to be
8107 default-directory at the time of the call.
8108
8109 * find-dired.el (find-dired-filter): Preserve point.
8110
8111 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8112
8113 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8114 (sasl-find-mechanism, sasl-next-step):
8115 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8116 (sasl-ntlm-response): Fix typos in docstrings.
8117
8118 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8119
8120 * international/mule-cmds.el (view-hello-file): Doc fix.
8121
8122 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8125 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8126
8127 2008-06-28 John Paul Wallington <jpw@pobox.com>
8128
8129 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8130
8131 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8134 (tramp-convert-file-attributes): Convert symlinks only when
8135 returned from `tramp-handle-file-attributes-with-stat'.
8136
8137 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8138 `substitute-in-file-name' when unloading.
8139 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8140
8141 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8142
8143 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8144 (vc-string-prefix-p): Move function ...
8145 * vc.el (vc-string-prefix-p): ... here.
8146
8147 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * vc-dir.el (vc-dir): Complete only directory names.
8150
8151 2008-06-27 Jason Rumney <jasonr@gnu.org>
8152
8153 * w32-fns.el (top-level): Unconditionally define all charsets.
8154
8155 2008-06-27 Alan Mackenzie <acm@muc.de>
8156
8157 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8158 the CC Mode specific functions; this is no longer needed, since
8159 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8160
8161 * progmodes/cc-defs.el (c-emacs-features): New feature
8162 'argumentative-bod-function.
8163
8164 2008-06-27 John Paul Wallington <jpw@pobox.com>
8165
8166 * chistory.el (list-command-history): Use `bound-and-true-p'.
8167 (command-history-map): Define within defvar. Add docstring.
8168
8169 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8172 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8173 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8174 (image-type-from-buffer): Use `looking-at-p'.
8175
8176 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * ibuf-ext.el (diff-sentinel): Declare.
8179
8180 2008-06-27 Glenn Morris <rgm@gnu.org>
8181
8182 * calendar/lunar.el (calendar-lunar-phases): Rename from
8183 calendar-phases-of-moon. Keep old name as alias, update callers.
8184 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8185 (diary-lunar-phases): Rename from diary-phases-of-moon.
8186 Keep old name as alias.
8187 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8188 (cal-menu-global-mouse-menu): Update for lunar name changes.
8189 * calendar/calendar.el (calendar-mode-map): Update for name change.
8190 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8191
8192 2008-06-26 Glenn Morris <rgm@gnu.org>
8193
8194 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8195 argument `nolocation'.
8196 (calendar-sunrise-sunset-month): New function.
8197 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8198 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8199 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8200 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8201 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8202 (calendar-buffer-list): Add solar-sunrises-buffer.
8203
8204 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8205
8206 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * cus-start.el: Add customization types for word-wrap and
8209 shift-select-mode.
8210
8211 2008-06-26 John Paul Wallington <jpw@pobox.com>
8212
8213 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8214 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8215 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8216 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8217
8218 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8219
8220 * vc-dir.el (tool-bar): Require.
8221
8222 * vc.el (ewoc, tool-bar): Do not require.
8223
8224 2008-06-26 Kenichi Handa <handa@m17n.org>
8225
8226 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8227 characters.
8228
8229 * composite.el (terminal-composition-base-character-p): New function.
8230 (terminal-composition-function):
8231 Use terminal-composition-base-character-p. Include the base character
8232 in the composition.
8233 (auto-compose-chars): Don't check font-object for terminal display.
8234
8235 2008-06-26 Glenn Morris <rgm@gnu.org>
8236
8237 * doc-view.el (bookmark-make-record-default):
8238 * image-mode.el (bookmark-make-record-default): Fix declaration.
8239
8240 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8241 Add default :value for sexp type.
8242 (calendar-month-edges): New variable.
8243 (calendar-month-edges): New function.
8244 (calendar-recompute-layout-variables): Set calendar-month-edges.
8245 (calendar-intermonth-header, calendar-intermonth-text): New options.
8246 (calendar-insert-at-column): New function.
8247 (calendar-generate-month): Use calendar-insert-at-column.
8248 Handle intermonth text. Add 'date property.
8249 (calendar-column-to-month): Remove function.
8250 (calendar-column-to-segment): New function.
8251 (calendar-cursor-to-date): Use calendar-column-to-segment.
8252 Check 'date property.
8253
8254 * calendar/calendar.el (calendar-print-other-dates):
8255 Handle mouse events.
8256 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8257 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8258
8259 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8260 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8261 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8262
8263 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8264 Use calendar-column-to-segment, calendar-month-edges, and
8265 the 'date property to handle intermonth text.
8266
8267 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8268
8269 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8270 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8271 Add doc strings.
8272 (cal-menu-context-mouse-menu): Add some :keys.
8273 (calendar-check-holidays): Declare rather than autoloading.
8274 (diary-show-holidays-flag): Remove unneeded declaration.
8275
8276 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8277 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8278 event-start is nil.
8279
8280 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * minibuffer.el (completion-basic-try-completion): Use the text after
8283 point to constrain the completion candidates.
8284 (completion-basic-all-completions): Adjust accordingly.
8285
8286 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8287
8288 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8289 courier.
8290
8291 * faces.el (set-face-attribute): Doc fix.
8292
8293 2008-06-25 Juri Linkov <juri@jurta.org>
8294
8295 * bindings.el (goto-map): New variable. Rebind goto-related
8296 commands to this `M-g' prefix keymap.
8297 (search-map): New variable for `M-s' prefix keymap.
8298 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8299 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8300 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8301 `M-shw' to `hi-lock-write-interactive-patterns'.
8302
8303 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8304 `isearch-highlight-regexp'.
8305 (isearch-highlight-regexp): New function.
8306
8307 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * info.el (Info-bookmark-make-record):
8310 Use bookmark-make-record-default.
8311 (Info-bookmark-jump): Use bookmark-default-handler.
8312
8313 * image-mode.el (image-bookmark-make-record):
8314 Use bookmark-make-record-default.
8315 (image-bookmark-jump): Use bookmark-default-handler.
8316
8317 * doc-view.el (doc-view-bookmark-make-record):
8318 Use bookmark-make-record-default.
8319 (doc-view-bookmark-jump): Use bookmark-default-handler.
8320
8321 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8322 used until now in bookmark.el's code.
8323 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8324 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8325 used until now in bookmark.el's code.
8326 (bookmark-set-filename): Remove special code, moved to its only caller.
8327 (bookmark-store): Use the newer format.
8328 (bookmark-make-record-default): Add arg `point-only'.
8329 Rename from bookmark-make-record-for-text-file.
8330 (bookmark--jump-via): New function.
8331 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8332 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8333 Use it.
8334 (bookmark-jump-noselect, bookmark-default-handler):
8335 Don't return an alist, instead return the data implicitly by changing
8336 current buffer and point. Signal an error if the file doesn't exist.
8337
8338 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8339 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8340
8341 * bs.el: Use with-current-buffer. Simplify.
8342 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8343
8344 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8345 is bound before using it.
8346
8347 2008-06-25 Kenichi Handa <handa@m17n.org>
8348
8349 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8350
8351 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * vc-hg.el:
8354 * vc-git.el: Require vc-dir when compiling.
8355
8356 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8357 vc-dir-marked-only-files. Change the return value.
8358 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8359 Change the return value.
8360 (vc-dir-deduce-fileset): New function broken out from ...
8361 * vc.el (vc-deduce-fileset): ... here and ...
8362 (vc-deduce-fileset): ... here.
8363
8364 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8365 (vc-svn-parse-status): Do not set the vc-backend property.
8366
8367 2008-06-25 Andreas Schwab <schwab@suse.de>
8368
8369 * faces.el (face-font-family-alternatives, variable-pitch):
8370 Use "Sans Serif", not "Sans-Serif".
8371
8372 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8373
8374 * faces.el (face-font-family-alternatives, variable-pitch):
8375 Change "Sans" to the canonical name "Sans-Serif".
8376
8377 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8378
8379 * calc/calc.el (calc-mode-map): Add extra keybindings to
8380 `calc-missing-key'.
8381 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8382 `kill-ring-save'.
8383
8384 2008-06-24 Miles Bader <miles@gnu.org>
8385
8386 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8387 pops up the menu but doesn't select anything.
8388
8389 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8390
8391 * add-log.el (add-change-log-entry): Add new arg to force each new
8392 entry to be on a new line.
8393 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8394
8395 * vc-dir.el (vc-client-object): Remove.
8396 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8397 use it when looking for a buffer.
8398 (vc-dir): Add a backend argument. Set revert-buffer-function.
8399 Don't create a client object. Move bindings ...
8400 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8401 (vc-dir-revert-buffer-function): New function.
8402 (vc-generic-status-printer): Rename to ...
8403 (vc-dir-status-printer): ... this.
8404 (vc-generic-state, vc-generic-status-fileinfo-extra)
8405 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8406 (vc-default-status-printer): Use a different face for
8407 directories. Don't display any text for directories in the state
8408 column. Add tooltips.
8409
8410 * vc.el (Todo): Update.
8411
8412 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8413 * vc-rcs.el (vc-annotate-convert-time):
8414 * vc-mtn.el (vc-annotate-convert-time):
8415 * vc-git.el (vc-annotate-convert-time):
8416 * vc-cvs.el (vc-annotate-convert-time):
8417 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8418
8419 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8420
8421 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8422 instead of using view-mode.
8423
8424 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8427
8428 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8429
8430 * vc.el:
8431 * vc-hooks.el:
8432 * vc-dispatcher.el: Move vc-dir variables and functions ...
8433 * vc-dir.el: ... here. New file.
8434 * Makefile.in (ELCFILES): Add vc-dir.elc.
8435
8436 * vc.el: Move vc-annotate variables and functions ...
8437 * vc-annotate.el: ... here. New file.
8438 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8439
8440 * vc-dav.el: Move here from url/vc-dav.el.
8441 (Todo): Note work needed to make this backend functional.
8442
8443 * Makefile.in (ELCFILES): Update vc-dav.el location.
8444
8445 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8448
8449 2008-06-21 John Paul Wallington <jpw@pobox.com>
8450
8451 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8452
8453 * textmodes/rst.el (rst-mode): Put docstring in right place.
8454
8455 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8456
8457 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8458 size for legibility.
8459
8460 * faces.el (fixed-pitch): Use "Monospace" family.
8461 (variable-pitch): Use "Sans" family.
8462 (face-font-family-alternatives): Define alternatives for "Sans"
8463 and "Monospace".
8464
8465 2008-06-21 Glenn Morris <rgm@gnu.org>
8466
8467 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8468 Require 'cl when compiling.
8469
8470 * emacs-lisp/debug.el (help-xref-interned): Declare.
8471
8472 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8473 Evaluate definition when compiling.
8474
8475 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8476 rather than mouse-1.
8477 (bug-reference-url-format): Autoload safe if string.
8478 (bug-reference-bug-regexp): Make space after "bug" optional.
8479
8480 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8481 for some non-GNU makes.
8482
8483 * cus-dep.el (custom-dependencies-no-scan-regexp):
8484 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8485
8486 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8487 increments.
8488
8489 * calendar/calendar.el: Factor out the magic numbers controlling the
8490 calendar layout.
8491 (calendar-month-digit-width, calendar-month-width)
8492 (calendar-right-margin): New variables.
8493 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8494 New functions.
8495 (calendar-left-margin, calendar-intermonth-spacing)
8496 (calendar-column-width, calendar-day-header-width)
8497 (calendar-day-digit-width): New options.
8498 (calendar-first-date-row): New constant.
8499 (calendar-move-to-column, calendar-ensure-newline): New functions,
8500 replacing calendar-insert-indented.
8501 (calendar-insert-indented): Remove function.
8502 (calendar-generate-month): Use calendar-move-to-column and
8503 calendar-ensure-newline. Use layout variables.
8504 (calendar-generate, calendar-update-mode-line)
8505 (calendar-font-lock-keywords): Use layout variables.
8506 (calendar-column-to-month): New function.
8507 (calendar-cursor-to-date): Use calendar-column-to-month.
8508 Use layout variables.
8509 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8510 Use layout variables. Use calendar-column-to-month.
8511 (calendar-cursor-to-visible-date): Use layout variables.
8512
8513 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8516 (all): Run compile-last.
8517 (compile-onefile): New target.
8518 (compile-first): Simplify.
8519 (compile-last): Don't treat COMPILE_FIRST specially.
8520 (COMPILE_FIRST): List the elc files rather than the el files.
8521 (ELCFILES): Update.
8522
8523 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8524
8525 * net/newst-treeview.el: Remove dead code.
8526 (newsticker--window-config): Remove.
8527 (newsticker-treeview-quit): Do not save window config.
8528 (newsticker-treeview): Do not try to restore window config.
8529 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8530 (newsticker--treeview-list-new-items)
8531 (newsticker--treeview-list-immortal-items)
8532 (newsticker--treeview-list-obsolete-items)
8533 (newsticker--treeview-list-all-items)
8534 (newsticker--treeview-list-feed-items): Fix documentation.
8535
8536 2008-06-21 Miles Bader <miles@gnu.org>
8537
8538 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8539
8540 2008-06-21 Alan Mackenzie <acm@muc.de>
8541
8542 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8543 infinite loop on invalid syntax.
8544
8545 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * textmodes/rst.el: Run rst-define-level-faces when loading.
8548 (rst-mode): Don't set the font-lock-multiline var.
8549 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8550 Set the font-lock-multiline property by hand.
8551
8552 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8553
8554 * Makefile.in (emacs-deps): Remove.
8555 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8556 (all): Use them.
8557 (autogen-clean): Remove.
8558
8559 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * Makefile.in (all): New target.
8562 (bootstrap-prepare): Remove.
8563
8564 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8565 the .elc file to batch-byte-compile.
8566
8567 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8568 set-keymap-parents if set-keymap-parent doesn't exist.
8569
8570 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8571 Allow more than one space before the |.
8572
8573 * textmodes/rst.el: Fix up docstring conventions.
8574 Move vars to before their first use.
8575 (rst-mode): Don't mess with font-lock-support-mode.
8576 (rst-suggest-new-decoration, rst-adjust-decoration):
8577 Avoid CL's copy-list.
8578 (rst-delete-entire-line): Use line-beginning-position.
8579 (rst-position): New fun.
8580 (rst-straighten-decorations): Use it instead of CL's position.
8581 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8582 (rst-toc-mode): Use define-derived-mode.
8583 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8584 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8585 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8586 (rst-replace-lines): Simplify.
8587 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8588
8589 * simple.el (special-mode-map): New var.
8590 (special-mode): New major mode.
8591
8592 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8595 log-view-file-re.
8596
8597 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8598 (vc-switch-backend): Simplify.
8599 (Todo): Remove solved items.
8600
8601 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8602 the vc-backend property.
8603
8604 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8607 Bind inhibit-read-only since the buffer is always read-only.
8608
8609 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8610
8611 * net/newst-treeview.el (newsticker-treeview-own-frame):
8612 Change default value to nil.
8613 (newsticker--treeview-list-add-item)
8614 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8615
8616 2008-06-20 Martin Blais <blais@furius.ca>
8617 Stefan Merten <smerten@oekonux.de>
8618 David Goodger <goodger@python.org>
8619
8620 * textmodes/rst.el: New file.
8621
8622 2008-06-20 Sam Steingold <sds@gnu.org>
8623
8624 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8625 remove DIRECTORY entries.
8626
8627 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8628
8629 * makefile.w32-in (distclean): Depend on `clean'.
8630 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8631 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8632 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8633 empty cus-load.el with `echo', and include "Local Variables"
8634 section to prevent the empty file from being compiled.
8635 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8636 that generate an empty cus-load.el.
8637
8638 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8641 Don't copy ldefs-boot.el over loaddefs.el.
8642 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8643 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8644 to loaddefs.el; they are not needed now. Add coding cookie.
8645
8646 2008-06-20 Miles Bader <miles@gnu.org>
8647
8648 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8649 Strip unnecessary list levels from SPECS.
8650 (buffer-face-set, buffer-face-toggle):
8651 Change argument from FACE to &rest SPECS, and strip unnecessary
8652 list levels from SPECS.
8653 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8654
8655 2008-06-20 Jason Rumney <jasonr@gnu.org>
8656
8657 * international/fontset.el (setup-default-fontset): Specify script
8658 for latin use of iso10646-1. Fix use of lang tags.
8659
8660 2008-06-19 Miles Bader <miles@gnu.org>
8661
8662 * face-remap.el (text-scale-increase): Start from zero if
8663 text-scale-mode isn't enabled.
8664
8665 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8668 frame parameters after setting up the `default' face.
8669
8670 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8673
8674 2008-06-18 Glenn Morris <rgm@gnu.org>
8675
8676 * mouse.el (buffer-face-mode-invoke): Declare.
8677
8678 * Makefile.in (ELCFILES): Add org/org-id.elc.
8679
8680 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8681 * calendar/cal-menu.el (cal-menu-holidays-menu):
8682 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8683 (cal-menu-today-holidays): Remove function.
8684
8685 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8686 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8687 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8688 Remove unused functions.
8689 (calendar-mouse-view-diary-entries): Use format rather than concat.
8690
8691 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8692 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8693 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8694
8695 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8696 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8697 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8698 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8699 cal-menu-event-to-date.
8700
8701 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8702 Handle mouse events.
8703 * calendar/cal-tex.el (cal-tex-cursor-year)
8704 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8705 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8706 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8707 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8708 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8709 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8710 (cal-tex-cursor-month): Mark N as optional.
8711 * calendar/cal-menu.el (calendar-mouse-tex-day)
8712 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8713 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8714 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8715 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8716 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8717 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8718 Remove functions.
8719 (cal-menu-context-mouse-menu): Replace the above functions with the
8720 cal-tex versions. Add HTML submenu.
8721
8722 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8723
8724 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8725 text command mode.
8726 (gdb): Explain that gud-gdb is needed for text command mode.
8727
8728 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8729
8730 * window.el (split-height-threshold): Remove spurious extra line.
8731
8732 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8735 (calendar-set-mark):
8736 * calendar/diary-lib.el (diary-insert-entry):
8737 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8738 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8739 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8740 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8741 diary-insert-entry, and calendar-sunrise-sunset instead.
8742
8743 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8744 (vc-next-action): Pass the new arg.
8745 (vc-register): Don't use `only-files'.
8746 Don't set `backup-inhibited' in the current buffer.
8747
8748 2008-06-17 Miles Bader <miles@gnu.org>
8749
8750 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8751
8752 * face-remap.el (buffer-face-mode-face)
8753 (buffer-face-mode-remapping): New variables.
8754 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8755 (buffer-face-mode-invoke): New functions.
8756 (variable-pitch-mode-remapping): Variable removed.
8757 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8758
8759 * face-remap.el (internal-lisp-face-attributes): New variable.
8760 (face-attrs-more-relative-p, face-remap-order): New functions.
8761 (face-remap-add-relative): Use `face-remap-order'.
8762
8763 2008-06-17 Glenn Morris <rgm@gnu.org>
8764
8765 * mouse.el (x-select-font): Declare.
8766
8767 * calendar/calendar.el (calendar-move-hook):
8768 Add calendar-update-mode-line as an option.
8769 (calendar-date-echo-text): New user option.
8770 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8771 (calendar-insert-indented): Simplify newline insertion.
8772 (calendar-describe-mode): Remove unused function.
8773 (calendar-mode-line-entry): New function.
8774 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8775 Mark as risky.
8776 (calendar-mouse-other-month): Remove function.
8777 (calendar-other-month): Handle mouse events.
8778 (calendar-goto-info-node): Call fit-window-to-buffer.
8779 (calendar-mode): Use define-derived-mode. Doc fix.
8780 (calendar-update-mode-line): Tweak whitespace.
8781
8782 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8785 (vc-dir-marked-only-files): vc-string-prefix-p.
8786
8787 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * progmodes/gdb-ui.el (gdb-memory-set-address)
8790 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8791 (gdb-memory-mode-map): Bind above functions respectively
8792 to 'S' and 'N'.
8793
8794 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8795
8796 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8797
8798 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8799
8800 * log-view.el (vc-diff-internal): Declare for compiler.
8801
8802 * vc-bzr.el (log-view-per-file-logs):
8803 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8804
8805 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * mouse.el (mouse-appearance-menu-map): New var.
8808 (mouse-appearance-menu): New function.
8809 Bind it to S-down-mouse-1.
8810
8811 2008-06-15 Juri Linkov <juri@jurta.org>
8812
8813 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8814 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8815 as the second element.
8816 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8817 Don't print progress messages.
8818 (Info-toc-nodes): New variable and function.
8819 (Info-index-nodes): Optimize non-string file name case.
8820 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8821 (Info-insert-breadcrumbs): Use the cached document structure instead
8822 of visiting all ancestor nodes. Remove the initial `>'.
8823
8824 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 * log-view.el (log-view-diff-changeset): New function.
8827 (log-view-mode-map, log-view-mode-menu): Bind it.
8828 (log-view-per-file-logs, log-view-vc-fileset)
8829 (log-view-vc-backend): New variables.
8830 (log-view-find-revision, log-view-modify-change-comment)
8831 (log-view-annotate-version): Throw an error if the log is for more
8832 than one file and we can't find the current file. Get the current
8833 file from log-view-vc-fileset if necessary.
8834 (log-view-diff): Get the current file from log-view-vc-fileset if
8835 necessary.
8836
8837 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8838
8839 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8840 (vc-hg-log-view-mode): Declare for compiler.
8841 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8842 log-view-file-re.
8843 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8844
8845 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8846
8847 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8848
8849 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8850
8851 * net/tramp.el (tramp-handle-start-file-process):
8852 Clear modification time of the connection buffer.
8853 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8854 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8855 restart `tramp-maybe-open-connection' when the remote system has
8856 been changed. Throw 'uname-changed event.
8857 (tramp-maybe-open-connection): Catch it.
8858
8859 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8860 Reset `tramp-locked'.
8861
8862 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8863
8864 * net/newst-treeview.el (newsticker--treeview-list-update)
8865 (newsticker--treeview-item-update)
8866 (newsticker--treeview-tree-update)
8867 (newsticker-treeview-jump, newsticker-group-add-group)
8868 (newsticker-group-move-feed, newsticker-group-delete-group):
8869 Remove window dedication.
8870 (newsticker--group-manage-orphan-feeds): Handle ill-valued
8871 newsticker-groups.
8872 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
8873
8874 2008-06-15 Andreas Schwab <schwab@suse.de>
8875
8876 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
8877 when parsing CVS/Repository.
8878
8879 * wdired.el (wdired-search-and-rename): Fix undocumented change.
8880
8881 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8882
8883 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
8884 (newsticker-extra-face, newsticker-enclosure-face): Moved to
8885 net/newst-reader.el.
8886
8887 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
8888 (newsticker-extra-face, newsticker-enclosure-face): Moved from
8889 net/newst-reader.el.
8890
8891 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8894 Catch and recover from case when the bytes we thought we were reading
8895 turn out to be something else entirely, such as latin-1 chars from
8896 quail. See bug#396.
8897
8898 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
8901 (vc-register): Call the backend function only once, instead of
8902 once for each file.
8903 (vc-next-action): Update call to vc-register.
8904 (vc-dir-register): Remove function.
8905 (vc-dir): Bind vc-register instead of vc-dir-register.
8906
8907 2008-06-14 Glenn Morris <rgm@gnu.org>
8908
8909 * Makefile.in (ELCFILES): Add net/newst-*.el.
8910
8911 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * wdired.el (wdired-do-renames): New function.
8914 (wdired-finish-edit): Use it to.
8915 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
8916
8917 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
8920
8921 2008-06-14 Martin Rudalics <rudalics@gmx.at>
8922
8923 * window.el (window--even-window-heights): Even window heights
8924 only if the selected window is higher than WINDOW.
8925 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8926
8927 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
8930
8931 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * term/linux.el (terminal-init-linux): Load t-mouse.
8934
8935 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8936 Drew Adams <drew.adams@oracle.com>
8937
8938 * info.el (Info-breadcrumbs-depth): New var.
8939 (Info-insert-breadcrumbs): New function.
8940 (Info-fontify-node): Use it.
8941 (Info-mode-map): Move initialization into declaration.
8942
8943 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
8944
8945 Rename net/newsticker-*.el to net/newst-*.el.
8946 * net/newst-backend.el: Rename from net/newsticker-backend.el.
8947 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
8948 * net/newst-reader.el: Rename from net/newsticker-reader.el.
8949 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
8950 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
8951 * net/newsticker-backend.el: Rename to net/newst-backend.el.
8952 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
8953 * net/newsticker-reader.el: Rename to net/newst-reader.el.
8954 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
8955 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
8956
8957 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * progmodes/compile.el (compilation-start): Don't disable undo in
8960 comint buffer. Don't override the comint-filter with our own.
8961 (compilation-filter): Change point's insertion-type.
8962
8963 * comint.el (comint-output-filter): Use copy-marker.
8964
8965 2008-06-13 David Reitter <david.reitter@gmail.com>
8966
8967 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8968 Check message-signature-separator exists before using it.
8969
8970 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
8971
8972 * vc.el (vc-delete-file): Bind default-directory before calling
8973 the backend.
8974 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
8975 (vc-annotate-show-diff-revision-at-line-internal): ... here.
8976 New function.
8977 (vc-annotate-show-changeset-diff-revision-at-line): New function.
8978 (vc-annotate-mode-menu): Bind it.
8979
8980 2008-06-13 Jason Rumney <jasonr@gnu.org>
8981
8982 * term/w32-win.el (mouse-set-font): Remove overridden function.
8983 (w32-select-font): Declare as obsolete alias for x-select-font.
8984
8985 2008-06-13 Daniel Engeler <engeler@gmail.com>
8986
8987 These changes add serial port access.
8988 * term.el (term-update-mode-line): Modify.
8989 (serial-port-is-file-p, serial-nice-speed-history)
8990 (serial-no-speed, serial-mode-line-speed-menu)
8991 (serial-mode-line-config-menu): New variables and constants.
8992 (serial-name-history, serial-speed-history)
8993 (serial-supported-or-barf, serial-read-name, serial-read-speed)
8994 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
8995 (serial-mode-line-speed-menu, serial-update-speed-menu)
8996 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
8997 (serial-update-config-menu): New functions.
8998
8999 2008-06-13 Glenn Morris <rgm@gnu.org>
9000
9001 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9002
9003 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9004
9005 2008-06-13 Kenichi Handa <handa@m17n.org>
9006
9007 * cus-face.el (custom-face-attributes): Add :foundry.
9008
9009 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9010 (face-x-resources): Add :foundry.
9011 (face-valid-attribute-values): Likewise.
9012 (face-attribute-name-alist): Likewise.
9013 (describe-face): Likewise.
9014
9015 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9018
9019 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9020
9021 * longlines.el (longlines-search-forward, longlines-search-backward)
9022 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9023
9024 2008-06-12 Sam Steingold <sds@gnu.org>
9025
9026 * vc.el (vc-rename-file): DTRT when the destination is a directory
9027 name and the source is a file.
9028
9029 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9032
9033 2008-06-12 Glenn Morris <rgm@gnu.org>
9034
9035 * progmodes/f90.el (f90-beginning-of-subprogram)
9036 (f90-end-of-subprogram): Only give a message when interactive.
9037
9038 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9039
9040 * progmodes/cperl-mode.el (cperl-info-on-command):
9041 Use display-pixel-height rather than x-display-pixel-height.
9042
9043 * mail/rmailedit.el (rmail-cease-edit):
9044 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9045
9046 * emulation/edt.el (edt-xserver):
9047 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9048
9049 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9050
9051 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9052 Evaluate definitions when compiling. Reverse tests.
9053
9054 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9055 use unless.
9056
9057 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9058
9059 * textmodes/artist.el (x-pointer-shape):
9060 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9061 (x-open-connection, x-server-max-request-size, x-get-resource):
9062 * term/w32console.el (x-setup-function-keys):
9063 * term/w32-win.el (x-parse-geometry, x-resource-name)
9064 (generate-fontset-menu, image-library-alist, x-open-connection)
9065 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9066 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9067 (x-get-resource):
9068 * term/mac-win.el (x-parse-geometry, x-resource-name)
9069 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9070 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9071 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9072 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9073 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9074 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9075 (tooltip-identifier-from-point, define-fringe-bitmap):
9076 * play/gamegrid.el (image-size):
9077 * play/bubbles.el (image-size):
9078 * mail/emacsbug.el (x-server-vendor, x-server-version):
9079 * international/mule-util.el (internal-char-font):
9080 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9081 (fontset-alias-alist, fontset-list, fontset-plain-name):
9082 * international/mule-cmds.el (x-server-vendor, x-server-version):
9083 * international/fontset.el (font-encoding-charset-alist)
9084 (otf-script-alist, new-fontset, set-fontset-font)
9085 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9086 (fontset-list, query-fontset, x-get-resource):
9087 * emulation/edt.el (x-server-vendor):
9088 * emulation/edt-mapper.el (x-server-vendor):
9089 * emacs-lisp/map-ynp.el (x-popup-dialog):
9090 * emacs-lisp/lmenu.el (x-popup-dialog):
9091 * x-dnd.el (x-window-property, x-change-window-property)
9092 (x-get-selection-internal):
9093 * woman.el (x-list-fonts):
9094 * w32-fns.el (x-server-version):
9095 * tooltip.el (x-show-tip, x-hide-tip):
9096 * tool-bar.el (image-mask-p):
9097 * thumbs.el (image-size):
9098 * term.el (overflow-newline-into-fringe):
9099 * subr.el (scroll-bar-scale):
9100 * startup.el (x-get-resource, tool-bar-mode, image-size):
9101 * select.el (x-get-selection-internal, x-own-selection-internal)
9102 (x-disown-selection-internal):
9103 * mouse.el (generate-fontset-menu):
9104 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9105 * image.el (image-library-alist):
9106 * image-mode.el (image-size, image-refresh):
9107 * image-dired.el (clear-image-cache):
9108 * gs.el (x-display-mm-width, x-display-pixel-width)
9109 (x-display-mm-height, x-display-pixel-height)
9110 (x-change-window-property, x-display-grayscale-p, x-window-property):
9111 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9112 (x-focus-frame, x-list-fonts, x-display-screens)
9113 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9114 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9115 (x-display-planes, x-display-color-cells, x-display-visual-class):
9116 * faces.el (internal-face-x-get-resource)
9117 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9118 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9119 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9120 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9121 (tool-bar-setup):
9122 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9123 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9124 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9125 * descr-text.el (internal-char-font):
9126 Define for compiler, for builds without X.
9127
9128 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9131
9132 2008-06-11 Glenn Morris <rgm@gnu.org>
9133
9134 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9135 before trying to move there.
9136 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9137 is non-nil, indent most terminating statements like loop body.
9138
9139 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9140 Gregorian date, and add it, not the local date, to diary-entries-list.
9141 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9142
9143 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * progmodes/compile.el (compilation-filter): Fix up last change.
9146
9147 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9148
9149 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9150 (gpm-mouse-mode): Make it into a proper global minor mode.
9151
9152 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9153 if the user enabled recursive-minibuffers.
9154
9155 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9156 Add support for scroll-other-window.
9157
9158 2008-06-11 Jason Rumney <jasonr@gnu.org>
9159
9160 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9161 Use tmm-menubar if menu is disabled in this frame.
9162
9163 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9164 from frame type, per documentation. Add w32 case.
9165
9166 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * minibuffer.el (completion--merge-suffix): New function.
9169 (completion-basic-try-completion): Use it.
9170 (completion-pcm--find-all-completions): Add argument `filter'.
9171 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9172 New functions.
9173 (completion-pcm-try-completion): Use them.
9174
9175 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9176 (turn-off-xterm-mouse-tracking): Use terminal-list.
9177
9178 * cus-start.el (underline-minimum-offset): Rename from
9179 x-underline-minimum-display-offset.
9180
9181 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9182
9183 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9184
9185 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9186
9187 * mouse.el (mouse-select-font): New function.
9188
9189 * faces.el (face-spec-recalc): When the face is set using
9190 Customize, avoid recalculating it twice.
9191
9192 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9193 Font" menu item to it. Apply selected font to all frames, and
9194 make it savable.
9195 (menu-bar-options-save): Save `default' font if changed.
9196
9197 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * ffap.el (ffap-string-at-point-mode-alist):
9200 Use alpha rather than lower.
9201
9202 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9203
9204 * subr.el (momentary-string-display): Use an overlay.
9205
9206 * progmodes/compile.el (compilation-mode):
9207 Set window-point-insertion-type.
9208 (compilation-filter): Don't use insert-before-markers any more.
9209 * emacs-lisp/trace.el (trace-make-advice):
9210 Set window-point-insertion-type in the trace buffer.
9211 * startup.el (normal-top-level): Set window-point-insertion-type in
9212 *Messages*.
9213 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9214 (telnet-filter): Don't use insert-before-markers any more.
9215 * comint.el (comint-mode): Set window-point-insertion-type.
9216 (comint-output-filter): Don't use insert-before-markers any more.
9217 * button.el (make-text-button): Allow `start' to be a string.
9218
9219 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * emacs-lisp/autoload.el (autoload-rubric):
9222 Fix coding cookie not to force Unix EOL.
9223
9224 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9225
9226 * window.el (window--splittable-p, window--try-to-split-window):
9227 Don't use with-selected-window to avoid messing up get-lru-window.
9228 Reported by David Hansen <david.hansen@gmx.net>.
9229
9230 2008-06-10 Glenn Morris <rgm@gnu.org>
9231
9232 * subr.el (locate-library): Doc fix.
9233
9234 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9235 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9236 Check tool-bar-map is bound, for non-X builds.
9237
9238 * net/newsticker-reader.el (newsticker--next-item-image)
9239 (newsticker--previous-item-image, newsticker--previous-feed-image)
9240 (newsticker--next-feed-image, newsticker--mark-read-image)
9241 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9242 (newsticker--get-all-image, newsticker--update-image)
9243 (newsticker--browse-image): Check xpm images are available.
9244 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9245 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9246
9247 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9248 (newsticker--plainview-tool-bar-map, newsticker-mode):
9249 Check tool-bar-map is bound, for non-X builds.
9250 (w3m-toggle-inline-image): Declare.
9251
9252 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9253
9254 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9255
9256 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9257 (finder-compile-keywords): Move let to where needed.
9258 (finder-mouse-face-on-line): Go back one more line if needed.
9259 (finder-list-matches): Use cadr.
9260 (finder-goto-xref): New function.
9261 (finder-commentary): Add buttons to jump to foo.el libraries.
9262
9263 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * apropos.el (apropos-function, apropos-macro, apropos-command)
9266 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9267 (apropos-plist): Add apropos-short-label property.
9268 (apropos-multi-type): New variables.
9269 (apropos-command, apropos-value): Set it.
9270 (apropos-compact-layout): New custom.
9271 (apropos-print, apropos-print-doc): Use it.
9272 (apropos-print): Truncate lines.
9273
9274 2008-06-09 Kenichi Handa <handa@m17n.org>
9275
9276 * international/fontset.el (font-encoding-alist):
9277 Add an entry for "ascii-0".
9278
9279 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9280
9281 * language/hanja-util.el (hanja-init-load): Show the message only
9282 when loading a table.
9283
9284 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9285
9286 * net/newsticker-treeview.el (newsticker-treeview):
9287 * net/newsticker-plainview.el (newsticker-plainview):
9288 Add autoload cookie.
9289
9290 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9291
9292 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9293 -reader, -plainview, and -treeview.
9294 (newsticker-version): Change to 1.99.
9295
9296 * net/newsticker-backend.el: New. Move backend functionality from
9297 newsticker.el to newsticker-backend.el.
9298 (newsticker--download-logos): New.
9299 (newsticker--sentinel-callback): New.
9300 (newsticker--set-customvar): Remove. Split up into specific
9301 functions related to retrieval, ticker, buffer, and display.
9302 (newsticker--set-customvar-retrieval): New. Extracted from
9303 `newsticker--set-customvar'.
9304 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9305 (newsticker-url-list-defaults):
9306 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9307 (newsticker-url-list): Doc changed. URL can be a function.
9308 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9309 (newsticker-retrieval-method): New.
9310 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9311 (newsticker-retrieval-interval):
9312 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9313 (newsticker-desc-comp-max): Change :group.
9314 (newsticker--cache): Doc changed.
9315 (newsticker--guid-to-string): New.
9316 (newsticker--guid): Use `newsticker--guid-to-string'.
9317 (newsticker--real-feed-name): New.
9318 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9319 (newsticker-start): Use `insert-file-contents' for reading cache.
9320 Use `newsticker--start-feed'.
9321 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9322 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9323 Use `newsticker--stop-feed'.
9324 (newsticker-save-item): New.
9325 (newsticker--get-news-by-funcall): New.
9326 (newsticker-get-news): Handle new retrieval methods.
9327 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9328 (newsticker--sentinel-work): New. Extracted from
9329 `newsticker--sentinel'. Use `newsticker--download-logos',
9330 `newsticker--sentinel-callback'.
9331 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9332 (newsticker--parse-atom-1.0): Fix link determination.
9333 (newsticker--parse-rss-0.91): Fix time determination.
9334 (newsticker--parse-rss-0.92): Fix time determination.
9335 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9336 (newsticker--parse-generic-feed): New arg order in
9337 `newsticker--cache-add'.
9338 (newsticker--parse-generic-items): Fix for multiple items.
9339 New arg order in `newsticker--cache-add'.
9340 (newsticker--forget-preformatted): Check whether
9341 `newsticker--buffer-set-uptodate' is fbound.
9342 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9343 (newsticker--decode-rfc822-date): Partial timezone handling.
9344 (newsticker--cache-contains): Fix guid problem.
9345 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9346 (newsticker--cache-save): New.
9347 (newsticker--cache-update): Use temp buffer.
9348 (newsticker--stat-num-items): Allow multiple AGE args.
9349 (newsticker--stat-num-items-total): New.
9350 (newsticker--opml-import-outlines): New.
9351 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9352 (newsticker--do-run-auto-mark-filter): Doc changed.
9353 (newsticker-retrieve-random-message): New.
9354
9355 * net/newsticker-ticker.el: New. Move ticker functionality from
9356 net/newsticker.el to net/newsticker-ticker.el.
9357 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9358 `newsticker--ticker-timer'.
9359 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9360 to `newsticker--ticker-timer'.
9361 (newsticker--set-customvar-ticker): New. Extracted from
9362 `newsticker--set-customvar'.
9363 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9364 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9365 for :set. Change :group.
9366 (newsticker-scroll-smoothly): Doc changed. Change :group.
9367 (newsticker-hide-immortal-items-in-echo-area)
9368 (newsticker-hide-old-items-in-echo-area)
9369 (newsticker-hide-obsolete-items-in-echo-area):
9370 Use `newsticker--set-customvar-ticker for :set. Change :group.
9371 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9372 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9373 to `newsticker-ticker-interval'.
9374 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9375 `newsticker--ticker-timer'.
9376
9377 * net/newsticker-reader.el: New. Move reader functionality from
9378 net/newsticker.el to net/newsticker-reader.el.
9379 (newsticker--set-customvar-formatting): New. Extracted from
9380 `newsticker--set-customvar'.
9381 (newsticker-reader, newsticker-frontend): New.
9382 (newsticker-enable-logo-manipulations): Change :group.
9383 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9384 for :set. Change :group.
9385 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9386 for :set. Change :group.
9387 (newsticker-html-renderer): Doc changed.
9388 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9389 (newsticker-date-format):
9390 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9391 (newsticker--insert-enclosure):
9392 Rename `newsticker--buffer-insert-enclosure' to
9393 `newsticker--insert-enclosure'. Add keymap arg.
9394 (newsticker--print-extra-elements):
9395 Rename `newsticker--buffer-print-extra-elements' to
9396 `newsticker--print-extra-elements'. Add keymap arg.
9397 (newsticker--do-print-extra-element):
9398 Rename `newsticker--buffer-do-print-extra-element' to
9399 `newsticker--do-print-extra-element'. Add keymap arg.
9400 (newsticker-show-news): Use `newsticker-frontend'.
9401
9402 * net/newsticker-plainview.el: New. Move plainview functionality
9403 from net/newsticker.el to net/newsticker-reader.el.
9404 (newsticker-plainview): New.
9405 (newsticker--set-customvar-sorting): New. Extracted from
9406 `newsticker--set-customvar'.
9407 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9408 for :set. Changed :group.
9409 (newsticker-heading-format, newsticker-item-format)
9410 (newsticker-desc-format, newsticker-statistics-format):
9411 Use `newsticker--set-customvar-formatting for :set. Change :group.
9412 (newsticker-faces): Change :group.
9413 (newsticker-default-face): Enable again.
9414 (newsticker-hide-old-items-in-newsticker-buffer)
9415 (newsticker-show-descriptions-of-new-items):
9416 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9417 (newsticker-show-all-news-elements): Change :group.
9418 (newsticker-plainview-hooks): New.
9419 (newsticker-select-item-hook, newsticker-select-feed-hook)
9420 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9421 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9422 to `newsticker--plainview-tool-bar-map'.
9423 (newsticker--url-keymap): Add mouse-1 binding.
9424 (newsticker-plainview): New.
9425 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9426 (newsticker--buffer-do-insert-text): Use renamed
9427 newsticker--[buffer-]insert-enclosure and
9428 newsticker--[buffer-]print-extra-elements.
9429 (newsticker--buffer-set-faces): Use newsticker-default-face.
9430
9431 * net/newsticker-treeview.el: New.
9432
9433 2008-06-08 Andreas Schwab <schwab@suse.de>
9434
9435 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9436
9437 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9438
9439 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9440 empty line.
9441
9442 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9443
9444 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9445
9446 * window.el (split-height-threshold, split-width-threshold):
9447 Add choice nil.
9448 (split-window-preferred-function): Allow either nil or a function.
9449 (window--splittable-p, window--try-to-split-window):
9450 Handle changed option values.
9451
9452 (window--frame-usable-p): Handle nil argument.
9453
9454 (display-buffer): Call get-lru-window when pop-up-windows is nil
9455 and window can't be split.
9456
9457 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9460
9461 * net/tramp.el (top): Quote feature names. Remove
9462 `tramp-rfn-eshadow-setup-minibuffer' from
9463 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9464 (tramp-read-passwd): There is only one call to
9465 `auth-source-user-or-password' needed. Pacify byte compiler.
9466
9467 2008-06-08 Andreas Schwab <schwab@suse.de>
9468
9469 * window.el (display-buffer): Use lru window if current window
9470 cannot be split.
9471
9472 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * apropos.el (apropos-library): New command and new button.
9475 (apropos-library-button): New function.
9476
9477 * apropos.el: Remove spurious * in docstrings.
9478 (apropos-label-face): Use variable pitch.
9479 (apropos-print): Use dolist and with-current-buffer.
9480 (apropos-print-doc): Use when.
9481
9482 * window.el (special-display-p, display-buffer):
9483 Fix up C->Elisp transcription error.
9484
9485 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9488 (byte-compile-file): Initialize it.
9489 (byte-compile-nogroup-warn): Keep track of the current group.
9490
9491 2008-06-08 Glenn Morris <rgm@gnu.org>
9492
9493 * Makefile.in (compile, compile-always, bootstrap-prepare):
9494 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9495
9496 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9497
9498 * language/hanja-util.el (hanja-init-load): Use a char-table for
9499 hanja-table.
9500 (hangul-to-hanja-char): Adjust for the above change.
9501
9502 2008-06-07 Glenn Morris <rgm@gnu.org>
9503
9504 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9505 lm-keywords.
9506
9507 * mail/sendmail.el (mail-interactive): Add :version.
9508
9509 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9510 obsolete alias.
9511
9512 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9513 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9514 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9515 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9516 * eshell/esh-util.el, international/mule-cmds.el:
9517 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9518 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9519 Remove unnecessary eval-when-compiles and eval-and-compiles.
9520
9521 * Makefile.in (bootstrap-clean): Run autogen-clean.
9522 (maintainer-clean): No need to run autogen-clean now it is included in
9523 bootstrap-clean.
9524
9525 2008-06-06 Miles Bader <miles@gnu.org>
9526
9527 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9528
9529 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9530
9531 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9532 longlines mode.
9533
9534 * replace.el (replace-search-function)
9535 (replace-re-search-function): New vars.
9536 (perform-replace): Use them.
9537
9538 * longlines.el (longlines-re-search-forward): New function.
9539 (longlines-mode): Bind replace-search-function and
9540 replace-re-search-function, to ensure that replacement commands
9541 treat newlines as spaces.
9542 (longlines-show-effect): Default to a pilcrow sign.
9543
9544 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * help.el (function-called-at-point):
9547 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9548 even when calling find-tag-default.
9549
9550 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9551
9552 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9553 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9554 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9555 (nxml-fontify-buffer, nxml-do-fontify):
9556 Remove obsolete variables and functions.
9557 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9558 (nxml-degrade, nxml-after-change, nxml-after-change1)
9559 (nxml-extend-region, nxml-extend-after-change-region)
9560 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9561 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9562 font-lock-extend-region-functions in particular, to fontify
9563 nxml-mode buffers.
9564 (nxml-debug-region): New debugging helper function.
9565
9566 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9567 (nxml-scan-after-change, nxml-move-tag-backwards):
9568 Adapt for font-lock changes.
9569
9570 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9571 (nxml-debug-set-inside, nxml-debug-clear-inside):
9572 New debugging functions.
9573 (nxml-with-degradation-on-error): New helper macro.
9574
9575 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9576
9577 * window.el (display-buffer): Remove dead call to get-lru-window.
9578
9579 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * mail/sendmail.el (mail-interactive): Change default.
9582
9583 2008-06-05 John Paul Wallington <jpw@pobox.com>
9584
9585 * bindings.el (completion-ignored-extensions):
9586 Add .p64fsl, .d64fsl, and .dx64fsl.
9587
9588 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * ffap.el (ffap-prompter): Don't use the region.
9591
9592 2008-06-05 Sam Steingold <sds@gnu.org>
9593
9594 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9595 subdirectory to be registered.
9596
9597 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9598
9599 * window.el (display-buffer-function, special-display-p)
9600 (special-display-buffer-names, special-display-regexps)
9601 (special-display-function, same-window-p, same-window-buffer-names)
9602 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9603 (pop-up-frame-function, pop-up-windows, even-window-heights)
9604 (split-window-preferred-function, split-height-threshold)
9605 (window--display-buffer-1, display-buffer, pop-to-buffer):
9606 Move from window.c and buffer.c.
9607 (window--splittable-p, window--try-to-split-window)
9608 (window--frame-usable-p, window--display-buffer-2)
9609 (window--even-window-heights): New functions.
9610 (split-width-threshold): New option.
9611 (split-window-preferred-horizontally): Remove.
9612
9613 * cus-start.el: Remove corresponding declarations.
9614
9615 2008-06-05 Sam Steingold <sds@gnu.org>
9616
9617 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9618 an error on modified buffers.
9619
9620 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9623 tags-file-name and tags-table-list from the right buffer.
9624 (tags-table-check-computed-list, tags-table-extend-computed-list)
9625 (find-tag-noselect): Use with-current-buffer.
9626
9627 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9628 Use print-circle.
9629
9630 * minibuffer.el (minibuffer-local-must-match-filename-map):
9631 Declare obsolete alias for the old name.
9632
9633 * abbrev.el (unexpand-abbrev): Better preserve markers.
9634
9635 2008-06-05 Glenn Morris <rgm@gnu.org>
9636
9637 * emacs-lisp/autoload.el (autoload-rubric): New function,
9638 extracted from autoload-ensure-default-file.
9639 (autoload-ensure-default-file): Use autoload-rubric.
9640
9641 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9642 (custom-dependencies-no-scan-regexp): New variable.
9643 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9644 Don't scan files matching custom-dependencies-no-scan-regexp.
9645 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9646
9647 * finder.el (finder-headmark): Initialize and add doc string.
9648 (generated-finder-keywords-file): Doc fix.
9649 (finder-no-scan-regexp): New variable.
9650 (finder-compile-keywords): Use a single let binding.
9651 Disable undo in the output buffer. Use autoload-rubric.
9652 Use mapc rather than mapcar. Don't scan files matching
9653 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9654 rather than concat. Use directory-files to do regexp matching.
9655 No need to require jka-compr.
9656 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9657 (finder-list-matches): Disable undo.
9658 (finder-commentary): Use let rather than let*. Disable undo.
9659 (finder-current-item): Use zerop.
9660 (finder-mode): Use define-derived-mode.
9661 (finder-exit): Doc fix. Use dolist.
9662
9663 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9664 (custom-deps): Don't require $(lisp)/cus-load.el.
9665 (custom-deps, finder-data): Don't depend on autoloads.
9666 Should not be needed now, and doing so was causing make install to
9667 re-dump emacs post-bootstrap.
9668 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9669 mid-build forces some things to be rebuilt.
9670
9671 2008-06-05 Miles Bader <miles@gnu.org>
9672
9673 * face-remap.el
9674 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9675 (face-remap-remove-relative): Renamed from
9676 `remove-relative-face-remapping'.
9677 (face-remap-reset-base): Renamed from
9678 `set-default-base-face-remapping'.
9679 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9680 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9681 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9682 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9683
9684 * face-remap.el (variable-pitch-mode): Autoload.
9685
9686 2008-06-04 Sam Steingold <sds@gnu.org>
9687
9688 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9689 Generate extra status headers for a Mercurial tree.
9690
9691 2008-06-04 John Paul Wallington <jpw@pobox.com>
9692
9693 * echistory.el (electric-history-map): Define within defvar.
9694 Add docstring.
9695
9696 * font-lock.el (font-lock-turn-off-thing-lock)
9697 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9698 Use `bound-and-true-p'.
9699 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9700 Doc fixes.
9701
9702 * international/ccl.el (define-ccl-program): Add `doc-string'
9703 declaration.
9704
9705 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9706
9707 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9708 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9709
9710 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9711
9712 * emacs-lisp/rx.el (rx): Doc fix.
9713
9714 2008-06-04 Markus Triska <markus.triska@gmx.at>
9715
9716 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9717
9718 2008-06-04 Miles Bader <miles@gnu.org>
9719
9720 * face-remap.el (adjust-buffer-face-height): New function.
9721 Add autoloaded keybindings in ctl-x-map.
9722 (increase-buffer-face-height, decrease-buffer-face-height):
9723 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9724
9725 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * simple.el (line-move-1): If we did not move as far as desired,
9728 ensure that point-left and point-entered hooks are called.
9729
9730 2008-06-03 Sam Steingold <sds@gnu.org>
9731
9732 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9733
9734 2008-06-03 John Paul Wallington <jpw@pobox.com>
9735
9736 * progmodes/make-mode.el (makefile-cleanup-continuations)
9737 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9738 Use `derived-mode-p'.
9739
9740 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9743 (ELCFILES): Update.
9744
9745 2008-06-03 Miles Bader <miles@gnu.org>
9746
9747 * face-remap.el: New file.
9748 * Makefile.in (ELCFILES): Add face-remap.elc.
9749
9750 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9753 buffer isn't dead.
9754
9755 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9756 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9757 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9758 * obsolete/auto-show.el, obsolete/hscroll.el:
9759 Remove packages that were obsolete in Emacs-20, or that were obsolete
9760 in Emacs-21 and do not contain any more code.
9761
9762 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9763 vc-client-mode is not set.
9764
9765 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9766 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9767
9768 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9769 yet a bit more clever at distinguishing / from /.
9770
9771 2008-06-03 Kenichi Handa <handa@m17n.org>
9772
9773 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9774
9775 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9776
9777 * language/hanja-util.el: New file.
9778
9779 2008-06-03 Glenn Morris <rgm@gnu.org>
9780
9781 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9782 Check that end-of-word follows "type".
9783
9784 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9785
9786 * epa-file.el (epa-file-write-region): Write the entire buffer
9787 content if START is nil.
9788
9789 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9790
9791 * select.el (x-get-selection): Fix typo.
9792
9793 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9796 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9797
9798 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9801 user&group.
9802
9803 2008-05-31 John Paul Wallington <jpw@pobox.com>
9804
9805 * help-fns.el (describe-variable-custom-version-info):
9806 Handle dotted `package-version' info.
9807
9808 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9809
9810 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9811
9812 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9813
9814 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9815 names and improve support for unregistered files.
9816
9817 2008-05-31 Glenn Morris <rgm@gnu.org>
9818
9819 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9820 Remove shell variable `elc'. Split tests to hopefully be more portable.
9821 Fix `sel' assignment.
9822
9823 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * minibuffer.el (completion-table-dynamic): Doc fix.
9826
9827 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9830 Try and return `unregistered' when applicable.
9831
9832 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9833 Don't encourage naming variables with "-flag".
9834
9835 2008-05-30 Glenn Morris <rgm@gnu.org>
9836
9837 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9838 make it milder when it does.
9839 (autogen-clean): New target.
9840 (maintainer-clean): Use autogen-clean.
9841
9842 * calendar/diary-lib.el (diary-display-function): New name for
9843 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9844 Change custom type and version.
9845 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9846 (diary-fancy-display): Doc fixes.
9847 (diary-list-entries, diary-include-other-diary-files)
9848 (diary-mail-entries):
9849 Use diary-display-function rather than diary-display-hook.
9850
9851 * calendar/appt.el (appt-check): Use diary-display-function rather than
9852 diary-display-hook.
9853 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9854 diary-display-function replacing diary-display-hook.
9855 * org/org-agenda.el (org-get-entries-from-diary): Also set
9856 diary-display-function.
9857
9858 * calendar/cal-html.el (cal-html-list-diary-entries):
9859 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9860 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
9861 argument of diary-list-entries rather than setting diary-display-hook.
9862
9863 2008-05-30 Kenichi Handa <handa@m17n.org>
9864
9865 * international/mule-conf.el (utf-8-with-signature): Renamed from
9866 utf-8-sig.
9867 (utf-8-auto): Adjusted for the above change.
9868
9869 * international/mule-diag.el (describe-font): Don't check fontset
9870 here, and just call font-info. Get the default font by from the
9871 default face.
9872
9873 2008-05-29 Kenichi Handa <handa@m17n.org>
9874
9875 * international/mule-conf.el (utf-8-sig, utf-8-auto):
9876 New coding systems.
9877
9878 * international/mule.el (define-coding-system): Accept :bom for utf-8.
9879
9880 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
9881
9882 * international/utf-7.el (utf-7-encode): Use the right escape char
9883 depending on imap/nonimap encoding.
9884
9885 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
9888
9889 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9890
9891 * icomplete.el (icomplete-prospects-height): Add :group.
9892
9893 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * icomplete.el (icomplete-prospects-length): Make obsolete.
9896 (icomplete-prospects-height): New var.
9897 (icomplete-completions): Use it.
9898
9899 2008-05-29 David Kastrup <dak@gnu.org>
9900
9901 * autoinsert.el (auto-insert): Add :link.
9902
9903 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * tar-mode.el (tar-header): New field `header-start'.
9906 (tar-header-block-tokenize): Set it when useful.
9907 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
9908 (tar-header-data-end): New function.
9909 (tar-summarize-buffer): Use it.
9910 (tar-next-line): Fix goal column for long usernames.
9911 (tar-expunge-internal): Use header-start.
9912 (tar-rename-entry): Handle ustar-style long names.
9913 (tar-alter-one-field): Add optional `descriptor' argument.
9914 (tar-subfile-save-buffer): Use it.
9915
9916 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * tar-mode.el (tar-header): New field `header-start'.
9919 (tar-header-block-tokenize): Set header-start for longlink entries.
9920 (tar-expunge-internal): Use header-start to expunge longlink entries.
9921
9922 * files.el (hack-local-variables): Don't signal an error if the local
9923 variable section is not properly terminated.
9924
9925 * emacs-lisp/easymenu.el (easy-menu-convert-item)
9926 (easy-menu-convert-item-1): Move the duplicate-generation outside of
9927 the caching so it also works for identical entries.
9928
9929 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
9930 (tar-mode): Use write-region-annotate-functions rather than
9931 write-contents-functions.
9932 (tar-extract): Remove unused var `pos'.
9933 (tar-subfile-save-buffer): Remove unused var `following-descs'.
9934 (tar-mode-write-file): Remove.
9935 (tar-write-region-annotate): New function.
9936
9937 * progmodes/flymake.el (flymake-save-buffer-in-file):
9938 * shadowfile.el (shadow-copy-file):
9939 * arc-mode.el (archive-*-write-file-member):
9940 * files.el (diff-buffer-with-file):
9941 * subr.el (with-temp-file): Pass nil to write-region.
9942 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
9943
9944 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
9945 the custom.
9946
9947 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
9948 to write-region.
9949
9950 2008-05-28 Glenn Morris <rgm@gnu.org>
9951
9952 * Makefile.in (update-elclist): Work around non-portability of "\"
9953 in various implementations of echo.
9954
9955 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * international/mule-diag.el (describe-current-coding-system):
9958 Don't assume selection-coding-system is always defined.
9959
9960 * tar-mode.el: Use defstruct and markers.
9961 (tar-setf): Remove.
9962 (tar-header): Use defstruct. Add `data-start' field.
9963 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
9964 (tar-desc-data-start): Remove (now called tar-header-data-start).
9965 (tar-roundup-512): New fun.
9966 (tar-header-block-tokenize): Receive a buffer position rather than
9967 a string. Handle @longLink here, be more careful about it.
9968 Create a marker for data-start.
9969 (tar-summarize-buffer): Don't handle @LongLink here any more.
9970 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
9971 data-start on the following entries any more.
9972 (tar-chown-entry, tar-chgrp-entry): Use read-number.
9973
9974 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
9975 (tar-header-offset): Remove.
9976 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
9977 Not permanent any more.
9978 (tar-data-buffer): New var.
9979 (tar-data-swapped-p, tar-change-major-mode-hook)
9980 (tar-mode-kill-buffer-hook): New funs.
9981 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
9982 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
9983 (tar-clear-modification-flags, tar-alter-one-field)
9984 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
9985 Change accordingly.
9986
9987 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
9988
9989 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
9990 (vc-dir-resynch-file): ... this. Update callers.
9991 Use vc-string-prefix-p. Ignore directory args.
9992 (vc-string-prefix-p): CSE.
9993 (vc-resynch-buffer): Restore conditional.
9994
9995 * vc-hooks.el (vc-after-save): Improve test.
9996 (vc-mode-line): Fix indentation.
9997
9998 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * calendar/parse-time.el (parse-time-months)
10001 (parse-time-weekdays): Add long-form month and day names.
10002
10003 2008-05-27 Glenn Morris <rgm@gnu.org>
10004
10005 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10006
10007 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * vc-dispatcher.el (vc-string-prefix-p): New function.
10010 (vc-dir-parent-marked-p): Use it.
10011
10012 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10013
10014 * vc.el (Problems): Remove fixed issues.
10015 (vc-expand-dirs): Avoid returning directories.
10016 (vc-dir): Fix C-x v v binding.
10017 (vc-make-backend-object): Fix name.
10018 (vc-dir-show-fileentry): Fix docstring.
10019 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10020 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10021 Reset the state for directories.
10022 (vc-dir-headers): Align labels.
10023 (vc-default-status-printer): Do no call prettify-state-info.
10024 (vc-deduce-fileset): Replace implementation with one based on a
10025 working older version.
10026 (vc-next-action): Use the new form of vc-deduce-fileset.
10027 Fix dealing with unregistered files.
10028
10029 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10030 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10031 (vc-dir-child-files): New function.
10032 (vc-dir-node-directory): New function.
10033 (vc-dir-update, vc-dir-parent-marked-p)
10034 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10035 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10036
10037 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10038
10039 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10042 (diff-font-lock-keywords, diff-context->unified)
10043 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10044 (diff-hunk-text, diff-find-source-location): Use it.
10045 (diff-post-command-hook): Let the user edit the hunk headers.
10046
10047 2008-05-26 Andreas Schwab <schwab@suse.de>
10048
10049 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10050 unknown state.
10051
10052 * tar-mode.el (tar-summarize-buffer): Comment fix.
10053
10054 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10057
10058 2008-05-26 Glenn Morris <rgm@gnu.org>
10059
10060 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10061
10062 2008-05-25 John Paul Wallington <jpw@pobox.com>
10063
10064 * proced.el (proced-next-line, proced-previous-line):
10065 Avoid calling `next-line' and `previous-line' from Lisp code.
10066
10067 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10068
10069 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10070 Use diary-ordinal-suffix.
10071
10072 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10075 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10076 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10077 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10078 (edebug-print-length, edebug-print-level, edebug-print-circle)
10079 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10080 (edebug-global-break-condition, edebug-sit-for-seconds):
10081 Remove spurious * from defcustom docstrings.
10082 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10083 Improve argument/docstring consistency.
10084 (edebug-test-coverage, edebug-gensym, edebug-read)
10085 (edebug-top-level-nonstop, edebug-eval-result-list)
10086 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10087 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10088 (edebug-display-freq-count): Reflow docstrings.
10089 (edebug-restore-status): Doc fix.
10090
10091 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * proced.el (proced-header-line): Use the :align-to 0 feature
10094 rather than computing the corresponding position manually.
10095 (proced-update): Don't hardcode point-min==1.
10096
10097 2008-05-24 Alan Mackenzie <acm@muc.de>
10098
10099 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10100 if c-file-style is set to a non-string.
10101
10102 (c-neutralize-CPP-line): Surround by `save-excursion'.
10103 (c-neutralize-syntax-in-CPP): Optimize for speed.
10104
10105 2008-05-24 Glenn Morris <rgm@gnu.org>
10106
10107 * Makefile.in (update-elclist): New target, to update ELCFILES.
10108 (bootstrap-after): Run update-elclist.
10109
10110 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10111
10112 * icalendar.el (icalendar-version): Increase to "0.19".
10113 (icalendar--date-style): New function.
10114 (icalendar--datetime-to-diary-date): Doc fix.
10115 Use icalendar--date-style.
10116 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10117 (icalendar--convert-yearly-to-ical)
10118 (icalendar--convert-recurring-to-diary): Handle iso date style,
10119 use icalendar-date-style.
10120
10121 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10122
10123 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10124 vc-dir buffers are updated.
10125
10126 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10129
10130 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10131
10132 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10133 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10134 (reftex-extra-bindings): Use it.
10135
10136 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10137 away from the user-reserved keys.
10138
10139 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10140 New vars.
10141 (ada-create-keymap): Use them.
10142
10143 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10146 a properly-grouped regexp.
10147
10148 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10149
10150 * progmodes/cap-words.el (capitalized-words-mode):
10151 Fix typos in docstring.
10152
10153 2008-05-23 Kenichi Handa <handa@m17n.org>
10154
10155 * international/mule-conf.el: Don't define the charset `emacs'
10156 here, just put :docstring, :short-name, and :long-name.
10157
10158 2008-05-22 Kenichi Handa <handa@m17n.org>
10159
10160 * international/mule-diag.el (font-show-log): Limit each listing
10161 to 20 items.
10162
10163 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10164
10165 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10166 (gdb-annotation-rules): New entry for "thread-changed".
10167 (gdb-thread-changed): New function.
10168
10169 2008-05-23 Glenn Morris <rgm@gnu.org>
10170
10171 * Makefile.in (SOURCES): Remove, unused.
10172 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10173 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10174 Exclude more '*loaddefs' files.
10175 (compile-always): Simplify '.elc' deletion.
10176
10177 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10180 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10181
10182 * minibuffer.el (completion-boundaries): Change calling
10183 convention, so `string' has the same semantics as in
10184 try-completion and all-completions.
10185 (completion-table-with-context, completion--embedded-envvar-table)
10186 (completion--file-name-table)
10187 (completion-pcm--find-all-completions): Adjust code accordingly.
10188
10189 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10190
10191 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10192 prune image-mode-winprops-alist, preventing it from growing
10193 indefinitely.
10194 (image-mode-reapply-winprops): Use it.
10195
10196 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10197
10198 * net/netrc.el (netrc-machine): Always match if the port is not given.
10199
10200 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * minibuffer.el (completion-pcm--find-all-completions):
10203 Don't add pseudo-completions.
10204
10205 * icomplete.el (icomplete-eoinput): Remove.
10206 (icomplete-overlay): New var to replace it.
10207 (icomplete-tidy): Rewrite.
10208 (icomplete-exhibit): Use an overlay.
10209 (icomplete-completions): Use completion-all-sorted-completions.
10210 Obey completion-ignore-case.
10211
10212 * files.el (locate-dominating-file): Accept non-existing argument.
10213 (project-find-settings-file): Rewrite, using locate-dominating-file.
10214
10215 2008-05-22 Kenichi Handa <handa@m17n.org>
10216
10217 * faces.el (font-weight-table, font-slant-table, font-width-table):
10218 Delete them. Don't call internal-set-font-style-table.
10219
10220 * international/mule-diag.el (font-show-log): New function.
10221
10222 * international/fontset.el (script-representative-chars): Add more
10223 chars for latin. Add data for symbol.
10224 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10225
10226 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * minibuffer.el (completion-all-sorted-completions): New var.
10229 (completion--flush-all-sorted-completions)
10230 (completion-all-sorted-completions): New functions.
10231 (minibuffer-force-complete): New command.
10232
10233 2008-05-21 Glenn Morris <rgm@gnu.org>
10234
10235 * files.el (c-postprocess-file-styles): Declare for compiler.
10236
10237 * Makefile.in: Allow for parallel byte-compiling.
10238 (ELCFILES): New variable.
10239 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10240 (compile-first, compile-main, compile-last): New targets.
10241 (compile-always): Simplify - delete .elc files, then `make compile'.
10242
10243 * Makefile.in (compile-calc): Use glob rather than find.
10244 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10245
10246 * eshell/esh-module.el: No need for cl when compiling.
10247
10248 * eshell/eshell.el (eshell-defgroup): New alias.
10249 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10250 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10251 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10252 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10253 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10254 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10255 Autoload the custom group. Set generated-autoload-file.
10256 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10257 for eshell-defgroup.
10258 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10259 Require esh-groups rather than loading it.
10260
10261 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10262
10263 * proced.el (proced-header-line): New variable and new function.
10264 (proced-mode): Set header-line-format.
10265 (proced-update): Set proced-header-line.
10266 (proced-send-signal): Use proced-header-line.
10267
10268 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * macros.el (insert-kbd-macro): Use prin1-char.
10271
10272 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * minibuffer.el (completion-boundaries): New function.
10275 (completion--some): Delay errors.
10276 (complete-with-action, completion-table-with-context):
10277 Handle `boundaries' case.
10278 (completion--try-word-completion): Avoid partial-completion
10279 when the user hasn't entered anything yet.
10280 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10281 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10282 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10283 Setup default keybindings.
10284 (completion--embedded-envvar-re): New var.
10285 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10286 (completion--file-name-table): Handle `boundaries' case.
10287 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10288 (completion-pcm--all-completions): Add a `prefix' arg.
10289 (completion-pcm--find-all-completions): New function.
10290 (completion-pcm-all-completions, completion-pcm-try-completion):
10291 Use it.
10292
10293 * icomplete.el (icomplete-completions): Don't use `predicate' with
10294 a table of a different type than `candidates'.
10295
10296 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10297
10298 * proced.el (proced-goal-column): Rename from proced-procname-column.
10299 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10300 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10301 (proced-header-face, proced-header-regexp): Remove.
10302 (proced-font-lock-keywords): Remove proced-header-face.
10303 (proced-header-alist, proced-sorting-schemes-re): New variables.
10304 (proced): Rename Proced buffer to *Proced*.
10305 (proced-next-line, proced-previous-line): New commands.
10306 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10307 (proced-hide-processes): Do not treat first line as special.
10308 (proced-header-space): New function.
10309 (proced-update): Use header-line-format.
10310 Initialize proced-header-alist and proced-sorting-schemes-re.
10311 Set proced-goal-column. Include proced-command in mode-name.
10312 (proced-send-signal): Use header-line-format for *Marked
10313 Processes* buffer.
10314 (proced-sort): Restrict minibuffer completion to applicable
10315 sorting schemes.
10316 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10317
10318 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * icomplete.el (icomplete-simple-completing-p):
10321 Allow icomplete-with-completion-tables to say "use it everywhere".
10322 (icomplete-completions): Obey completion-styles. Try to accommodate
10323 partial-completion style.
10324
10325 2008-05-20 Michael Olson <mwolson@gnu.org>
10326
10327 * files.el (project-find-settings-file): Change concat to
10328 expand-file-name.
10329
10330 2008-05-19 Tom Tromey <tromey@redhat.com>
10331
10332 * files.el (normal-mode): Call hack-project-variables.
10333 (hack-local-variables-confirm): Add 'project' argument.
10334 (hack-local-variables-apply): New function.
10335 (hack-local-variables): Use it.
10336 (project-class-alist, project-directory-alist): New variables.
10337 (project-get-alist): New function.
10338 (project-collect-bindings-from-alist)
10339 (project-collect-binding-list, set-directory-project)
10340 (project-find-settings-file, project-define-from-project-file)
10341 (hack-project-variables): New functions.
10342
10343 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10346
10347 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10348
10349 * faces.el (font-weight-table): Fix typo in docstring.
10350
10351 2008-05-18 David Hull <david@snap.com> (tiny change)
10352
10353 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10354 (vc-hg-annotate-command): Allow white space before version number.
10355
10356 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10357
10358 * calc/calc-yank.el (calc-register-alist): New variable.
10359 (calc-set-register, calc-get-register, calc-copy-to-register)
10360 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10361 (calc-prepend-to-register): New functions.
10362
10363 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10364 `calc-copy-to-register' and `calc-insert-register'.
10365 Autoload new register functions.
10366
10367 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10368 functions.
10369
10370 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * vc.el (Todo): Add known problems.
10373 (vc-dir-backend): New variable.
10374 (vc-dir): Set it.
10375 (vc-make-backend-object, vc-generic-status-printer)
10376 (vc-generic-state, vc-generic-status-fileinfo-extra)
10377 (vc-dir-extra-menu): Use it.
10378 (vc-generic-dir-headers): Remove, unused.
10379
10380 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10381 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10382 (vc-dir-mode-map): Fix bindings.
10383
10384 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10385
10386 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10387
10388 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10389 operated on.
10390 (calc-kill-region): Kill entire lines.
10391
10392 2008-05-17 Glenn Morris <rgm@gnu.org>
10393
10394 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10395 simplify initial value.
10396 (defezimage): Drop support for Emacs without defimage, use a featurep
10397 test rather than fboundp when defining, drop with-no-warnings.
10398 (ezimage-insert-over-text): Move featurep test inside
10399 add-text-properties.
10400
10401 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10402
10403 * net/tramp.el (top-level): Load auth-source when compiling.
10404
10405 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10406
10407 2008-05-17 Andreas Schwab <schwab@suse.de>
10408
10409 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10410
10411 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10412
10413 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10414 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10415
10416 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10417
10418 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10419
10420 2008-05-17 Jim Meyering <meyering@redhat.com>
10421
10422 * ido.el (ido-save-history): Do not emit a trailing newline at the
10423 end of the ido history file.
10424
10425 2008-05-16 John Paul Wallington <jpw@pobox.com>
10426
10427 * vc-dispatcher.el (top-level): Revert previous change: require cl
10428 when compiling.
10429
10430 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10431
10432 * vc.el (vc-default-status-printer)
10433 (vc-default-prettify-state-info): Enhance the state prettyprinter
10434 to deal better with unknown states and indirect through it when
10435 painting vc-dir buffers.
10436
10437 2008-05-16 John Paul Wallington <jpw@pobox.com>
10438
10439 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10440 (vc-dir-mode-map): Fix backquote.
10441 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10442
10443 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10446 Reported by Glenn Morris <rgm@gnu.org>.
10447
10448 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10449
10450 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10451 the end of the file, it was good work at one time but has been
10452 stale since 1995 and may now be actively misleading.
10453 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10454 CVS repository and module (assumptions for the latter a bit iffy).
10455 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10456 SVN repository.
10457
10458 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10459
10460 * vc-rcs.el (vc-rcs-create-tag):
10461 * vc-sccs.el (vc-sccs-create-tag):
10462 Fix typo in error message and pass backend arg.
10463
10464 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10467
10468 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10469
10470 * net/tramp.el: Load auth-source library.
10471 (tramp-read-passwd): Use it for password, not login.
10472
10473 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10474
10475 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10476 (ses-print-cell): Use string-width, truncate-string-to-width,
10477 delete-region rather than length, substring, delete-char.
10478 (ses-setup): Set inhibit-point-motion-hooks to t.
10479 Calculate position by actually moving point rather than just using
10480 unibyte character length.
10481 (ses-mode): Set indent-tabs-mode to nil.
10482 (ses-center): Use string-width rather than length.
10483
10484 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10485
10486 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10487 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10488 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10489 vc-*-create-tag and vc-*-retrieve-tag respectively.
10490
10491 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10492 unneeded defalias.
10493
10494 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10495
10496 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10497 about buffer names.
10498
10499 2008-05-15 Glenn Morris <rgm@gnu.org>
10500
10501 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10502
10503 * org/org-exp.el (org-infojs-options-inbuffer-template):
10504 Fix declaration.
10505
10506 * progmodes/cc-mode.el (declare-function): Add compat definition.
10507 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10508
10509 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10510
10511 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10512 list to a cons so the caller can get back both expanded and
10513 unexpanded filesets.
10514 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10515 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10516 Change handling of selection-set returns as required.
10517
10518 2008-05-15 John Paul Wallington <jpw@pobox.com>
10519
10520 * add-log.el (top-level): Don't require cl when compiling.
10521
10522 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10523 (archive-*-extract): Use `zerop'.
10524 (archive-*-write-file-member): Use `or', use `zerop'.
10525
10526 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10527
10528 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10529 (ibuffer-mark-interactive, ibuffer-set-mark)
10530 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10531 (ibuffer-map-lines, ibuffer-switch-format)
10532 (ibuffer-update-title-and-summary)
10533 (ibuffer-redisplay-engine): Use it.
10534
10535 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10536 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10537 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10538 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10539 (ibuffer-mark-read-only-buffers)
10540 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10541
10542 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10543 (define-ibuffer-column, define-ibuffer-sorter)
10544 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10545 containing indentation specs, replacing equivalent top-level
10546 forms that set `lisp-indent-function' properties.
10547 (define-ibuffer-op): Use `derived-mode-p'.
10548 (define-ibuffer-filter): Remove redundant `concat' call.
10549
10550 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10551
10552 * net/tramp.el (tramp-echo-mark): Update docstring.
10553 (tramp-echo-mark-marker): New defconst.
10554 (tramp-check-for-regexp): Use it.
10555
10556 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10557
10558 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10559 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10560 as parent.
10561
10562 2008-05-14 John Paul Wallington <jpw@pobox.com>
10563
10564 * international/mule.el (convert-define-charset-argument):
10565 Remove period from end of error message.
10566 (coding-system-mnemonic): Doc fix.
10567 (ctext-pre-write-conversion): Doc fix.
10568
10569 2008-05-14 Simon Marshall <simon@gnu.org>
10570
10571 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10572 from its default value and give it the risky-local-variable
10573 property (CVE-2008-2142).
10574
10575 2008-05-14 Kenichi Handa <handa@m17n.org>
10576
10577 * language/korean.el ("Korean"): Set `iso639-language'
10578 property to `ko'.
10579
10580 * language/japanese.el ("Japanese"): Set `iso639-language'
10581 property to `ja'.
10582
10583 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10584 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10585 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10586
10587 * international/mule-cmds.el (set-language-environment):
10588 Set current-iso639-language.
10589
10590 * international/fontset.el (setup-default-fontset): For kana, han,
10591 hangul, and cjk-misc, move an entry with font-spec at the end.
10592 (generate-fontset-menu): Exclude fontset-auto* from the list.
10593
10594 * composite.el (compose-chars-after): Assume that WINDOW is always
10595 non-nil.
10596
10597 * faces.el (font-weight-table, font-slant-table)
10598 (font-swidth-table): Declare them by defconst. Change the format
10599 of elements. Call internal-set-font-style-table after their
10600 declaration.
10601 (face-valid-attribute-values): Call font-family-list. Get values
10602 for width, weight, and slant from font-xxx-table.
10603
10604 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10605
10606 2008-05-13 John Paul Wallington <jpw@pobox.com>
10607
10608 * ibuffer.el (ibuffer-buffer-file-name): New function.
10609 (define-ibuffer-column filename): Use it.
10610
10611 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10612
10613 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10614
10615 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10616 as a string.
10617 (talk-add-display): Simplify. Accept only string args.
10618
10619 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10620
10621 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10622
10623 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * Makefile.in (bootstrap-prepare): Don't chmod files.
10626 (autoloads): Do it here instead, where it's actually needed.
10627
10628 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10631 KEY-BINDING-DATA field in menu-item list.
10632
10633 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * dired.el (dired-read-dir-and-switches): Move things about to use less
10636 recursion during macroexpansion.
10637
10638 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10639
10640 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10641 completion-ignored-extension directories if there's something else.
10642 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10643 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10644 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10645 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10646 buffer-read-only -> inhibit-read-only.
10647
10648 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10649
10650 * vc.el (vc-expand-dirs): Stop this function from tossing out
10651 explicitly specified files.
10652
10653 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10656 to `insert'.
10657
10658 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10659
10660 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10661 cons. Use vc-annotate-backend.
10662 (with-vc-file, edit-vc-file): Remove unused macros.
10663
10664 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10665
10666 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10667 (smtpmail-try-auth-methods): Use it.
10668
10669 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10672 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10673
10674 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10675
10676 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10677
10678 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10681 (vc-bzr-revision-completion-table): Use process-file.
10682 (vc-bzr-working-revision): Pass relative file names.
10683
10684 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10685
10686 2008-05-11 Juri Linkov <juri@jurta.org>
10687
10688 * wid-edit.el (widget-image-directory): Change default image data
10689 subdirectory from "custom" to "images/custom".
10690
10691 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10692 before recursive call to `Info-next-preorder' to not add
10693 intermediate nodes to the history.
10694
10695 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10696
10697 * emulation/cua-base.el: Put isearch-scroll property
10698 on cua-scroll-up and cua-scroll-down.
10699
10700 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10701
10702 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10703
10704 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10705
10706 * vc-dispatcher.el (ewoc): Require.
10707 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10708
10709 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10710
10711 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * term/w32-win.el (x-colors):
10714 * term/mac-win.el (x-colors):
10715 * term/x-win.el (x-colors): Re-order colors.
10716
10717 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10718
10719 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10720
10721 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10722
10723 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10724 New functions implementing motion to next and previous directory.
10725
10726 * vc-arch.el (vc-arch-command):
10727 * vc-bzr.el (vc-bzr-command):
10728 * vc-cvs.el (vc-cvs-command):
10729 * vc-dispatcher.el (vc-do-command):
10730 * vc-git.el (vc-git-command):
10731 * vc-hg.el (vc-hg-command):
10732 * vc-mcvs.el (vc-mvcs-command):
10733 * vc-mtn.el (vc-mtn-command):
10734 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10735 (vc-sccs-workfile-unchanged-p):
10736 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10737 * vc-rcs.el (all methods): Remove assumption about what a nil
10738 argument to vc-do-command means. This means no buffer name needs
10739 to be hardcoded into the dispatcher layer, and it's better to be
10740 explicit anyway.
10741
10742 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10743
10744 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10745
10746 * vc.el: Update todo.
10747
10748 * vc-sccs.el (vc-sccs-dir-status):
10749 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10750 backends and returning up to date files.
10751
10752 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10753
10754 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10755
10756 * vc.el (vc-dir):
10757 * vc-hooks.el: Tweak the VC directory bindings. These are now
10758 documented in the manual.
10759
10760 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10761 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10762 (vc-dispatcher-selection-set): Allow callers to pass in an
10763 observer flag that says no buffer sync is required.
10764 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10765 Use the observer flag.
10766
10767 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10768
10769 * simple.el (start-file-process): Clarify docstring.
10770
10771 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10772
10773 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10774 Remove stub implementations of, and references to, wash-log.
10775 * vc-rcs.el (vc-rcs-comment-history):
10776 * vc-cvs.el (vc-cvs-comment-history):
10777 Inline the code that used to be wash-log.
10778
10779 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10780 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10781 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10782 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10783 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10784 (vc-rcs-print-log): Grok directories.
10785
10786 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * vc.el (vc-mark-resolved): Add `backend' argument.
10789 (vc-next-action): Pass it the backend.
10790 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10791 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10792 (vc-default-comment-history, vc-default-create-snapshot)
10793 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10794 (vc-annotate-revision-previous-to-line)
10795 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10796 * vc-svn.el (vc-svn-checkout):
10797 * vc-mcvs.el (vc-mcvs-checkout):
10798 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10799 (vc-working-revision, vc-before-save, vc-mode-line):
10800 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10801
10802 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10803 state to be consistent since it's often an unwarranted restriction.
10804 Don't return the state either.
10805 (vc-next-action): Check that the state is consistent.
10806 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10807 (vc-rollback, vc-update): Adapt to new return value of
10808 vc-deduce-fileset.
10809
10810 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10811 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10812 (vc-dispatcher-in-fileset-p): New fun.
10813 (vc-dispatcher-selection-set): Use it to properly handle directories.
10814
10815 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10816
10817 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10818 (vc-update): Remove unused let bindings.
10819
10820 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10821
10822 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10823 (vc-diff, vc-revert, vc-rollback, vc-update):
10824 * vc-dispatcher.el (vc-dispatcher-selection-set):
10825 Get rid of 4 special cases in fileset selection. This involved
10826 changing the return value of (vc-deduce-fileset) so that it passes
10827 back a deduced state as well as a deduced back end.
10828
10829 2008-05-08 Sam Steingold <sds@gnu.org>
10830
10831 * progmodes/compile.el (compilation-minor-mode-map)
10832 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10833 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10834 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10835
10836 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * org/org.el (org-modules, org-format-latex-options):
10839 * org/org-archive.el (org-archive-stamp-time)
10840 (org-archive-save-context-info):
10841 * org/org-faces.el (org-hide):
10842 * org/org-irc.el (org-irc-parse-link):
10843 * org/org-macs.el (org-call-with-arg, org-autoload):
10844 * org/org-mew.el (org-mew-store-link):
10845 * org/org-remember.el (org-remember-store-without-prompt)
10846 (org-remember-templates): Fix typos in docstrings.
10847
10848 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10849
10850 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10851 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10852 (org-bbdb-anniv-split): Fix typos in docstrings.
10853
10854 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10855 (org-publish-use-timestamps-flag): Reflow docstring.
10856 (org-publish-files-alist): Fix typos in docstring.
10857
10858 2008-05-07 Sam Steingold <sds@gnu.org>
10859
10860 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
10861 appears to be too aggressive with window removal.
10862
10863 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
10864
10865 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10866 Add leda and 0in as pragma keywords.
10867 (verilog-pretty-expr): Support lining up assignments which include
10868 part selects.
10869 (verilog-mode): More portable check for the availability of
10870 hideshow support.
10871 (verilog-do-indent): Remove special indent for declarations inside
10872 a parenthetical list. The code is ill-advised, and doesn't work
10873 given the new user defined types.
10874 (verilog-set-auto-endcomments): Enhance function automatic
10875 endcomment to support functions that return user defined types.
10876 (verilog-mode): Add code to tell which-function-mode minor mode
10877 that Verilog supports this feature.
10878
10879 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10880
10881 * epa-file.el: Require epa-hook.
10882
10883 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
10884
10885 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
10886 file-names clashes on 8+3 filesystems. Provide epa-hook.
10887
10888 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
10889 file-names clashes on 8+3 filesystems.
10890
10891 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
10892
10893 * org/org.el (org-read-date-get-relative): Interpret lone
10894 weekday abbreviation as relative to today.
10895
10896 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10897
10898 * abbrev.el (define-abbrev-table):
10899 * composite.el (toggle-auto-composition):
10900 * json.el (json-alist-p, json-plist-p):
10901 * minibuffer.el (completion-table-with-predicate):
10902 * ps-mule.el (ps-mule-external-libraries):
10903 * emacs-lisp/advice.el (ad-special-form-p):
10904 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10905 * eshell/em-smart.el (eshell-review-quick-commands):
10906 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
10907 (python-skip-out, python-check-comint-prompt):
10908 Don't use `iff' in docstrings.
10909
10910 * international/robin.el (robin-package-alist): Fix typo in docstring.
10911 (robin-current-package-name): Doc fix.
10912 (robin-activate): Don't use `iff' in docstring.
10913
10914 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
10915
10916 * vc.el, vc-dispatcher.el: VC-Dired support removed.
10917 The code uses a ewoc-based implementation now.
10918 * vc-hooks.el: Support for Meta-CVS has been removed.
10919
10920 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * tool-bar.el: Choose images dynamically.
10923 (tool-bar-make-keymap, tool-bar-find-image): New function.
10924 (tool-bar-find-image-cache): New var.
10925 (tool-bar-local-item, tool-bar-local-item-from-menu):
10926 Don't select the image yet, do it later in tool-bar-make-keymap.
10927
10928 2008-05-07 Andreas Schwab <schwab@suse.de>
10929
10930 * window.el: Require 'cl when compiling.
10931
10932 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10933
10934 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
10935
10936 2008-05-07 Glenn Morris <rgm@gnu.org>
10937
10938 * subr.el (ignore-errors): Move here from cl-macs.el.
10939 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
10940
10941 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
10942 oddness.
10943
10944 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
10945
10946 * vc-hooks.el (vc-find-file-hook):
10947 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
10948 further from vc.el.
10949 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
10950
10951 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
10952
10953 * progmodes/verilog-mode.el (verilog-getopt-file):
10954 Cleanup warning message format.
10955 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
10956 (verilog-auto-inout, verilog-auto-inout-module)
10957 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
10958 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
10959 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
10960 (verilog-auto-sense-sigs, verilog-auto-tieoff)
10961 (verilog-auto-unused, verilog-auto-wire)
10962 (verilog-decls-get-assigns, verilog-decls-get-consts)
10963 (verilog-decls-get-gparams, verilog-decls-get-inouts)
10964 (verilog-decls-get-inputs, verilog-decls-get-outputs)
10965 (verilog-decls-get-ports, verilog-decls-get-regs)
10966 (verilog-decls-get-signals, verilog-decls-get-wires)
10967 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
10968 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
10969 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
10970 (verilog-inject-sense, verilog-library-filenames)
10971 (verilog-mode-release-date, verilog-mode-version)
10972 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
10973 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
10974 (verilog-modi-get-assigns, verilog-modi-get-consts)
10975 (verilog-modi-get-gparams, verilog-modi-get-inouts)
10976 (verilog-modi-get-inputs, verilog-modi-get-outputs)
10977 (verilog-modi-get-ports, verilog-modi-get-regs)
10978 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
10979 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
10980 (verilog-modi-get-wires, verilog-preserve-cache)
10981 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
10982 (verilog-read-sub-decls, verilog-read-sub-decls-line)
10983 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
10984 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
10985 Add caching of additional state, and rework signal extraction
10986 routines to improve AUTO expansion performance by 300%++.
10987
10988 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10991 Tweak Open Watcom regexp to distinguish between errors and warnings.
10992
10993 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * dired.el (dired-read-dir-and-switches): Fix up last change.
10996
10997 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
10998
10999 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11000 out of this function, move it to vc-dispatcher-selection-set.
11001
11002 2008-05-05 Sam Steingold <sds@gnu.org>
11003
11004 * window.el (delete-other-windows-vertically): New function.
11005
11006 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * dired.el (dired-read-dir-and-switches):
11009 Obey read-file-name-completion-ignore-case.
11010
11011 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11012
11013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11014 Add regexp for Open Watcom compiler output.
11015
11016 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11017
11018 * progmodes/python.el (python-block-pairs): Align finally with except.
11019
11020 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11023
11024 2008-05-05 Tom Tromey <tromey@redhat.com>
11025
11026 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11027 looking at conflict marker.
11028
11029 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11032 client-mode -> vc-client-object, and guess `funcall' was meant.
11033 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11034
11035 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11036
11037 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11038 (dbus-debug): Move declarations outside eval-when-compile.
11039
11040 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11041
11042 * proced.el (proced-command-alist): Fix system-type values.
11043 Fix defcustom.
11044 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11045 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11046 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11047 (proced-update): Use proced-sorting-scheme. Update modeline.
11048 (proced-send-signal): Use nreverse.
11049 (proced-sorting-scheme-p): New function.
11050
11051 2008-05-04 Andreas Schwab <schwab@suse.de>
11052
11053 * vc.el: Require dired when compiling.
11054
11055 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11056
11057 2008-05-03 Glenn Morris <rgm@gnu.org>
11058
11059 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11060 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11061 Simplify compilation requirements.
11062 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11063 declarations.
11064
11065 2008-05-03 Dave Love <fx@gnu.org>
11066
11067 * progmodes/python.el (python-beginning-of-statement):
11068 Loop at least once (fixes 2008-02-21 change).
11069
11070 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11071
11072 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11073 instead of `length' for comparing length of user and group names.
11074
11075 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11076
11077 * vc-dispatcher.el: New file, separates out the UI and command
11078 execution machinery from VCS-specific logic left in vc.el.
11079 The separation is not yet completely clean, but it's a good start.
11080 * vc.el: This file is about 1700 lines shorter now.
11081 Remove obsolete logentry-check from the backend API.
11082 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11083 implementation of the logentry-check method, and it guarded against
11084 a log length limit that has probably been obsolete for 15 years (!).
11085
11086 2008-05-02 Sam Steingold <sds@gnu.org>
11087
11088 * progmodes/compile.el (compilation-start): Move setting of
11089 compilation-directory after (funcall mode) as that resets local
11090 variables, this fixes recompile in grep buffers.
11091 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11092 in dired &c).
11093
11094 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11095
11096 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11097 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11098 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11099 has one of these and that all are called in compatible ways.
11100 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11101 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11102 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11103 backend has one of these.
11104
11105 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11108 initialization into define-abbrev-table. Use :regexp.
11109 (octave-mode-syntax-table): Don't set word syntax for `.
11110
11111 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11112 than only value.
11113
11114 * dired.el (dired-read-dir-and-switches):
11115 Set minibuffer-completing-file-name and call substitute-in-file-name.
11116 (dired-format-columns-of-files): Use completion--insert-strings.
11117
11118 * minibuffer.el (completion-hilit-commonality): Revert last change:
11119 the leftover code was actually useful.
11120 (completion--insert-strings): Use string-width rather than length.
11121
11122 2008-05-02 Sam Steingold <sds@gnu.org>
11123
11124 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11125 (vc-at-event): New macro: run the body at the even location.
11126 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11127 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11128 * subr.el (mouse-event-p): Check if the event is mouse-related.
11129
11130 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11133 Don't throw error if no file is found.
11134
11135 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11136
11137 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11138 (vc-default-state-heuristic): Doc fix.
11139
11140 2008-05-02 Richard Sharman <rsharman@pobox.com>
11141
11142 * hilit-chg.el (highlight-changes-mode): Remove references to
11143 hooks that no longer exist. Because define-minor-mode is used the
11144 hook highlight-changes-mode-hook exists and can do what both the
11145 old hooks used to do. The documentation at the top of the file
11146 was updated to demonstrate this.
11147 (highlight-changes-mode): Remove commented out call to a hook
11148 function that is no longer there.
11149 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11150
11151 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11152
11153 * vc.el (vc-default-dired-state-info): Change name of primitive
11154 to prettify-state-info, in preparation for ripping out dired mode.
11155 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11156 to prettify-state-info, in preparation for ripping out dired mode.
11157 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11158 tries this on a version-controlled buffer. It will do useless or
11159 actively bad things on any version control system newer than RCS.
11160 * vc-hooks.el (vc-dired-resynch-file):
11161 * vc.el (vc-dired-resynch-file): Change name of primitive to
11162 vc-directory-resynch-file, preparing to remove dired.
11163
11164 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11165
11166 * vc-rcs.el (vc-rcs-state): Fix typos.
11167
11168 * vc.el (vc-register): Change argument order so that the prefix
11169 argument is assigned correctly.
11170 (vc-next-action, vc-dir-register): Update for the above change.
11171
11172 2008-05-01 Juri Linkov <juri@jurta.org>
11173
11174 * replace.el (occur-read-primary-args): Set default to the car of
11175 regexp-history and display it in the prompt, but don't add to the
11176 list of minibuffer defaults. Bind history-add-new-input to nil to
11177 not add automatically `default'. For empty input return `default'.
11178 Otherwise, add `input' to regexp-history and return it.
11179 (occur-1): Signal an error for the empty regexp.
11180
11181 * progmodes/compile.el (compilation-auto-jump):
11182 Set window point to `pos' explicitly.
11183
11184 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11185
11186 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11187 when appropriate.
11188 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11189 we report the 'unregistered state reliably.
11190 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11191 we report the 'unregistered state reliably.
11192 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11193 we report the 'unregistered state reliably.
11194 * vc-hooks.el (vc-state): Document that vc-unregistered is
11195 now expected to be returned reliably.
11196 * vc.el (vc-default-dired-state): Change needs-patch state to
11197 needs-update, since the name now shows up in dir-status listings
11198 and was somewhat misleading.
11199 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11200 immediately after removing the file.
11201 * vc.el (vc-next-action): More informative messages when a fileset
11202 is in a mixed state or files are missing.
11203
11204 2008-05-01 Sam Steingold <sds@gnu.org>
11205
11206 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11207
11208 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11209
11210 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11211
11212 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11213
11214 * epa-file-hook.el: New file split from epa-file.el.
11215 * epa-file.el: Require 'epa-file-hook.
11216 (epa-file-handler): Add autoload cookie.
11217 * loadup.el: Load epa-file-hook.
11218 * startup.el (command-line): Eval the body of auto-encryption-mode.
11219
11220 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11221
11222 * vc.el (vc-dir-mode-map): Don't bind "r".
11223
11224 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11225 (vc-hg-status-printer): New function.
11226 (vc-hg-after-dir-status): Deal with copied and renamed files.
11227 (vc-hg-dir-status): Add flag to show copied files.
11228
11229 2008-05-01 John Paul Wallington <jpw@pobox.com>
11230
11231 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11232 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11233 sorting mode was recency.
11234
11235 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11236 reverse sorting order if last sorting mode was the sorter's.
11237
11238 2008-05-01 Jason Rumney <jasonr@gnu.org>
11239
11240 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11241
11242 2008-04-30 John Paul Wallington <jpw@pobox.com>
11243
11244 * ibuffer.el (define-ibuffer-column filename): When the major mode
11245 is `vc-dir-mode' show the buffer's default directory.
11246
11247 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11248 major mode is `vc-dir-mode' use the buffer's default directory.
11249
11250 2008-04-30 Sam Steingold <sds@gnu.org>
11251
11252 * vc.el (vc-dir-delete-file): Add.
11253 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11254 (vc-delete-file): Do not barf when the file has been already deleted.
11255
11256 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11257
11258 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11259
11260 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * progmodes/octave-mod.el (octave-help): New function.
11263 * progmodes/octave-hlp.el: Delete.
11264 * info-look.el (octave-mode): Add operator index.
11265
11266 * vc.el (vc-checkout): Typo.
11267
11268 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11269
11270 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11271 Add "..." in the appropriate places.
11272
11273 * epa.el (epa-key-list-mode-map): Add more menu entries.
11274 Add "..." in the appropriate places.
11275
11276 * dired.el (dired-mode-map): Add :help.
11277
11278 * vc.el (vc-deduce-fileset): Add new parameter.
11279 (vc-dir-marked-only-files): New function.
11280 (vc-next-action): Don't ignore directories, look at the files
11281 inside them.
11282 (vc-dir-mode): Document how the mark/unmark commands work.
11283
11284 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11287 Rule out trailing spaces in file and directory names as well.
11288
11289 * minibuffer.el (completion--do-completion): Move point even if the
11290 completion makes no change.
11291 (completion-pcm-try-completion): Fix computation of new point.
11292
11293 2008-04-30 David Hansen <david.hansen@gmx.net>
11294
11295 * dired.el: Require 'cl.
11296
11297 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11298
11299 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11300 hollow if not in innermost frame.
11301
11302 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 Make `checkout-model' apply to filesets.
11305 * vc-hooks.el (vc-checkout-model): Rewrite.
11306 (vc-before-save, vc-after-save): Adjust callers accordingly.
11307 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11308 (vc-transfer-file): Adjust callers accordingly.
11309 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11310 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11311 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11312 instead of vc-checkout-model.
11313 * vc-mcvs.el (vc-mcvs-revert):
11314 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11315 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11316 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11317 * vc-svn.el (vc-svn-checkout-model):
11318 * vc-hg.el (vc-hg-checkout-model):
11319 * vc-git.el (vc-git-checkout-model):
11320 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11321
11322 * dired.el (dired-read-dir-and-switches): Replace last change with
11323 a new approach that mixes read-file-name and read-directory-name.
11324
11325 * files.el (read-buffer-to-switch):
11326 Avoid making assumptions about `other-buffer'.
11327
11328 2008-04-29 Sam Steingold <sds@gnu.org>
11329
11330 * vc.el (vc-dir-mode-hook): Add normal hook.
11331 (vc-dir-mode): Run it.
11332
11333 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11334
11335 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11336 Always split windows.
11337 (gdb-speedbar-timer-fn): Only raise frame after user input.
11338 (gdb-same-frame): Reverse initial value.
11339 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11340
11341 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11342 gdb-speedbar-timer-fn.
11343
11344 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11347
11348 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11349
11350 * epa.el (epa-key-list-mode-map): Add menu.
11351 (epa-delete-keys, epa-import-keys): Fix typo.
11352
11353 2008-04-29 Glenn Morris <rgm@gnu.org>
11354
11355 * find-cmd.el (top-level): Does not need cl when compiling.
11356
11357 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11358
11359 * find-cmd.el: New file.
11360
11361 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11364 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11365 (completion-pcm--hilit-commonality): New function.
11366 (completion-pcm-all-completions): Use it.
11367
11368 * minibuffer.el (completion-common-substring): Mark obsolete.
11369 (completions-first-difference, completions-common-part):
11370 Move from simple.el.
11371 (completion-hilit-commonality): New fun.
11372 (display-completion-list, completion-emacs21-all-completions)
11373 (completion-emacs22-all-completions): Use it.
11374 * simple.el (completions-first-difference, completions-common-part):
11375 Move to minibuffer.el.
11376 (choose-completion-string): Use field functions and minibufferp.
11377 (completion-setup-function): Don't set completions faces.
11378
11379 2008-04-29 Glenn Morris <rgm@gnu.org>
11380
11381 * calendar/calendar.el (calendar-nth-named-absday)
11382 (calendar-nth-named-day):
11383 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11384 * calendar/holidays.el (holiday-float): Doc fixes.
11385
11386 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11387 the `full' case.
11388
11389 * org/org-agenda.el (calendar-iso-from-absolute):
11390 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11391 Fix declarations.
11392
11393 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11394
11395 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11396 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11397 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11398 (gdb-assembler-custom): Be careful not to match other addresses.
11399
11400 2008-04-29 Jason Rumney <jasonr@gnu.org>
11401
11402 * battery.el (battery-status-function): Use w32-battery-status
11403 on Windows.
11404 (battery-echo-area-format): Make apm format the general case.
11405 (battery-mode-line-format): Merge apm and pmset formats as the
11406 general case.
11407
11408 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11409
11410 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11411 Use gud-tool-bar-item-visible-no-fringe.
11412 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11413 is already visible in frame. Remove optional size parameter
11414 and add optional frame parameter.
11415
11416 * progmodes/gud.el (gud-display-line): Only consider visible
11417 frames when looking for source buffer.
11418
11419 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11422 argument to get-char-property, in case the current buffer hasn't
11423 been assigned to that window yet.
11424 (doc-view-display): Default to selected window if the current
11425 buffer hasn't been assigned to a window yet.
11426
11427 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11428
11429 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11430
11431 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11432
11433 * net/tramp.el (tramp-mode): New defcustom.
11434 (tramp-file-name-handler, tramp-completion-file-name-handler):
11435 Use it.
11436 (tramp-replace-environment-variables): Handle "$$".
11437
11438 2008-04-28 Sam Steingold <sds@gnu.org>
11439
11440 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11441
11442 2008-04-28 Bastien Guerry <bzg@altern.org>
11443
11444 * whitespace.el (whitespace-trailing): Fix typo.
11445
11446 2008-04-28 Sam Steingold <sds@gnu.org>
11447
11448 * textmodes/remember.el (diary-make-entry): Update the autoload.
11449
11450 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11453 all-completions.
11454
11455 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11458
11459 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11460
11461 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11462 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11463 (vc-dir-mark-file): Add an optional argument.
11464 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11465
11466 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11467
11468 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11469 rather than obsolete alias find-file-hooks.
11470 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11471 Use find-file-hook rather than obsolete alias find-file-hooks.
11472 Add to find-file-not-found-functions.
11473 (epa-file-handler): Put 'safe-magic and 'operations properties.
11474
11475 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11476 (epa-menu-items): Remove.
11477
11478 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11479 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11480 (epa-dired-mode, epa-global-dired-mode): Remove.
11481
11482 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11483
11484 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11485
11486 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11487
11488 2008-04-27 Glenn Morris <rgm@gnu.org>
11489
11490 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11491 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11492
11493 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11494
11495 * org/org.el (org-html-level-start): Always have id's in HTML.
11496 (org-export-as-html): Use `org-link-protocols' to
11497 retrieve the export form of the link.
11498 (org-add-link-type): Final parameter renamed from PUBLISH.
11499 Better documentation of how it is to be used. Avoid double entries for
11500 the same link type.
11501 (org-add-link-props): New function.
11502 (org-modules-loaded): New variable.
11503 (org-load-modules-maybe, org-set-modules): New function.
11504 (org-modules): New option.
11505 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11506 (orgtbl-mode, org-store-link, org-insert-link-global)
11507 (org-open-at-point): Call `org-load-modules-maybe'.
11508 (org-search-view): Add more text properties.
11509 (org-agenda-schedule, org-agenda-deadline): Allow also in
11510 search-type agendas.
11511 (org-search-view): Order of arguments has been changed.
11512 Interpret prefix-arg as TODO-ONLY.
11513 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11514 Take new argument order of `org-search-view' into account.
11515 (org-todo-only): New variable.
11516 (org-search-syntax-table): New variable and function.
11517 (org-search-view): Do the search with the special syntax table.
11518 (define-obsolete-function-alias): Make work with XEmacs.
11519 (org-add-planning-info): Use old date as default when modifying an
11520 existing deadline or scheduled item.
11521 (org-agenda-compute-time-span): Make argument N optional.
11522 (org-agenda-format-date-aligned): Require `cal-iso'.
11523 (org-agenda-list): Include week into agenda heading, don't
11524 list it at each date (only on Mondays).
11525 (org-read-date-analyze): Define local variable `iso-date'.
11526 (org-agenda-format-date-aligned): Remove dependency on
11527 `calendar-time-from-absolute'.
11528 (org-remember-apply-template, org-go-to-remember-target):
11529 Interpret filenames relative to `org-directory'.
11530 (org-complete): Silently fail when trying to complete
11531 keywords that don't have a default value.
11532 (org-get-current-options): Add a #+DATE: option.
11533 (org-additional-option-like-keywords): Remove "DATE:" from the
11534 list of additional keywords.
11535 (org-export-as-html): Remove (current-time) as unnecessary second
11536 argument of `format-time-string'.
11537 (org-clock-find-position): Handle special case at end of buffer.
11538 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11539 `org-agenda-change-time-span'.
11540 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11541 `org-agenda-change-time-span'.
11542 (org-agenda-month-view): New argument MONTH, pass it on to
11543 `org-agenda-change-time-span'.
11544 (org-agenda-year-view): New argument YEAR, pass it on to
11545 `org-agenda-change-time-span'.
11546 (org-agenda-change-time-span): New optional argument N, pass it on
11547 to `org-agenda-compute-time-span'.
11548 (org-agenda-compute-time-span): New argument N, interpret it by
11549 changing the starting day.
11550 (org-small-year-to-year): New function.
11551 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11552 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11553 into the future, and that the shift is at least one interval, never 0.
11554 (org-update-checkbox-count): Fix bug with checkbox counting.
11555 (org-add-note): New command.
11556 (org-add-log-setup): Rename from `org-add-log-maybe'.
11557 (org-log-note-headings): New entry for plain notes (i.e. notes not
11558 related to state changes or clocking).
11559 (org-get-org-file): Check for availability of `remember-data-file'.
11560 (org-cached-entry-get): Allow a regexp value for
11561 `org-use-property-inheritance'.
11562 (org-use-property-inheritance): Allow regexp value. Fix bug in
11563 customization type.
11564 (org-use-tag-inheritance): Allow a list and a regexp value for
11565 this variable.
11566 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11567 (org-entry-get): Respect value `selective' for the INHERIT argument.
11568 (org-tag-inherit-p, org-property-inherit-p): New functions.
11569 (org-agenda-format-date-aligned): Allow 10 characters for
11570 weekday, to accommodate German locale.
11571 (org-add-archive-files): New function.
11572 (org-agenda-files): New argument `ext', to get archive files as well.
11573 (org-tbl-menu): Protect the use of variables that
11574 are only available when org-table.el gets loaded.
11575 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11576 single directory.
11577 (org-open-file): Allow a batch process to trigger
11578 waiting after executing a system command.
11579 (org-store-link): Link to headline when there is not
11580 target and no region in an org-mode buffer when creating a link.
11581 (org-link-types-re): New variable.
11582 (org-make-link-regexps): Compute `org-link-types-re'.
11583 (org-make-link-description-function): New option.
11584 (org-agenda-date, org-agenda-date-weekend): New faces.
11585 (org-archive-sibling-heading): New option.
11586 (org-archive-to-archive-sibling): New function.
11587 (org-iswitchb): New command.
11588 (org-buffer-list): New function.
11589 (org-agenda-columns): Also try the #+COLUMNS line in
11590 the buffer associated with the entry at point (or with the first
11591 entry in the agenda view).
11592 (org-modules): Add entry for org-bibtex.el.
11593 (org-completion-fallback-command): Move into `org-completion' group.
11594 (org-clock-heading-function): Move to `org-progress' group.
11595 (org-auto-repeat-maybe): Make sure that a note can
11596 be enforces if `org-log-repeat' is `note'.
11597 (org-modules): Allow additional symbols for external packages.
11598 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11599 (org-clock-goto): Hide drawers after showing an
11600 entry with `org-clock-goto'.
11601 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11602 Try also a clocktable block shift.
11603 (org-clocktable-try-shift): New function.
11604 (org-columns-hscoll-title): New function.
11605 (org-columns-previous-hscroll): New variable.
11606 (org-columns-full-header-line-format): New variable.
11607 (org-columns-display-here-title, org-columns-remove-overlays):
11608 Install `org-columns-hscoll-title' in post-command-hook.
11609
11610 * org/org.el: Split into many small files.
11611
11612 * org/org-agenda.el: New file, split off from org.el.
11613
11614 * org/org-archive.el: New file, split off from org.el.
11615
11616 * org/org-bbdb.el: New file.
11617
11618 * org/org-bibtex.el: New file, split off from org.el.
11619
11620 * org/org-clock.el: New file, split off from org.el.
11621
11622 * org/org-colview.el: New file, split off from org.el.
11623
11624 * org/org-compat.el: New file, split off from org.el.
11625
11626 * org/org-exp.el: New file, split off from org.el.
11627
11628 * org/org-faces.el: New file, split off from org.el.
11629
11630 * org/org-gnus.el: New file, split off from org.el.
11631
11632 * org/org-info.el: New file, split off from org.el.
11633
11634 * org/org-infojs.el: New file.
11635
11636 * org/org-irc.el: New file.
11637
11638 * org/org-macs.el: New file, split off from org.el.
11639
11640 * org/org-mew.el: New file.
11641
11642 * org/org-mhe.el: New file, split off from org.el.
11643
11644 * org/org-publish.el: New file, split off from org.el.
11645
11646 * org/org-remember.el: New file, split off from org.el.
11647
11648 * org/org-rmail.el: New file, split off from org.el.
11649
11650 * org/org-table.el: New file, split off from org.el.
11651
11652 * org/org-vm.el: New file, split off from org.el.
11653
11654 * org/org-wl.el: New file, split off from org.el.
11655
11656 2008-04-27 Jason Riedy <jason@acm.org>
11657
11658 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11659 parameter that suppresses lines that evaluate to NIL.
11660 (orgtbl-get-fmt): New inline function for
11661 picking apart formats that may be lists.
11662 (orgtbl-apply-fmt): New inline function for applying formats that
11663 may be functions.
11664 (orgtbl-eval-str): New inline function for strings that may be
11665 functions.
11666 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11667 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11668 (*orgtbl-llfmt*, *orgtbl-llstart*)
11669 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11670 (orgtbl-format-section): Shift formatting to support detecting the
11671 last line and formatting it specially.
11672 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11673 formats unless overridden.
11674 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11675 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11676 bound variables to hold the input collection of lines and output
11677 formatted text.
11678 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11679 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11680 format parameters.
11681 (orgtbl-format-line): New function encapsulating formatting for a
11682 single line.
11683 (orgtbl-format-section): Similar for each section. Rebinding the
11684 dynamic vars customizes the formatting for each section.
11685 (orgtbl-to-generic): Use orgtbl-format-line and
11686 orgtbl-format-section.
11687 (org-get-param): Now unused, so delete.
11688 (orgtbl-gather-send-defs): New function to
11689 gather all the SEND definitions before a table.
11690 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11691 corresponding to the current name.
11692 (orgtbl-send-table): Use the previous two functions and implement
11693 multiple destinations for each table.
11694
11695 * doc/org.texi (A LaTeX example): Note that fmt may be a
11696 one-argument function, and efmt may be a two-argument function.
11697 (Radio tables): Document multiple destinations.
11698
11699 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11700
11701 * org/org-agenda.el (org-add-to-diary-list): New function.
11702 (org-prefix-has-effort): New variable.
11703 (org-sort-agenda-noeffort-is-high): New option.
11704 (org-agenda-columns-show-summaries)
11705 (org-agenda-columns-compute-summary-properties): New options.
11706 (org-format-agenda-item): Compute the duration of the item.
11707 (org-agenda-weekend-days): New variable.
11708 (org-agenda-list, org-timeline): Use the proper faces for dates in
11709 the agenda and timeline buffers.
11710 (org-agenda-archive-to-archive-sibling): New command.
11711 (org-agenda-start-with-clockreport-mode): New option.
11712 (org-agenda-clockreport-parameter-plist): New option.
11713 (org-agenda-clocktable-mode): New variable.
11714 (org-agenda-deadline-leaders): Allow a function value for the
11715 deadline leader.
11716 (org-agenda-get-deadlines): Deal with new function value.
11717
11718 * org/org-clock.el (org-clock): New customization group.
11719 (org-clock-into-drawer, org-clock-out-when-done)
11720 (org-clock-in-switch-to-state, org-clock-heading-function):
11721 Move into the new group.
11722 (org-clock-out-remove-zero-time-clocks): New option.
11723 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11724 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11725 parameter.
11726 (org-dblock-write:clocktable): Fix bug with total time calculation.
11727 (org-dblock-write:clocktable): Request the unrestricted list of files.
11728 (org-get-clocktable): New function.
11729 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11730 be strings but also integers (an absolute day number) and lists (m d y).
11731
11732 * org/org-colview.el (org-columns-next-allowed-value)
11733 (org-columns-edit-value): Limit the effort for updating in the
11734 agenda to recomputing a single file.
11735 (org-columns-compute): Only write property value if it has changed.
11736 This avoids raising the buffer-change-flag unnecessarily.
11737 (org-agenda-colview-summarize)
11738 (org-agenda-colview-compute): New functions.
11739 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11740
11741 * org/org-exp.el (org-export-run-in-background): New option.
11742 (org-export-icalendar): Allow a batch process to trigger waiting
11743 after executing a system command.
11744 (org-export-preprocess-string): Rename from
11745 `org-cleaned-string-for-export'.
11746 (org-export-html-style): Made target class look like normal text.
11747 (org-export-as-html): Make use of the better preprocessing in
11748 `org-cleaned-string-for-export'.
11749 (org-cleaned-string-for-export): Better treatment of heuristic
11750 targets, many more internal links will now work in HTML export.
11751 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11752 (org-export-inbuffer-options-extra): New variable.
11753 (org-export-options-filters): New hook.
11754 (org-infile-export-plist): Find also the settings keywords in
11755 `org-export-inbuffer-options-extra'.
11756 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11757 multiple #+INFOJS_OPT lines.
11758 (org-export-html-handle-js-options): New function.
11759 (org-export-html-infojs-setup): New option.
11760 (org-export-as-html): Call `org-export-html-handle-js-options'.
11761 Add autoload to all entry points.
11762 (org-skip-comments): Function removed.
11763
11764 * org/org-table.el (org-table-make-reference): Extra parenthesis
11765 around single fields, to make sure that algebraic formulas get
11766 correctly interpreted by calc.
11767 (org-table-current-column): No longer interactive.
11768
11769 * org/org-export-latex.el (org-export-latex-preprocess):
11770 Rename from `org-export-latex-cleaned-string'.
11771
11772 2008-04-27 Bastien Guerry <bzg@altern.org>
11773
11774 * org/org-publish.el (org-publish-get-base-files-1): New function.
11775 (org-publish-get-base-files): Use it.
11776 (org-publish-temp-files): New variable.
11777 Don't require 'dired-aux anymore.
11778 (org-publish-initial-buffer): New variable.
11779 (org-publish-org-to, org-publish): Use it.
11780 (org-publish-get-base-files-1): Bug fix: get
11781 the proper list of files when recursing thru a directory.
11782 (org-publish-get-base-files): Use the :exclude property to skip
11783 both files and directories.
11784
11785 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11786
11787 * net/tramp.el (tramp-handle-make-symbolic-link)
11788 (tramp-handle-file-name-directory)
11789 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11790 (tramp-do-copy-or-rename-file-directly)
11791 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11792 (tramp-handle-substitute-in-file-name)
11793 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11794 * net/tramp-cache.el (tramp-get-file-property)
11795 (tramp-set-file-property, tramp-flush-file-property)
11796 (tramp-flush-directory-property)
11797 * net/tramp-compat.el (tramp-compat-make-temp-file)
11798 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11799 Disable `file-name-handler-alist' when handling localname.
11800 It could have a remote file syntax, like a VMS file name.
11801
11802 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11803
11804 * whitespace.el: New version 11.1.
11805 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11806 enclosed by \\( and \\)$. Docstring fix.
11807 (whitespace-trailing-regexp): Fun removed.
11808 (whitespace-report-list): Const initialization fix.
11809 (whitespace-color-on): Code fix.
11810
11811 2008-04-27 Andreas Schwab <schwab@suse.de>
11812
11813 * Makefile.el: Unbreak bootstrap.
11814
11815 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11816
11817 * net/tramp.el (tramp-replace-environment-variables): New defun.
11818 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11819 Use it.
11820
11821 2008-04-27 Glenn Morris <rgm@gnu.org>
11822
11823 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11824
11825 * calculator.el (calculator-expt): Replace cl function `oddp'.
11826
11827 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11828
11829 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11830 Simplify. Collect `defun' and `autoload' entries.
11831 Avoid modifying load-history.
11832
11833 2008-04-26 Glenn Morris <rgm@gnu.org>
11834
11835 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11836
11837 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11838
11839 2008-04-26 John Paul Wallington <jpw@pobox.com>
11840
11841 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11842 `hexl-mode-old-eldoc-documentation-function'.
11843 (hexl-mode-exit): Restore it.
11844 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11845
11846 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11847
11848 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11849
11850 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11851 (completion-pcm--all-completions): Doc fix.
11852 (completion-styles-alist, completion-all-completions):
11853 Fix typos in docstrings.
11854
11855 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11856
11857 * whitespace.el: There is now only one variable (whitespace-style) to
11858 specify which kind of blank is visualized. Doc and docstring fix.
11859 New version 11.0.
11860 (whitespace-style): New option, replace whitespace-style-mark and
11861 whitespace-style-color.
11862 (whitespace-style-mark, whitespace-style-color): Options removed.
11863 (whitespace-hspace, whitespace-tab, whitespace-newline)
11864 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11865 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11866 (whitespace-hspace-regexp, whitespace-space-regexp)
11867 (whitespace-tab-regexp, whitespace-trailing-regexp)
11868 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11869 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11870 (whitespace-space-after-tab-regexp, whitespace-line-column)
11871 (whitespace-display-mappings, whitespace-report): Docstring fix.
11872 (whitespace-color-value-list, whitespace-mark-value-list)
11873 (whitespace-active-color, whitespace-active-mark)
11874 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
11875 (whitespace-style-value-list, whitespace-active-style)
11876 (whitespace-toggle-style): New vars.
11877 (whitespace-toggle-option-alist, whitespace-help-text):
11878 Var initialization and docstring fix.
11879 (whitespace-toggle-options, global-whitespace-toggle-options)
11880 (whitespace-cleanup, whitespace-cleanup-region)
11881 (whitespace-report-region, whitespace-interactive-char)
11882 (whitespace-toggle-list): Docstring and code fix.
11883 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11884 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
11885 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
11886 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
11887
11888 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
11891 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
11892 (diff-sanity-check-hunk): Adjust code accordingly.
11893
11894 2008-04-26 Glenn Morris <rgm@gnu.org>
11895
11896 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
11897
11898 * forms-d2.dat: Move to ../etc.
11899 * forms-d2.el (forms-file): Adapt for above change.
11900
11901 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
11902 `translation-table-for-input'.
11903
11904 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
11905 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
11906
11907 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
11908 to punctuation now it's not needed for abbrevs.
11909 (fortran-mode-abbrev-table): Remove defvar, make use of new
11910 define-abbrev-table :regexp feature.
11911
11912 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
11913 insert, now that translation-table-for-input is not needed.
11914
11915 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
11916
11917 * emacs-lisp/pp.el (pp-display-expression): New function,
11918 extracted from pp-eval-expression.
11919 (pp-eval-expression): Use pp-display-expression.
11920 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
11921 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
11922 (pp-eval-last-sexp): Use pp-last-sexp.
11923
11924 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * abbrev.el (define-abbrev-table): Apply props even if the table
11927 exists already.
11928
11929 * minibuffer.el (completion-table-with-context): Fix `pred' for the
11930 various kinds of completion tables.
11931 (completion-emacs22-try-completion): Place cursor after the /, as was
11932 done in Emacs-22's minibuffer-complete-word.
11933 Fix bug reported by David Hansen <david.hansen@gmx.net>.
11934 (completion-emacs22-try-completion): Merge all mergeable text rather
11935 than just /.
11936 (completion-pcm--delim-wild-regex): New var.
11937 (completion-pcm-word-delimiters): New custom.
11938 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
11939 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
11940 (completion-pcm--all-completions, completion-pcm-all-completions)
11941 (completion-pcm--merge-completions, completion-pcm--pattern->string)
11942 (completion-pcm-try-completion): New functions.
11943 (completion-styles-alist): Add them.
11944 (completion-styles): Add it to the default.
11945
11946 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
11947
11948 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
11949 (gdb-var-create-handler): ...until here when there are values.
11950 (gdb-post-prompt): Don't do -var-update with no watch expressions.
11951 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
11952
11953 2008-04-25 Eli Zaretskii <eliz@gnu.org>
11954
11955 * ls-lisp.el (ls-lisp-format): Fix last change.
11956 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
11957 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
11958 (ls-lisp-filesize-f-fmt): New defvars.
11959 (ls-lisp-insert-directory): Dynamically compute format specifiers
11960 for displaying UID, GID, and file size, and store them in the
11961 above variables.
11962 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
11963 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
11964 instead of constant format strings.
11965 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
11966 ls-lisp-filesize-d-fmt instead of constant format strings.
11967
11968 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
11969
11970 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
11971 value of addresses rather than (partial) string value.
11972 (gdb-frame-handler): Change regexp according to above change.
11973 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11974 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
11975 (gdb-assembler-mode): Disable undo in these buffers.
11976
11977 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
11978
11979 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
11980 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
11981
11982 2008-04-24 Sam Steingold <sds@gnu.org>
11983
11984 * textmodes/remember.el (remember-diary-extract-entries): Use
11985 diary-make-entry instead of the obsolete make-diary-entry.
11986
11987 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * subr.el (translation-table-for-input): Mark as obsolete.
11990
11991 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
11992
11993 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
11994
11995 * textmodes/ispell.el (ispell-dictionary-alist-1)
11996 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
11997 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
11998 (ispell-dictionary-alist-6): Remove.
11999 (ispell-dictionary-base-alist): New var, merges the above.
12000 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12001 Use it.
12002 (ispell-dictionary-alist): Default to nil. Remove autoload.
12003 (ispell-local-dictionary-alist): Remove autoload.
12004
12005 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12006 (f90-mode-abbrev-table): Use the new :regexp feature.
12007 Merge defvar and mapc into define-abbrev-table.
12008 (f90-imenu-type-matcher): Remove unused `l'.
12009 (f90-imenu-generic-expression): Remove unused `not-ib'.
12010 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12011 (f90-change-keywords): Use restore-buffer-modified-p.
12012
12013 2008-04-24 Glenn Morris <rgm@gnu.org>
12014
12015 * net/goto-addr.el (goto-address-prog-mode):
12016 * progmodes/bug-reference.el (bug-reference-prog-mode):
12017 Define for compiler.
12018
12019 * minibuffer.el (x-file-dialog): Declare as function.
12020
12021 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12022 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12023
12024 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12025 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12026 work with easymenu. Add :keys where needed.
12027
12028 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12029 event-start is nil.
12030
12031 * calendar/calendar.el (calendar-mode-map): Fix typo.
12032
12033 2008-04-24 Tom Tromey <tromey@redhat.com>
12034
12035 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12036 Document keywords. Add :suppress.
12037 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12038
12039 * net/goto-addr.el (goto-address-unfontify): New function.
12040 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12041 (goto-address-fontify-region, goto-address-mode)
12042 (goto-address-prog-mode): New functions.
12043
12044 * progmodes/bug-reference.el: New file.
12045
12046 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12047
12048 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12049
12050 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12053 macros within lambdas.
12054
12055 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * minibuffer.el (completion-try-completion): Add `point' argument.
12058 Change return value.
12059 (completion-all-completions): Add `point' argument.
12060 (minibuffer-completion-help): Pass the new `point' argument.
12061 (completion--do-completion): Pass the whole field to try-completion.
12062 (completion--try-word-completion): Rewrite, making fewer assumptions.
12063 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12064 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12065 (completion-basic-try-completion, completion-basic-all-completions):
12066 New functions.
12067 (completion-styles-alist): Use them.
12068
12069 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12070
12071 * textmodes/ispell.el (ispell-set-spellchecker-params):
12072 New function to make sure right params and dictionary alists are used
12073 after spellchecker changes.
12074 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12075 (ispell-initialize-spellchecker-hook): New variables and hook.
12076 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12077 (ispell-maybe-find-aspell-dictionaries): Remove.
12078 Calls replaced by (ispell-set-spellchecker-params) calls.
12079 (ispell-have-aspell-dictionaries): Remove.
12080
12081 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12082 by ispell-set-spellchecker-params.
12083
12084 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * complete.el (PC-do-completion): Be more robust in the presence of
12087 unexpected values in minibuffer-completion-predicate.
12088
12089 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12090 Only abbreviate default-filename if it's a file.
12091
12092 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12093 (read-file-name-completion-ignore-case, insert-default-directory):
12094 New vars, moved from fileio.c.
12095 (read-file-name): New fun, moved from fileio.c.
12096 * cus-start.el: Remove insert-default-directory and
12097 read-file-name-completion-ignore-case.
12098
12099 2008-04-23 Magnus Henoch <mange@freemail.hu>
12100
12101 * tar-mode.el (tar-untar-buffer): If the entry has directory
12102 link type, extract it as a directory even if its file name doesn't
12103 end with a slash. Fixes extraction of NetBSD tar archives.
12104
12105 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * server.el (server-start): Also don't get confused by CRs since we
12108 don't quote them.
12109
12110 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12111
12112 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12113 (gdb-set-gud-minor-mode-existing-buffers)
12114 (gdb-info-breakpoints-custom, gdb-get-location)
12115 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12116 Previously gdb-create-define-alist wasn't always run and added to
12117 after-save-hook.
12118
12119 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12120
12121 2008-04-23 Kevin Ryde <user42@zip.com.au>
12122
12123 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12124 comments like unindented ones.
12125
12126 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12127
12128 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12129 parameter origins.
12130
12131 2008-04-23 Kevin Ryde <user42@zip.com.au>
12132
12133 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12134 Bind print-level to ensure output forms aren't truncated if
12135 print-level is set to eval-expression-print-level when going via
12136 eval-defun and friends, or has been otherwise fiddled with.
12137
12138 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12141 font-lock-extend-after-change-region-function globally.
12142
12143 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * speedbar.el (speedbar-use-tool-tips-flag)
12146 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12147 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12148 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12149 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12150 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12151 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12152 (speedbar-separator-face): Fix typos in docstrings.
12153 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12154 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12155 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12156 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12157 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12158 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12159 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12160 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12161 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12162 (speedbar-recenter): Doc fixes.
12163 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12164 declaration and remove redundant info in docstring.
12165
12166 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12167
12168 * vc-git.el (vc-git-status-printer): Deal with directories.
12169
12170 * vc.el (vc-next-action): Look at more than the first file to
12171 determine the state.
12172
12173 2008-04-23 Glenn Morris <rgm@gnu.org>
12174
12175 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12176 timers. Doc fix.
12177 (dframe-update-speed): Drop support for XEmacs < 20.
12178 (dframe-frame-mode): Drop support for Emacs < 20.
12179 (dframe-set-timer-internal): Drop support for Emacs without timers.
12180 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12181
12182 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12183 versions. Add doc-string. Mark as obsolete.
12184
12185 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12186
12187 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12188 rather than using an Emacs version test.
12189
12190 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12191 rather than an Emacs version test.
12192
12193 * calendar/cal-china.el (holiday-chinese-qingming)
12194 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12195 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12196 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12197
12198 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12199
12200 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12201 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12202 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12203
12204 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12205
12206 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12207 (gdb-previous-frame-pc-address): ...to this.
12208 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12209 of "info frame" with Gdb 6.4+.
12210 (gdb-stack-list-frames-regexp): New regexp.
12211 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12212
12213 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12214
12215 * tar-mode.el (tar-prefix-offset): New constant.
12216 (tar-header-block-tokenize): Support paths with long names
12217 which use the "ustar" standard.
12218
12219 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12220
12221 * image-dired.el (image-dired-track-original-file)
12222 (image-dired-modify-mark-on-thumb-original-file):
12223 Use `dired-goto-file' instead of `search-forward'. This solves
12224 a bug with finding files where the file name is a subset of other
12225 file names. Doc fix.
12226
12227 2008-04-22 Juri Linkov <juri@jurta.org>
12228
12229 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12230 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12231 (yank-menu-length): Change group name `mouse' to `menu'.
12232 (buffers-menu-buffer-name-length): New user option.
12233 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12234 instead of the hard-coded number 27.
12235
12236 2008-04-22 Juri Linkov <juri@jurta.org>
12237
12238 * isearch.el (eval-when-compile): Require `help-macro'.
12239 (isearch-help-for-help-internal): Isearch specific Help screen
12240 created by `make-help-screen'.
12241 (isearch-help-map): New variable that binds "b", "k", "m" to
12242 isearch-specific commands, and binds other keys to
12243 isearch-other-control-char, thus allowing other Help keys to
12244 exit isearch mode and execute their global definitions.
12245 (isearch-help-for-help, isearch-describe-bindings)
12246 (isearch-describe-key, isearch-describe-mode): New commands.
12247 (isearch-mode-help): Define alias to isearch-describe-mode
12248 and remove its old function definition.
12249 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12250 Remove old comments because this issue is settled now.
12251 (isearch-forward): Describe three new Help commands in the docstring.
12252 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12253 leave the single sentence at the first line of the docstring,
12254 and prepend the word "function" before `isearch-forward'
12255 to make the Help link to the function instead of variable.
12256
12257 2008-04-22 Juri Linkov <juri@jurta.org>
12258
12259 * isearch.el (isearch-success-function): New variable with default
12260 to `isearch-success-function-default'.
12261 (isearch-search): Call a function from `isearch-success-function'
12262 instead of calling the hard-coded `isearch-range-invisible'.
12263 (isearch-success-function-default): New function that calls
12264 `isearch-range-invisible' and inverts its return value.
12265
12266 * info.el (Info-search): In two similar places that skip
12267 undesired search matches move code to Info-search-success-function,
12268 and call `isearch-success-function' instead.
12269 (Info-search-success-function): New function copied from code
12270 in Info-search. Replace isearch-range-invisible with
12271 text-property-not-all that checks for 'invisible and 'display
12272 properties to skip partially invisible matches (whose display
12273 properties were set by Info-fontify-node).
12274 (Info-mode): Set buffer-local isearch-success-function
12275 to Info-search-success-function.
12276
12277 2008-04-22 Juri Linkov <juri@jurta.org>
12278
12279 * minibuffer.el (internal-complete-buffer-except): New function.
12280
12281 * files.el (read-buffer-to-switch): New function.
12282 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12283 Change interactive spec to call read-buffer-to-switch instead of
12284 using the letter "B".
12285
12286 * simple.el (minibuffer-default-add-shell-commands): New function.
12287 Use declare-function for mailcap-file-default-commands from "mailcap".
12288 (shell-command): Set local minibuffer-default-add-function to
12289 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12290 before calling read-shell-command. Set 4th arg default-value of
12291 read-shell-command to relative buffer-file-name in file buffers.
12292
12293 * dired-aux.el (dired-read-shell-command-default): Move it to
12294 gnus/mailcap.el and change its name to more general name
12295 mailcap-file-default-commands.
12296 (minibuffer-default-add-dired-shell-commands): New function.
12297 Use declare-function for mailcap-file-default-commands from "mailcap".
12298 (dired-read-shell-command): Set local minibuffer-default-add-function
12299 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12300 before calling read-shell-command. Remove dired-read-shell-command-default
12301 from the default value arg because default values are not set in
12302 minibuffer-default-add-dired-shell-commands. Doc fix.
12303
12304 * dired-x.el (dired-smart-shell-command): Sync arguments and
12305 interactive spec with changes in `shell-command'.
12306 Use dired-get-filename to get the dired file name at point
12307 as the default value in dired mode.
12308
12309 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12310
12311 * info.el (Info-complete-menu-item): Add missing parenthesis.
12312
12313 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * info.el (Info-complete-menu-item): Save point.
12316
12317 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12320
12321 2008-04-22 Andreas Schwab <schwab@suse.de>
12322
12323 * Makefile.in (emacs-deps): Define.
12324 Use it instead of $(lisp)/subdirs.el.
12325
12326 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * vc.el (vc-next-action): Do not consider directories when
12329 checking for state compatibility.
12330 (vc-transfer-file): Use when not if.
12331 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12332 (vc-dir-mark-file): Use them.
12333 (vc-deduce-fileset): Also return the backend.
12334 (vc-diff-internal): Take as argument the value returned by
12335 vc-deduce-fileset instead of just the fileset.
12336 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12337 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12338 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12339
12340 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12341
12342 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12343 set-window-vscroll but image-scroll-down. Fixes a bug where a
12344 command following SPC scrolled up again.
12345
12346 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12347
12348 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12349 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12350 (gud-watch): Add "$" prefix when in registers buffer.
12351
12352 2008-04-22 Glenn Morris <rgm@gnu.org>
12353
12354 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12355
12356 * whitespace.el (whitespace-display-table)
12357 (whitespace-display-table-was-local): Move definitions before use.
12358
12359 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12360 (copyright-limit): Respect copyright-at-end-flag.
12361 (copyright-re-search, copyright-start-point)
12362 (copyright-offset-too-large-p): New functions.
12363 (copyright-update-year): Use copyright-re-search.
12364 (copyright-update, copyright-fix-years): Use copyright-start-point,
12365 and copyright-re-search.
12366 (copyright): Use copyright-offset-too-large-p.
12367 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12368
12369 * add-log.el (top-level): Require 'cl when compiling.
12370
12371 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12374 Treat minibuffer-completion-predicate as a predicate.
12375
12376 * minibuffer.el (completion--file-name-table): Accept both the old
12377 `dir' arg or the new `pred' arg.
12378
12379 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12380 `predicate' argument to pass non-predicate data.
12381 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12382 Use second arg as proper predicate.
12383
12384 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12385 (vc-bzr-revision-completion-table): Use completion-table-with-context
12386 instead.
12387
12388 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12389
12390 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12391
12392 * term.el (term-emulate-terminal): Perform redisplay after the
12393 process filter has finished running.
12394
12395 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12398
12399 * minibuffer.el (completion-try-completion): Change magic symbol
12400 property name. Rename from minibuffer-try-completion.
12401 (completion-all-completions): Rename from minibuffer-all-completions.
12402 Remove hide-spaces argument.
12403 (completion--do-completion): Rename from minibuffer--do-completion.
12404 (minibuffer-complete-and-exit): Call just try-completion rather than
12405 completion-try-completion to fix up the case.
12406 (completion--try-word-completion): Try to add space or hyphen before
12407 making `string' a prefix of `completion'.
12408 (completion--insert-strings): Rename from minibuffer--insert-strings.
12409
12410 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12411
12412 * net/tls.el (tls-program): Add -ign_eof argument to call the
12413 openssl commands.
12414 (tls-checktrust): Ditto.
12415
12416 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12417
12418 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12419
12420 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12421 (vc-check-master-templates, vc-file-not-found-hook)
12422 (vc-kill-buffer-hook):
12423 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12424 (vc-find-position-by-context, vc-buffer-context)
12425 (vc-restore-buffer-context, vc-responsible-backend)
12426 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12427 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12428 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12429 (vc-version-diff, vc-diff, vc-insert-headers)
12430 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12431 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12432 (vc-revert, vc-rollback, vc-version-backup-file)
12433 (vc-rename-master, vc-delete-file, vc-rename-file)
12434 (vc-branch-part, vc-default-retrieve-snapshot)
12435 (vc-annotate-display-autoscale, vc-annotate-display-select)
12436 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12437 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12438 (vc-dir-update): Handle directories.
12439 (vc-default-status-printer): Simplify.
12440
12441 * progmodes/asm-mode.el (asm-mode-map):
12442 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12443
12444 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12445
12446 2008-04-21 Kenichi Handa <handa@m17n.org>
12447
12448 * select.el (xselect-convert-to-string): Send a C_STRING only if
12449 the polymorphic target TEXT is requested.
12450
12451 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * minibuffer.el (completion-setup-hook, display-completion-list)
12454 (completion--file-name-table): Fix typos in docstrings.
12455 (completion-table-dynamic): Fix typo, and reflow docstring.
12456
12457 2008-04-20 Andreas Schwab <schwab@suse.de>
12458
12459 * server.el (server-switch-buffer): Also consider clients in the
12460 selected frame.
12461
12462 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12465 Select window clicked on first.
12466 (gdb): Display thread number in mode-line.
12467 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12468 (gdb-breakpoints-header): New variable.
12469 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12470
12471 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12474 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12475 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12476 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12477 (vc-sccs-print-log): Use it.
12478
12479 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12480
12481 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12482 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12483
12484 * tooltip.el (tooltip-previous-message): New var.
12485 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12486 the C code (avoid overwriting a minibuffer, restore previous echo
12487 message, ...).
12488 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12489 Simplify.
12490
12491 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12492
12493 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12494 (gdb-init-1): Initialise it.
12495 (gdb-annotation-rules): New entry for "new-thread".
12496 (gdb-thread-identification): New function to customize
12497 mode-line-buffer-identification.
12498 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12499 (gdb-assembler-mode): Use it.
12500 (gdb-threads-mode): Force "info threads" onto queue.
12501
12502 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * files.el (locate-file-completion-table): Rename from
12505 locate-file-completion and make it use `pred' in the normal way.
12506 (locate-file-completion): New compatibility wrapper.
12507 (load-library): Use locate-file-completion-table.
12508 * finder.el (finder-commentary):
12509 * subr.el (locate-library):
12510 * emacs-lisp/find-func.el (find-library): Likewise.
12511 * info.el: Use with-current-buffer and inhibit-read-only.
12512 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12513 (Info-read-node-name-1): Adjust uses accordingly.
12514
12515 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12516 (completion-table-with-terminator): Don't use complete-with-action
12517 since we have to distinguish all three cases anyway.
12518 (completion-table-with-predicate): New function.
12519 (dynamic-completion-table): Add obsolete alias.
12520
12521 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12522
12523 2008-04-18 Sam Steingold <sds@gnu.org>
12524
12525 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12526 Use quit-window instead of bury-buffer.
12527
12528 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12529
12530 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12531
12532 2008-04-18 Andreas Schwab <schwab@suse.de>
12533
12534 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12535 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12536 Depend on $(lisp)/subdirs.el.
12537
12538 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12539
12540 * descr-text.el (describe-char-after):
12541 Use `define-obsolete-function-alias'.
12542
12543 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12544
12545 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12546
12547 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12548 Remove redundant obsolescence info in docstring.
12549
12550 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12551 (vc-header-alist): Add WHEN to obsolescence declaration.
12552 (vc-state): Fix typo in docstring.
12553
12554 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12555 Use `define-obsolete-variable-alias'.
12556
12557 * emulation/tpu-edt.el (tpu-have-ispell):
12558 * international/codepage.el (codepage-setup):
12559 Fix typo in obsolescence declaration.
12560
12561 * international/mule.el (char-coding-system-table):
12562 Remove redundant obsolescence info in docstring.
12563 (charset-list, generic-char-p, set-char-table-default):
12564 Fix typos in obsolescence declarations.
12565
12566 * international/mule-diag.el (non-iso-charset-alist):
12567 Fix typo in obsolescence declaration.
12568 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12569
12570 * font-core.el (font-lock-defaults-alist):
12571 * font-lock.el (font-lock-reference-face):
12572 * frame.el (screen-height, screen-width, set-screen-width)
12573 (set-screen-height):
12574 * hilit-chg.el (highlight-changes-initial-state):
12575 * isearch.el (isearch-return-char):
12576 * log-edit.el (cvs-commit-buffer-require-final-newline)
12577 (cvs-changelog-full-paragraphs):
12578 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12579 (mouse-popup-menubar-stuff):
12580 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12581 (mouse-wheel-click-button):
12582 * outline.el (outline-visible):
12583 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12584 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12585 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12586 * progmodes/compile.el (compile-internal):
12587 Add WHEN to obsolescence declarations.
12588
12589 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12592 is not better anyway.
12593
12594 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12595
12596 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12597 properly.
12598
12599 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12602 (python-use-skeletons): Remove, unused.
12603 (python-skeletons): Remove. Use the abbrev table instead.
12604 (python-mode-abbrev-table): Fix regexp;
12605 add enable-function and case-fixed.
12606 (def-python-skeleton): Simplify.
12607 (python-expand-template): Use the abbrev-table and abbrev-insert.
12608 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12609 Remove.
12610 (python-mode): Don't set pre-abbrev-expand-hook.
12611
12612 * skeleton.el: Set coding-tag.
12613
12614 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12615 (expand-abbrev): Use it.
12616 (abbrev-table-menu): New function.
12617
12618 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12619
12620 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12621
12622 2008-04-17 Sam Steingold <sds@gnu.org>
12623
12624 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12625 idiosyncratic bury-buffer/delete-window logic.
12626
12627 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12628
12629 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12630 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12631
12632 2008-04-17 Kenichi Handa <handa@m17n.org>
12633
12634 * international/characters.el: Don't make the width of U+00AD to 0.
12635
12636 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12637
12638 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12639 (gdb, gdb-starting, gdb-frames-mode): Use it.
12640 (gdb-invalidate-frames): Advise to call "info stack" only if
12641 execution has occurred.
12642 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12643 selected frame if no execution has occurred.
12644 (gdb-frames-force-update): New interactive function.
12645 (gdb-frames-mode-map): Bind it to "F".
12646
12647 2008-04-17 Michael Olson <mwolson@gnu.org>
12648
12649 * textmodes/remember.el (remember-version): Release Remember 2.0.
12650
12651 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12652
12653 * textmodes/artist.el:
12654 * progmodes/vhdl-mode.el:
12655 * progmodes/verilog-mode.el:
12656 * progmodes/vera-mode.el:
12657 * progmodes/simula.el:
12658 * progmodes/ps-mode.el:
12659 * progmodes/cmacexp.el:
12660 * obsolete/hilit19.el:
12661 * emulation/viper.el:
12662 * ediff.el: Cleanup the bug-report email addresses and make sure the
12663 maintainer is still willing to handle bug reports.
12664
12665 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12666
12667 * vc.el (vc-dir-kill-query): Fix thinko.
12668
12669 2008-04-16 Glenn Morris <rgm@gnu.org>
12670
12671 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12672 by diary-sexp-entry.
12673
12674 2008-04-16 Markus Triska <markus.triska@gmx.at>
12675
12676 * proced.el (proced-command-alist): Add support for darwin.
12677
12678 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * proced.el (proced-mode): Redefine as just the major-mode.
12681 (proced): Separate it from proced-mode.
12682
12683 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12684
12685 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12686
12687 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12688 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12689 `tab-width' setting from user. New version 10.0. Doc and docstring
12690 fix.
12691 (whitespace-style, whitespace-chars): Remove options.
12692 (whitespace-style-mark): New option, replace whitespace-style deleted
12693 option. Fix docstring.
12694 (whitespace-style-color): New option, replace whitespace-chars deleted
12695 option. Fix docstring.
12696 (whitespace-space, whitespace-hspace, whitespace-tab)
12697 (whitespace-newline, whitespace-trailing, whitespace-line)
12698 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12699 (whitespace-space-after-tab, whitespace-hspace-regexp)
12700 (whitespace-space-regexp, whitespace-tab-regexp)
12701 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12702 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12703 (whitespace-toggle-option-alist): Fix docstring.
12704 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12705 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12706 docstring and initialization.
12707 (global-whitespace-mode): Autoloaded global minor mode.
12708 (whitespace-chars-value-list, whitespace-style-value-list)
12709 (whitespace-active-chars, whitespace-active-style)
12710 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12711 (whitespace-color-value-list): New var, replace
12712 whitespace-chars-value-list removed var.
12713 (whitespace-mark-value-list): New var, replace
12714 whitespace-style-value-list removed var.
12715 (whitespace-active-color): New var, replace whitespace-active-chars
12716 removed var.
12717 (whitespace-active-mark): New var, replace whitespace-active-style
12718 removed var.
12719 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12720 removed var.
12721 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12722 removed var.
12723 (whitespace-toggle-option-alist, whitespace-report-list)
12724 (whitespace-report-text, whitespace-help-text): Fix initialization.
12725 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12726 (whitespace-toggle-options, global-whitespace-toggle-options)
12727 (whitespace-cleanup-region, whitespace-report-region)
12728 (whitespace-interactive-char): Fix docstring and code.
12729 (whitespace-cleanup, whitespace-report): Fix docstring.
12730 (whitespace-replace-spaces-by-tabs): Remove fun.
12731 (whitespace-replace-action): New fun, replace
12732 whitespace-replace-spaces-by-tabs removed fun.
12733 (whitespace-regexp, whitespace-indentation-regexp)
12734 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12735 (whitespace-kill-buffer): New funs.
12736 (whitespace-insert-option-mark, whitespace-help-on)
12737 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12738 (whitespace-color-on, whitespace-color-off)
12739 (whitespace-display-char-on): Fix code.
12740
12741 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12744 (mouse-throw-magnifier-with-mouse-movement): Remove.
12745 (mouse-throw-magnifier-base): New const.
12746 (mouse-drag-scroll-delta): New fun.
12747 (mouse-drag-throw): Use it.
12748
12749 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12750
12751 * international/uni-bidi.el, international/uni-category.el:
12752 * international/uni-combining.el, international/uni-comment.el:
12753 * international/uni-decimal.el, international/uni-decomposition.el:
12754 * international/uni-digit.el, international/uni-lowercase.el:
12755 * international/uni-mirrored.el, international/uni-name.el:
12756 * international/uni-numeric.el, international/uni-old-name.el:
12757 * international/uni-titlecase.el, international/uni-uppercase.el:
12758 * international/charprop.el: Regenerate.
12759
12760 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12761
12762 * vc.el (vc-status-fileinfo): Add new member directoryp.
12763 (vc-default-status-printer): Print directories.
12764 (vc-status-update): Sort files before subdirectories.
12765
12766 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12767 Add alternative implementation based on "cvs update".
12768
12769 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12770
12771 * doc-view.el: Changed requirements section to tell that only one
12772 of dvipdf or dvipdfm is needed.
12773 (doc-view-already-converted-p): Fix bug that forced reconversion
12774 if doc was already converted.
12775
12776 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * minibuffer.el (minibuffer-message):
12779 Make sure we can put-text-property.
12780
12781 * emacs-lisp/crm.el: Complete rewrite.
12782
12783 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12784 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12785 case of an error in display-completion-list.
12786
12787 * filecache.el (file-cache-completions-keymap): Move init from
12788 file-cache-completion-setup-function into declaration.
12789 (file-cache-minibuffer-complete): Simplify.
12790 (file-cache-completion-setup-function): Use standard-output,
12791 preserve current-buffer.
12792
12793 * vc.el (vc-status-update): Fix typo.
12794 (vc-status-update): Set needs-update.
12795 (vc-status-refresh): η-reduce.
12796
12797 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12798
12799 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12800 to image-eol.
12801
12802 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12803
12804 * vc.el (vc-status-update): Undo the previous revert.
12805
12806 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * minibuffer.el (completion-table-with-terminator): Those completions
12809 are never valid w.r.t test-completion.
12810 (completion--file-name-table):
12811 Check completion-all-completions-with-base-size.
12812
12813 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12814
12815 * doc-view.el (doc-view-dvipdf-program): New variable.
12816 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12817 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12818 alternative for doc-view-dvipdfm-program.
12819 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12820
12821 * doc-view.el (doc-view-start-process): Don't set
12822 default-directory to "~/" if the current value is valid.
12823 This broke PS files that run other files in the same directory.
12824
12825 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12826
12827 * vc.el (vc-status-kill-query): New function.
12828 (vc-status-mode): Add it to kill-buffer-query-functions.
12829 (vc-status-show-fileentry): New function.
12830 (vc-status-menu-map): Bind it. Bind vc-next-action.
12831
12832 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12835
12836 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12837
12838 * proced.el (proced-send-signal): Fix error recognition.
12839
12840 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12841
12842 * proced.el (proced-command-alist): Remove sort column.
12843 (proced-command, proced-procname-column):
12844 Use make-variable-buffer-local.
12845 (proced-signal-function): Rename from proced-kill-program.
12846 Allow for elisp symbols and string values representing system calls.
12847 (proced-marker-regexp, proced-success-message): New functions.
12848 (proced): Use defalias. Add autoload cookie.
12849 (proced-unmark-backward, proced-toggle-marks)
12850 (proced-hide-processes): New commands.
12851 (proced-do-mark): Simplify code.
12852 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12853 (proced-update): Remove sorting.
12854 (proced-send-signal): Display number of processes to operate on.
12855 Allow for system calls or elisp functions to send signals.
12856 Check if signal was sent successfully.
12857
12858 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * minibuffer.el (completion-all-completion-with-base-size): New var.
12861 (completion--some): New function.
12862 (completion-table-with-context, completion--file-name-table):
12863 Return the base-size if requested.
12864 (completion-table-in-turn): Generalize to multiple arguments.
12865 (complete-in-turn): Compatibility alias.
12866 (completion-styles-alist): New var.
12867 (completion-styles): New customization.
12868 (minibuffer-try-completion, minibuffer-all-completions):
12869 New functions.
12870 (minibuffer--do-completion, minibuffer-complete-and-exit)
12871 (minibuffer-try-word-completion): Use them.
12872 (display-completion-list, minibuffer-completion-help): Use them.
12873 Handle all-completions's new base-size info to set completion-base-size.
12874 * info.el (Info-read-node-name-1): Use completion-table-with-context,
12875 completion-table-with-terminator and complete-with-action.
12876 Remove the now obsolete completion-base-size-function property.
12877 * simple.el (completion-list-mode-map): Move init into declaration.
12878 (completion-list-mode): Use define-derived-mode.
12879 (completion-setup-function): Use any completion-base-size that may
12880 have been set before. Remove handling of completion-base-size-function.
12881 * loadup.el: Move abbrev.el up earlier.
12882
12883 2008-04-13 Alexandre Julliard <julliard@winehq.org>
12884
12885 * vc-git.el (vc-git-after-dir-status-stage)
12886 (vc-git-dir-status-goto-stage): New functions.
12887 (vc-git-after-dir-status-stage1)
12888 (vc-git-after-dir-status-stage1-empty-db)
12889 (vc-git-after-dir-status-stage2): Remove, functionality moved
12890 into the new generic stage functions.
12891 (vc-git-dir-status-files): New function.
12892
12893 * vc.el (vc-status-update): Revert an incorrect rewrite.
12894 Add some comments.
12895 (vc-status-refresh-files): New function.
12896 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
12897 state of up-to-date files.
12898 (vc-default-dir-status-files): New function.
12899
12900 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * minibuffer.el (completion--embedded-envvar-table)
12903 (read-file-name-internal): Fix typos in 2008-04-11 change.
12904
12905 * faces.el (read-face-name): Use `completion-table-in-turn',
12906 not `complete-in-turn'.
12907
12908 2008-04-13 Andreas Schwab <schwab@suse.de>
12909
12910 * progmodes/etags.el: Require 'cl when compiling.
12911
12912 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
12913
12914 * progmodes/gud.el (gud-menu-map): Expand tooltip.
12915
12916 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
12917 (menu): Add/expand menu tooltips.
12918
12919 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12920
12921 * progmodes/sh-script.el (sh-show-indent): Fix typo.
12922 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
12923
12924 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
12925 considered registered.
12926
12927 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12928
12929 * emacs-lisp/copyright.el (copyright-update-directory): New command.
12930
12931 * ediff-wind.el (ediff-split-window-function)
12932 (ediff-merge-split-window-function): Improve custom type.
12933
12934 2008-04-12 Eli Zaretskii <eliz@gnu.org>
12935
12936 * loadup.el ("minibuffer"): Move after "faces".
12937
12938 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * progmodes/hideif.el (hif-factor): Handle unary minus.
12941
12942 2008-04-12 Glenn Morris <rgm@gnu.org>
12943
12944 * calendar/cal-china.el (chinese-calendar-time-zone):
12945 Mark obsolete name as risky too.
12946
12947 * calendar/calendar.el (calendar-faces): New custom group.
12948 (calendar-today, diary, holiday): Doc fix.
12949 Move to calendar-faces group.
12950 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
12951 (diary-button): Doc fix. Move to calendar-faces group.
12952
12953 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12954 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
12955 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
12956 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
12957 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
12958 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
12959 not in dumped files before the associated defcustom.
12960
12961 2008-04-11 Johan Bockgård <bojohan@gnu.org>
12962
12963 * minibuffer.el (lazy-completion-table): Fix debug spec.
12964
12965 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * minibuffer.el (complete-with-action, lazy-completion-table):
12968 Move from subr.el.
12969 (apply-partially, completion-table-dynamic)
12970 (completion-table-with-context, completion-table-with-terminator)
12971 (completion-table-in-turn): New funs.
12972 (completion--make-envvar-table, completion--embedded-envvar-table):
12973 New funs.
12974 (read-file-name-internal): Use them.
12975 (completion-setup-hook): Move from simple.el.
12976 * subr.el (complete-with-action, lazy-completion-table):
12977 * simple.el (completion-setup-hook): Move to minibuffer.el.
12978
12979 2008-04-11 Glenn Morris <rgm@gnu.org>
12980
12981 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
12982
12983 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
12986
12987 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
12988
12989 * textmodes/fill.el (fill-forward-paragraph-function): New var.
12990 (fill-forward-paragraph): New fun.
12991 (fill-paragraph, fill-region): Use it.
12992
12993 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
12994 (vc-status-create-fileinfo): Make `extra' optional.
12995 (vc-status-busy): New fun.
12996 (vc-status-menu-map): Use it.
12997 (vc-status-crt-marked): Remove.
12998 (vc-status-update): Rename from vc-status-add-entries.
12999 Add argument so as to prevent addition of entries. Rewrite.
13000 (vc-update-vc-status-buffer): Remove.
13001 (vc-status-refresh): Don't remove old entries, set them to
13002 up-to-date instead. Also do it after the update is complete.
13003 (vc-status-marked-files): η-reduce.
13004
13005 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13006 for non-dialogs.
13007
13008 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13009
13010 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13011
13012 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13013
13014 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13015 to t and don't truncate msg.
13016
13017 2008-04-11 Glenn Morris <rgm@gnu.org>
13018
13019 * calendar/calendar.el (diary, holidays):
13020 Move custom groups to other files.
13021 (holiday-general-holidays, holiday-oriental-holidays)
13022 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13023 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13024 (holiday-hebrew-holidays, holiday-christian-holidays)
13025 (holiday-islamic-holidays, holiday-bahai-holidays)
13026 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13027 * calendar/diary-lib.el: Move custom group here from calendar.el.
13028 * calendar/holidays.el: Move custom group and variables here
13029 from calendar.el.
13030
13031 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13032
13033 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13034 Fix custom group.
13035 (calendar-current-time-zone-cache): Autoload riskiness.
13036
13037 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13038
13039 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13040
13041 * woman.el (woman2-TH): Use string-equal instead of string-match.
13042
13043 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13046 (smerge-resolve): Merge the "2-way refinement" case with one half of
13047 the "mere whitespace" resolution.
13048
13049 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13050
13051 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13052
13053 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13054
13055 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13056 Add WHEN to obsolescence declaration.
13057
13058 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13059
13060 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13061
13062 * vc-hooks.el (vc-state): Add new state `conflict'.
13063 (vc-after-save): Use when not if.
13064 (vc-default-mode-line-string): Deal with the conflict state.
13065 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13066
13067 * vc.el (vc-editable-p, vc-default-status-printer)
13068 (vc-next-action): Deal with the conflict state.
13069 (vc-mark-resolved): New function.
13070 (vc-status-mode): Fix mode name.
13071 (vc-default-comment-history): Use when not if.
13072 (Todo): Add new entries, remove old ones.
13073
13074 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13075 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13076 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13077 Detect the conflict state.
13078
13079 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13080
13081 2008-04-10 Glenn Morris <rgm@gnu.org>
13082
13083 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13084 Respect truncate-partial-width-windows in non-full windows,
13085 with regards to :toggle and :enable state.
13086
13087 * simple.el (toggle-truncate-lines): Doc fix.
13088
13089 * Makefile.in (MH_E_DIR): New variable.
13090 (MH_E_SRC): Restore variable removed 2008-03-13.
13091 (mh-loaddefs.el): Depend on $MH_E_SRC.
13092 (CAL_DIR, CAL_SRC): New variables.
13093 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13094 Depend on CAL_SRC.
13095
13096 * calendar/calendar.el (calendar, diary): Add :prefix.
13097 (holidays): Change :prefix.
13098 (calendar-today, holiday, calendar-holiday-marker)
13099 (european-calendar-style): Change custom groups.
13100
13101 * calendar/calendar.el (diary-hook, diary-display-hook):
13102 Move to diary-lib.el.
13103 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13104 Move here from calendar.el.
13105 * calendar/appt.el: Require diary-lib rather than calendar.
13106 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13107
13108 * calendar/appt.el (appt): Add :prefix.
13109
13110 * calendar/diary-lib.el (diary-hook): Doc fix.
13111 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13112
13113 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13116 New functions.
13117
13118 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13119 the arg to recursive calls.
13120
13121 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * minibuffer.el (completion-auto-help): Fix typo.
13124
13125 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13128
13129 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13130
13131 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13132 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13133
13134 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13137
13138 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13139 (completion-auto-help): Move from C code.
13140 (minibuffer--maybe-completion-help): Remove.
13141 (minibuffer--bitset): New function.
13142 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13143 Renumber a bit. Really complete on string *before* point.
13144 Add argument used for word-completion.
13145 Join trailing / in completion with following text, as done in
13146 minibuffer-complete-word.
13147 Handle new value `lazy' for completion-auto-help.
13148 (minibuffer-try-word-completion): New function extracted from
13149 minibuffer-complete-word.
13150 (minibuffer-complete-word): Use minibuffer--do-completion.
13151 (minibuffer--insert-strings): Rename from
13152 minibuffer-complete-insert-strings.
13153 (exit-minibuffer): Fix typo.
13154 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13155 * cus-start.el: Remove completion-auto-help.
13156
13157 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13158
13159 * vc.el (vc-status-add-entries): New function.
13160 (vc-status-add-entry): Remove.
13161 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13162 Use vc-status-add-entries.
13163
13164 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13165 order.
13166
13167 2008-04-09 Jason Rumney <jasonr@gnu.org>
13168
13169 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13170 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13171 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13172 (AUTOGENEL): New variable.
13173 (distclean, maintainer-clean): New targets.
13174
13175 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13176
13177 * emacs-lisp/regexp-opt.el (regexp-opt):
13178 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13179
13180 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13181
13182 * nxml/nxml-mode.el (nxml-cleanup): New function.
13183 (nxml-mode): Add it to change-major-mode-hook.
13184
13185 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13186
13187 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13188
13189 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13190
13191 * calc/.cvsignore: New file.
13192
13193 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13194
13195 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13196
13197 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13198 show-help-function when turning tooltip off.
13199 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13200 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13201
13202 2008-04-09 Alan Mackenzie <acm@muc.de>
13203
13204 * font-lock.el (font-lock-extend-after-change-region-function):
13205 Make it buffer local.
13206
13207 2008-04-09 Glenn Morris <rgm@gnu.org>
13208
13209 * calendar/calendar.el (diary-file, european-calendar-style):
13210 Remove autoload cookies.
13211
13212 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13213
13214 * outline.el (outline-mode-menu-bar-map):
13215 * log-view.el (log-view-mode-menu):
13216 * log-edit.el (log-edit-menu): Add :help.
13217
13218 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13219
13220 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13221 Use substring-no-properties for correct handling of unibyte strings.
13222
13223 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * add-log.el (change-log-next-buffer): Handle the case where version<
13226 signals an error.
13227
13228 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13229 mouse-major-mode-menu.
13230 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13231 (mouse-major-mode-menu, mouse-popup-menubar)
13232 (mouse-popup-menubar-stuff): Use them.
13233 (C-down-mouse-3): Bind to a dynamic map rather than to
13234 mouse-popup-menubar-stuff.
13235
13236 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13237 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13238
13239 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13240
13241 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13242 file:// access method.
13243
13244 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * minibuffer.el: New file.
13247 * loadup.el: Load it.
13248
13249 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13252 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13253
13254 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13255 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13256 Move initialization into declaration.
13257 * calc/calc-yank.el:
13258 * calc/calc-misc.el:
13259 * calc/calc-embed.el:
13260 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13261
13262 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13263
13264 * ps-samp.el (ps-add-printer, ps-remove-printer)
13265 (ps-make-dynamic-printer-menu): New functions.
13266
13267 * net/zeroconf.el: New file.
13268
13269 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13272
13273 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13274
13275 * vc-rcs.el (vc-rcs-modify-change-comment):
13276 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13277
13278 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13279
13280 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * international/mule-cmds.el (set-locale-environment): Don't warn if
13283 coding system doesn't agree with system locale (this reverts changes
13284 by Dave Love, dated 2002-10-27 and 2002-10-09).
13285
13286 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13287 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13288
13289 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13290
13291 2008-04-08 Glenn Morris <rgm@gnu.org>
13292
13293 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13294 * textmodes/remember.el (remember-diary-convert-entry):
13295 Require calendar.
13296
13297 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13298 diary-file, since it is the default for make-diary-entry anyway.
13299
13300 * calendar/cal-menu.el (cal-menu-event-to-date):
13301 Rename calendar-event-to-date. Update callers.
13302 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13303 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13304 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13305 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13306 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13307 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13308 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13309 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13310 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13311 (calendar-mouse-tex-month-landscape):
13312 Rename cal-tex-mouse-month-landscape.
13313 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13314 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13315 (calendar-mouse-tex-year-landscape):
13316 Rename cal-tex-mouse-year-landscape.
13317 (cal-menu-context-mouse-menu): Update for above name changes.
13318
13319 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13320 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13321 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13322 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13323 * calendar/holidays.el: Replace int-to-string with number-to-string.
13324
13325 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13326
13327 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13328 region if point moves.
13329
13330 2008-04-08 Kenichi Handa <handa@m17n.org>
13331
13332 * faces.el (font-slant-table): Change numeric values for `r',
13333 `roman', and `normal'.
13334
13335 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13336
13337 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13338
13339 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13340
13341 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13342 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13343
13344 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13345
13346 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13347 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13348
13349 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13352
13353 2008-04-07 Sam Steingold <sds@gnu.org>
13354
13355 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13356 Add helper functions.
13357 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13358 lisp-compile-defun; DEFVAR forms reset the variables to the init
13359 values, just like in emacs-lisp mode eval-defun.
13360 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13361 (lisp-compile-region): Use lisp-compile-string.
13362
13363 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * subr.el (combine-and-quote-strings): Also quote strings that contain
13366 the separator.
13367
13368 * pcvs-util.el (cvs-map): Avoid recursion :-(
13369
13370 2008-04-07 Glenn Morris <rgm@gnu.org>
13371
13372 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13373
13374 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13375 view-diary-entries-initially. Keep old name as alias, update users.
13376 (calendar-mark-diary-entries-flag): Rename
13377 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13378 (calendar-view-holidays-initially-flag): Rename
13379 view-calendar-holidays-initially. Keep old name as alias, update users.
13380 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13381 Keep old name as alias, update users.
13382 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13383 Keep old name as alias, update users.
13384 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13385 Keep old name as alias, update users.
13386 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13387 Keep old name as alias, update users.
13388 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13389 (diary-american-date-forms): Rename american-date-diary-pattern.
13390 Keep old name as alias, update users.
13391 (diary-european-date-forms): Rename european-date-diary-pattern.
13392 Keep old name as alias, update users.
13393 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13394 Keep old name as alias, update users.
13395 (calendar-european-date-display-form): Rename
13396 european-calendar-display-form. Keep old name as alias, update users.
13397 (calendar-american-date-display-form): Rename
13398 european-calendar-display-form. Keep old name as alias, update users.
13399 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13400 Keep old name as alias, update users.
13401 (holiday-general-holidays): Rename general-holidays.
13402 Keep old name as alias, update users.
13403 (holiday-oriental-holidays): Rename oriental-holidays.
13404 Keep old name as alias, update users.
13405 (holiday-local-holidays): Rename local-holidays.
13406 Keep old name as alias, update users.
13407 (holiday-other-holidays): Rename other-holidays.
13408 Keep old name as alias, update users.
13409 (holiday-hebrew-holidays): Rename hebrew-holidays.
13410 Keep old name as alias, update users.
13411 (holiday-christian-holidays): Rename christian-holidays.
13412 Keep old name as alias, update users.
13413 (holiday-islamic-holidays): Rename islamic-holidays.
13414 Keep old name as alias, update users.
13415 (holiday-bahai-holidays): Rename bahai-holidays.
13416 Keep old name as alias, update users.
13417 (holiday-solar-holidays): Rename solar-holidays.
13418 Keep old name as alias, update users.
13419 (diary-fancy-buffer): Rename fancy-diary-buffer.
13420 Keep old name as alias, update users.
13421 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13422 Update users.
13423 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13424 Update users.
13425 (calendar-increment-month): Rename increment-calendar-month.
13426 Keep old name as alias, update callers.
13427 (calendar-increment-month-cons): Rename old calendar-increment-month.
13428 Update callers.
13429 (calendar-extract-month): Rename extract-calendar-month.
13430 Keep old name as alias, update callers.
13431 (calendar-extract-day): Rename extract-calendar-day.
13432 Keep old name as alias, update callers.
13433 (calendar-extract-year): Rename extract-calendar-year.
13434 Keep old name as alias, update callers.
13435 (calendar-generate-window): Rename generate-calendar-window.
13436 Update callers.
13437 (calendar-generate): Rename generate-calendar. Update callers.
13438 (calendar-generate-month): Rename generate-calendar-month.
13439 Update callers.
13440 (calendar-redraw): Rename redraw-calendar. Update callers.
13441 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13442 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13443 Update callers.
13444 (calendar-update-mode-line): Rename update-calendar-mode-line.
13445 Update callers.
13446 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13447 update callers.
13448 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13449 Keep old name as alias, update callers.
13450 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13451 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13452 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13453 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13454 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13455 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13456 * calendar/solar.el: Update for calendar.el name changes.
13457 * org/org.el (org-agenda-format-date-aligned)
13458 (org-agenda-execute-calendar-command): Access date elements directly
13459 rather than using calendar functions.
13460 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13461 Also set calendar-view-diary-initially-flag,
13462 calendar-view-holidays-initially-flag.
13463 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13464 (org-agenda-execute-calendar-command): No need to set displayed-day.
13465
13466 2008-04-06 Alan Mackenzie <acm@muc.de>
13467
13468 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13469 typo in the doc string.
13470
13471 * progmodes/cc-mode.el (c-basic-common-init):
13472 Set font-lock-extend-after-change-region-function.
13473 (c-extend-after-change-region): New function, used in
13474 font-lock-extend-after-change-region-function, thus superseding
13475 advice on the Font Lock after change functions.
13476 (c-advise-fl-for-region): Remove this macro.
13477
13478 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13479
13480 * textmodes/flyspell.el (flyspell-duplicate-distance):
13481 Improve custom type.
13482
13483 2008-04-06 Glenn Morris <rgm@gnu.org>
13484
13485 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13486 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13487 (diary-list-entries-hook): Rename list-diary-entries-hook.
13488 Keep old name as alias, update users.
13489 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13490 Keep old name as alias, update users.
13491 (diary-nongregorian-listing-hook): Rename
13492 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13493 (diary-nongregorian-marking-hook): Rename
13494 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13495 (diary-print-entries-hook): Rename print-diary-entries-hook.
13496 Keep old name as alias, update users.
13497 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13498 Keep old name as alias, update users.
13499 (diary-number-of-entries): Rename number-of-diary-entries.
13500 Keep old name as alias, update users.
13501 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13502 Give version of obsolescence.
13503 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13504 Keep old name as alias, update callers.
13505 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13506 update callers.
13507 (diary-include-other-diary-files): Rename include-other-diary-files.
13508 Keep old name as alias, update callers.
13509 (diary-simple-display): Rename simple-diary-display.
13510 Keep old name as alias, update callers.
13511 (diary-fancy-display): Rename fancy-diary-display.
13512 Keep old name as alias, update callers.
13513 (diary-print-entries): Rename print-diary-entries.
13514 Keep old name as alias, update callers.
13515 (diary-marking-entries-flag): Rename marking-diary-entries.
13516 Update users.
13517 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13518 (diary-mark-entries): Rename mark-diary-entries.
13519 Keep old name as alias, update callers.
13520 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13521 Keep old name as alias, update callers.
13522 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13523 Keep old name as alias, update callers.
13524 (calendar-mark-days-named): Rename mark-calendar-days-named.
13525 Keep old name as alias, update callers.
13526 (calendar-mark-month): Rename mark-calendar-month.
13527 Keep old name as alias, update callers.
13528 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13529 Keep old name as alias, update callers.
13530 (diary-sort-entries): Rename sort-diary-entries.
13531 Keep old name as alias, update callers.
13532 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13533 Keep old name as alias, update callers.
13534 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13535 update callers.
13536 (diary-insert-entry): Rename insert-diary-entry.
13537 Keep old name as alias.
13538 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13539 Keep old name as alias.
13540 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13541 Keep old name as alias.
13542 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13543 Keep old name as alias.
13544 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13545 Keep old name as alias.
13546 (diary-insert-block-entry): Rename insert-block-diary-entry.
13547 Keep old name as alias.
13548 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13549 Keep old name as alias.
13550 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13551 Keep old name as alias, update users.
13552 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13553 Keep old name as alias, update callers.
13554 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13555 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13556 * calendar/icalendar.el: Update for diary-lib name changes.
13557
13558 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13559
13560 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13561
13562 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13563 for copy, move, and link operations.
13564
13565 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13566
13567 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13568 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13569
13570 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13571 'require' statements with 1-argument ones (wrapped in if's).
13572 For compatibility with the current stable version of XEmacs.
13573
13574 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13575
13576 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13577
13578 2008-04-06 Jason Rumney <jasonr@gnu.org>
13579
13580 * language/burmese.el ("Burmese"): Make sample text consistent with
13581 language name.
13582
13583 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13584
13585 * progmodes/gdb-ui.el (gdb): New group.
13586 (gdb-debug-log-max, gdb-enable-debug)
13587 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13588 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13589 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13590 (gdb-show-changed-values, gdb-max-children)
13591 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13592 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13593 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13594 (gdb-memory-unit): Move to new group from GUD group.
13595 (menu): Allow customization from GDB-UI menu-item.
13596
13597 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13600
13601 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13604 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13605 Revision numbers can include ".".
13606
13607 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13608 "+" lines not accounted for by counting "-" and context lines.
13609
13610 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13611
13612 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13613 file name string.
13614
13615 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13618 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13619
13620 2008-04-05 Richard Stallman <rms@gnu.org>
13621
13622 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13623
13624 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13625
13626 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13627 thread in [h-e-w]).
13628
13629 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13630
13631 * files.el (abort-if-file-too-large): Fix typo in docstring.
13632
13633 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * subr.el (functionp): Return nil for special forms.
13636
13637 2008-04-05 Glenn Morris <rgm@gnu.org>
13638
13639 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13640 Provide a feature.
13641 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13642 Require loaddefs file rather than loading it.
13643 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13644 autoload-ensure-default-file provides a feature.
13645
13646 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13647 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13648 (compile, compile-always, recompile): Use $LOADDEFS.
13649 (cal-autoloads): Remove.
13650
13651 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13652 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13653
13654 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13655 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13656
13657 * calendar/calendar.el (diary-hebrew-entry-symbol):
13658 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13659 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13660 Keep old name as alias.
13661 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13662 Keep old name as alias.
13663 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13664 to diary-bahai-entry-symbol.
13665 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13666 to diary-hebrew-entry-symbol.
13667 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13668 to diary-islamic-entry-symbol.
13669 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13670
13671 * calendar/solar.el (diary-sabbath-candles-minutes)
13672 (diary-sabbath-candles): Move to cal-hebrew.
13673 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13674 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13675 Doc fix. Keep old name as alias.
13676 (diary-hebrew-sabbath-candles): Simplify.
13677 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13678 (calendar-longitude, calendar-time-zone): Declare for compiler.
13679 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13680 rename.
13681
13682 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13683 Rename coptic-calendar-month-name-array. Update callers.
13684 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13685 (calendar-coptic-name): Rename coptic-name. Update callers.
13686 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13687 Update callers.
13688 (calendar-coptic-last-day-of-month):
13689 Rename coptic-calendar-last-day-of-month. Update callers.
13690 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13691 Keep old name as alias, update callers.
13692 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13693 Keep old name as alias, update callers.
13694 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13695 Keep old name as alias.
13696 (calendar-ethiopic-month-name-array):
13697 Rename ethiopic-calendar-month-name-array. Update callers.
13698 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13699 Update callers.
13700 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13701 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13702 Keep old name as alias, update callers.
13703 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13704 Keep old name as alias, update callers.
13705 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13706 Keep old name as alias.
13707
13708 * calendar/cal-french.el (calendar-french-epoch):
13709 Rename french-calendar-epoch. Update callers.
13710 (calendar-french-month-name-array): Rename variable and function
13711 french-calendar-month-name-array. Update callers.
13712 (calendar-french-multibyte-month-name-array):
13713 Rename french-calendar-multibyte-month-name-array. Update callers.
13714 (calendar-french-day-name-array): Rename variable and function
13715 french-calendar-day-name-array. Update callers.
13716 (calendar-french-special-days-array): Rename variable and function
13717 french-calendar-special-days-array. Update callers.
13718 (calendar-french-multibyte-special-days-array):
13719 Rename french-calendar-multibyte-special-days-array. Update callers.
13720 (calendar-french-accents-p): Rename french-calendar-accents.
13721 Update callers.
13722 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13723 Update callers.
13724 (calendar-french-last-day-of-month):
13725 Rename french-calendar-last-day-of-month. Update callers.
13726 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13727 Keep old name as alias, update callers.
13728 (calendar-french-print-date): Rename calendar-print-french-date.
13729 Keep old name as alias, update callers.
13730 (calendar-french-goto-date): Rename calendar-goto-french-date.
13731 Keep old name as alias.
13732
13733 * calendar/cal-menu.el, calendar/calendar.el:
13734 Update for Coptic and French name changes.
13735
13736 * calendar/cal-china.el (calendar-chinese): Rename custom group
13737 from chinese-calendar. Update users.
13738 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13739 Keep old name as alias, update users.
13740 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13741 Keep old name as alias.
13742 (calendar-chinese-daylight-time-offset):
13743 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13744 update users.
13745 (calendar-chinese-standard-time-zone-name):
13746 Rename chinese-calendar-standard-time-zone-name.
13747 Keep old name as alias, update users.
13748 (calendar-chinese-daylight-saving-start):
13749 Rename chinese-calendar-daylight-savings-starts.
13750 Keep old name as alias, update users.
13751 (calendar-chinese-daylight-saving-end):
13752 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13753 update users.
13754 (calendar-chinese-daylight-saving-start-time):
13755 Rename chinese-calendar-daylight-savings-starts-time.
13756 Keep old name as alias, update users.
13757 (calendar-chinese-daylight-saving-end-time):
13758 Rename chinese-calendar-daylight-savings-ends-time.
13759 Keep old name as alias, update users.
13760 (calendar-chinese-celestial-stem): Rename
13761 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13762 (calendar-chinese-terrestrial-branch):
13763 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13764 update users.
13765 (calendar-chinese-zodiac-sign-on-or-after):
13766 Rename chinese-zodiac-sign-on-or-after. Update callers.
13767 (calendar-chinese-new-moon-on-or-after):
13768 Rename chinese-new-moon-on-or-after. Update callers.
13769 (calendar-chinese-month-list): Rename chinese-month-list.
13770 Update callers.
13771 (calendar-chinese-number-months): Rename number-chinese-months.
13772 Update callers.
13773 (calendar-chinese-compute-year): Rename compute-chinese-year.
13774 Update callers.
13775 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13776 (calendar-chinese-year): Rename chinese-year. Update callers.
13777 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13778 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13779 Keep old name as alias, update callers.
13780 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13781 Keep old name as alias, update callers.
13782 (calendar-chinese-months-to-alist):
13783 Rename make-chinese-month-assoc-list. Update callers.
13784 (calendar-chinese-months): Rename chinese-months. Update callers.
13785 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13786 Keep old name as alias, update callers.
13787
13788 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13789 Rename hebrew-calendar-leap-year-p. Update callers.
13790 (calendar-hebrew-last-month-of-year):
13791 Rename hebrew-calendar-last-month-of-year. Update callers.
13792 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13793 Update callers.
13794 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13795 Update callers.
13796 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13797 Update callers.
13798 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13799 Update callers.
13800 (calendar-hebrew-last-day-of-month):
13801 Rename hebrew-calendar-last-day-of-month. Update callers.
13802 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13803 Keep old name as alias, update callers.
13804 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13805 Keep old name as alias, update callers.
13806 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13807 Keep old name as alias, update callers.
13808 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13809 Keep old name as alias.
13810 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13811 Keep old name as alias.
13812 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13813 Keep old name as alias.
13814 (holiday-hebrew-passover): Rename holiday-passover-etc.
13815 Keep old name as alias.
13816 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13817 Keep old name as alias, update callers.
13818 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13819 Keep old name as alias.
13820 (calendar-hebrew-mark-date-pattern):
13821 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13822 update callers.
13823 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13824 Keep old name as alias.
13825 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13826 Keep old name as alias.
13827 (diary-hebrew-insert-monthly-entry):
13828 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13829 (diary-hebrew-insert-yearly-entry):
13830 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13831 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13832 Keep old name as alias.
13833 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13834 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13835 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13836 Keep old name as alias.
13837 (calendar-hebrew-parashiot-names):
13838 Rename hebrew-calendar-parashiot-names. Update callers.
13839 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13840 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13841 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13842 (calendar-hebrew-year-Saturday-complete-Tuesday):
13843 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13844 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13845 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13846 (calendar-hebrew-year-Monday-complete-Thursday):
13847 Rename hebrew-calendar-year-Monday-complete-Thursday.
13848 (calendar-hebrew-year-Tuesday-regular-Thursday):
13849 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13850 (calendar-hebrew-year-Thursday-regular-Saturday):
13851 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13852 (calendar-hebrew-year-Thursday-complete-Sunday):
13853 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13854 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13855 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13856 (calendar-hebrew-year-Saturday-complete-Thursday):
13857 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13858 (calendar-hebrew-year-Monday-incomplete-Thursday):
13859 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13860 (calendar-hebrew-year-Monday-complete-Saturday):
13861 Rename hebrew-calendar-year-Monday-complete-Saturday.
13862 (calendar-hebrew-year-Tuesday-regular-Saturday):
13863 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
13864 (calendar-hebrew-year-Thursday-incomplete-Sunday):
13865 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
13866 (calendar-hebrew-year-Thursday-complete-Tuesday):
13867 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
13868 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
13869 Update for above name changes of constants.
13870
13871 * calendar/cal-menu.el, calendar/calendar.el:
13872 Update for chinese and hebrew name changes.
13873 * calendar/diary-lib.el: Update for hebrew name changes.
13874
13875 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * subr.el (keymap-canonicalize): Correct thinko.
13878
13879 * server.el: Undo part of the multi-tty change, which is only
13880 needed if server.el is preloaded, and broke server-running-p.
13881 (server-socket-dir): Initialize in the defvar, as before.
13882 (server-start): Remove initialization of server-socket-dir.
13883
13884 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13885
13886 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
13887 3-member cons cells.
13888
13889 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * cus-face.el (custom-face-attributes): Handle roman slant.
13892
13893 * faces.el (default): Ensure the face-defface-spec property is set.
13894
13895 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
13896
13897 * files.el (abort-if-file-too-large): New function.
13898 (find-file-noselect, insert-file-1): Use it.
13899
13900 2008-04-05 Reto Zimmermann <reto@gnu.org>
13901
13902 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13903 Replace C-c[a-zA-Z] key bindings.
13904
13905 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * progmodes/hideif.el (hif-token-alist): New var.
13908 (hif-token-regexp, hif-tokenize): Use it.
13909 (hif-mathify-binop): New macro.
13910 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
13911 (hif-greater-equal, hif-less-equal): Use it.
13912 (hif-logior, hif-logand): New functions.
13913 (hif-math): Accept | and & as well.
13914
13915 * progmodes/etags.el: Fix problem with completion for buffer-local
13916 tables. Reported by Radey Shouman <shouman@comcast.net>.
13917 (tags-complete-tag): Remove.
13918 (tags-lazy-completion-table): New function to replace it.
13919 (find-tag-tag, complete-tag): Update users.
13920
13921 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13922
13923 * vc-rcs.el (vc-rcs-dir-status):
13924 * vc-sccs.el (vc-sccs-dir-status): New function.
13925
13926 * outline.el (outline-mode-menu-bar-map):
13927 * term.el (terminal-signal-menu): Add :help.
13928
13929 * net/eudc.el (eudc-mode-map): Declare and define in one step.
13930 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
13931
13932 * emacs-lisp/re-builder.el (reb-mode-map):
13933 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
13934
13935 * diff-mode.el (diff-file-junk-re): Recognize the git format for
13936 new files, deleted files and for changing permissions.
13937 (diff-mode): Set beginning-of-defun-function and
13938 end-of-defun-function.
13939
13940 * vc-bzr.el (vc-bzr-state): Use when instead of if.
13941
13942 * vc.el (vc-default-status-fileinfo-extra): New function.
13943 (vc-status-mark-buffer-changed): Use it.
13944 (vc-update-vc-status-buffer): Allow for partial updates.
13945
13946 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * net/tramp.el (after-init-hook): Don't wrap a lambda around
13949 tramp-register-completion-file-name-handler.
13950
13951 * subr.el (keymap-canonicalize): New function.
13952 * mouse.el (mouse-menu-non-singleton): Use it.
13953 (mouse-major-mode-menu): Remove hack made unnecessary.
13954
13955 * simple.el (set-fill-column): Prompt rather than error by default.
13956
13957 2008-04-04 Andreas Schwab <schwab@suse.de>
13958
13959 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13960 Reset new-rules after each round.
13961
13962 * Makefile.in (cal-autoloads): New target.
13963 (compile, compile-always, recompile): Depend on it.
13964 ($(lisp)/calendar/cal-loaddefs.el)
13965 ($(lisp)/calendar/diary-loaddefs.el)
13966 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
13967
13968 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
13969
13970 * ediff*.el: Replace load with require in eval-when-compile.
13971
13972 * ediff-hook.el: Delete all invocations of (autoload ...).
13973
13974 * ediff-util.el (ediff-setup): Make window-min-height a local variable
13975 in ediff control window, and set its min height to 2.
13976 (ediff-setup-control-buffer): Dedicate the control window.
13977 (ediff-toggle-multiframe): Undedicate control window.
13978 Work directly with ediff-setup-windows-multiframe and
13979 ediff-setup-windows-plain.
13980
13981 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
13982 New function.
13983 (ediff-window-setup-function): Change initialization.
13984 (ediff-setup-windows-automatic): Delete.
13985 (ediff-setup-windows-plain-merge): Make control window dedicated.
13986 (ediff-destroy-control-frame): Do not skip frames if working in a
13987 single frame.
13988
13989 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
13990 eval-when-compile.
13991
13992 * emulation/viper-util.el: Move provide's forward, prevent recursion in
13993 eval-when-compile.
13994
13995 2008-04-04 Glenn Morris <rgm@gnu.org>
13996
13997 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
13998 calendar-absolute-from-bahai. Update callers, keep old name as alias.
13999
14000 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14001 Rename islamic-calendar-leap-year-p. Update callers.
14002 (calendar-islamic-last-day-of-month):
14003 Rename islamic-calendar-last-day-of-month. Update callers.
14004 (calendar-islamic-day-number):
14005 Rename islamic-calendar-day-number. Update callers.
14006 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14007 Update callers, keep old name as alias.
14008 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14009 Update callers, keep old name as alias.
14010 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14011 Keep old name as alias.
14012 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14013 Update callers, keep old name as alias.
14014 (calendar-islamic-mark-date-pattern):
14015 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14016 name as alias.
14017 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14018 Keep old name as alias.
14019 (diary-islamic-insert-monthly-entry):
14020 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14021 (diary-islamic-insert-yearly-entry):
14022 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14023
14024 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14025 calendar-absolute-from-iso. Update callers, keep old name as alias.
14026 (calendar-iso-print-date): Rename calendar-print-iso-date.
14027 Update callers, keep old name as alias.
14028 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14029 Keep old name as alias.
14030 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14031 Keep old name as alias.
14032
14033 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14034 calendar-absolute-from-julian. Update callers, keep old name as alias.
14035 (calendar-julian-print-date): Rename calendar-print-julian-date.
14036 Update callers, keep old name as alias.
14037 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14038 Update callers, keep old name as alias.
14039 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14040 Update callers, keep old name as alias.
14041 (calendar-astro-print-day-number):
14042 Rename calendar-print-astro-day-number. Update callers, keep old
14043 name as alias.
14044 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14045 Update callers, keep old name as alias.
14046
14047 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14048 Rename calendar-string-to-mayan-long-count. Update callers.
14049 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14050 Update callers, keep old name as alias.
14051 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14052 Update callers.
14053 (calendar-mayan-read-tzolkin-date):
14054 Rename calendar-read-mayan-tzolkin-date. Update callers.
14055 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14056 Keep old name as alias.
14057 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14058 Keep old name as alias.
14059 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14060 Keep old name as alias.
14061 (calendar-mayan-previous-tzolkin-date):
14062 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14063 (calendar-mayan-next-round-date):
14064 Rename calendar-next-calendar-round-date. Keep old name as alias.
14065 (calendar-mayan-previous-round-date):
14066 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14067 (calendar-mayan-long-count-to-absolute): Rename
14068 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14069 (calendar-mayan-goto-long-count-date):
14070 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14071
14072 * calendar/cal-persia.el (calendar-persian-month-name-array):
14073 Rename persian-calendar-month-name-array. Update callers.
14074 (calendar-persian-epoch): Rename persian-calendar-epoch.
14075 Update callers.
14076 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14077 Update callers.
14078 (calendar-persian-last-day-of-month):
14079 Rename persian-calendar-last-day-of-month. Update callers.
14080 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14081 Update callers, keep old name as alias.
14082 (calendar-persian-print-date): Rename calendar-print-persian-date.
14083 Update callers, keep old name as alias.
14084 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14085 Keep old name as alias.
14086
14087 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14088 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14089 * calendar/solar.el: Update for cal-julian name changes.
14090
14091 * calendar/cal-dst.el: Update for persian name changes.
14092
14093 * calendar/cal-menu.el, calendar/calendar.el:
14094 Update for islamic, iso, julian, mayan, persian name changes.
14095
14096 * calendar/diary-lib.el: Update for islamic name changes.
14097
14098 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14099 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14100 as alias.
14101 (calendar-christian-all-holidays-flag):
14102 Rename all-christian-calendar-holidays. Update callers, keep old
14103 name as alias.
14104 (calendar-islamic-all-holidays-flag):
14105 Rename all-islamic-calendar-holidays. Update callers, keep old
14106 name as alias.
14107 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14108 Update callers, keep old name as alias.
14109 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14110 Update for the above name changes.
14111
14112 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * hilit-chg.el (global-highlight-changes-mode)
14115 (highlight-changes-passive-string, highlight-changes-active-string):
14116 Mark as obsolete since 23.1, not 22.1.
14117
14118 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * hilit-chg.el (highlight-changes-visibility-initial-state)
14121 (hilit-chg-update, highlight-changes-mode-turn-on):
14122 Fix typos in docstrings.
14123
14124 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14125
14126 * newcomment.el (comment-enter-backward): Be careful to restore
14127 position changed during narrowing.
14128
14129 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14130
14131 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14132 Recognize `sub ($$)'.
14133
14134 2008-04-03 Richard Sharman <rsharman@pobox.com>
14135
14136 * hilit-chg.el (highlight-changes-mode): Rename from
14137 highlight-changes; no longer uses sub-modes active and passive;
14138 implemented by define-minor-mode.
14139 (highlight-changes-toggle-visibility): New function, to replace
14140 the old passive/active submodes of global-highlight-changes-mode;
14141 implemented by define-minor-mode.
14142 (global-highlight-changes-mode): Rename from global-highlight-changes;
14143 rewrite using define-globalized-minor-mode.
14144 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14145 (hilit-chg-post-command-hook, hilit-chg-check-global)
14146 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14147 to use of define-globalized-minor-mode.
14148 (highlight-changes-global-initial-state): Change to be boolean.
14149 (highlight-changes-visible-string, highlight-changes-invisible-string):
14150 Rename from highlight-changes-active-string and
14151 highlight-changes-passive-string.
14152 (hilit-chg-update, hilit-chg-set): Use them.
14153 (global-highlight-changes-mode): Rename from global-highlight-changes.
14154 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14155 docstring.
14156 (hilit-chg-hide-changes): Rewrite to use dolist.
14157 (hilit-chg-set-face-on-change, hilit-chg-update)
14158 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14159 variable instead of testing highlight-changes-mode.
14160 (highlight-markup-buffers): Add require ediff-util; argument on calls
14161 to highlight-changes-mode changed.
14162 (highlight-compare-with-file): Fix problems with interactive
14163 call giving invalid default file.
14164
14165 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14166
14167 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14168 Fix in disassembly buffer (regression in 22.2).
14169
14170 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14171
14172 * emulation/viper-macs.el (viper-read-fast-keysequence):
14173 Use viper-read-event instead of viper-read-key.
14174
14175 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14176
14177 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14178 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14179 let-statements.
14180
14181 * emulation/viper-ex.el, emulation/viper-macs.el:
14182 * emulation/viper-mous.el:
14183 Replace load with require in eval-when-compile.
14184
14185 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14188
14189 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14190 (archive-try-jka-compr): New function.
14191 (archive-set-buffer-as-visiting-file): Use it.
14192
14193 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14194
14195 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14196
14197 * simple.el (handle-shift-selection): New arg.
14198
14199 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14200
14201 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14202
14203 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14204
14205 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14206
14207 * shell.el (shell-dynamic-complete-filename): New fun.
14208 (shell-dynamic-complete-functions): Use it.
14209
14210 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14211
14212 2008-04-03 Kenichi Handa <handa@m17n.org>
14213
14214 * international/fontset.el (create-fontset-from-x-resource):
14215 Handle the error of X resource more gracefully.
14216
14217 * international/latin1-disp.el (latin1-display): Don't use make-char.
14218 Fix the argument to set-char-table-range.
14219 (latin1-display-identities): Don't use make-char.
14220 (latin1-display-reset): Use map-charset-chars instead of directly
14221 calling standard-display-default.
14222 (latin1-display-check-font): Don't use make-char.
14223 (latin1-display-setup): Likewise.
14224 (latin1-display-ucs-per-lynx): Likewise.
14225
14226 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14229 name the fields, to make the code clearer.
14230 Rewrite all `aset' and `aref' using the defined accessors.
14231 (timer--time): New pseudo-field.
14232 (timer-set-time, timer-set-idle-time, timer-inc-time)
14233 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14234 (timer--time-less-p): New function.
14235 (timer--activate): New function, extracted from timer-activate.
14236 (timer-activate-when-idle, timer-activate): Use it.
14237 (cancel-function-timers): Use dolist.
14238
14239 2008-04-03 Glenn Morris <rgm@gnu.org>
14240
14241 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14242 Remove declarations; no longer used.
14243 (c-cpp-define-name, c-defun-name): Declare as functions.
14244
14245 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14246 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14247
14248 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14249 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14250 Add optional argument. Simplify.
14251 (holiday-tisha-b-av-etc): Use memq rather than unless.
14252 (holiday-julian): Autoload it.
14253 (holiday-hebrew-misc): New function.
14254
14255 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14256
14257 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14258 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14259 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14260 all-hebrew-calendar-holidays.
14261 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14262 Simplify using new functions.
14263 (calendar-holidays): Doc fix.
14264 (generate-calendar-window): Use bound-and-true-p.
14265
14266 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14267
14268 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14269 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14270 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14271 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14272
14273 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14274
14275 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14276
14277 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14278
14279 * vc-bzr.el (vc-bzr-checkout): Simplify.
14280
14281 * image-mode.el (image-mode-fit-frame): New command.
14282
14283 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14284 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14285 (keyboard-escape-quit): Check region-active-p i.s.o
14286 transient-mark-mode.
14287
14288 2008-04-02 Simon Josefsson <simon@josefsson.org>
14289
14290 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14291 (imap-message-copyuid-1): Use it.
14292 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14293 J. Williams in
14294 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14295
14296 2008-04-02 Alan Mackenzie <acm@muc.de>
14297
14298 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14299 New optimised functions to get the name of the current defun/macro.
14300
14301 * add-log.el (add-log-current-defun): Move the functionality which
14302 gets the current function name for C like modes to cc-cmds.el,
14303 thus optimising for speed.
14304
14305 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14306
14307 * simple.el (deactivate-mark): When the mark is temporarily
14308 active, restore the original value of transient-mark-mode.
14309 (set-mark-command): First deactivate the mark if was temporarily active.
14310 (exchange-point-and-mark): Reactivate the mark if it was
14311 temporarily active.
14312 (handle-shift-selection): New fun.
14313 (transient-mark-mode): Move var documentation here from buffer.c.
14314 (next-line, previous-line, backward-word, move-end-of-line)
14315 (move-beginning-of-line, forward-to-indentation)
14316 (backward-to-indentation, back-to-indentation)
14317 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14318
14319 * mouse.el (mouse-set-region-1): Save the old value of
14320 transient-mark-mode.
14321 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14322 transient-mark-mode.
14323
14324 * textmodes/paragraphs.el (forward-paragraph)
14325 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14326 interactive spec.
14327
14328 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14329
14330 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14331
14332 * net/tramp.el (tramp-make-tramp-temp-file):
14333 Use `tramp-drop-volume-letter' for the local file name part.
14334
14335 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14336
14337 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14338 Add menu entries corresponding to all the key bindings.
14339
14340 * emacs-lisp/debug.el (debugger-mode-map):
14341 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14342 (conf-align-assignments): Only work on the region if it is active.
14343 (conf-quote-normal): Use when instead of if. Remove redundant test.
14344
14345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14346 for tracing and re-builder.
14347
14348 2008-04-02 Glenn Morris <rgm@gnu.org>
14349
14350 * calendar/appt.el (appt-disp-window-function): Doc fix.
14351 (appt-display-message): Move beep before display.
14352 (appt-check): Make interactive. Reduce the number of lets.
14353 Use string-equal to compare mode-line strings.
14354 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14355 read-only.
14356 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14357 (appt-delete): Simplify.
14358
14359 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14360
14361 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14362
14363 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14364 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14365 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14366
14367 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14368 (calendar-holiday-marker, mark-visible-calendar-date):
14369 * calendar/diary-lib.el (fancy-diary-display):
14370 Check for font-lock-mode before using faces.
14371
14372 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14373 (calendar-gregorian-from-absolute): Reduce the number of lets.
14374 (hebrew-holidays-4, generate-calendar-window): Simplify.
14375 (calendar-for-loop): Make obsolete.
14376 (calendar-nth-named-day): Doc fix.
14377
14378 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14379 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14380 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14381 Reduce the number of lets.
14382 (mark-sexp-diary-entries, calendar-mark-complex):
14383 Expand calendar-for-loops.
14384
14385 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14386
14387 * find-dired.el (find-dired-filter): Fix last patch to handle
14388 multi-line process input. Pad link numbers too.
14389
14390 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14391
14392 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14393
14394 2008-04-01 Jason Rumney <jasonr@gnu.org>
14395
14396 * international/characters.el (script-list): Add phonetic script,
14397 covering IPA (previously Latin), Phonetic Extensions and
14398 Phonetic Extensions Supplement (both previously unassigned).
14399
14400 * international/fontset.el (setup-default-fontset): Use unicode fonts
14401 that cover bopomofo script for bopomofo.
14402 Likewise for braille and mathematical.
14403 Use unicode scripts that cover the phonetic script for IPA.
14404
14405 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14406
14407 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14408 return the assigned value.
14409
14410 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * abbrev.el (abbrev-mode): Use define-minor-mode.
14413
14414 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14415 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14416 Use map-keymap.
14417 (minor-mode-menu-from-indicator): Use it. Simplify.
14418
14419 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14420 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14421 Bind the key directly to the menu.
14422 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14423
14424 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14425
14426 * epa.el (epa-decrypt-region): Explain the reason why this
14427 function should not be used in Lisp programs.
14428 (epa-decrypt-armor-in-region): Ditto.
14429 (epa-verify-region): Ditto.
14430 (epa-verify-cleartext-in-region): Ditto.
14431 (epa-sign-region): Ditto.
14432 (epa-encrypt-region): Ditto.
14433
14434 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14435
14436 * epa.el (epa-select-keys): Show menu even if there is no key in
14437 GnuPG's keyring.
14438
14439 2008-04-01 Glenn Morris <rgm@gnu.org>
14440
14441 * calendar/calendar.el (calendar-make-temp-face): New function.
14442 (mark-visible-calendar-date):
14443 * calendar/diary-lib.el (fancy-diary-display): Use it.
14444
14445 * vc-hooks.el (vc-responsible-backend): Declare as function.
14446
14447 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14448 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14449 * calendar/cal-julian.el (holiday-julian): Use it.
14450
14451 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14452 (calendar-hebrew-date-is-visible-p): Extract some common code into
14453 separate function.
14454 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14455
14456 * calendar/cal-menu.el (cal-menu-holidays-menu):
14457 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14458 rather than obsolete alias.
14459
14460 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14461 for mark characters.
14462 (calendar-unmark): Unmark by removing all overlays, rather than
14463 redrawing.
14464 (calendar-starred-day): Remove.
14465 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14466 (calendar-cursor-to-date): No need for special star handling now
14467 using overlays.
14468 (calendar-star-date): Use overlays.
14469
14470 * calendar/cal-french.el (calendar-goto-french-date):
14471 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14472 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14473 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14474 * calendar/cal-persia.el (calendar-persian-date-string):
14475 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14476 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14477 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14478 * calendar/solar.el (solar-equinoxes-solstices):
14479 Reduce nesting of some lets.
14480
14481 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14482 (calendar-goto-mayan-long-count-date): Simplify.
14483
14484 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14485 Simplify by using mapcar.
14486 (calendar-list-holidays): Return holiday-list.
14487 (list-holidays): Use let rather than let*. Remove un-needed locals
14488 `d', `never'.
14489 (calendar-check-holidays): Return result from dolist.
14490 (holiday-float): Use a single let*. Simplify if-and to and.
14491 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14492 single let*.
14493
14494 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14495
14496 * calc/calc.el: Autoload `calc-yank'.
14497 (calc-mode-map): Add keybindings for `calc-yank'.
14498 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14499 assignments for `calc-yank'.
14500
14501 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14502
14503 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14504 (vc-status-mark-buffer-changed): Handle the extra field.
14505
14506 * vc-bzr.el (vc-bzr-after-dir-status):
14507 * vc-cvs.el (vc-cvs-after-dir-status):
14508 * vc-hg.el (vc-hg-after-dir-status):
14509 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14510
14511 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * doc-view.el: Compute displayed pages first (in PDF).
14514 (doc-view-current-converter-processes): Rename from
14515 doc-view-current-converter-process. Update users.
14516 (doc-view-sentinel): Test buffer's liveness.
14517 (doc-view-pdf/ps->png-sentinel): Remove.
14518 (doc-view-start-process): New function.
14519 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14520 (doc-view-ps->pdf): Use it.
14521 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14522 New functions.
14523 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14524 (doc-view-mode): Kill the processes when leaving the mode.
14525
14526 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14527
14528 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14529 Use `byte-compile-warning-types'. Add docstring.
14530
14531 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14532
14533 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14534 (smerge-resolve): Add various resolution heuristics.
14535
14536 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14537 in 3-way conflicts.
14538
14539 2008-03-31 Glenn Morris <rgm@gnu.org>
14540
14541 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14542 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14543 * calendar/cal-islam.el (mark-islamic-diary-entries):
14544 Fix argument order in call to diary-mark-entries-1.
14545
14546 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14547 pre-Bahai dates.
14548 (holiday-bahai): Use an algorithm actually relevant to this calendar
14549 system.
14550
14551 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14552
14553 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14554 Use and.
14555
14556 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14557 in the last fortnight in Julian October.
14558
14559 * calendar/calendar.el (increment-calendar-month): Optionally handle
14560 systems without 12 months per year.
14561 (calendar-date-is-visible-p): Doc fix. Simplify.
14562
14563 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14564 from dolist.
14565
14566 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14569 (hi-lock-unload-function): New function.
14570
14571 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14572
14573 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14574 overwriting when NEWNAME is a local file.
14575
14576 * net/trampver.el: Update release number.
14577
14578 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14579
14580 * vc-git.el: Make vc-status display information about copies,
14581 renames and permission changes.
14582 (vc-git-extra-fileinfo): New defstruct.
14583 (vc-git-escape-file-name, vc-git-file-type-as-string)
14584 (vc-git-rename-as-string, vc-git-permissions-as-string)
14585 (vc-git-status-printer): New functions.
14586 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14587 (vc-git-after-dir-status-stage1): Look for copies, renames and
14588 permission changes.
14589 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14590 (vc-git-dir-status): Ask for staged files and renames.
14591
14592 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14593
14594 * vc.el: Allow backends to display backend specific information in
14595 the vc-status listing.
14596 (vc-status-fileinfo): Add a field for backend specific information.
14597 (vc-status-printer): Rename to ...
14598 (vc-default-status-printer): ... this.
14599 (vc-status-printer): New function.
14600 (vc-update-vc-status-buffer): Set the backend specific file info
14601 if provided.
14602
14603 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14606 change (ill-conceived).
14607
14608 2008-03-29 Glenn Morris <rgm@gnu.org>
14609
14610 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14611 * calendar/cal-julian.el (holiday-julian): Simplify.
14612
14613 * calendar/holidays.el (list-holidays): Use or.
14614
14615 2008-03-29 Juri Linkov <juri@jurta.org>
14616
14617 * window.el (split-window-preferred-horizontally): New function.
14618
14619 * cus-start.el (split-window-preferred-function):
14620 Set choice for "vertically" to nil instead of split-window.
14621 Set choice for "horizontally" to split-window-preferred-horizontally
14622 instead of lambda.
14623
14624 2008-03-29 Juri Linkov <juri@jurta.org>
14625
14626 * simple.el (minibuffer-default-add-function): New variable with
14627 the default to minibuffer-default-add-completions.
14628 (minibuffer-default-add-done): New variable. Make it buffer-local.
14629 (minibuffer-default-add-completions): New function.
14630 (goto-history-element): Set minibuffer-default-add-done to t and
14631 call a function in minibuffer-default-add-function when the
14632 specified absolute history position is greater than the length of
14633 the minibuffer-default list and minibuffer-default-add-done is nil.
14634 Change "^End of history; no next item$" to "^End of defaults;
14635 no next item$".
14636
14637 * bindings.el (debug-ignored-errors): Change "^End of history;
14638 no next item$" to "^End of defaults; no next item$".
14639
14640 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14643
14644 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14645 to with-no-warnings.
14646
14647 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14648
14649 Sync with Tramp 2.1.13.
14650
14651 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14652
14653 * net/trampver.el: Update release number.
14654
14655 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14656
14657 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14658 the current backend.
14659
14660 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14661 (vc-status-refresh): Create a temporary buffer and call the
14662 `dir-status' backend function from that buffer.
14663
14664 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14665 (vc-bzr-after-dir-status): Don't kill the buffer.
14666
14667 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14668 (vc-cvs-after-dir-status): Don't kill the buffer.
14669
14670 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14671 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14672
14673 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14674 (vc-hg-after-dir-status): Don't kill the buffer.
14675
14676 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14677 (vc-svn-after-dir-status): Don't kill the buffer.
14678
14679 2008-03-29 Glenn Morris <rgm@gnu.org>
14680
14681 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14682 (european-date-diary-pattern, european-calendar-display-form)
14683 (american-calendar-display-form, diary-display-hook): Doc fixes.
14684 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14685 custom :set. Mark as obsolete.
14686 (calendar-date-style, iso-date-diary-pattern)
14687 (iso-calendar-display-form): New user variables.
14688 (diary-date-forms, calendar-date-display-form): Set using
14689 calendar-date-style. Doc fix.
14690 (calendar-set-date-style): New command.
14691 (european-calendar, american-calendar): Use calendar-set-date-style.
14692 Mark as obsolete.
14693
14694 * calendar/diary-lib.el (number): Move declaration where needed.
14695 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14696 (diary-make-date): New function.
14697 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14698 Use diary-make-date.
14699 (diary-date-display-form, diary-insert-entry-1): New functions.
14700 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14701 Use diary-insert-entry-1.
14702 (insert-anniversary-diary-entry, insert-block-diary-entry)
14703 (insert-cyclic-diary-entry): Use diary-date-display-form.
14704
14705 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14706 Autoload diary-insert-entry-1.
14707 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14708 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14709 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14710 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14711 * calendar/cal-islam.el (insert-islamic-diary-entry)
14712 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14713 Use diary-insert-entry-1.
14714
14715 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14716 (diary-yahrzeit): Doc fix. Use diary-make-date.
14717
14718 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14719 New name for icalendar--datetime-to-noneuropean-date. Make old name
14720 obsolete alias.
14721 (icalendar--datetime-to-iso-date): New function.
14722 (icalendar--datetime-to-diary-date): Doc fix. Respect
14723 calendar-date-style if bound.
14724
14725 * textmodes/remember.el (remember-diary-convert-entry):
14726 Respect calendar-date-style if bound.
14727
14728 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14731 (xterm-mouse-handle-delete-frame): Delete.
14732
14733 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14734 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14735 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14736 in xterm-modify-other-keys-terminal-list.
14737
14738 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14739 are conflicts.
14740
14741 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14742
14743 * vc.el (vc-update): Check if the buffer is unsaved only if it
14744 actually exists.
14745 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14746 vc-print-log.
14747
14748 2008-03-28 Magnus Henoch <mange@freemail.hu>
14749
14750 * net/dns.el (dns-write): Use set-buffer-multibyte.
14751
14752 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * vc-bzr.el (vc-bzr-sha1): New fun.
14755 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14756 (vc-bzr-registered): Use it.
14757
14758 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14759
14760 * vc.el (vc-status-kill-dir-status-process): Simplify.
14761 (vc-status-refresh): Make sure the buffer is live.
14762 (ring): Don't require it, not used.
14763
14764 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14765
14766 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14767 Add optional regular expression to AUTOINOUTMODULE.
14768 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14769 (verilog-auto-inst-param, verilog-auto-reg)
14770 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14771 (verilog-auto-output-every, verilog-auto-input)
14772 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14773 (verilog-auto-unused, verilog-auto): Update documentation to use
14774 more obvious instance module names versus cell names.
14775
14776 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14777
14778 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14779 kill if a process is running.
14780
14781 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14782
14783 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14784
14785 * vc.el: Add new backend function 'status-extra-headers.
14786 (vc-default-status-extra-headers): New function.
14787 (vc-status-headers): Call 'status-extra-headers. Add colors.
14788
14789 * vc-git.el (vc-git-status-extra-headers): New function.
14790
14791 2008-03-28 Glenn Morris <rgm@gnu.org>
14792
14793 * calendar/cal-menu.el (cal-menu-holidays-menu)
14794 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14795 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14796 holiday-list is optional.
14797 (calendar-mouse-holidays): Remove un-needed local `l'.
14798
14799 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14800 Remove un-needed local `date'.
14801 (calendar-cursor-to-visible-date): Use let rather than let*.
14802 Remove un-needed local `first-of-month-weekday'.
14803
14804 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14805
14806 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14807 Doc fixes.
14808 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14809 (diary-header-line-flag, diary-header-line-format): Declare.
14810 (diary-pull-attrs): Check for multiple matches.
14811 (diary-list-entries-2): Simplify finding start of date.
14812 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14813 pop-up-frames.
14814 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14815 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14816
14817 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14818
14819 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14820
14821 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14822
14823 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14826
14827 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14828
14829 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14830
14831 * international/mule-conf.el (define-iso-single-byte-charset):
14832 Don't make latin-iso8859-* supplementary.
14833 (#'set-charset-priority): Don't change the priority of charsets
14834 `unicode' and `emacs'.
14835
14836 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14839 temp buffer.
14840
14841 2008-03-27 Glenn Morris <rgm@gnu.org>
14842
14843 * calendar/cal-bahai.el (diary-bahai-list-entries):
14844 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14845 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14846
14847 * calendar/calendar.el (diary-file): Doc fix.
14848
14849 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14850 (list-diary-entries-hook, mark-diary-entries-hook)
14851 (include-other-diary-files, diary-mail-entries)
14852 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14853 (diary-set-header): New function.
14854 (diary-header-line-flag, diary-header-line-format):
14855 Use diary-set-header for custom :set function.
14856 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14857 (diary-attrtype-convert): Use intern-soft rather than read.
14858 (diary-display-no-entries): New function.
14859 (simple-diary-display, fancy-diary-display): Use it.
14860 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
14861 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
14862
14863 * calendar/holidays.el (list-holidays): Doc fix.
14864
14865 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
14866
14867 * calc/calc-store.el (calc-read-var-name-history): New variable.
14868 (calc-read-var-name): Use `calc-read-var-name-history'.
14869
14870 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14871
14872 * image-mode.el (image-mode-reapply-winprops): Simplify now that
14873 window-configuration-change-hook works buffer-locally.
14874
14875 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14876
14877 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
14878 for Emacs Lisp, not Lisp.
14879
14880 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * help-fns.el (describe-function-1, describe-variable):
14883 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
14884
14885 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
14886 replacement is provided, don't print "use nil instead".
14887
14888 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14889
14890 * complete.el (PC-do-completion): Use regexp-quote.
14891
14892 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14893
14894 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
14895 Detect missing files.
14896
14897 * vc-git.el (vc-git-extra-menu-map): New key map.
14898 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
14899 New functions.
14900
14901 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
14902 and 'missing files.
14903
14904 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * calendar/holidays.el (list-holidays): Make Y2 optional.
14907
14908 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
14909 buffers shown to the user.
14910 (appt-disp-window): Disable undo explicitly now that the leading space
14911 is gone.
14912
14913 * simple.el (activate-mark): New function.
14914 (set-mark-command): Use it with region-active-p to clean up the code.
14915 (exchange-point-and-mark): Invert the meaning of C-u when
14916 transient-mark-mode is active.
14917
14918 * dired-aux.el (dired-create-files): Use dolist.
14919
14920 * bindings.el (mode-line-change-eol): Use with-selected-window.
14921
14922 * apropos.el (apropos-command): Include macros.
14923
14924 2008-03-26 Glenn Morris <rgm@gnu.org>
14925
14926 * calendar/cal-bahai.el: Require calendar, not cal-julian.
14927 (calendar-bahai-epoch): Doc fix.
14928
14929 * calendar/cal-china.el: Explicitly require calendar.
14930
14931 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
14932 Require calendar rather than cal-julian.
14933 Autoload calendar-absolute-from-julian.
14934 * calendar/cal-coptic.el (coptic-calendar-epoch):
14935 * calendar/cal-islam.el (calendar-islamic-epoch):
14936 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
14937
14938 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
14939
14940 * calendar/cal-dst.el: Don't require cal-persia.
14941 (calendar-absolute-from-persian): Autoload it.
14942 (dst-adjust-time): Doc fix.
14943
14944 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
14945 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
14946 calendar.
14947
14948 * calendar/cal-menu.el: Require calendar rather than declaring
14949 functions.
14950 * calendar/calendar.el: Provide calendar before requiring cal-menu.
14951
14952 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
14953 calendar-after-frame-setup-hooks. Update callers, make old name an
14954 obsolete alias. Doc fix.
14955 (calendar-frame-1): Doc fix.
14956
14957 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
14958
14959 * calendar/calendar.el (oriental-holidays, solar-holidays):
14960 * calendar/holidays.el (list-holidays): Assume atan always bound.
14961
14962 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
14963 Explicitly require calendar, not cal-julian.
14964 * calendar/lunar.el: Explicitly require cal-dst.
14965
14966 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
14969
14970 * help-fns.el (describe-function-1, describe-variable): If no
14971 replacement is provided, don't print "use nil instead".
14972
14973 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14974
14975 * proced.el: New file.
14976
14977 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
14978
14979 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
14980
14981 2008-03-25 Juri Linkov <juri@jurta.org>
14982
14983 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
14984 in battery-mode-line-format.
14985
14986 * bindings.el (minibuffer-local-map): For the command
14987 file-cache-minibuffer-complete replace keymap minibuffer-local-map
14988 with map which is already locally bound to minibuffer-local-map.
14989
14990 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14991
14992 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
14993 Remove `sort-first' argument.
14994
14995 * subr.el (redisplay-end-trigger-functions)
14996 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
14997 (process-filter-multibyte-p, set-process-filter-multibyte):
14998 Mark as obsolete.
14999
15000 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15001
15002 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15003 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15004 use the LOCAL arg of `add-hook'.
15005 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15006 Remove spurious * from defcustom docstrings.
15007 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15008 Fix typos in messages.
15009 (reb-mode-buffer-p): New function.
15010 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15011 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15012 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15013 Use `unless', `when'.
15014 (re-builder-unload-function): New function.
15015
15016 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15017
15018 * vc-hooks.el (vc-state): Add documentation for 'missing.
15019
15020 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15021
15022 * progmodes/verilog-mode.el (verilog-auto-output)
15023 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15024 (verilog-delete-auto): Add optional regular expression to
15025 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15026 (verilog-signals-matching-regexp): New internal function for
15027 signal matching.
15028
15029 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15030
15031 * info.el (Info-isearch-search): Always return point.
15032
15033 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15034
15035 * diff-mode.el (diff-remembered-defdir): New var.
15036 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15037
15038 2008-03-25 Glenn Morris <rgm@gnu.org>
15039
15040 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15041 calendar-bahai-prompt-for-date. Update callers, make old name an
15042 obsolete alias. Doc fix.
15043 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15044 coptic-prompt-for-date. Update callers, make old name an
15045 obsolete alias. Doc fix.
15046 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15047 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15048 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15049 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15050 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15051 calendar-iso-read-args. Update callers, make old name an obsolete
15052 alias.
15053 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15054 persian-prompt-for-date. Update callers, make old name an
15055 obsolete alias. Doc fix. Move definition before use.
15056
15057 * calendar/cal-x.el (diary-frame-parameters)
15058 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15059 (calendar-frame-1): Doc fixes.
15060 (make-fancy-diary-buffer): Remove declaration.
15061 (calendar-dedicate-diary): Replace call to deleted function
15062 make-fancy-diary-buffer.
15063 (calendar-frame-setup): New function.
15064 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15065 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15066 work, and mark as obsolete.
15067 (special-display-buffer-names): Don't mess with this; it's not our
15068 business.
15069 (cal-x-load-hook): Defvar it, and mark as obsolete.
15070
15071 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15072 Default to t. Add to 'calendar group.
15073 (calendar): Doc fix. Use calendar-frame-setup.
15074 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15075 (generate-calendar-window): Doc fix.
15076
15077 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15080
15081 2008-03-24 Drew Adams <drew.adams@oracle.com>
15082
15083 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15084 New variables.
15085 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15086 (finder-exit): Ignore errors rather than avoiding them.
15087 Kill *Finder-package* buffer also.
15088
15089 2008-03-24 Andreas Schwab <schwab@suse.de>
15090
15091 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15092
15093 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15094
15095 * vc-hg.el (vc-hg-after-dir-status):
15096 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15097
15098 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15099 Detect removed files.
15100
15101 * vc.el (vc-status-printer): Use a different face for missing files.
15102 (vc-status-hide-up-to-date): Rename from
15103 vc-status-remove-up-to-date. Update all callers.
15104 (vc-status-mode-map): Bind C-m.
15105
15106 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15107
15108 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15109 code ...
15110 (vc-git--state-code): ... to this new function.
15111 (vc-git-state): Use it.
15112
15113 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15114
15115 * textmodes/remember.el (remember-mail-date)
15116 (remember-store-in-mailbox): Write date and From line in such a
15117 way that Mutt can read it.
15118
15119 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15120
15121 * simple.el (transient-mark-mode): Turn on by default.
15122
15123 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15124
15125 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15126 'unregistered for unregistered files.
15127
15128 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15129
15130 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15131
15132 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15133 subdirectories.
15134
15135 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15136 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15137 Add :enable for vc-status-refresh.
15138 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15139 (vc-status-tool-bar-map): Add binding for
15140 vc-status-kill-dir-status-process.
15141 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15142 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15143 Reset vc-status-process-buffer.
15144 (vc-status-refresh): Don't run two refreshes at a time.
15145 (vc-status): If the buffer is already in vc-status-mode only refresh.
15146 (vc-status-mark-buffer-changed): Add an optional file parameter.
15147 (vc-resynch-buffer): Use it.
15148 (vc-delete-file): Expand the file name before using it.
15149 Be careful to not create a new buffer with the old file contents.
15150 Update the VC state after performing the operation.
15151
15152 2008-03-23 Andreas Schwab <schwab@suse.de>
15153
15154 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15155 Fix radio button condition.
15156 [box]: Likewise.
15157 [customize]: Add radio button.
15158
15159 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15160
15161 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15162 (calc-user-parse-tables, calc-gnuplot-default-device)
15163 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15164 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15165 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15166 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15167 (calc-undo-list, calc-redo-list, calc-main-buffer)
15168 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15169 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15170 (calc-said-hello, calc-executing-macro, calc-any-selections)
15171 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15172 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15173 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15174 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15175 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15176 (calc-create-buffer, calc-quit): Add docstrings.
15177
15178 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15179
15180 * makefile.w32-in (WINS_ALMOST): Add org.
15181
15182 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15183
15184 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15185 New functions to implement vc-status support.
15186
15187 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15188
15189 * vc.el (vc-status-prepare-status-buffer): New function.
15190 (vc-status): Use it.
15191
15192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15193 appropriate.
15194
15195 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15196
15197 * vc-git.el (vc-git--empty-db-p)
15198 (vc-git-after-dir-status-stage1-empty-db): New functions.
15199 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15200 Add support for empty repositories.
15201
15202 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15203
15204 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15205 Allow "^" in a version name.
15206
15207 * vc-mtn.el (vc-mtn-state): Support the added state.
15208
15209 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15210
15211 * org: New directory for Org-mode.
15212
15213 * org/org-export-latex.el: Moved from lisp/textmodes.
15214
15215 * org/org-irc.el: Moved from lisp/textmodes.
15216
15217 * org/org-mac-message.el: Moved from lisp/textmodes.
15218
15219 * org/org-mouse.el: Moved from lisp/textmodes.
15220
15221 * org/org-publish.el: Moved from lisp/textmodes.
15222
15223 2008-03-21 Juri Linkov <juri@jurta.org>
15224
15225 * comint.el (comint-dynamic-simple-complete):
15226 Use variable `stub' for the second arg `common-substring'
15227 of `comint-dynamic-list-completions'.
15228 (comint-dynamic-list-filename-completions):
15229 Use variable `filenondir' for the second arg `common-substring'
15230 of `comint-dynamic-list-completions'.
15231 (comint-dynamic-list-completions): Add new optional arg
15232 `common-substring'. Add `common-substring' as the second arg of
15233 the call to `display-completion-list'. Doc fix.
15234
15235 * comint.el (comint-dynamic-complete-as-filename)
15236 (comint-dynamic-list-filename-completions)
15237 (comint-dynamic-simple-complete): Use `minibuffer-message'
15238 to display message "No completions of %s" when a command
15239 is called in the minibuffer.
15240 (comint-dynamic-simple-complete): Don't display other
15241 completion messages when a command is called in the minibuffer.
15242 (comint-dynamic-list-completions): Use `minibuffer-message'
15243 to display message " [Type space to flush ...]" when a command
15244 is called in the minibuffer.
15245
15246 * shell.el (shell-dynamic-complete-command)
15247 (shell-dynamic-complete-environment-variable): Don't display
15248 completion messages when command is called in the minibuffer.
15249
15250 * emacs-lisp/lisp.el (lisp-complete-symbol):
15251 Use `minibuffer-message' to display message "No completions of %s"
15252 when this command is called in the minibuffer.
15253
15254 * bindings.el (standard-mode-line-modes): Put special help-echo
15255 tooltip on recursive edit %[ %] mode-line constructs.
15256
15257 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15258 "^No dynamic expansion for .* found$" to allow error messages like
15259 "No dynamic expansion for \"%s\" found in this-buffer".
15260
15261 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15262
15263 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15264 "psftp".
15265
15266 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15269 * vc.el (vc-default-dired-state-info): Use just "modified".
15270 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15271 (vc-cvs-mode-line-string): Make use of the better default.
15272 (vc-cvs-parse-entry): Use the new `added'.
15273 (vc-cvs-dired-state-info): Remove.
15274 * vc-svn.el (vc-svn-dired-state-info): Remove.
15275 * vc-hg.el (vc-hg-dired-state-info): Remove.
15276 * vc-git.el (vc-git-dired-state-info): Remove.
15277
15278 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15279
15280 * vc-git.el (vc-git-status-result): New variable.
15281 (vc-git-dir-status): Split out ...
15282 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15283 ... these new functions and work asynchronously.
15284
15285 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15286
15287 * vc-git.el (vc-git-after-dir-status): Remove.
15288 (vc-git-dired-state-info): Reimplement.
15289
15290 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * replace.el (occur-mode-map): Add :help.
15293
15294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15295 for disassemble.
15296
15297 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15298 the 'added state.
15299 (vc-status-remove-up-to-date): New function.
15300 (vc-status-mode-map, vc-status-menu-map): Bind it.
15301 (vc-status-printer): Use a different face up-to-date files.
15302 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15303 (Todo): Remove solved entries.
15304
15305 * vc-hg.el (vc-hg-state):
15306 * vc-git.el (vc-git-state):
15307 * vc-cvs.el (vc-cvs-parse-status):
15308 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15309 state.
15310
15311 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * progmodes/compile.el (compile):
15314 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15315
15316 * simple.el (minibuffer-local-shell-command-map): New var.
15317 (minibuffer-complete-shell-command, read-shell-command): New funs.
15318 (shell-command, shell-command-on-region): Use them.
15319
15320 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15321
15322 * vc.el (vc-status-mark-buffer-changed): New function to implement
15323 updating of the *vc-status* buffer when a buffer is saved.
15324 (vc-status-mode): Use it for after-change-hook.
15325 (vc-add-to-vc-status-buffer): Rename to ...
15326 (vc-status-add-entry): ... this.
15327 (Todo): Add new entry.
15328
15329 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15332
15333 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15334
15335 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15336 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15337 Remove spurious * from defcustom docstrings.
15338 (icomplete-compute-delay): Fix docstring and remove spurious *.
15339 (icomplete-delay-completions-threshold): Fix typo in docstring and
15340 remove spurious *.
15341 (icomplete-completions): While collecting the list of prospective
15342 candidates, don't overshoot `icomplete-prospects-length'.
15343
15344 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15345
15346 * textmodes/refbib.el:
15347 * textmodes/reftex.el:
15348 * textmodes/reftex-global.el:
15349 * textmodes/reftex-vars.el:
15350 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15351 compiler pacifying defvars.
15352 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15353 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15354 not needed.
15355
15356 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15357
15358 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15359 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15360 (verilog-customize, verilog-font-customize)
15361 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15362 (verilog-mode): Update documentation strings to match tool tips.
15363 (verilog-auto-search-do, verilog-auto-re-search-do)
15364 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15365 expansion when a .* appears inside a string.
15366 (verilog-re-search-forward, verilog-re-search-backward):
15367 Add comment to recall how this works.
15368 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15369
15370 2008-03-20 Glenn Morris <rgm@gnu.org>
15371
15372 * calendar/calendar.el (calendar-other-dates): New function.
15373 (calendar-print-other-dates): Use calendar-other-dates.
15374 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15375 the declarations it replaces.
15376 (calendar-mouse-print-dates): Use calendar-other-dates.
15377
15378 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15379 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15380 (calendar-absolute-from-bahai): Fix the leap-year case.
15381 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15382 (calendar-bahai-date-string, calendar-bahai-print-date):
15383 Handle pre-Bahai dates.
15384
15385 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15386 (chinese-calendar-terrestrial-branch): Make defcustoms.
15387
15388 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15389 (calendar-mouse-view-diary-entries): Use or.
15390 (calendar-mouse-chinese-date): Remove unused command.
15391 (cal-menu-load-hook): Mark as obsolete.
15392
15393 * calendar/solar.el (calendar-location-name, calendar-latitude)
15394 (calendar-longitude, solar-arctan, sunrise-sunset)
15395 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15396
15397 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15398
15399 * calc/calc.el: Remove outdated comments.
15400 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15401 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15402 Add docstrings.
15403
15404 2008-03-19 Jason Rumney <jasonr@gnu.org>
15405
15406 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15407
15408 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15409
15410 * net/tls.el (open-tls-stream): Reindent.
15411
15412 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15413
15414 * net/tramp.el (tramp-let-maybe): Removed.
15415 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15416 It does not exist under XEmacs.
15417 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15418 (tramp-completion-file-name-handler): Let-bind
15419 `directory-sep-char'.
15420
15421 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15422 `directory-sep-char'.
15423
15424 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15427 for autoloaded keymaps.
15428
15429 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15430 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15431 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15432 (verilog-in-comment-p, verilog-in-star-comment-p)
15433 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15434 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15435 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15436 (verilog-skip-forward-comment-p): Use it.
15437
15438 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15439
15440 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15441 (org-remember-templates, org-time-stamp-rounding-minutes)
15442 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15443 (org-columns-new): Fix typos in docstrings.
15444
15445 2008-03-19 Glenn Morris <rgm@gnu.org>
15446
15447 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15448 (tramp-handle-shell-command): Use condition-case rather than
15449 ignore-errors.
15450
15451 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15452
15453 * diff-mode.el (diff-header): Make the color louder.
15454 (diff-refine-change): Tone the color down.
15455
15456 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15457
15458 * descr-text.el (describe-char): When `describe-char-unidata-list'
15459 is set to show all properties, list them in the right order.
15460
15461 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * international/mule.el (load-with-code-conversion): Avoid setting
15464 default-enable-multibyte-characters.
15465
15466 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15467
15468 * vc.el (vc-annotate-background): Fix custom type.
15469
15470 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * descr-text.el (describe-char-unidata-list): Allow specifying
15473 just all properties.
15474 (describe-char): Handle that new value.
15475
15476 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15477
15478 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15479
15480 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15481 instead of file name extension to make docs with uncommon
15482 extensions work.
15483
15484 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15485
15486 * doc-view.el (require): Require cl at compile time because
15487 `assert' needs it.
15488
15489 2008-03-18 Glenn Morris <rgm@gnu.org>
15490
15491 * calendar/calendar.el (initial-calendar-window-hook)
15492 (today-visible-calendar-hook): Doc fixes.
15493
15494 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15495
15496 * net/tramp.el (tramp-root-regexp): Simplify.
15497 (tramp-completion-file-name-regexp-separate): Don't insist on
15498 leading "[". This prevents method or user or host completion.
15499 (tramp-let-maybe): Autoload it.
15500 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15501 is an alias for `identity'.
15502 (tramp-handle-write-region): Protect `last-coding-system-used'
15503 over the trailing statements.
15504 (tramp-completion-file-name-handler-post-function): Remove.
15505 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15506 instead of calling `tramp-drop-volume-letter'.
15507
15508 * net/tramp.el:
15509 * net/tramp-uu.el:
15510 * net/trampver.el: Move coding cookie at the end.
15511
15512 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15513
15514 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15515 elements which may be something else than characters.
15516
15517 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15518
15519 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15520 New functions to implement vc-status support.
15521
15522 * vc.el (vc-default-extra-status-menu)
15523 (vc-add-to-vc-status-buffer): New functions.
15524
15525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15526 for eldoc and ielm.
15527
15528 2008-03-17 Glenn Morris <rgm@gnu.org>
15529
15530 * calendar/cal-x.el (diary-frame-parameters)
15531 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15532 Fix custom type; add options.
15533 (calendar-frame, diary-frame): Doc fixes.
15534 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15535 new functions.
15536 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15537 Use calendar-frame-1 and calendar-dedicate-diary.
15538 (calendar-one-frame-setup): Also handle only-one-frame case.
15539 (calendar-only-one-frame-setup): Doc fix. Just call
15540 calendar-one-frame-setup.
15541
15542 * calendar/diary-lib.el: Re-order some definitions before their use.
15543 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15544 (diary-list-entries): Doc fixes.
15545 (make-fancy-diary-display): Remove function.
15546
15547 * calendar/calendar.el (calendar-today-marker)
15548 (initial-calendar-window-hook, today-visible-calendar-hook)
15549 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15550 (calendar-star-date, calendar-mark-today): Doc fixes.
15551 (today-visible-calendar-hook): Add options.
15552 (calendar-in-read-only-buffer): New macro.
15553 (calendar-basic-setup): Adapt for change in calendar-read-date.
15554 Place holiday let inside if.
15555 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15556 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15557 (calendar-print-other-dates): Use one let rather than many.
15558
15559 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15560 (calendar-print-other-dates):
15561 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15562 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15563 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15564 (calendar-cursor-holidays):
15565 * calendar/lunar.el (calendar-phases-of-moon): Use
15566 calendar-in-read-only-buffer to replace previous code and disable undo.
15567
15568 2008-03-16 Juri Linkov <juri@jurta.org>
15569
15570 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15571 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15572 read-from-minibuffer to provide the correct initial minibuffer
15573 history position in isearch-edit-string when it is called from
15574 isearch-ring-adjust.
15575
15576 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15577 to check if the current buffer is the minibuffer, and in this case
15578 call abort-recursive-edit to kill the minibuffer. Doc fix.
15579 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15580 when the current buffer is the minibuffer.
15581
15582 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15583
15584 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15585
15586 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15587 Use non-nil PARENTS attribute of make-directory instead of
15588 explicitly checking existence the current cache directory.
15589
15590 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15591
15592 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15593 M-x epa-file-select-keys.
15594
15595 2008-03-16 Kenichi Handa <handa@m17n.org>
15596
15597 * international/mule.el (auto-coding-alist):
15598 Use no-conversion-multibyte for archive files.
15599
15600 2008-03-16 Glenn Morris <rgm@gnu.org>
15601
15602 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15603 New functions.
15604 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15605 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15606 Use calendar-mark-1.
15607 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15608 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15609 Use calendar-mark-complex.
15610 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15611 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15612 Use calendar-mark-1.
15613
15614 * calendar/calendar.el (calendar-mod): Remove.
15615 * calendar/cal-china.el (calendar-chinese-from-absolute)
15616 (calendar-chinese-date-string): Expand calendar-mod calls.
15617 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15618 Expand calendar-mod calls.
15619
15620 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15621 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15622 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15623 Move obsolete aliases after the functions that replaced them.
15624
15625 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15626 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15627 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15628 Use let rather than let*.
15629 (calendar-hebrew-prompt-for-date): New function.
15630 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15631 (holiday-tisha-b-av-etc): Use unless, let.
15632
15633 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15634 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15635
15636 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15637
15638 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15639
15640 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15641 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15642 than concat.
15643 (diary): Remove un-needed let.
15644 (view-other-diary-entries): Rename argument.
15645 (diary-list-entries-2): New function.
15646 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15647 (print-diary-entries): Use unless.
15648 (diary-mark-entries-1): Change argument order, make all but
15649 markfunc optional. Handle the standard (Gregorian) case.
15650 Use match-string-no-properties. Handle marks.
15651 (mark-diary-entries): Use diary-mark-entries-1.
15652 (diary-font-lock-keywords-1): New macro.
15653 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15654
15655 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15656
15657 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15658 (icalendar-export-hidden-diary-entries): New variable.
15659 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15660 In case of error, insert full error-val.
15661 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15662 Use calendar-day-of-week. Return the day number.
15663 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15664
15665 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15666
15667 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15668 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15669 (icalendar-export-region): Ignore hidden diary entries.
15670 (icalendar--convert-ordinary-to-ical): Fix case where event
15671 spans across midnight boundary.
15672 (icalendar-first-weekday-of-year): New function.
15673 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15674 year for recurring events (Mozilla calendars do not propagate
15675 recurring events forever, so year 2000 start date was not working).
15676 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15677 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15678
15679 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15680
15681 * net/tramp.el (tramp-root-regexp): New defconst.
15682 (tramp-completion-file-name-regexp-unified)
15683 (tramp-completion-file-name-regexp-separate)
15684 (tramp-completion-file-name-regexp-url): Use it.
15685 (tramp-do-copy-or-rename-file-via-buffer):
15686 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15687 t for `insert-file-contents-literally'.
15688 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15689 Autoload it.
15690 (tramp-completion-file-name-handler-post-function): New defconst.
15691 (tramp-completion-file-name-handler): Use it.
15692 (tramp-maybe-open-connection): Update calls to
15693 `tramp-flush-connection-property' for removed 2nd argument.
15694
15695 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15698 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15699 New functions.
15700
15701 2008-03-15 Glenn Morris <rgm@gnu.org>
15702
15703 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15704 New functions.
15705 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15706 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15707 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15708 (diary-bahai-list-entries): Use diary-list-entries-1.
15709 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15710 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15711 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15712 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15713 (list-hebrew-diary-entries): Use diary-list-entries-1.
15714 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15715 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15716 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15717 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15718 (list-islamic-diary-entries): Use diary-list-entries-1.
15719 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15720
15721 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15722
15723 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15724
15725 * calendar/cal-china.el (number-chinese-months)
15726 (calendar-chinese-from-absolute): Use nth, caar.
15727
15728 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15729
15730 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15731
15732 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15733 (calendar-hebrew-month-name-array-leap-year)
15734 (hebrew-calendar-parashiot-names): Make constants.
15735 (diary-parasha): Move definition after constants it uses.
15736
15737 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15738 (cal-html-htmlify-list): Doc fix.
15739 (cal-html-htmlify-entry): Use nth.
15740
15741 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15742 (calendar-islamic-epoch): Make constants.
15743 (calendar-islamic-epoch): Doc fix.
15744
15745 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15746
15747 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15748 (cal-tex-month-name): Doc fix.
15749 (cal-tex-last-blank-p): Use zerop.
15750
15751 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15752 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15753 (calendar-cursor-to-date): Doc fix.
15754 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15755 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15756 (calendar-day-number): Use when.
15757 (generate-calendar-month): Use dotimes.
15758 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15759 (calendar-set-mark): Reverse conditional.
15760 (calendar-make-alist): Move definition before use.
15761
15762 * calendar/diary-lib.el (diary-face-attrs)
15763 (diary-glob-file-regexp-prefix, diary-selective-display)
15764 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15765 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15766 (diary-anniversary, diary-cyclic)
15767 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15768 (diary-header-line-format): Change wording.
15769 (diary-list-entries): Set `date-start' in let.
15770 (include-other-diary-files, mark-included-diary-files): Use format.
15771 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15772 (mark-diary-entries): Use 1+.
15773 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15774 (mark-calendar-month): Use dotimes.
15775
15776 * calendar/holidays.el (displayed-month, displayed-year):
15777 Move declarations where needed.
15778 (calendar-list-holidays): Doc fix.
15779
15780 * calendar/parse-time.el (parse-time-string): Simplify.
15781
15782 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15783 Make constants.
15784 (solar-sunrise-sunset): Rename some local variables for clarity.
15785 (sunrise-sunset): Use zerop.
15786 (solar-mean-equinoxes/solstices): Doc fix.
15787
15788 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15789 Use nth.
15790 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15791 (timeclock-mean, timeclock-generate-report): Use dolist.
15792
15793 * calendar/todo-mode.el (todo-add-category): Simplify.
15794 (todo-more-important-p, todo-delete-item, todo-file-item):
15795 Use unless, when.
15796 (todo-top-priorities): Use zerop.
15797
15798 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15799
15800 * buff-menu.el (list-buffers-noselect): Display buffer name in
15801 tooltip instead of mouse binding when it doesn't fit in the list.
15802
15803 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15804
15805 * faces.el (xw-defined-colors):
15806 * simple.el (widget-convert, shell-mode): Declare as functions
15807 instead of autoloading.
15808
15809 * abbrev.el:
15810 * button.el:
15811 * cus-face.el:
15812 * ediff-hook.el:
15813 * emacs-lisp/backquote.el:
15814 * emacs-lisp/timer.el:
15815 * facemenu.el:
15816 * faces.el:
15817 * menu-bar.el:
15818 * simple.el:
15819 * subr.el:
15820 * textmodes/fill.el:
15821 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15822 files are preloaded.
15823
15824 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * desktop.el (desktop-create-buffer): Don't catch errors if
15827 debug-on-error is set.
15828
15829 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15830
15831 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15832 ($(lisp)/calendar/diary-loaddefs.el)
15833 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15834 (LOADDEFS): New macro.
15835 (autoloads): Depend on $(LOADDEFS).
15836
15837 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15838
15839 * font-lock.el (featurep): Remove test, not useful anymore.
15840 (facemenu-keymap): Move key binding ...
15841 * facemenu.el (facemenu-keymap): ... here.
15842
15843 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15844 for each file in the list.
15845 (vc-bzr-log-view-mode): Recognize the file marker.
15846
15847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15848 for checkdoc and profiling.
15849
15850 2008-03-14 Bastien Guerry <bzg@altern.org>
15851
15852 * textmodes/flyspell.el (nxml-mode): Add the right
15853 `flyspell-mode-predicate'.
15854
15855 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15856
15857 2008-03-14 Glenn Morris <rgm@gnu.org>
15858
15859 * calendar/solar.el: Reorder so that functions are defined before use.
15860 (displayed-month, displayed-year): Move declarations where needed.
15861 (solar-get-number): Move definition before use. Use unless.
15862 (solar-equatorial-coordinates): Simplify.
15863 (solar-sunrise-and-sunset): Use let rather than let*.
15864 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
15865
15866 * startup.el (command-line-1): Rename -internal-script back to
15867 -scriptload (reverts previous change).
15868
15869 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15870 (calendar-bahai-leap-base): Add doc strings.
15871 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
15872 Move definition before use.
15873 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
15874 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
15875 variables outside the loop. Use dolist.
15876 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15877
15878 * calendar/cal-china.el: Re-order so that functions are defined before
15879 use.
15880 (displayed-month, displayed-year): Move declarations where needed.
15881 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
15882 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15883 Add doc strings.
15884 (chinese-year-cache): Recenter on 2010. Doc fix.
15885 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
15886 Doc fix. Simplify.
15887 (chinese-year-cache-init): New function.
15888 (compute-chinese-year, holiday-chinese-new-year)
15889 (calendar-chinese-date-string, calendar-goto-chinese-date)
15890 (make-chinese-month-assoc-list): Use cadr, nth.
15891 (chinese-months): Remove un-needed let.
15892
15893 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
15894 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
15895 (coptic-prompt-for-date): Move definition before use.
15896
15897 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15898 (calendar-dst-find-data, calendar-daylight-time-offset)
15899 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15900 (calendar-daylight-savings-starts-time)
15901 (calendar-daylight-savings-ends-time): Use cadr, nth.
15902
15903 * calendar/cal-french.el (french-calendar-epoch)
15904 (calendar-goto-french-date): Doc fix.
15905 (french-calendar-month-name-array)
15906 (french-calendar-multibyte-month-name-array)
15907 (french-calendar-day-name-array, french-calendar-special-days-array):
15908 Add doc strings.
15909
15910 * calendar/cal-hebrew.el (displayed-month, displayed-year)
15911 (original-date): Move declarations where needed.
15912 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
15913 Doc fix.
15914 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
15915 constant variables outside the loop. Use dolist.
15916
15917 * calendar/cal-islam.el (displayed-month, displayed-year)
15918 (original-date): Move declarations where needed.
15919 (islamic-calendar-day-number): Remove unused local variable `day'.
15920 (calendar-goto-islamic-date): Doc fix.
15921 (holiday-islamic): Use unless.
15922 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
15923 constant variables outside the loop. Use dolist.
15924 (mark-islamic-calendar-date-pattern): Move definition before use.
15925 Use unless.
15926 (mark-islamic-diary-entries): Doc fix.
15927 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15928 (insert-yearly-islamic-diary-entry): Use let rather than let*.
15929
15930 * calendar/cal-julian.el (calendar-absolute-from-julian):
15931 Move definition before use. Remove un-needed local `day'.
15932 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
15933
15934 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
15935 (calendar-mayan-tzolkin-names-array): Add doc strings.
15936 (calendar-mayan-long-count-from-absolute): Use a single let.
15937 (calendar-string-to-mayan-long-count): Simplify.
15938 (calendar-next-haab-date, calendar-previous-haab-date)
15939 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
15940 (calendar-previous-calendar-round-date)
15941 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
15942 Doc fix.
15943 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
15944 (calendar-mayan-date-string, calendar-print-mayan-date)
15945 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15946 (calendar-mayan-long-count-common-era): Move definitions before use.
15947
15948 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
15949 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
15950 Doc fix.
15951 (calendar-mouse-goto-date): Move definition before use.
15952
15953 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
15954 Move definition before use.
15955 (calendar-cursor-to-visible-date): Move definition before use.
15956 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
15957 and place inside the conditional.
15958 (calendar-forward-day): Simplify.
15959 (calendar-end-of-month): Use unless.
15960 (calendar-goto-day-of-year): Doc fix.
15961 Relocate obsolete aliases after their replacements.
15962
15963 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
15964
15965 * calendar/diary-lib.el (mark-diary-entries): Move some constant
15966 variables outside the diary-date-forms loop.
15967
15968 * calendar/calendar.el (diary-file): Doc fix.
15969 (calendar-buffer-list): Return buffers rather than strings (fixes
15970 previous change).
15971 (hebrew-holidays-4): Fix typo.
15972
15973 * calendar/holidays.el (displayed-month, displayed-year):
15974 Move declarations where needed.
15975 (calendar-holiday-list, calendar-list-holidays)
15976 (holiday-filter-visible-calendar): Move definitions before use.
15977 (list-holidays): Use cadr.
15978 Relocate obsolete aliases after their replacements.
15979
15980 * calendar/lunar.el (date, displayed-month, displayed-year):
15981 Move declarations where needed.
15982 (lunar-phase-list): Move definition after functions it uses.
15983 (calendar-phases-of-moon, diary-phases-of-moon)
15984 (lunar-new-moon-on-or-after): Use cadr, nth.
15985 (lunar-new-moon-on-or-after): Doc fix.
15986
15987 * textmodes/org-irc.el (top-level): CL not required when compiling.
15988 (org-irc-visit-erc): Replace runtime CL functions.
15989
15990 * textmodes/org-publish.el (declare-function): Add compatibility stub.
15991 (org-publish-delete-dups): Declare as function.
15992
15993 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15994
15995 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
15996 (vc-bzr-show-log-entry): Make regexp match more cases.
15997 (vc-diff-switches-list): Remove autoload, not needed.
15998
15999 2008-03-14 Juri Linkov <juri@jurta.org>
16000
16001 * isearch.el (isearch-edit-string): Remove one call to
16002 `isearch-push-state' not to push an inconsistent state,
16003 but keep another correct call to `isearch-push-state'.
16004 (isearch-ring-adjust): Call `isearch-push-state' only when
16005 `search-ring-update' is non-nil since `isearch-edit-string'
16006 already pushes its state.
16007 (isearch-message): Improve matching the failed part by checking
16008 if the original message starts with the last successful message.
16009
16010 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16011 (dired-perm-write): Rename from `dired-warn-writable'.
16012 Change parent face from `font-lock-warning-face' to
16013 `font-lock-comment-delimiter-face'.
16014 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16015 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16016 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16017 with `dired-perm-write-face'.
16018
16019 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16020
16021 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16022 Create cache dir only if it doesn't already exist.
16023
16024 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16027 of \ and '.
16028
16029 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16030
16031 * net/browse-url.el (browse-url-text-xterm):
16032 Unquote browse-url-text-browser.
16033
16034 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16035
16036 * textmodes/org-mouse.el: Version number change.
16037
16038 * textmodes/org-publish.el (org-publish-expand-components):
16039 Remove null projects from the list of components.
16040 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16041 Remove unused retrieval of the :publishing-directory property.
16042 (org-publish-file): Bugfix: when using a relative directory as the
16043 publishing directory, convert it to a directory filename.
16044 (org-publish-project): New alias.
16045 (org-publish-get-files): Protect against empty p.
16046 (org-publish-file): Send an error when file is not part of any project.
16047 (org-publish-file): Offer to refresh the list of files in known
16048 project when the current file is not part of any project.
16049 (org-publish-before-export-hook)
16050 (org-publish-after-export-hook): New hooks.
16051 (org-publish-org-to): Use new hooks and kill buffers.
16052 (org-publish-file): Remove the code for killing buffers.
16053 (org-publish-initialize-files-alist): Use interactive.
16054 (org-publish-file): If the publishing function creates a new
16055 buffer, kill it after publishing.
16056 (org-publish-timestamp-filename): Protect ":" in file name path
16057 under windows.
16058
16059 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16060 change that killed the LaTeX buffer.
16061
16062 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16063 in the decision tree.
16064 (org-select-remember-template): Clean the code.
16065 (org-prepare-dblock): Add the extra :content parameter.
16066 (org-write-agenda): New output type ".ics" files.
16067 (org-write-agenda): Call `org-icalendar-verify-function', both for
16068 time stamps and for TODO entries.
16069 (org-agenda-collect-markers, org-create-marker-find-array)
16070 (org-check-agenda-marker-table): New functions.
16071 (org-agenda-marker-table): New variable.
16072 (org-export-as-html): Revert the change that killed the html
16073 buffer. Side effects first need to be studied carefully.
16074 (org-get-tags-at): Fix the structure of the condition-case statement.
16075 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16076 (org-timestamp-change): Fix regular expressions to swallow the
16077 extra character for repeat-shift control.
16078 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16079 (org-get-legal-level): Alias to `org-get-valid-level'.
16080 (org-dblock-write:clocktable): Add a :link parameter, linking
16081 headlines to their location in the Org agenda files.
16082 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16083 throwing an error when getting tags before headlines.
16084 (org-timestamp-change, org-modify-ts-extra)
16085 (org-ts-regexp1): Fix timestamp editing.
16086 (org-agenda-custom-commands-local-options): New constant.
16087 (org-agenda-custom-commands):
16088 Use `org-agenda-custom-commands-local-options' to improve customize
16089 type. "htmlize": Removed hack to fix face problem with htmlize,
16090 it no longer seem necessary.
16091 (org-follow-link-hook): New hook.
16092 (org-agenda-custom-commands): Add "Component" as a tag for each
16093 item in a command series.
16094 (org-open-at-point): Run `org-follow-link-hook'.
16095 (org-agenda-schedule): Bugfix: don't display marker type when it
16096 is nil.
16097 (org-store-link): org-irc required.
16098 (org-set-regexps-and-options): Parse the new logging options.
16099 (org-extract-log-state-settings): New function.
16100 (org-todo): Handle the new ways of recording state change stuff.
16101 (org-local-logging): New function.
16102 (org-columns-open-link): Fix bug with opening link in column view.
16103 (org-local-logging): New function.
16104 (org-todo): Make sure that LOGGING properties are honoured.
16105 (org-todo-keywords): Improve docstring.
16106 (org-startup-options): Cleanup startup options.
16107 (org-set-regexps-and-options): Process the "!" markers.
16108 (org-todo): Respect the new logging stuff.
16109 (org-log-note-how): New variable.
16110 (org-add-log-maybe): New parameter HOW that defines how logging
16111 should be done and also overrides PURPOSE. Add a docstring.
16112 (org-add-log-note): Check if we really need to ask for a note.
16113 (org-get-current-options): Digest the new keyword.
16114 (org-agenda-reset-markers): Rename from
16115 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16116 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16117 function, without force argument.
16118 (org-buffer-property-keys): Bind local variables s and p.
16119 (org-make-tags-matcher): Allow "" to match an empty or
16120 non-existent property value.
16121 (org-export-as-html): Join unsorted lists when they directly
16122 follow each other. Such lists may be created by headlines that
16123 are converted to lists.
16124 (org-nofm-to-completion): New function.
16125 (org-export-as-html): Use :html-extension instead of
16126 org-export-html-extension.
16127 (org-store-link): Support for links from `rmail-summary-mode'.
16128 (org-columns-new, org-complete, org-set-property): Set the
16129 `include-columns' argument in the call to
16130 `org-buffer-property-keys'.
16131 (org-buffer-property-keys): New argument `include-columns', to
16132 include properties expected by any of the COLUMNS formats in the
16133 current buffer.
16134 (org-cleaned-string-for-export): Get rid of drawers first, so that
16135 they will be removed also in the text before the first headline.
16136 (org-clock-report): Show the clocktable when found.
16137 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16138 (org-version): With prefix argument, insert `org-version' at point.
16139 (org-agenda-goto): Recenter the window after finding the target
16140 location, to make sure the correct position will be displayed.
16141 (org-agenda-get-deadlines): Don't scale priority with the warning
16142 period.
16143 (org-insert-heading): Don't break line in the middle of the line.
16144 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16145 be 0.
16146 (org-update-checkbox-count): Revamp to deal with hierarchical
16147 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16148 (org-remove-timestamp-with-keyword): New function.
16149 (org-schedule, org-deadline):
16150 Use `org-remove-timestamp-with-keyword' to make sure all such time
16151 stamps are removed.
16152 (org-mode): Support for `align'.
16153 (org-agenda-get-deadlines): Make sure priorities increase as the
16154 due date approaches and is passed.
16155 (org-remember-apply-template): Fix problem with tags that
16156 contain "_" or "@".
16157 (org-make-link-regexps): Improve the regular expression for plain links.
16158 (org-agenda-get-closed): List each clocking entry.
16159 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16160 (org-special-ctrl-k): New option.
16161 (org-kill-line): New function.
16162 (org-archive-all-done): Fix incorrect number of stars in regexp.
16163 (org-refile-get-location): New function.
16164 (org-refile-goto-last-stored): New function.
16165 (org-global-tags-completion-table): Add the value of org-tag-alist
16166 in each buffer, to make sure that also unused tags will be
16167 available for completion.
16168 (org-columns-edit-value)
16169 (org-columns-next-allowed-value): Only update if not in agenda.
16170 (org-clocktable-steps): New function.
16171 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16172 (org-archive-subtree): Add the outline tree context as a property.
16173 (org-closest-date): New optional argument `prefer'.
16174 (org-goto-auto-isearch): New option.
16175 (org-goto-map, org-get-location): Implement auto-isearch.
16176 (org-goto-local-auto-isearch-map): New variable.
16177 (org-goto-local-search-forward-headings)
16178 (org-goto-local-auto-isearch): New functions.
16179
16180 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16181
16182 * textmodes/org-irc.el: New file.
16183
16184 2008-03-13 John Wiegley <johnw@gnu.org>
16185
16186 * textmodes/org-mac-message.el: New file.
16187
16188 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16189
16190 * font-lock.el (font-lock-comment-face): Set the foreground for
16191 the light background 8 colors case.
16192
16193 2008-03-13 Glenn Morris <rgm@gnu.org>
16194
16195 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16196 generate-autoload-cookie patterns.
16197
16198 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16199
16200 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16201 (MH_E_SRC): Remove variable.
16202 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16203 Simplify file header. Use $@ for generated-autoload-file.
16204
16205 * Makefile.in (LOADDEFS): New variable.
16206 (AUTOGENEL): Use $LOADDEFS.
16207 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16208 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16209 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16210 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16211 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16212 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16213 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16214 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16215 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16216 Add calendar-specific autoload cookies, and remove any setting of
16217 generated-autoload-file.
16218 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16219 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16220 diary-loaddefs.
16221 * calendar/holidays.el: Replace explicit autoloads with reading of
16222 hol-loaddefs.
16223
16224 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16225 (calendar-buffer-list): Simplify.
16226 (generate-calendar-window): Use calendar-mark-holidays rather than
16227 obsolete alias.
16228
16229 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16230 Use cal-hebrew-yahrzeit-buffer.
16231
16232 * calendar/cal-x.el (calendar-only-one-frame-setup)
16233 (calendar-two-frame-setup): Doc fixes.
16234 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16235
16236 * calendar/appt.el (appt-mode-string): Mark as risky.
16237 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16238
16239 * calendar/cal-html.el (diary-list-entries):
16240 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16241 (calendar-iso-from-absolute): Fix autoloads.
16242
16243 * calendar/cal-iso.el (calendar-absolute-from-iso)
16244 (calendar-iso-read-args): Simplify.
16245 (calendar-iso-date-string, calendar-iso-read-args)
16246 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16247
16248 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16249 (displayed-month, displayed-year): Move declarations where needed.
16250 (calendar-print-astro-day-number): Doc fix.
16251
16252 * calendar/cal-persia.el (persian-calendar-month-name-array)
16253 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16254 (persian-prompt-for-date): Remove local variable `today'.
16255
16256 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16257
16258 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16259 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16260 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16261 (diary-sabbath-candles, solar-equinoxes/solstices)
16262 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16263 (solar-time-equation, solar-date-to-et): Simplify.
16264
16265 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16266 Replace `(car (cdr' with cadr'.
16267
16268 * progmodes/f90.el (f90-font-lock-n): New function.
16269 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16270 Use f90-font-lock-n.
16271 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16272
16273 * progmodes/f90.el (f90-mode-abbrev-table):
16274 * progmodes/fortran.el (fortran-mode-abbrev-table):
16275 Use newer form of define-abbrev, where supported. No need to bind
16276 abbrevs-changed for system abbrevs.
16277
16278 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16281 delete-frame-functions.
16282
16283 * bookmark.el (Info-current-node): Remove.
16284
16285 2008-03-12 Juri Linkov <juri@jurta.org>
16286
16287 * help.el (describe-project): Remove defaliases for view-todo and
16288 describe-project that are now unnecessary after the merge from
16289 emacs--rel--22 that added define-obsolete-function-alias.
16290
16291 * startup.el (inhibit-startup-screen): Revert incomplete
16292 2008-03-10 merge from emacs--rel--22 that partly reverted
16293 2008-02-28 change that added initial message to *scratch* buffer
16294 regardless of the value of `inhibit-startup-screen'.
16295 Now keep this change in the trunk, but not in the 22 branch.
16296
16297 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * international/quail.el (quail-setup-completion-buf, quail-help):
16300 * mail/binhex.el (binhex-decode-region-internal):
16301 * mail/uudecode.el (uudecode-decode-region-internal):
16302 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16303 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16304 setting default-enable-multibyte-characters.
16305
16306 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16307
16308 * comint.el: Fix up indentation and comment style. Remove `function'.
16309
16310 * international/mule-cmds.el (reset-language-environment)
16311 (set-language-environment-nonascii-translation):
16312 Don't set-unibyte-charset.
16313
16314 * doc-view.el: Remove all cb-args, use closures instead.
16315 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16316 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16317 doing an incorrect check). Update all callers to use the new name.
16318 (doc-view-doc->txt): Add missing `txt' argument.
16319
16320 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16321
16322 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16323 md5 sum calculation to single-byte.
16324
16325 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * doc-view.el (doc-view-new-window-function): Add assertion.
16328 (doc-view-doc-type): New var.
16329 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16330 (doc-view-intersection): New fun.
16331 (doc-view-mode): Use it to set the new var.
16332
16333 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16334
16335 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16336 (doc-view-already-converted-p): New functions.
16337 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16338 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16339 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16340 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16341 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16342 (doc-view-convert-current-doc): Don't hardwire the functions the
16343 sentinels call. Now they're provided by two args CALLBACK and
16344 CB-ARGS to the functions.
16345 (doc-view-search): Use doc-view-doc->txt.
16346 (doc-view-initiate-display): Use doc-view-already-converted-p.
16347 Mention new binding C-c C-t if doc-view-mode doesn't work.
16348
16349 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16350
16351 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16352
16353 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16356 Mark " outside of tags as punctuation.
16357
16358 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16359
16360 * menu-bar.el (minibuffer-local-map): Use the same command for the
16361 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16362 Prefer RET over C-j for exit-minibuffer.
16363
16364 * files.el (display-buffer-other-frame): Eliminate problematic code.
16365
16366 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16367 (menu-bar-select-buffer): Remove.
16368 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16369 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16370
16371 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16372
16373 * icomplete.el (icomplete-completions): Remove obsolete code.
16374
16375 * net/net-utils.el (iwconfig-program-options): Doc fix.
16376 (net-utils-run-program, run-network-program): Define as functions.
16377
16378 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16379
16380 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16381
16382 2008-03-11 Glenn Morris <rgm@gnu.org>
16383
16384 * faces.el (mode-line-emphasis): New face.
16385 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16386
16387 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16388
16389 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16390
16391 * simple.el (set-mark-command): Doc fix.
16392
16393 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16394
16395 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16396
16397 * emacs-lisp/autoload.el (autoload-find-destination):
16398 Don't force raw-text.
16399
16400 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16401 * calendar/cal-loaddefs.el: Don't version control.
16402
16403 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16404
16405 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16406 entries and add :help to the existing ones.
16407
16408 2008-03-10 Glenn Morris <rgm@gnu.org>
16409
16410 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16411 to where they are needed.
16412
16413 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16414 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16415 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16416 (calendar-version): Doc fixes.
16417 (calendar-absolute-from-gregorian): Use zerop.
16418 (calendar-mode-line-format): Make it a defcustom.
16419
16420 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16421 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16422 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16423 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16424 (mark-included-diary-files, mark-calendar-days-named)
16425 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16426 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16427 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16428 (insert-anniversary-diary-entry, insert-block-diary-entry)
16429 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16430 (diary-font-lock-sexps): Doc fixes.
16431 (diary-remind-message, mark-calendar-month): Use zerop.
16432 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16433 (diary-list-entries): Revert let to let* (previous change).
16434
16435 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16436
16437 2008-03-10 Kim F. Storm <storm@cua.dk>
16438
16439 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16440 function aliases for the old names.
16441
16442 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * iswitchb.el (iswitchb-use-faces): Doc fix.
16445 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16446 Fix typos in docstrings.
16447
16448 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16449
16450 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16451 Fix typo.
16452 (verilog-type-font-keywords): Reindent.
16453
16454 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16455
16456 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16457 Fix bug in the grouping-keyword regular expression.
16458 (verilog-font-lock-keywords): Allow users to toggle special
16459 highlight of grouping-keywords.
16460 (verilog-highlight-grouping-keywords): The toggle for special
16461 highlighting of grouping keywords.
16462
16463 2008-03-10 Juri Linkov <juri@jurta.org>
16464
16465 * startup.el: Revert 2008-02-28 change that adds initial message
16466 to *scratch* buffer regardless of the value of
16467 `inhibit-startup-screen'.
16468
16469 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16470
16471 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16472 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16473 * progmodes/verilog-mode.el (verilog-mode):
16474 * net/socks.el (socks):
16475 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16476
16477 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16480 (doc-view-bookmark-make-record): Use them.
16481 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16482 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16483
16484 * bookmark.el (bookmark-make-record-function): Change expected return
16485 value to include a suggested bookmark name.
16486 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16487 Fix reversed `overwrite' semantics.
16488 (bookmark-set): Call bookmark-make-record before prompting the user.
16489 Then pass the result to bookmark-store later on.
16490 (bookmark-make-name-function): Remove.
16491 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16492 * info.el (bookmark-make-name-function): Remove.
16493 (Info-mode): Don't set it.
16494 (Info-bookmark-make-name): Remove.
16495 (Info-bookmark-make-record): Use Info-current-node as suggested default
16496 bookmark name.
16497
16498 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16499 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16500 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16501 (bookmark-annotation-buffer, bookmark-annotation-file)
16502 (bookmark-annotation-point, bookmark-send-annotation)
16503 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16504 (bookmark-edit-annotation-text-func): Rename from
16505 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16506 (bookmark-edit-annotation-mode-map): Move initialization into
16507 declaration.
16508
16509 * bookmark.el: Remove spurious * in docstrings.
16510 (bookmark-minibuffer-read-name-map): New var.
16511 (bookmark-set): Use it. Also pass the default value as it should.
16512 (bookmark-send-edited-annotation): Take no chances with text properties.
16513 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16514 (bookmark-insert-buffer-name): Remove.
16515 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16516
16517 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16518
16519 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16520
16521 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16522
16523 * diff-mode.el (diff-mode-menu): Add :help.
16524
16525 2008-03-09 Glenn Morris <rgm@gnu.org>
16526
16527 * calendar/calendar.el (general-holidays, oriental-holidays)
16528 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16529 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16530 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16531 (calendar-holidays): Restore autoload cookies, because people are
16532 used to using these variables without loading calendar.el.
16533
16534 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16535 (date, number): Declare where needed.
16536
16537 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16538 (list-sexp-diary-entries): Doc fixes.
16539 (diary-list-entries): Doc fix. Remove free variable `entry'.
16540 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16541 Simplify setting of `date-holiday-list'.
16542 (mark-diary-entries): Remove free variable `entry'.
16543 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16544 Use let where let* is not needed.
16545
16546 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16549 make-record function, instead paste it in afterwards.
16550 (bookmark-make-record-for-text-file):
16551 * doc-view.el (doc-view-bookmark-make-record):
16552 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16553
16554 2008-03-08 Glenn Morris <rgm@gnu.org>
16555
16556 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16557
16558 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * calendar/diary-lib.el (diary-list-entries)
16561 (include-other-diary-files, mark-diary-entries)
16562 (mark-sexp-diary-entries, mark-included-diary-files)
16563 (diary-entry-time, list-sexp-diary-entries): Remove the special
16564 handling of ^M that dates back to the use of selective-display.
16565 (simple-diary-display): Obey setting of pop-up-frames.
16566 (body, entry): Remove unnecessary declarations.
16567
16568 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16569 (bookmark-get-annotation, bookmark-set-annotation)
16570 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16571 (bookmark-set-position, bookmark-get-front-context-string)
16572 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16573 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16574 * info.el (Info-bookmark-make-record): Don't bother recording point.
16575 (bookmark-get-filename, bookmark-get-front-context-string)
16576 (bookmark-get-rear-context-string, bookmark-get-position):
16577 Don't declare any more.
16578 (bookmark-get-info-node): Remove.
16579 (bookmark-prop-get): Declare.
16580 (Info-bookmark-jump): Use it.
16581
16582 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16583
16584 * subr.el (while-no-input): Don't splice BODY directly into the
16585 `or' form.
16586
16587 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16588
16589 * diff-mode.el (diff-ignore-whitespace-hunk):
16590 Bind inhibit-read-only before trying to change the buffer.
16591
16592 2008-03-08 Glenn Morris <rgm@gnu.org>
16593
16594 * calendar/appt.el (appt): Move custom group here from calendar.el.
16595 (appt-disp-window, appt-convert-time): Doc fixes.
16596
16597 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16598 (calendar-bahai-mark-date-pattern):
16599 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16600 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16601 * calendar/cal-julian.el (calendar-absolute-from-julian):
16602 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16603
16604 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16605 calendar.el.
16606 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16607 Make constants.
16608 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16609 (chinese-calendar-daylight-savings-starts)
16610 (chinese-calendar-daylight-savings-ends)
16611 (chinese-calendar-daylight-savings-starts-time)
16612 (chinese-calendar-daylight-savings-ends-time)
16613 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16614 Doc fixes.
16615
16616 * calendar/cal-coptic.el (coptic-name): Add doc string.
16617
16618 * calendar/cal-french.el (french-calendar-month-name-array)
16619 (french-calendar-day-name-array, french-calendar-special-days-array):
16620 Add doc strings.
16621
16622 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16623 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16624 (diary-bahai-insert-yearly-entry):
16625 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16626 (calendar-time-zone):
16627 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16628 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16629 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16630 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16631 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16632 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16633 (list-islamic-diary-entries, mark-islamic-diary-entries)
16634 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16635 (insert-yearly-islamic-diary-entry):
16636 * calendar/cal-iso.el (calendar-iso-read-args):
16637 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16638 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16639 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16640 (calendar-next-calendar-round-date)
16641 (calendar-mayan-long-count-common-era):
16642 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16643 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16644 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16645 (calendar-mouse-goto-date):
16646 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16647 * calendar/holidays.el (holidays):
16648 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16649 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16650 (safe-date-to-time): Doc fixes.
16651
16652 * calendar/cal-persia.el (persian-calendar-month-name-array)
16653 (persian-calendar-epoch): Make constants.
16654
16655 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16656 calendar.el.
16657
16658 * calendar/cal-x.el (diary-frame-parameters)
16659 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16660 (calendar-after-frame-setup-hooks): Make defcustoms.
16661 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16662 (calendar-two-frame-setup): Doc fix.
16663
16664 * calendar/cal-loaddefs.el: New file.
16665
16666 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16667 * calendar/cal-french.el, calendar/cal-html.el:
16668 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16669 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16670 * calendar/cal-tex.el, calendar/cal-x.el:
16671 Unquote lambda functions. Add autoload cookies to functions formerly
16672 autoloaded in calendar.el. Set `generated-autoload-file' to
16673 "cal-loaddefs.el".
16674
16675 * calendar/calendar.el: Move many autoloads to separate file,
16676 cal-loaddefs.el. Move defcustoms to start and re-order.
16677 (calendar-month-name-array, calendar-starred-day): No need to
16678 declare for compiler.
16679 (cal-loaddefs): Require it.
16680 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16681 appropriate file.
16682 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16683 Reverse logic.
16684 (diary-face, diary-file-name-prefix-function, diary-include-string)
16685 (diary-glob-file-regexp-prefix, diary-face-attrs)
16686 (diary-file-name-prefix, sexp-diary-entry-symbol)
16687 (print-diary-entries-hook, list-diary-entries-hook)
16688 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16689 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16690 Move to diary-lib.
16691 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16692 (all-bahai-calendar-holidays): Doc fix.
16693 (calendar-insert-indented): Doc fix. Use when rather than if.
16694 (exit-calendar): Use mapc rather than mapcar.
16695 (calendar-cursor-to-date): Use zerop.
16696 (calendar-mark-ring): Add doc-string.
16697 (calendar-starred-day): Defvar it.
16698 (calendar-mode): Make calendar-starred-day local.
16699 (calendar-star-date): No need to make calendar-starred-day local.
16700
16701 * calendar/diary-lib.el: Move defcustoms to start.
16702 (diary-include-string, diary-list-include-blanks)
16703 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16704 (diary-file-name-prefix, diary-file-name-prefix-function)
16705 (sexp-diary-entry-symbol, list-diary-entries-hook)
16706 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16707 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16708 Move here from calendar.el.
16709 (diary-file-name-prefix-function): Use 'identity.
16710 (diary-face): Make it a defcustom, and mark as obsolete.
16711 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16712 (calendar-hebrew-month-name-array-leap-year)
16713 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16714 Define for compiler.
16715 (diary-font-lock-keywords): Use format rather than concat.
16716 Add bahai-diary-entry-symbol.
16717
16718 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16719 * calendar/solar.el: Unquote lambda functions.
16720
16721 * calendar/solar.el (calendar-location-name, calendar-latitude)
16722 (calendar-longitude, solar-setup, solar-sin-degrees)
16723 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16724 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16725 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16726 (solar-exact-local-noon, solar-julian-ut-centuries)
16727 (solar-ephemeris-time, solar-date-next-longitude)
16728 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16729 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16730 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16731 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16732 Doc fixes.
16733 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16734 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16735 (solar-ecliptic-coordinates): Use unless.
16736 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16737 Use or.
16738
16739 * calendar/timeclock.el: Add doc-strings to all functions.
16740 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16741 (timeclock-entry-list-length, timeclock-entry-list-projects)
16742 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16743
16744 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16745
16746 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16747 (org-get-entries-from-diary): Require diary-lib.
16748
16749 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16750
16751 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16752 Pacify byte-compiler.
16753
16754 2008-03-07 Alan Mackenzie <acm@muc.de>
16755
16756 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16757 paren/bracket pairs parsed, to solve performance problem.
16758
16759 2008-03-07 Bastien Guerry <bzg@altern.org>
16760
16761 * bookmark.el (bookmark-set): Don't check for
16762 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16763 already takes care of this.
16764 (bookmark-buffer-name, bookmark-buffer-file-name):
16765 Remove Info-mode specific code.
16766
16767 * info.el (bookmark-get-info-node): Define this function in
16768 info.el, not in bookmark.el.
16769 (Info-mode): Set `bookmark-make-name-function' to
16770 `Info-bookmark-make-name' locally.
16771 (Info-bookmark-make-name): New function.
16772
16773 * bookmark.el (bookmark-make-name-function): New variable.
16774
16775 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16776
16777 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16778 buffer-local, not `bookmark-make-cell-function' (the old name).
16779
16780 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16781
16782 * doc-view.el (doc-view-bookmark-make-record):
16783 * image-mode.el (image-bookmark-make-record):
16784 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16785
16786 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16787
16788 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16789 boundp 'vc-ignore-menu-filter.
16790 (vc-status-tool-bar-map): Make it defvar.
16791 (vc-status-mode): vc-status-tool-bar-map now variable.
16792 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16793
16794 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16795
16796 Give a better name to part of the bookmark interface.
16797
16798 This was originally a much larger change, but halfway through I
16799 updated and discovered that Stefan Monnier had done the rest.
16800 It looks like he anticipated the new name too, because he used
16801 `the-record' instead of `the-cell' for some internal variable names.
16802
16803 * bookmark.el (bookmark-make-record-function): Was
16804 `bookmark-make-cell-function'.
16805 (bookmark-make, bookmark-send-annotation): Update for above.
16806 (bookmark-make-record-for-text-file):
16807 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16808
16809 * info.el: Adjust accordingly.
16810 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16811
16812 * image-mode.el: Adjust accordingly.
16813 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16814
16815 * doc-view.el: Adjust accordingly.
16816 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16817
16818 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16821 Move initialization into declaration.
16822 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16823 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16824 (bookmark-info-current-node): Remove.
16825 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16826 Add relocation fallback. Set bookmark-current-bookmark.
16827 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16828 Remove relocation fallback. Don't set bookmark-current-bookmark.
16829 (bookmark-set): Let it be used even if there's no buffer-file-name
16830 as long as there is a bookmark-make-cell-function.
16831 * info.el (Info-bookmark-jump): Remove relocation fallback.
16832 Don't set bookmark-current-bookmark.
16833
16834 2008-03-07 Glenn Morris <rgm@gnu.org>
16835
16836 * calendar/appt.el (appt-issue-message)
16837 (appt-message-warning-time, appt-audible, appt-visible)
16838 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16839 (appt-display-diary): Remove autoload cookies.
16840
16841 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16842 Remove leading `*' from defcustom doc-strings.
16843
16844 * calendar/cal-dst.el (calendar-dst): New custom group.
16845 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16846 (calendar-time-zone, calendar-daylight-time-offset)
16847 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16848 (calendar-daylight-savings-starts-time)
16849 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16850 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16851 Move to start.
16852
16853 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16854
16855 * calendar/calendar.el (calendar-version): Use emacs-version and
16856 make it obsolete. Move to end.
16857 (calendar-offset, view-diary-entries-initially)
16858 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16859 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16860 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16861 (all-bahai-calendar-holidays, calendar-load-hook)
16862 (initial-calendar-window-hook, today-visible-calendar-hook)
16863 (today-invisible-calendar-hook, calendar-move-hook)
16864 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
16865 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
16866 (diary-include-string, sexp-diary-entry-symbol)
16867 (abbreviated-calendar-year, american-date-diary-pattern)
16868 (european-date-diary-pattern, european-calendar-display-form)
16869 (american-calendar-display-form, print-diary-entries-hook)
16870 (list-diary-entries-hook, diary-hook, diary-display-hook)
16871 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16872 (nongregorian-diary-marking-hook, diary-list-include-blanks)
16873 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
16874 (local-holidays, other-holidays, hebrew-holidays-1)
16875 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16876 (hebrew-holidays, christian-holidays, islamic-holidays)
16877 (bahai-holidays, solar-holidays, calendar-setup)
16878 (calendar-week-start-day): Remove autoload cookies.
16879 (diary-glob-file-regexp-prefix): Doc fix.
16880 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
16881 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
16882 (calendar-week-start-day, calendar-debug-sexp): Move to start.
16883
16884 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
16885 (calendar-time-display-form, calendar-latitude)
16886 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
16887 cookies.
16888 (calendar-latitude, calendar-longitude): Move functions after
16889 variables.
16890 (diary-sabbath-candles-minutes): Move to start.
16891 (solar-setup): Use or rather than if.
16892 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
16893 Remove condition-case.
16894 (solar-atn2): Use zerop.
16895 (solar-equinoxes-solstices): Doc fix.
16896
16897 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
16898 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
16899
16900 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
16901 (calendar-longitude, calendar-latitude, calendar-location-name):
16902 Declare for compiler.
16903
16904 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
16905
16906 * arc-mode.el (archive-ar-file-header-re): New const.
16907 (archive-ar-summarize, archive-ar-extract): New funs.
16908 (archive-find-type): Recognize ar archives.
16909
16910 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
16911 New functions.
16912
16913 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
16914
16915 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
16916
16917 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16918 Replace :enable (mark-active) with :enable mark-active.
16919
16920 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
16921
16922 * vms-patch.el (make-legal-file-name): New obsolete alias.
16923 (make-valid-file-name): Rename from `make-legal-file-name'.
16924 (make-auto-save-file-name): Use it.
16925
16926 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
16927 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
16928 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
16929
16930 * textmodes/org.el (org-export-html-style): Doc fix.
16931 (org-get-legal-level): New obsolete alias.
16932 (org-get-valid-level): Rename from `org-get-legal-level'.
16933 (org-promote, org-demote, org-archive-subtree)
16934 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
16935
16936 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
16937
16938 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
16939
16940 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
16941 (vc-status-toggle-mark): New functions.
16942 (vc-status-mode): Set tool bar map.
16943
16944 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
16945
16946 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
16947 Reported by Drew Adams <drew.adams@oracle.com>.
16948
16949 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16950
16951 * subr.el (read-quoted-char): Resolve modifiers of the character
16952 event.
16953
16954 * comint.el (comint-exec-1): Don't change the coding-system for
16955 decoding to dos-like EOL.
16956 (comint-carriage-motion): Fully rewrite.
16957
16958 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
16959
16960 * epg.el (epg-context-include-certs): Reflow docstring.
16961 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
16962 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
16963 (epg-context-set-signers, epg-context-set-sig-notations)
16964 (epg-make-import-status, epg-make-import-result)
16965 (epg-start-delete-keys): Fix typos in docstrings.
16966 (epg-start-sign-keys, epg-sign-keys):
16967 Fix typos in obsolescence declarations.
16968
16969 * iswitchb.el: Don't check for `cadr' and `last'.
16970 (iswitchb-define-mode-map, iswitchb-default-keybindings):
16971 Add obsolescence declaration and remove redundant info from docstring.
16972 (iswitchb-set-common-completion, iswitchb-set-matches)
16973 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
16974 (recentf-list, most-len, most-is-exact):
16975 Don't wrap defvars within `eval-when-compile'.
16976
16977 2008-03-05 Glenn Morris <rgm@gnu.org>
16978
16979 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16980 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16981 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
16982 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
16983 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
16984
16985 * ediff-hook.el (ediff-window-setup-function): Don't autoload
16986 declaration for compiler.
16987 (ediff-xemacs-init-menus): Use when rather than if.
16988
16989 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
16990 if+and to just and.
16991 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
16992 (ediff-delete-overlay): Move the XEmacs test inside the definition.
16993
16994 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
16995
16996 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
16997 test inside XEmacs test.
16998 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
16999 since it was doing nothing on Emacs.
17000 (ediff-make-bullet-proof-overlay): Use when rather than if.
17001
17002 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17003 (ediff-setup-control-frame): Remove
17004 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17005 a (featurep 'xemacs) test.
17006
17007 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17008
17009 * calc/calc-ext.el (calc-extended-command-history): New variable.
17010 (calc-execute-extended-command): Use `calc-extended-command-history'.
17011
17012 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17013
17014 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17015 (standard-mode-line-position): Add mouse-face.
17016
17017 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17018 * progmodes/grep.el (grep-mode-map): Add :help.
17019
17020 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17021 initialize in one step. Add :help. Use :enable to activate menu
17022 items. Show the key binding for edebug-defun.
17023 (lisp-interaction-mode-map): Add a menu.
17024
17025 * term.el (term-mode-map): Define and initialize in one step.
17026
17027 * ediff-init.el (ediff-color-display-p): Simplify.
17028 (Xor): Remove unused function.
17029 (ediff-with-syntax-table): Simplify for Emacs.
17030
17031 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17032 menu-bar being loaded, it always is.
17033
17034 2008-03-05 Glenn Morris <rgm@gnu.org>
17035
17036 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17037 multiple definitions when compiling.
17038
17039 2008-03-04 Alan Mackenzie <acm@muc.de>
17040
17041 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17042
17043 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17044 doc-string, "c-old-LEN" -> "c-old-END".
17045
17046 2008-03-04 Jason Rumney <jasonr@gnu.org>
17047
17048 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17049 namespaces.
17050
17051 2008-03-04 Glenn Morris <rgm@gnu.org>
17052
17053 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17054
17055 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17056 than mapcar.
17057
17058 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17061 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17062
17063 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17064 so that M-q can fill comments.
17065 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17066 commands implemented in elisp.
17067 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17068 (tex-format-cmd): New function.
17069 (tex-compile): Use it to let the user specify default arguments.
17070 (tex-cmd-bibtex-args): New var.
17071 (tex-cmd-doc-view): New function.
17072
17073 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17074
17075 * faces.el (face-spec-set): Fix typos in docstring.
17076
17077 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17078
17079 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17080 (standard-mode-line-position): Use it to add a menu for toggling
17081 column number and line number display.
17082
17083 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17084
17085 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17086 Remove optimization that was working around the form-code-walker bug.
17087
17088 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17089 Walk into the body of lambdas after byte-compile-unfold-lambda.
17090
17091 2008-03-03 Glenn Morris <rgm@gnu.org>
17092
17093 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17094 value, if set, over frame value.
17095
17096 * simple.el (transient-mark-mode): Don't turn on by default.
17097
17098 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17099 accidentally removed by the 2007-12-05 merge from Gnus.
17100
17101 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17102
17103 * progmodes/compile.el (compilation-menu-map): Add menu entries
17104 for useful options.
17105
17106 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17107 Glenn Morris <rgm@gnu.org>
17108
17109 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17110 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17111 Give a `bytecomp-' prefix to local variables with common names.
17112
17113 2008-03-01 Glenn Morris <rgm@gnu.org>
17114
17115 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17116 Restore code commented out 2007-11-10.
17117
17118 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17119
17120 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17121 Delete macro.
17122 * emulation/viper-cmd.el, emulation/viper-ex.el:
17123 * emulation/viper-init.el, emulation/viper-keym.el:
17124 * emulation/viper-mous.el, emulation/viper-util.el:
17125 * emulation/viper.el:
17126 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17127 featurep test.
17128
17129 Replace obsolete frame-local variables with frame-parameters.
17130 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17131 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17132 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17133 on XEmacs.
17134 * emulation/viper-util.el (viper-frame-value): New macro.
17135 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17136 (viper-R-state-post-command-sentinel)
17137 (viper-replace-state-post-command-sentinel)
17138 (viper-change-state-to-insert, viper-change-state-to-emacs):
17139 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17140 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17141 (viper-get-saved-cursor-color-in-insert-mode)
17142 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17143 Use viper-frame-value for viper-replace-overlay-cursor-color,
17144 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17145 viper-vi-state-cursor-color values.
17146
17147 * emulation/viper-cmd.el (zmacs-region-stays):
17148 * emulation/viper-util.el (zmacs-region-stays): No need to define
17149 for compiler.
17150
17151 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17152 mapcar on Emacs.
17153
17154 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17155 on XEmacs.
17156
17157 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17158 rather than if.
17159
17160 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17161
17162 * whitespace.el: New version 9.3. As the glyph code generation was
17163 fixed, it is possible now to use character code above ?\x1FFFF in the
17164 display table. Fix `whitespace-indentation-regexp' to not include an
17165 extra ending character. Reported by Michael Welsh Duggan
17166 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17167 the original whitespace package had. Suggested by Eric Cooper
17168 <ecc@cmu.edu>. Doc fix.
17169 (whitespace-action): New option.
17170 (whitespace-display-mappings): Changed default newline visualization to
17171 display downwards arrow, as the glyph code generation was fixed.
17172 (whitespace-unload-function): Assure that all local whitespace mode is
17173 turned off.
17174 (whitespace-global-modes): Fix type customization.
17175 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17176 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17177 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17178 Fix code.
17179 (whitespace-buffer): Command removed.
17180 (whitespace-trailing-regexp, whitespace-mark-x)
17181 (whitespace-display-window, whitespace-action-when-on)
17182 (whitespace-add-local-hook, whitespace-remove-local-hook)
17183 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17184 (whitespace-action): New funs.
17185 (whitespace-report-list, whitespace-report-text)
17186 (whitespace-report-buffer-name): New consts.
17187 (whitespace-report, whitespace-report-region): New commands.
17188
17189 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17190
17191 * disp-table.el (make-glyph-code): Don't test the result of
17192 `face-id', which already signals an error for invalid faces.
17193 (glyph-face): Simplify.
17194
17195 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17196 running `desktop-not-loaded-hook' to allow modifying it.
17197 Don't show warning message if `desktop-dirname' was modified.
17198
17199 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17200
17201 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17202 we still expect more lines.
17203
17204 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17205 comment-paragraph filling if the commark doesn't match
17206 comment-start-skip.
17207
17208 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17209
17210 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17211 the `imap' variant.
17212
17213 2008-03-01 Jason Rumney <jasonr@gnu.org>
17214
17215 * files.el (make-auto-save-file-name): Encode more characters in
17216 non-file buffer names. Use url-encoding.
17217
17218 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17219
17220 * net/net-utils.el (ftp-program): Fix typo in docstring.
17221 (ifconfig-program-options, netstat-program-options)
17222 (arp-program-options, route-program-options, nslookup-program-options)
17223 (ftp-program-options, smbclient-program-options)
17224 (dns-lookup-program-options, arp, route): Doc fixes.
17225
17226 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17227 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17228 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17229 Fix typos in docstrings.
17230 (gdb-pending-triggers): Reflow docstring.
17231 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17232
17233 2008-03-01 Alan Mackenzie <acm@muc.de>
17234
17235 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17236 typing "#" at EOB.
17237
17238 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17239
17240 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17241
17242 2008-02-29 Kim F. Storm <storm@cua.dk>
17243
17244 * emulation/cua-base.el (cua-remap-control-v)
17245 (cua-remap-control-z): New defcustoms.
17246 (cua-mode): Add them to set-after property.
17247 (cua--init-keymaps): Use them.
17248 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17249
17250 * help.el (view-emacs-todo): Rename from view-todo.
17251 (describe-gnu-project): Rename from describe-project. Users changed.
17252 (view-help-file): New helper function.
17253 (describe-distribution, describe-copying, describe-gnu-project)
17254 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17255 (view-emacs-debugging, view-external-packages): New commands.
17256 (help-map): Move describe-distribution to C-h C-o (ordering).
17257 Move view-emacs-problems to C-h C-p (problems).
17258 Bind view-emacs-debugging to C-h C-d (debugging).
17259 Bind view-external-packages to C-h C-e (extras).
17260 (help-for-help-internal): Cleanup and align descriptions.
17261 Remove command names to reduce clutter.
17262
17263 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17264
17265 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17266 and quieter face (not a warning).
17267
17268 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17269
17270 * vc.el (vc-status-crt-marked): New variable.
17271 (vc-status-mode): Make it local.
17272 (vc-status-refresh): Use it to save the marked files.
17273 (vc-update-vc-status-buffer): Use it to restore the marked files.
17274
17275 * vc-svn.el (vc-svn-after-dir-status):
17276 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17277
17278 2008-02-29 Glenn Morris <rgm@gnu.org>
17279
17280 * allout.el (allout-topic-encryption-bullet)
17281 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17282 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17283 from 22.0 to 22.1.
17284
17285 * net/imap.el (imap-ping-server):
17286 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17287 Change defcustom :version from 23.0 to 23.1.
17288
17289 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17290
17291 * desktop.el (desktop-save): Save the buffer name if the
17292 uniquified base name is empty.
17293
17294 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17295
17296 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17297 correctly when user has "set print address off".
17298
17299 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17300
17301 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17302 version number of the next major Emacs release, not 23.0.
17303
17304 * longlines.el (longlines-unload-function): New function.
17305
17306 2008-02-28 Juri Linkov <juri@jurta.org>
17307
17308 * startup.el (normal-splash-screen): Add argument `concise'.
17309 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17310 to the created buffer. If `concise' is non-nil, call
17311 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17312 (display-startup-screen): Add argument `concise' to the call to
17313 `normal-splash-screen'.
17314
17315 2008-02-28 Kim F. Storm <storm@cua.dk>
17316
17317 * startup.el (startup-echo-area-message): Check for about-emacs.
17318
17319 2008-02-28 Juri Linkov <juri@jurta.org>
17320
17321 * startup.el: Always add initial message to *scratch* buffer if
17322 `initial-scratch-message' is non-nil regardless of the value of
17323 `inhibit-startup-screen'.
17324 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17325 (command-line-1): Move code that inserts `initial-scratch-message'
17326 up before the if-form that checks for `inhibit-startup-screen'.
17327 Suggested by Jonathan Rockway <jon@jrock.us>.
17328
17329 2008-02-28 Juri Linkov <juri@jurta.org>
17330
17331 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17332 Rename `custom-mode' to `Custom-mode' in docstrings.
17333 (custom-buffer-create-internal, customize-browse):
17334 Rename `custom-mode' to `Custom-mode'.
17335 (custom-mode-hook): Rename to `Custom-mode-hook'.
17336 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17337 (custom-mode): Rename to `Custom-mode'.
17338 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17339 (custom-mode): Add backward-compatible non-interactive variant of
17340 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17341 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17342
17343 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17344
17345 * emulation/viper.el (viper-emacs-state-mode-list):
17346 Rename `custom-mode' to `Custom-mode'.
17347
17348 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17349 Capitalize "Tagged Files".
17350 (minibuffer-local-map): Add menu items for next/previous
17351 history elements and isearch history forward/backward.
17352
17353 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17354 `hs-isearch-open' with t instead of `comment' in :selected
17355 for "Code and Comment blocks" menu item.
17356
17357 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17360 Should be done in desktop.el instead.
17361
17362 2008-02-28 Glenn Morris <rgm@gnu.org>
17363
17364 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17365
17366 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17367
17368 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17369 (Info-menu, Info-goto-node): Remove declarations.
17370 (report-emacs-bug-info): Use info rather than Info-goto-node.
17371
17372 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17373 (idlwave-convert-xml-system-routine-info): Don't require xml.
17374 (idlwave-show-commentary, idlwave-shell-show-commentary):
17375 Don't require finder.
17376 (idlwave-info): Don't require info. Use info rather than
17377 Info-goto-node.
17378
17379 * textmodes/org.el (Info-goto-node): Remove declaration.
17380 (org-info): Use info rather than Info-goto-node.
17381
17382 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17383 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17384
17385 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17386
17387 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17388 the menu.
17389
17390 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17391 (vc-finish-logentry): Check for vc-status-mode, not only for
17392 vc-dired-mode.
17393
17394 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17395
17396 * isearch.el (isearch-printing-char): Don't check
17397 keyboard-coding-system.
17398 Call isearch-process-search-multibyte-characters only when
17399 current-input-method is non-nil.
17400
17401 2008-02-27 Kim F. Storm <storm@cua.dk>
17402
17403 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17404 (glyph-char, glyph-face): Handle cons encoding.
17405
17406 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17407
17408 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17409 empty string, return nil to allow the caller to default to the
17410 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17411
17412 * tool-bar.el (tool-bar-setup): Doc fix.
17413
17414 * mail/supercite.el (sc-describe):
17415 Fix typos in obsolescence declaration.
17416
17417 2008-02-27 Glenn Morris <rgm@gnu.org>
17418
17419 * autoinsert.el (auto-insert-alist): Change permission text to
17420 match FSF's GPLv3 form.
17421
17422 * mail/supercite.el (sc-cite-original): Doc fix.
17423 (sc-version): Make obsolete.
17424 (sc-describe): Show the SC info page. Make obsolete.
17425
17426 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17429 when using transient-mark-mode.
17430 (default-indicate-unused-lines): Remove unused var.
17431
17432 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17433
17434 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17435 and previous.
17436
17437 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17438
17439 2008-02-26 Glenn Morris <rgm@gnu.org>
17440
17441 * net/net-utils.el (top-level): Don't require comint when compiling.
17442 (nslookup-font-lock-keywords): Don't require font-lock.
17443 Use font-lock faces rather than variables.
17444 (nslookup, ftp, smbclient, network-service-connection):
17445 Don't require comint.
17446 (comint-prompt-regexp, comint-input-autoexpand)
17447 (comint-input-ring): Declare for compiler.
17448 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17449 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17450
17451 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17452 doc-string.
17453
17454 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17455
17456 * doc-view.el (doc-view-current-page): Add a `win' argument.
17457
17458 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17459
17460 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17461 Demote it to plain defvar.
17462 (doc-view-conversion-refresh-interval): Reduce interval.
17463 (doc-view-goto-page): Allow moving to pages not yet rendered.
17464 (doc-view-goto-page): Construct a file name rather than extracting it
17465 from doc-view-current-files.
17466 (doc-view-kill-proc): Ignore errors from kill-process.
17467 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17468 (doc-view-insert-image): Use appropriate text if the page hasn't been
17469 rendered yet. Adjust scrolling so the text is displayed.
17470 (doc-view-display): Detect not just that a page is available, but also
17471 that it wasn't available before, so as to avoid refreshing all pages
17472 repeatedly.
17473 (doc-view-mode): Make doc-view-cache-directory if needed.
17474
17475 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17476
17477 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17478 toggle-read-only.
17479
17480 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17481 refering to a missing required field with the OPT prefix.
17482 Make unwindform more robust.
17483
17484 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17485 it duplicates the bibtex support in progmodes/hideshow.el.
17486 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17487 entries that do not start at the beginning of a line.
17488
17489 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17490
17491 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17492
17493 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17494
17495 * help-fns.el (describe-variable): Add phrases about
17496 initialization file with and without customization;
17497 use new button type help-info-variable.
17498
17499 * help-mode.el (help-info-variable):
17500 New button able to read Info files for help-fns.el.
17501
17502 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17503
17504 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17505 (grep-mode): Use grep-mode-tool-bar-map.
17506
17507 * progmodes/compile.el (tool-bar): Require tool-bar.
17508 (compilation-mode-tool-bar-map): New variable.
17509 (compilation-mode): Use compilation-mode-tool-bar-map.
17510
17511 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17512
17513 2008-02-25 Glenn Morris <rgm@gnu.org>
17514
17515 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17516
17517 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17518
17519 * diff-mode.el (diff-file-junk-re): New const.
17520 (diff-beginning-of-file-and-junk): Use it.
17521 (diff-file-kill): Make sure we were really inside a file diff.
17522
17523 * diff-mode.el: Make it more robust in the presence of empty context
17524 lines in unified hunks.
17525 (diff-valid-unified-empty-line): New var.
17526 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17527 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17528 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17529 (diff-hunk-header-re-unified): New const.
17530 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17531 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17532 (diff-sanity-check-hunk): Use it.
17533
17534 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17535 Index: line, don't search backward for the previous one.
17536
17537 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17538
17539 * international/fontset.el (setup-default-fontset): Add non-OTF
17540 lao font for lao script.
17541
17542 * language/tibetan.el: Register tibetan-composition-function in
17543 composition-function-table.
17544
17545 * language/tibet-util.el (tibetan-composition-function):
17546 Adjust for the new calling way (argument changed). Try font-shape-text
17547 if possible.
17548
17549 * language/lao.el: Register lao-composition-function in
17550 composition-function-table.
17551
17552 * language/lao-util.el (lao-composition-function): Adjust for the new
17553 calling way (argument changed). Try font-shape-text if possible.
17554
17555 2008-02-25 Jason Rumney <jasonr@gnu.org>
17556
17557 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17558
17559 2008-02-25 Juri Linkov <juri@jurta.org>
17560
17561 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17562 background, "red4" for a dark background, "red" for 16 and
17563 8 colors, "grey" for grayscale, and inverse video otherwise.
17564 Add :version tag.
17565 (isearch-message): Keep the original isearch-message intact, and
17566 add text properties to it where necessary. Add `isearch-error' to
17567 the condition that checks if isearch is unsuccessful.
17568
17569 2008-02-24 Juri Linkov <juri@jurta.org>
17570
17571 * progmodes/compile.el (compilation-handle-exit):
17572 Use compilation-error face instead of font-lock-warning-face.
17573 Display the same message in the minibuffer as is inserted
17574 at the end of the compilation buffer.
17575
17576 2008-02-24 Glenn Morris <rgm@gnu.org>
17577
17578 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17579 multiple file case.
17580
17581 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17582
17583 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17584 multiple file case. Use a single `let' rather than two.
17585
17586 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17587
17588 * progmodes/compile.el (compilation-start): Specify a face for
17589 mode-line-process.
17590 (compilation-handle-exit): Specify a face and a tooltip for
17591 mode-line-process.
17592
17593 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17596 (hilit-chg-make-ov): Simplify.
17597 (hilit-chg-fixup): Use remove-overlays.
17598 (hilit-chg-set-face-on-change): Remove redundant call to
17599 `remove-text-properties'.
17600
17601 * dired.el (dired-mark-prompt): Don't count/display the t element.
17602 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17603
17604 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17605
17606 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17607 add-submenu.
17608 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17609 Remove. Move contents to the only use ...
17610 (verilog-menu): ... here.
17611 (verilog-statement-menu): Remove. Move contents to the only use ...
17612 (verilog-stmt-menu): ... here.
17613 (verilog-mark-defun): Simply call mark-defun for emacs.
17614 (occur-pos-list): Declare for byte compiler.
17615 (mode-popup-menu): Don't defvar.
17616 (verilog-add-statement-menu): Remove.
17617 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17618 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17619
17620 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17621
17622 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17623 conditional.
17624 (verilog-font-grouping-keywords-face): Make the begin..end
17625 keywords standout more than other verilog keywords.
17626 (verilog-type-font-keywords): Move the begin..end out of this list
17627 to facilitate making them to (potentially) stand out more.
17628 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17629 function & task blocks.
17630 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17631 initial, function & task blocks.
17632 (verilog-forward-sexp): Handle the new "disable fork" statement of
17633 IEEE-1800 Verilog.
17634 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17635 statement of IEEE-1800 Verilog.
17636 (verilog-calc-1): Handle the new "disable fork" statement of
17637 IEEE-1800 Verilog.
17638 (verilog-disable-fork-re): Add const to help handle the new
17639 "disable fork" statement of IEEE-1800 Verilog.
17640 (verilog-declaration-core-re): Add port directions by themselves,
17641 with no qualification, as base item of a declaration.
17642 (verilog-pretty-declarations): Add new flag to ask it to refrain
17643 from printing to the message buffer.
17644 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17645 printing to the message buffer. Improve handling of the many
17646 types of expression line up.
17647 (verilog-just-one-space): Remove printing of an empty message.
17648 (verilog-get-lineup-indent): Rework to support the better handling
17649 of expression lineup for verilog-pretty-expr.
17650 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17651
17652 2008-02-24 Alan Mackenzie <acm@muc.de>
17653
17654 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17655 yesterday's commit.
17656
17657 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17658
17659 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17660 to mouse-set-point in buffers that aren't associated with files.
17661
17662 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17663
17664 2008-02-24 Alan Mackenzie <acm@muc.de>
17665
17666 Set of changes so that "obtrusive" syntactic elements in a
17667 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17668 unmatched paren) don't interact syntactically with stuff outside
17669 the CPP line.
17670
17671 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17672 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17673 off-by-one bug.
17674 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17675 a bit of refactoring.
17676 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17677 functionality of c-awk-advise-fl-for-awk-region, which has been
17678 refactored away.
17679
17680 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17681 (c-clear-char-property-with-value): New function and macro which
17682 remove text-properties `equal' to a supplied value.
17683
17684 * progmodes/cc-engine.el: Comment about text properties amended.
17685
17686 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17687 parens around "error\\|warning".
17688
17689 * progmodes/cc-langs.el (c-get-state-before-change-function)
17690 (c-before-font-lock-function, c-anchored-cpp-prefix):
17691 New language variables.
17692 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17693
17694 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17695 syntax-table text properties.
17696 (c-common-init): Call language specific before/after-change
17697 functions at mode initialisation.
17698 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17699 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17700 (c-neutralize-syntax-in-CPP): New functions.
17701 (c-before-change, c-after-change): Call the new language specific
17702 change functions defined in cc-langs.el.
17703 (c-advise-fl-for-region): New macro.
17704 (awk-mode): Remove AWK specific stuff which has been refactored
17705 into language independent stuff.
17706
17707 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17708
17709 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17710 (gdb): (Re)set gdb-flush-pending-output to nil here...
17711 (gdb-init-1): ...instead of here (before gdb-prompt).
17712
17713 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17716 Recognize ''' just like any other char-constant.
17717
17718 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17721 careful enough. Detect the uid-change all within the main loop.
17722
17723 2008-02-24 Stefan Monnier <monnier@pastel.home>
17724
17725 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17726
17727 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17728
17729 * hilit-chg.el (highlight-save-buffer-state): New macro.
17730 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17731 (hilit-chg-clear): Use it to preserve the modified-p flag.
17732 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17733
17734 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17735
17736 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17737 when needed.
17738
17739 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17740
17741 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17742 from gnus-button-url-regexp.
17743
17744 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17745
17746 * progmodes/compile.el (compilation-next-error): Doc fix.
17747 (compilation-find-file): Doc fix.
17748
17749 2008-02-24 Glenn Morris <rgm@gnu.org>
17750
17751 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17752 Add obsolete aliases to the old names.
17753
17754 2008-02-24 Richard Stallman <rms@gnu.org>
17755
17756 * net/net-utils.el (ifconfig): Rename from ipconfig.
17757 (ipconfig): Alias to ifconfig.
17758 (ifconfig-program): Rename from ipconfig-program.
17759 (ifconfig-program-options): Rename from ipconfig-program-options.
17760
17761 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17762
17763 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17764 Add port directions by themselves, with no qualification, as base
17765 item of a declaration.
17766 (verilog-pretty-declarations): Add new flag that inhibits printing
17767 to the message buffer.
17768 (verilog-pretty-expr): Add new flag that inhibits printing to the
17769 message buffer. Improve handling of the many types of expression
17770 line up.
17771 (verilog-just-one-space): Don't print an empty message.
17772 (verilog-get-lineup-indent): Rework to support the better handling
17773 of expression lineup for verilog-pretty-expr.
17774 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17775 (verilog-mode-version, verilog-mode-release-date): Update.
17776
17777 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * subr.el (cancel-change-group): Don't move point.
17780
17781 2008-02-23 Markus Triska <markus.triska@gmx.at>
17782
17783 * linum.el (linum-after-config): Update all visible windows.
17784
17785 2008-02-23 Glenn Morris <rgm@gnu.org>
17786
17787 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17788 Add :help for Solitaire and Tetris.
17789
17790 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17791
17792 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17793 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17794 (smtpmail-queue-index-file): Make it a defcustom.
17795 (smtpmail-queue-index): Delete.
17796 (smtpmail-send-it, smtpmail-send-queued-mail):
17797 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17798 smtpmail-queue-index.
17799
17800 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17801 Add :version.
17802
17803 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17804
17805 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17806 New variables.
17807 (iwconfig): New function.
17808
17809 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17810
17811 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17812 setting it.
17813 (vc-status-menu-map): Do not define using easy-menu.
17814 (vc-status-menu-map): New defalias.
17815 (vc-status-mode-map): Hook up the menu.
17816 (top-level): Update TODO.
17817
17818 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17819
17820 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17821 (vc-bzr-init-revision): ... this.
17822
17823 2008-02-23 Jason Rumney <jasonr@gnu.org>
17824
17825 * makefile.w32-in (WINS_ALMOST): Remove term.
17826 (WINS): Add term here.
17827 (custom-deps, finder-data): Use WINS_ALMOST.
17828
17829 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17830
17831 * faces.el (font-weight-table): Fix value of `semi-light'.
17832
17833 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17834
17835 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17836 Make those tables bijective.
17837
17838 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17839
17840 Finish pdbtrack integration cleanup, settling missing-functions
17841 byte compiler warnings appropriately.
17842
17843 * progmodes/python.el (python-point): Remove this - beginning-of-line
17844 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17845 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17846 (python-goto-initial-line): Drop these - they were only needed for
17847 python-point.
17848 (python-comint-output-filter-function): Use condition-case and
17849 beginning-of-line directly, instead of python-mode.el functions
17850 which require all sorts of baggage.
17851 (point-safe): Unnecessary - we're using condition-case directly,
17852 instead.
17853 (python-execute-file): Include for python-shell, which I'm leaving
17854 in keeping despite it being unnecessary for pdb tracking.
17855
17856 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17857
17858 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17859 Add SRFI 11 support.
17860 (let-values, let*-values): Specify scheme-indent-function.
17861
17862 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
17863
17864 * vc.el (vc-exec-after): Move setting mode-line-process in the
17865 busy case ...
17866 (vc-set-mode-line-busy-indicator): ... in this new function.
17867 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
17868 (vc-update-vc-status-buffer): Reset mode-line-process.
17869 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
17870 mark/unmark all the files with the same state as the current one.
17871 With a prefix argument mark/unmark all files.
17872 (vc-status-mode-menu): Adjust strings.
17873 (vc-update-vc-status-buffer): Only do something when the argument
17874 is not nil.
17875 (vc-status-kill-dir-status-process): New function.
17876 (vc-status-mode-map): Bind it.
17877 (vc-status-process-buffer): New variable.
17878 (vc-status-mode): Make it local.
17879 (vc-status-refresh): Set it.
17880
17881 * vc-hg.el (vc-hg-dir-status):
17882 * vc-git.el (vc-git-dir-status):
17883 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
17884 command is run.
17885
17886 2008-02-22 Glenn Morris <rgm@gnu.org>
17887
17888 * json.el (top-level): No need to require thingatpt.
17889 (json-read-keyword): Use thing-at-point rather than word-at-point.
17890
17891 * time.el (top-level): No need to require time-date when compiling.
17892
17893 * emacs-lisp/copyright.el (copyright-update-year):
17894 Fix subexpression numbering for the case when years are split over
17895 lines, and for the replace case.
17896
17897 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
17898 (tpu-caar, tpu-cadr): Delete functions.
17899 (zmacs-regions): No need to declare for compiler.
17900 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
17901 (tpu-spell-check): Rewrite, and handle mark after point.
17902 (tpu-special-insert): Use or rather than if.
17903
17904 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
17905 rather than spell-region.
17906
17907 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
17908 warnings about spell-region.
17909
17910 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17911
17912 * ldefs-boot.el: Regenerated.
17913
17914 * loadup.el: Don't load language/devanagari, language/kannada,
17915 language/malayalam, and language/tamil. Load language/sinhala.
17916
17917 * language/indian.el (indian-font-foundry)
17918 (indian-script-language-alist, indian-font-char-index-table)
17919 (indian-font-char, indian-font-char-range, indian-script-table)
17920 (indian-default-script, indian-composable-pattern): Delete them.
17921 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
17922 language environments moved to here.
17923 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
17924 New language environments.
17925
17926 * language/devanagari.el, language/devan-util.el,
17927 * language/kannada.el, language/knd-util.el, language/malayalam.el,
17928 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
17929 Delete them.
17930
17931 * language/sinhala.el: New file.
17932
17933 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
17934
17935 Update Nick Robert's port of pdb tracking from python-mode.el.
17936
17937 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
17938 Clarify docstring.
17939 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
17940 tracking is happening.
17941 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
17942 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
17943 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
17944 Tracking is plugged in to all comint buffers once python.el is loaded.
17945 (python-pdbtrack-overlay-arrow): Toggle activation of
17946 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
17947 (python-pdbtrack-track-stack-file): Use new
17948 `python-pdbtrack-get-source-buffer' for more flexible access to
17949 debugging source files.
17950 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
17951 according to pdb stack trace, optionally using new
17952 `python-pdbtrack-grub-for-buffer' if file is not locally available.
17953 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
17954 named buffer, or having function with indicated name.
17955 (python-shell): Remove comint-output-filter-functions hook
17956 addition, it's being done elsewhere. Wrap long line.
17957
17958 2008-02-21 Michael Olson <mwolson@gnu.org>
17959
17960 * json.el: Replace XEmacs compatibility code to get rid of
17961 compiler warnings.
17962
17963 * time.el: Fix compiler warning.
17964
17965 2008-02-21 Edward O'Connor <ted@oconnor.cx>
17966
17967 * json.el: New file (JavaScript Object Notation parser / generator).
17968
17969 2008-02-21 Dave Love <fx@gnu.org>
17970
17971 * progmodes/sym-comp.el: New file.
17972
17973 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
17974 Require sym-comp. Add Python buffer to same-window-buffer-names.
17975 Fixup whitespaces.
17976 (python-font-lock-keywords): Add highlighting for Python builtins.
17977 (python-font-lock-syntactic-keywords): Rewrite.
17978 (python-quote-syntax): Use syntax-ppss-context instead of parsing
17979 ppss directly.
17980 (python-mode-map): Add binding for python-find-function.
17981 (python-calculate-indentation): Clean up the logic.
17982 (python-beginning-of-defun): Explicitly set return value.
17983 (python-beginning-of-statement): Stop looping if we get stuck
17984 going backwards.
17985 (python-next-statement): Stop looping if we somehow end up inside
17986 a string while advancing.
17987 (python-preoutput-continuation, python-version-checked): New vars.
17988 (python-check-version): New function.
17989 (run-python): Set default command to python-command instead of
17990 python-python-command.
17991 (run-python): Use python-check-version. Give PYTHONPATH
17992 precedence over data-directory in the process environment.
17993 Load function definitions in python process after.
17994 (python-check-comint-prompt): New function.
17995 (python-send-command, python-send-receive): Use it.
17996 (python-complete-symbol, python-try-complete): Functions deleted.
17997 Use symbol-complete instead of python-complete-symbol throughout.
17998 (python-fill-paragraph): Further refine the fenced-string regexp.
17999 (def-python-skeleton): Expand to the original abbrev instead if in
18000 a comment or string. Tweak skeletons for `if', `while', `for',
18001 `try/except', `try/finally', `name'.
18002 (python-pea-hook, python-abbrev-pc-hook): New functions.
18003 (python-abbrev-syntax-table): New var.
18004 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18005 Use symbol-completion-try-complete for hippie expansion.
18006 Turn on font lock unconditionally.
18007 (python-mode-hook): Defcustom it. No need to use make-local
18008 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18009 option, since it's buffer-local.
18010
18011 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18012
18013 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18014
18015 2008-02-21 Drew Adams <drew.adams@oracle.com>
18016
18017 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18018 "Turn off" and a "Help" entry when the minor mode has no menu.
18019
18020 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18021
18022 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18023 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18024 vc-status-mark-file and vc-status-unmark-file.
18025 (vc-status-mark-unmark): New function.
18026 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18027
18028 2008-02-21 Glenn Morris <rgm@gnu.org>
18029
18030 * composite.el (encode-composition-rule): Fix typo in error message.
18031 (composition-function-table, auto-composition-mode): Doc fixes.
18032
18033 * subr.el (sit-for): Fix obsolete form for nil second argument.
18034
18035 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18036 (spell-string): Make obsolete, in favor of ispell.
18037
18038 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18039
18040 * language/devanagari.el: Don't setup composition-function-table
18041 here.
18042 ("Devanagari"): Change charset, coding-system, coding-priority to
18043 Unicode-based ones. Don't require the feature devan-util.
18044
18045 * composite.el (compose-chars-after): Fix arguments for a function
18046 in composition-function-table.
18047 (auto-compose-region): Likewise.
18048
18049 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18050 for Ethiopic.
18051 (ps-mule-plot-string): Ignore glyph-string based compositions.
18052
18053 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * doc-view.el: Allow different windows to show different pages.
18056 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18057 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18058 add them back as macros instead, using image-mode-winprops instead.
18059 Update all users of those variables.
18060 (doc-view-new-window-function): New function to create a new overlay
18061 for each new window.
18062 (doc-view-mode): Use it and image-mode-setup-winprops.
18063 (doc-view-clone-buffer-hook): Rewrite accordingly.
18064
18065 * image-mode.el: Extend [hv]scroll support to per-window properties.
18066 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18067 (image-mode-winprops-alist): New var to replace them.
18068 (image-mode-new-window-functions): New hook.
18069 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18070 New funs.
18071 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18072 Remove the `window' argument, update callers.
18073 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18074 Use the new functions.
18075 (image-mode-reapply-winprops): New fun.
18076 (image-mode): Use it.
18077
18078 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18079
18080 * calc/calc-math.el (math-sin-raw): Add optional argument
18081 to keep track of original argument.
18082 (math-cos-raw): Use optional argument when calling math-sin-raw.
18083 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18084 with close to original precision.
18085
18086 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18087
18088 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18089 args in calls of sit-for.
18090
18091 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18092
18093 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18094 (vc-svn-checkin): Fix typo in error message.
18095
18096 * help-mode.el: Require easymenu when compiling.
18097
18098 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18099
18100 * help-mode.el (help-mode-menu): New menu.
18101
18102 2008-02-20 Glenn Morris <rgm@gnu.org>
18103
18104 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18105 on Windows.
18106
18107 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18108
18109 * ps-mule.el (ps-mule-encode-region): Return a single string.
18110 (ps-mule-plot-string): Adjust for the above change.
18111 (ps-mule-encode-header-string): Likewise.
18112
18113 * international/latin1-disp.el (latin1-display): Don't use
18114 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18115 standard-display-table.
18116 (latin1-display-identities): Adjust for the change of what is
18117 returned by (get-language-info charset 'charset).
18118
18119 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18120 characters and terminal case.
18121
18122 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18123
18124 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18125
18126 * progmodes/python.el: Also require comint when loading.
18127 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18128 Replace python-shell with run-python on menu bar.
18129 (python-shell-map): New map.
18130 (python-default-interpreter, python-python-command-args)
18131 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18132 New options.
18133 (python-which-shell, python-which-args, python-which-bufname):
18134 New buffer local variables.
18135 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18136
18137 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18138 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18139 New constants.
18140
18141 Pdbtrack features:
18142
18143 (python-point, python-end-of-def-or-class)
18144 (python-beginning-of-def-or-class, python-goto-initial-line)
18145 (python-comint-output-filter-function)
18146 (python-pdbtrack-overlay-arrow)
18147 (python-pdbtrack-track-stack-file, python-toggle-shells)
18148 (python-shell, python-pdbtrack-toggle-stack-tracking)
18149 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18150 New functions.
18151
18152 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18153
18154 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18155 when the argument is nil.
18156
18157 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18158
18159 * vc.el (dir-status): Add a brief description.
18160
18161 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18162
18163 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18164 If non-nil, reverse the sense of the check.
18165
18166 * vc-rcs.el (vc-rcs-root): New func.
18167 * vc-cvs.el (vc-cvs-root): New func.
18168 * vc-svn.el (vc-svn-root): New func.
18169 * vc-sccs.el (vc-sccs-root): New func.
18170
18171 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18172
18173 * language/japan-util.el (setup-japanese-environment-internal):
18174 Call use-cjk-char-width-table.
18175
18176 * language/japanese.el ("Japanese"): Set exit-function to
18177 use-default-char-width-table.
18178
18179 * international/characters.el: Delete occurrences of non-Unicode
18180 tibetan and ethiopic characters.
18181 (cjk-char-width-table): New variable.
18182 (use-cjk-char-width-table, use-default-char-width-table):
18183 New functions.
18184
18185 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18186
18187 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18188 (vc-status-mode-menu): Add a :filter.
18189 (vc-status-printer): Add faces.
18190
18191 * vc-hg.el (vc-hg-extra-status-menu): New function.
18192 (vc-hg-dir-status): Clean up the buffer before using it.
18193
18194 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18195
18196 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18197 (gdb): Initialize it here instead.
18198
18199 * files.el (locate-dominating-file): Fix thinko in last change.
18200 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18201
18202 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18203
18204 * vc.el (vc-status-mode-menu): New menu for vc-status.
18205
18206 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18207
18208 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18209 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18210 (verilog-mode-auto, verilog-indent-level-module)
18211 (verilog-minimum-comment-distance, verilog-library-flags)
18212 (verilog-library-directories, verilog-library-files)
18213 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18214 (verilog-xemacs-menu, verilog-set-compile-command)
18215 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18216 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18217 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18218 (verilog-batch-inject-auto, verilog-batch-indent)
18219 (verilog-continued-line, verilog-type-keywords)
18220 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18221 (verilog-read-inst-pins, verilog-read-arg-pins)
18222 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18223 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18224 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18225 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18226 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18227 (verilog-mode-version, verilog-mode-release-date)
18228 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18229 (verilog-simulator, verilog-compiler)
18230 (verilog-auto-sense-defines-constant, verilog-company)
18231 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18232 Fix typos in docstrings.
18233 (verilog-set-auto-endcomments, verilog-calculate-indent)
18234 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18235 Reflow docstrings.
18236 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18237 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18238 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18239 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18240 (verilog-leap-to-head, verilog-current-indent-level)
18241 (verilog-case-indent-level, verilog-cpp-keywords)
18242 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18243 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18244 (verilog-signals-not-in, verilog-symbol-detick-text)
18245 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18246 (verilog-forward-close-paren, verilog-backward-open-paren)
18247 (verilog-backward-open-bracket): Doc fixes.
18248
18249 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18250 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18251 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18252 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18253 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18254 Fix typos in docstrings.
18255
18256 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18257
18258 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18259
18260 * info.el (Info-read-node-name): Removed unused `default' arg.
18261
18262 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18263
18264 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18265
18266 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * image-mode.el (image-get-display-property): New fun.
18269 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18270 (image-mode, image-minor-mode, image-toggle-display-text)
18271 (image-toggle-display): Use it.
18272
18273 2008-02-18 Jason Rumney <jasonr@gnu.org>
18274
18275 * international/mule.el (xml-find-file-coding-system): Don't warn
18276 about utf-16 with BOM.
18277
18278 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18279
18280 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18281 warn if file encoding is not utf-8 and encoding not specified.
18282 (xml-find-file-coding-system): New function.
18283 * international/mule-conf.el (file-coding-system-alist): Use it.
18284
18285 2008-02-17 Glenn Morris <rgm@gnu.org>
18286
18287 * international/mule-cmds.el (set-locale-environment):
18288 Pass `frame' to getenv for LC_MESSAGES.
18289
18290 2008-02-17 Juri Linkov <juri@jurta.org>
18291
18292 * time.el (emacs-init-time): Use format instead of format-seconds.
18293
18294 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18295
18296 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18297 bibtex-find-entry. Add autoload cookie.
18298 (bibtex-find-entry): Alias for bibtex-search-entry.
18299 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18300 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18301 (bibtex-clean-entry): atomic-change-group removed.
18302 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18303 to locate buffer location where error occurred.
18304 Make error messages more specific.
18305 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18306
18307 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18308
18309 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18310 top level.
18311
18312 * simple.el (transient-mark-mode): Add an :init-value.
18313
18314 * startup.el (command-line): Use custom-reevaluate-setting for
18315 transient-mark-mode.
18316
18317 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18318
18319 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18320
18321 2008-02-16 Juri Linkov <juri@jurta.org>
18322
18323 * startup.el (after-init-time): New variable.
18324 (command-line): Set `after-init-time' to the current time.
18325
18326 * time.el (emacs-init-time): New function.
18327
18328 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * files.el (locate-dominating-file): Remove initial loop because it's
18331 not careful enough. Detect the uid-change all within the main loop.
18332
18333 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18334
18335 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18336
18337 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18338
18339 * vc.el (vc-annotate): Add new argument.
18340 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18341
18342 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18343 Move make-variable-buffer-local code after the corresponding defvar.
18344 (hs-minor-mode-map): Define and initialize in one step.
18345 (hs-minor-mode): Change from defun to define-minor-mode.
18346
18347 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18348
18349 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18350 (gdb-ready): Move declaration...
18351
18352 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18353 (gdb-early-user-input): New variable.
18354 (gdb): Reset gdb-flush-pending-output to nil and set
18355 comint-input-sender here (before gdb-prompt), instead of...
18356 (gdb-init-1): ...here.
18357 (gdb-send): If Emacs is not ready, defer user input to...
18358 (gdb-prompt): ...here.
18359
18360 2008-02-16 Glenn Morris <rgm@gnu.org>
18361
18362 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18363
18364 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18365 (before-init-time): New name for `emacs-startup-time'.
18366 (command-line): Use before-init-time rather than emacs-startup-time.
18367 * time.el (emacs-uptime): Use before-init-time rather than
18368 emacs-startup-time.
18369
18370 * composite.el (composition-function-table): Doc fix.
18371
18372 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18373 in favor of `%z' specifier.
18374 (emacs-uptime): Move to time.el.
18375 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18376 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18377 argument of format-seconds.
18378
18379 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18380
18381 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18382
18383 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18384
18385 * ielm.el (ielm-is-whitespace): Remove.
18386 (ielm-is-whitespace-or-comment): New function.
18387 (ielm-eval-input): Use it.
18388
18389 2008-02-15 Jason Rumney <jasonr@gnu.org>
18390
18391 * term/mac-win.el: Fix coding tag.
18392
18393 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18394
18395 * vc-hooks.el (vc-menu-map):
18396 * bindings.el (mode-line-mode-menu): Add tooltips.
18397
18398 * bindings.el (help-echo): Add more tooltips. Use a less
18399 telegraphic style for existing tooltips.
18400
18401 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18404 from the auto-generated one.
18405
18406 2008-02-14 Glenn Morris <rgm@gnu.org>
18407
18408 * mail/rmail-spam-filter.el (rmail-spam-filter):
18409 Let-bind message-spam-status.
18410
18411 * mail/smtpmail.el (password-cache-add): Declare as function.
18412
18413 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18414
18415 * mail/smtpmail.el: Use password-cache.
18416
18417 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18418
18419 * uniquify.el (uniquify-buffer-base-name): New function.
18420 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18421
18422 * desktop.el (uniquify-managed): Don't defvar.
18423 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18424 `uniquify-managed'. Return also the buffer's base name.
18425 (desktop-save): When saving the buffer info, filter out the base name,
18426 and save it as buffer name if the buffer is managed by uniquify.
18427 (uniquify-item-base): Don't declare; not called anymore.
18428
18429 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18430
18431 * vc.el (vc-annotate-find-revision-at-line): New function.
18432 (vc-annotate-mode-map): Bind it.
18433 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18434 some entries.
18435
18436 2008-02-14 Glenn Morris <rgm@gnu.org>
18437
18438 * calendar/time-date.el (format-seconds): New function.
18439 (emacs-uptime): Use format-seconds.
18440
18441 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18442 Remove `LC_ALL=C', since it's included in $(emacs) now.
18443
18444 2008-02-14 Zhang Wei <id.brep@gmail.com>
18445
18446 * textmodes/org-publish.el (org-publish-timestamp-filename):
18447 Replace colon characters in filename too.
18448
18449 2008-02-13 Bastien Guerry <bzg@altern.org>
18450
18451 * mail/rmail.el (rmail-header-name): New face.
18452 (rmail-font-lock-keywords): Use rmail-header-name.
18453
18454 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18455 against X-Spam-Status header field.
18456 (rmail-spam-filter): Also check X-Spam-Status header field.
18457
18458 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18459
18460 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18461 Add support for .pm files and .php files.
18462 (flymake-err-line-patterns): Add pattern for PHP errors.
18463 (flymake-php-init): New function. PHP support for flymake.
18464
18465 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18466 Add regular expression for PHP errors.
18467
18468 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18469
18470 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18471 This DTRT even on w32 machines.
18472 (ange-ftp-cf1): Quote FILENAME.
18473
18474 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18477 (smerge-auto-combine): New fun.
18478
18479 2008-02-12 Juri Linkov <juri@jurta.org>
18480
18481 * startup.el (fancy-startup-screen, normal-splash-screen):
18482 Set default-directory to command-line-default-directory.
18483
18484 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18485 after reading the desktop.
18486
18487 * progmodes/compile.el (compilation-auto-jump):
18488 Call compile-goto-error only when compilation-auto-jump-to-first-error
18489 is non-nil.
18490 (compilation-scroll-output): Replace :type 'boolean with a choice
18491 that has three options including a third option `first-error'.
18492 Doc fix.
18493 (compilation-start, compilation-forget-errors): Add an alternate
18494 condition comparing compilation-scroll-output with `first-error'
18495 in addition to compilation-auto-jump-to-first-error (to call
18496 compilation-auto-jump in the proper place).
18497
18498 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18499
18500 * international/mule.el (sgml-html-meta-auto-coding-function):
18501 Make sure the search limit is ahead.
18502
18503 * tar-mode.el: Fix broken indentation.
18504 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18505 Use with-current-buffer.
18506
18507 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18508
18509 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18510 it is already automatically buffer-local.
18511
18512 2008-02-12 Drew Adams <drew.adams@oracle.com>
18513
18514 * help.el (describe-key): Join some split lines to facilitate filling.
18515 * help-fns.el (describe-function-1): Fill text of overlong lines.
18516
18517 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18518
18519 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18520 Use unibyte-string instead of string-make-unibyte.
18521
18522 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18523
18524 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18525
18526 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18527 works also for buffers w/o buffer-file-name. Update callers.
18528 (doc-view-clone-buffer-hook): New fun.
18529 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18530 the `doc-view' property so they can be recognized.
18531
18532 * simple.el (clone-indirect-buffer-hook): New hook.
18533 (clone-indirect-buffer): Run it.
18534
18535 2008-02-11 Michael Olson <mwolson@gnu.org>
18536
18537 * epa-setup.el:
18538 * epg-package-info.el: Files removed.
18539
18540 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18541
18542 * epa.el (epa-menu-mode): Merge into epa-mode.
18543 (epa-menu-items): Rename the label "EasyPG Assistant" to
18544 "Encryption/Decryption".
18545
18546 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18547 (epa-dired-mode-map): Rename from epa-dired-map.
18548 (epa-global-dired-mode): Rename the global minor mode.
18549
18550 2008-02-11 Drew Adams <drew.adams@oracle.com>
18551
18552 * isearch.el (isearch-fail): New face.
18553 (isearch-message): Highlight failure part of input.
18554
18555 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * ibuffer.el (ibuffer-header-line-format): New var.
18558 (ibuffer-mode): Set it instead of header-line-format.
18559 (ibuffer-update): Use it to set header-line-format.
18560
18561 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18562 properties like self-insert-command.
18563
18564 2008-02-11 Drew Adams <drew.adams@oracle.com>
18565
18566 * progmodes/etags.el: Add many doc strings.
18567
18568 2008-02-11 Jason Rumney <jasonr@gnu.org>
18569
18570 * ldefs-boot.el: Regenerated.
18571
18572 2008-02-11 Glenn Morris <rgm@gnu.org>
18573
18574 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18575 Shorten some names.
18576
18577 * ffap.el (ffap-rfc-directories): Add :version.
18578
18579 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18580
18581 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18582 files, and backup files of same.
18583
18584 2008-02-11 Kevin Ryde <user42@zip.com.au>
18585
18586 * ffap.el (ffap-rfc-directories): New variable.
18587 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18588
18589 * info.el (Info-next-reference, Info-prev-reference)
18590 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18591
18592 * simple.el (completion-list-mode): Show full completion-list-mode-map
18593 in the docstring.
18594
18595 2008-02-11 Sam Steingold <sds@gnu.org>
18596
18597 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18598
18599 2008-02-11 Glenn Morris <rgm@gnu.org>
18600
18601 * startup.el (emacs-startup-time): New variable.
18602 (command-line): Set emacs-startup-time.
18603
18604 * calendar/time-date.el (emacs-uptime): New function.
18605
18606 2008-02-10 Bastien Guerry <bzg@altern.org>
18607
18608 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18609 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18610 it is nil.
18611
18612 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18613
18614 * epg-config.el: Expand the contents of epg-package-info.el.
18615 (epg-package-name): New constant.
18616 (epg-version-number): New constant.
18617 (epg-bug-report-address): New constant.
18618
18619 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18620 (epa-global-mail-mode): New global minor mode.
18621
18622 * epa-file.el (epa-file-mode): New global minor mode.
18623
18624 * epa-dired.el (epa-dired-mode): New global minor mode.
18625
18626 * epa.el (epa-menu): New variable.
18627 (epa-menu-items): New variable.
18628 (epa-menu-mode): New global minor mode.
18629 (epa-global-minor-modes): New user option.
18630 (epa-mode): New global minor mode.
18631
18632 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18633
18634 * net/dbus.el: Remove `no-byte-compile' cookie.
18635 (dbus-call-method, dbus-register-signal, dbus-debug)
18636 (dbus-registered-functions-table): Declare them with
18637 `declare-function' or `defvar', respectively.
18638 (top): Don't assert any longer. Require 'cl when compiling.
18639 Apply `ignore-errors' but `dbus-ignore-errors'.
18640
18641 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18642
18643 * diff-mode.el (diff-add-change-log-entries-other-window):
18644 Use add-change-log-entry.
18645
18646 2008-02-09 Jason Rumney <jasonr@gnu.org>
18647
18648 * button.el (button-map):
18649 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18650 * ldefs-boot.el: Regenerate.
18651
18652 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18653
18654 * epa.el (epa-faces, epa):
18655 * epa-file.el (epa-file):
18656 * epg-config.el (epg): Add :version.
18657
18658 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18659
18660 * vc.el (vc-exec-after): Append CODE to previous fragments.
18661 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18662 take MESSAGES instead of VERBOSE; use it when non-nil.
18663 (vc-diff-internal): Compute messages once; use them;
18664 update call to vc-diff-finish.
18665
18666 2008-02-09 Michael Olson <mwolson@gnu.org>
18667
18668 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18669 buffer has been killed, such as by
18670 `tramp-cleanup-all-connections'.
18671
18672 2008-02-09 Miles Bader <miles@gnu.org>
18673
18674 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18675
18676 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18679 splitter in context hunks.
18680
18681 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18682
18683 * international/fontset.el (setup-default-fontset): Fix arabic otf
18684 font specification.
18685
18686 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18687
18688 * epa-dired.el:
18689 * epa-file.el:
18690 * epa-mail.el:
18691 * epa-setup.el:
18692 * epa.el:
18693 * epg-config.el:
18694 * epg-package-info.el:
18695 * epg.el: Initial check-in of EasyPG.
18696
18697 2008-02-08 Glenn Morris <rgm@gnu.org>
18698
18699 * woman.el (woman-locale): New defcustom.
18700 (woman-expand-locale, woman-manpath-add-locales): New functions.
18701 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18702
18703 * international/mule-cmds.el (locale-translate): New function,
18704 with old code extracted from set-locale-environment.
18705 (set-locale-environment): Use locale-translate. Set woman-locale.
18706
18707 * cus-start.el (selection-coding-system): Remove, since it's now
18708 defined in select.el rather than in xselect.c.
18709 * select.el (selection-coding-system): Make it a defcustom, and
18710 add the properties from cus-start.el. Bump :version.
18711
18712 * custom.el (custom-theme-set-variables): Sort symbols that are
18713 dependencies before symbols that depend on them.
18714 (custom-enabled-themes): Set after custom-theme-directory.
18715
18716 * pcmpl-unix.el (top-level): Move provide statement to end.
18717 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18718 `*' from doc-string. Allow to be nil.
18719 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18720 Allow to be nil. Add :version.
18721 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18722 without hostnames, and multiple hostnames per line.
18723
18724 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18725
18726 2008-02-08 Phil Hagelberg <phil@evri.com>
18727
18728 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18729 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18730
18731 2008-02-07 Timo Savola <timo.savola@iki.fi>
18732
18733 * startup.el (command-line-x-option-alist): Add --parent-id.
18734
18735 * term/x-win.el (x-handle-parent-id): New function.
18736
18737 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18738
18739 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18740 "Font Menu".
18741
18742 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18743
18744 * net/dbus.el (dbus-interface-peer): New defconst.
18745 (dbus-ping): New defun.
18746
18747 2008-02-06 Sam Steingold <sds@gnu.org>
18748
18749 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18750
18751 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18754 Just return nil and let the C code provide a fallback.
18755
18756 2008-02-05 Glenn Morris <rgm@gnu.org>
18757
18758 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18759 tramp-flush-connection-property for removed 2nd argument.
18760
18761 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18762
18763 * diff-mode.el (diff-add-change-log-entries-other-window):
18764 Rename from diff-create-changelog. Change users.
18765 Minor change to hopefully work with plain diffs.
18766 (diff-mode-map): Add binding for it.
18767
18768 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18769
18770 * diff-mode.el: Add new TODO entry.
18771 (diff-create-changelog): New function.
18772 (diff-mode-menu): Bind it.
18773
18774 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18775
18776 * international/mule-diag.el (print-fontset-element): Handle the
18777 case of inhibiting the fallback fonts.
18778
18779 2008-02-04 Kim F. Storm <storm@cua.dk>
18780
18781 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18782 (ido-magic-delete-char): Use prefix arg.
18783
18784 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18787 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18788 of today, the most recent libpng is 1.2.24).
18789
18790 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18791
18792 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18793
18794 * net/dbus.el (top): Check (featurep 'dbusbind).
18795
18796 * net/tramp.el (tramp-process-sentinel): New defun.
18797 (tramp-do-copy-or-rename-file-out-of-band)
18798 (tramp-maybe-open-connection): Use it as process sentinel.
18799 (tramp-handle-delete-directory): Don't use the "-f" option; it
18800 isn't portable.
18801 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18802 after the command.
18803 (tramp-handle-shell-command): Set `mode-line-process' in the
18804 asynchronous case.
18805
18806 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18807
18808 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18809 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18810 Use `tramp-process-sentinel' as process sentinel.
18811
18812 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18813
18814 * whitespace.el (global-whitespace-mode): Revert last change.
18815 (whitespace-unload-function): Force `global-whitespace-mode'
18816 to deactivate local modes in a slightly less intrusive way.
18817
18818 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18819
18820 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18821
18822 2008-02-02 Glenn Morris <rgm@gnu.org>
18823
18824 * international/latin1-disp.el (latin1-display):
18825 * progmodes/fortran.el (fortran-comment-indent-char):
18826 * progmodes/idlw-shell.el (top-level):
18827 * term/mac-win.el (mac-keyboard-translate-char):
18828 * whitespace.el (whitespace-char-valid-p):
18829 * wid-edit.el (widget-key-sequence-read-event):
18830 Use characterp rather than char-valid-p.
18831
18832 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18833 to capitalized-find-word-boundary. Doc fix. Update callers.
18834 (capitalized-next-word-boundary-function-table): Rename to
18835 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18836
18837 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18838 string-to-int.
18839
18840 * ps-def.el (declare-function): Add compatibility definition.
18841 (ps-plot-with-face, ps-plot-string): Declare as functions.
18842 (ps-bold-faces, ps-italic-faces): Declare variables.
18843
18844 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18845 (ps-mule-end-job): Declare as functions.
18846
18847 * wid-edit.el (widget-string-complete): Use assoc-string rather
18848 than assoc-ignore-case.
18849
18850 See ChangeLog.13 for earlier changes.
18851
18852 ;; Local Variables:
18853 ;; coding: utf-8
18854 ;; End:
18855
18856 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18857
18858 This file is part of GNU Emacs.
18859
18860 GNU Emacs is free software: you can redistribute it and/or modify
18861 it under the terms of the GNU General Public License as published by
18862 the Free Software Foundation, either version 3 of the License, or
18863 (at your option) any later version.
18864
18865 GNU Emacs is distributed in the hope that it will be useful,
18866 but WITHOUT ANY WARRANTY; without even the implied warranty of
18867 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18868 GNU General Public License for more details.
18869
18870 You should have received a copy of the GNU General Public License
18871 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18872
18873 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc